[34149] trunk/dports/net/nfdump

markd at macports.org markd at macports.org
Fri Feb 15 14:51:27 PST 2008


Revision: 34149
          http://trac.macosforge.org/projects/macports/changeset/34149
Author:   markd at macports.org
Date:     2008-02-15 14:51:27 -0800 (Fri, 15 Feb 2008)

Log Message:
-----------
Revision to fix a linking problem with nfsen.

Modified Paths:
--------------
    trunk/dports/net/nfdump/Portfile
    trunk/dports/net/nfdump/files/patch-configure

Added Paths:
-----------
    trunk/dports/net/nfdump/files/patch-Makefile.in

Modified: trunk/dports/net/nfdump/Portfile
===================================================================
--- trunk/dports/net/nfdump/Portfile	2008-02-15 20:48:06 UTC (rev 34148)
+++ trunk/dports/net/nfdump/Portfile	2008-02-15 22:51:27 UTC (rev 34149)
@@ -4,7 +4,7 @@
 
 name			nfdump
 version			1.5.6
-revision		2
+revision		3
 categories		net
 maintainers		markd
 platforms		darwin
@@ -18,6 +18,7 @@
 checksums		md5 2fb8b467cceb6f43bac5da4be8bed771
 
 patchfiles	patch-configure \
+		patch-Makefile.in \
 		patch-ft2nfdump.c
 
 depends_lib	port:rrdtool
@@ -38,3 +39,4 @@
 				--with-ftpath=${prefix}
 
 }
+

Added: trunk/dports/net/nfdump/files/patch-Makefile.in
===================================================================
--- trunk/dports/net/nfdump/files/patch-Makefile.in	                        (rev 0)
+++ trunk/dports/net/nfdump/files/patch-Makefile.in	2008-02-15 22:51:27 UTC (rev 34149)
@@ -0,0 +1,11 @@
+--- Makefile.in.org	2007-10-14 23:34:23.000000000 -0700
++++ Makefile.in	2008-02-15 14:25:49.000000000 -0800
+@@ -72,7 +72,7 @@
+ all: $(OBJECTS)
+ 
+ nfcapd:	$(NFCAPD_OBJ)
+-	$(CC) $(CFLAGS) -o $@ $(NFCAPD_OBJ) $(LDFLAGS) $(LIBS)
++	$(CC) $(CFLAGS) -o $@ $(NFCAPD_OBJ) $(LDFLAGS)
+ 
+ sfcapd: $(SFCAPD_OBJ)
+ 	$(CC) $(CFLAGS) -o $@ $(SFCAPD_OBJ) $(LDFLAGS) $(LIBS)

Modified: trunk/dports/net/nfdump/files/patch-configure
===================================================================
--- trunk/dports/net/nfdump/files/patch-configure	2008-02-15 20:48:06 UTC (rev 34148)
+++ trunk/dports/net/nfdump/files/patch-configure	2008-02-15 22:51:27 UTC (rev 34149)
@@ -1,5 +1,5 @@
 --- configure.org	2007-10-14 23:34:23.000000000 -0700
-+++ configure	2008-02-07 18:05:37.000000000 -0800
++++ configure	2008-02-15 14:12:58.000000000 -0800
 @@ -3971,7 +3971,7 @@
  fi
  
@@ -18,21 +18,3 @@
  	FT_LDFLAGS="-L$WHERE_FTPATH/lib"
  else
  	{ { echo "$as_me:$LINENO: error: flow-tools directory '$WHERE_FTPATH' does not exists. Use --with-ftpath=PATH" >&5
-@@ -4494,7 +4494,7 @@
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lrrd  $LIBS"
-+LIBS="$LIBS -lrrd"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4557,7 +4557,7 @@
- #define HAVE_LIBRRD 1
- _ACEOF
- 
--  LIBS="-lrrd $LIBS"
-+  LIBS="$LIBS -lrrd"
- 
- else
-   { { echo "$as_me:$LINENO: error: Can not link librrd. Please specify --with-rrdpath=.. configure failed! " >&5

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


More information about the macports-changes mailing list