[32222] trunk/dports/net/dsniff-devel
boeyms at macports.org
boeyms at macports.org
Thu Dec 20 11:52:27 PST 2007
Revision: 32222
http://trac.macosforge.org/projects/macports/changeset/32222
Author: boeyms at macports.org
Date: 2007-12-20 11:52:23 -0800 (Thu, 20 Dec 2007)
Log Message:
-----------
dsniff-devel: fix building on 10.5. Closes #13451.
Thanks to Axman6 for helping to close this ticket.
Modified Paths:
--------------
trunk/dports/net/dsniff-devel/Portfile
Added Paths:
-----------
trunk/dports/net/dsniff-devel/files/patch-sshow.c.diff
Modified: trunk/dports/net/dsniff-devel/Portfile
===================================================================
--- trunk/dports/net/dsniff-devel/Portfile 2007-12-20 17:18:33 UTC (rev 32221)
+++ trunk/dports/net/dsniff-devel/Portfile 2007-12-20 19:52:23 UTC (rev 32222)
@@ -38,3 +38,7 @@
platform darwin 6 {
configure.cflags-delete "-DBIND_8_COMPAT"
}
+
+platform darwin 9 {
+ patchfiles-append patch-sshow.c.diff
+}
Added: trunk/dports/net/dsniff-devel/files/patch-sshow.c.diff
===================================================================
--- trunk/dports/net/dsniff-devel/files/patch-sshow.c.diff (rev 0)
+++ trunk/dports/net/dsniff-devel/files/patch-sshow.c.diff 2007-12-20 19:52:23 UTC (rev 32222)
@@ -0,0 +1,10 @@
+--- sshow.c 2001-03-19 06:52:15.000000000 +0000
++++ sshow.c.new 2007-12-13 12:27:54.000000000 +0000
+@@ -30,6 +30,7 @@
+ #include <signal.h>
+ #include <errno.h>
+ #include <err.h>
++#include <limits.h>
+ #include <nids.h>
+ #include <pcap.h>
+
Property changes on: trunk/dports/net/dsniff-devel/files/patch-sshow.c.diff
___________________________________________________________________
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071220/fe7dfeff/attachment.html
More information about the macports-changes
mailing list