summaryrefslogtreecommitdiff
path: root/net/Sockets-devel/files/patch-MinderHandler.cpp
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-10-14 11:36:43 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-10-14 11:36:43 +0000
commita25957646624310cdca618a299703bdb73e6f48a (patch)
tree314f4cc5e28076014ad8d561bd20a6f6462447c6 /net/Sockets-devel/files/patch-MinderHandler.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 'net/Sockets-devel/files/patch-MinderHandler.cpp')
-rw-r--r--net/Sockets-devel/files/patch-MinderHandler.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/Sockets-devel/files/patch-MinderHandler.cpp b/net/Sockets-devel/files/patch-MinderHandler.cpp
deleted file mode 100644
index e0a6732bb40d..000000000000
--- a/net/Sockets-devel/files/patch-MinderHandler.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- MinderHandler.cpp.orig Sun Sep 25 02:40:57 2005
-+++ MinderHandler.cpp Sun Sep 25 02:41:49 2005
-@@ -20,6 +20,10 @@
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-+#if (defined(__unix__) || defined(unix)) && !defined(USG)
-+#include <sys/param.h>
-+#endif
-+
- #ifdef _WIN32
- #pragma warning(disable:4786)
- #endif
-@@ -428,6 +432,8 @@
- msg += ":" + tmp;
- #ifdef _WIN32
- msg += ":Win32";
-+#elif defined __FreeBSD__
-+ msg += ":FreeBSD";
- #else
- msg += ":Linux";
- #endif