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-ab | |
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-ab')
-rw-r--r-- | devel/pmake/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/pmake/files/patch-ab b/devel/pmake/files/patch-ab deleted file mode 100644 index 687380ba60aa..000000000000 --- a/devel/pmake/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/sprite/strsignal.c.orig Thu Nov 12 10:47:48 1998 -+++ lib/sprite/strsignal.c Thu Nov 12 10:48:36 1998 -@@ -23,7 +23,7 @@ - - #ifndef _sys_siglist /* SVR4 has strsignal() */ - --#ifndef hpux -+#if !defined(hpux) && !defined(__FreeBSD__) - extern char *sys_siglist[]; - #endif /* hpux */ - |