[34057] trunk/dports/net/nfdump

markd at macports.org markd at macports.org
Mon Feb 11 08:38:52 PST 2008


Revision: 34057
          http://trac.macosforge.org/projects/macports/changeset/34057
Author:   markd at macports.org
Date:     2008-02-11 08:38:50 -0800 (Mon, 11 Feb 2008)

Log Message:
-----------
Attempt to fix a linking problem.

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

Modified: trunk/dports/net/nfdump/Portfile
===================================================================
--- trunk/dports/net/nfdump/Portfile	2008-02-11 16:01:50 UTC (rev 34056)
+++ trunk/dports/net/nfdump/Portfile	2008-02-11 16:38:50 UTC (rev 34057)
@@ -4,7 +4,7 @@
 
 name			nfdump
 version			1.5.6
-revision		1
+revision		2
 categories		net
 maintainers		markd
 platforms		darwin

Modified: trunk/dports/net/nfdump/files/patch-configure
===================================================================
--- trunk/dports/net/nfdump/files/patch-configure	2008-02-11 16:01:50 UTC (rev 34056)
+++ trunk/dports/net/nfdump/files/patch-configure	2008-02-11 16:38:50 UTC (rev 34057)
@@ -1,9 +1,6 @@
-
-$FreeBSD: /repoman/r/pcvs/ports/net-mgmt/nfdump/files/patch-configure,v 1.1 2006/04/01 22:57:30 pav Exp $
-
---- configure.orig
-+++ configure
-@@ -2843,7 +2843,7 @@
+--- configure.org	2007-10-14 23:34:23.000000000 -0700
++++ configure	2008-02-07 18:05:37.000000000 -0800
+@@ -3971,7 +3971,7 @@
  fi
  
  if test -d "$WHERE_FTPATH"; then
@@ -12,7 +9,7 @@
  		{ { echo "$as_me:$LINENO: error: ftlib.h file not found in flow-tools directory '$WHERE_FTPATH'. Use --with-ftpath=PATH" >&5
  echo "$as_me: error: ftlib.h file not found in flow-tools directory '$WHERE_FTPATH'. Use --with-ftpath=PATH" >&2;}
     { (exit 1); exit 1; }; }
-@@ -2853,7 +2853,7 @@
+@@ -3981,7 +3981,7 @@
  echo "$as_me: error: libft.a not found in flow-tools directory '$WHERE_FTPATH'. Build flow tools first" >&2;}
     { (exit 1); exit 1; }; }
  	fi
@@ -21,3 +18,21 @@
  	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/20080211/2af93b93/attachment.html


More information about the macports-changes mailing list