diff -ruN gnokii.old/Makefile gnokii/Makefile --- gnokii.old/Makefile Wed Apr 14 20:03:38 2004 +++ gnokii/Makefile Wed Apr 14 20:04:08 2004 @@ -6,7 +6,7 @@ # PORTNAME= gnokii -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ diff -ruN gnokii.old/distinfo gnokii/distinfo --- gnokii.old/distinfo Wed Apr 14 20:03:38 2004 +++ gnokii/distinfo Wed Apr 14 20:06:26 2004 @@ -1,2 +1,2 @@ -MD5 (gnokii-0.6.0.tar.bz2) = 7b0a47b47fc1fc30da2b95183955fd0a -SIZE (gnokii-0.6.0.tar.bz2) = 1501396 +MD5 (gnokii-0.6.1.tar.bz2) = 45521637ecb443f28558317aaee80bdf +SIZE (gnokii-0.6.1.tar.bz2) = 1777215 diff -ruN gnokii.old/files/patch-config-ltmain.sh gnokii/files/patch-config-ltmain.sh --- gnokii.old/files/patch-config-ltmain.sh Wed Apr 14 20:03:38 2004 +++ gnokii/files/patch-config-ltmain.sh Wed Apr 14 20:15:02 2004 @@ -1,15 +1,15 @@ ---- config/ltmain.sh.orig Sat Feb 14 16:37:52 2004 -+++ config/ltmain.sh Sat Feb 14 16:39:37 2004 -@@ -1061,7 +1061,11 @@ +--- config/ltmain.sh.orig Wed Apr 14 20:10:18 2004 ++++ config/ltmain.sh Wed Apr 14 20:14:14 2004 +@@ -1356,7 +1356,11 @@ esac - elif test "X$arg" = "X-lc_r"; then - case $host in + elif test "X$arg" = "X-lc_r"; then + case $host in - *-*-openbsd* | *-*-freebsd*) +# *-*-openbsd* | *-*-freebsd*) +# this situation is already managed by the ports tree for +# freebsd, so leave it as is(-lc_r is actually needed for machines +# built from freebsd-current source in a short life span :) -+ *-*-openbsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; ++ *-*-openbsd*) + # Do not include libc_r directly, use -pthread flag. + continue + ;;