diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-10-14 11:36:43 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-10-14 11:36:43 +0000 |
commit | a25957646624310cdca618a299703bdb73e6f48a (patch) | |
tree | 314f4cc5e28076014ad8d561bd20a6f6462447c6 /net/Sockets-devel/files/patch-Sockets-config.cpp | |
parent | - Update to 0.6.49 (diff) |
Remove expired ports:
2010-10-14 devel/p5-P4: Depends of p5-P4-Client, which is DEPRECATED.
2010-01-08 devel/p5-P4-Client: has been broken for 11 months
2010-10-14 net-p2p/btpeer: Does not build with net/Sockets and is unmaintained.
2009-07-01 net-mgmt/net-snmp4: Use net-mgmt/net-snmp port instead
2010-10-14 net/gkrellm_snmp: Depends of net-snmp4, that is deprecated also and will be removed soon.
2010-10-14 net/Sockets-devel: Older than net/Sockets and unmaintained.
Diffstat (limited to '')
-rw-r--r-- | net/Sockets-devel/files/patch-Sockets-config.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/Sockets-devel/files/patch-Sockets-config.cpp b/net/Sockets-devel/files/patch-Sockets-config.cpp deleted file mode 100644 index f6362cf7c538..000000000000 --- a/net/Sockets-devel/files/patch-Sockets-config.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- Sockets-config.cpp.orig Sun Sep 25 02:42:19 2005 -+++ Sockets-config.cpp Sun Sep 25 02:44:08 2005 -@@ -1,8 +1,12 @@ - #include <stdio.h> - /* --CFLAGS = -Wall -g -O2 $(INCLUDE) -MD -D_VERSION='"$(VERSION)"' -+CFLAGS = -Wall -g $(INCLUDE) -MD -D_VERSION='"$(VERSION)"' - # manual autoconf .... - -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif -+ - # uncomment if your operating system is linux, mac os x, or solaris - #CFLAGS += -DLINUX - #CFLAGS += -DMACOSX -@@ -19,6 +23,9 @@ - printf(" -D_VERSION='\"%s\"'", _VERSION); - #ifdef LINUX - printf(" -DLINUX"); -+#endif -+#if defined __FreeBSD__ -+ printf(" -DFREEBSD"); - #endif - #ifdef MACOSX - printf(" -DMACOSX"); |