diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-02-24 22:10:52 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-02-24 22:10:52 +0000 |
commit | 1134a120475a4f72f1c2ae98ff0fa8968cc39066 (patch) | |
tree | 720dc30ba4ea4a86f63698b0628fdc723fc74b23 /devel/pmake/files/patch-ah | |
parent | Upgrade to LLVM and Clang r126079 to match the version in HEAD. (diff) |
Remove expired ports:
2011-02-23 devel/pmake: does not build on any supported version of FreeBSD
2011-02-24 net-p2p/linux-agsatellite: the whole service went to cloud
Notes
Notes:
svn path=/head/; revision=269603
Diffstat (limited to 'devel/pmake/files/patch-ah')
-rw-r--r-- | devel/pmake/files/patch-ah | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/pmake/files/patch-ah b/devel/pmake/files/patch-ah deleted file mode 100644 index b291985ddd61..000000000000 --- a/devel/pmake/files/patch-ah +++ /dev/null @@ -1,18 +0,0 @@ ---- customs/os-bsd.c.orig Thu Nov 12 16:45:42 1998 -+++ customs/os-bsd.c Thu Nov 12 16:47:14 1998 -@@ -162,6 +162,15 @@ - # define NO_SWAP /* doesn't have old BSD kernel structures */ - #endif /* bsdi */ - -+#ifdef __FreeBSD__ -+# define KERNEL_FILE "/kernel" -+# define NLIST_AVENRUN "_averunnable" -+# define NLIST_NPROC "_maxproc" -+# define NLIST_NPROCS "_nprocs" -+# define UTMP_FILE "/var/run/utmp" -+# define NO_SWAP /* doesn't have old BSD kernel structures */ -+#endif /* __FreeBSD__ */ -+ - /* defaults for most BSD systems */ - #ifndef n_symbol - # define n_symbol n_name |