View | Details | Raw Unified | Return to bug 65547
Collapse All | Expand All

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

Return to bug 65547