[35203] trunk/dports/net/ntop

markd at macports.org markd at macports.org
Thu Mar 20 08:44:17 PDT 2008


Revision: 35203
          http://trac.macosforge.org/projects/macports/changeset/35203
Author:   markd at macports.org
Date:     2008-03-20 08:44:17 -0700 (Thu, 20 Mar 2008)

Log Message:
-----------
Closes #13610.  Apply contributed patch.

Modified Paths:
--------------
    trunk/dports/net/ntop/Portfile

Added Paths:
-----------
    trunk/dports/net/ntop/files/patch-globals-structtypes.h.diff

Modified: trunk/dports/net/ntop/Portfile
===================================================================
--- trunk/dports/net/ntop/Portfile	2008-03-20 15:38:08 UTC (rev 35202)
+++ trunk/dports/net/ntop/Portfile	2008-03-20 15:44:17 UTC (rev 35203)
@@ -4,6 +4,7 @@
 
 name			ntop
 version			3.3
+revision		1
 categories		net
 maintainers		markd
 description		network traffic probe
@@ -14,6 +15,7 @@
 homepage		http://www.ntop.org/
 master_sites	sourceforge
 checksums		md5 a0e52a85587c8a5519d822d04862dab4
+patchfiles		patch-globals-structtypes.h.diff
 
 depends_build		port:gawk
 depends_lib		port:libpcap \

Added: trunk/dports/net/ntop/files/patch-globals-structtypes.h.diff
===================================================================
--- trunk/dports/net/ntop/files/patch-globals-structtypes.h.diff	                        (rev 0)
+++ trunk/dports/net/ntop/files/patch-globals-structtypes.h.diff	2008-03-20 15:44:17 UTC (rev 35203)
@@ -0,0 +1,12 @@
+--- globals-structtypes.h.orig	2008-03-18 22:24:02.000000000 +1030
++++ globals-structtypes.h	2008-03-18 22:23:51.000000000 +1030
+@@ -100,7 +100,7 @@
+ typedef char int8_t;
+ #endif
+ 
+-typedef unsigned char bool;
++//typedef unsigned char bool;
+ 
+ #include "fcUtils.h"
+ #include "scsiUtils.h"
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080320/cd7b1d26/attachment.html 


More information about the macports-changes mailing list