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

(-)gnokii/Makefile (-4 / +3 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnokii
8
PORTNAME=	gnokii
9
PORTVERSION=	0.6.5
9
PORTVERSION=	0.6.7
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	comms
11
CATEGORIES=	comms
12
MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
12
MASTER_SITES=	http://www.gnokii.org/download/gnokii/ \
13
		http://www.gnokii.org/download/gnokii/0.6.x/ \
13
		ftp://ftp.gnokii.org/pub/gnokii/
14
		ftp://ftp.gnokii.org/pub/gnokii/0.6.x/
15
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
16
15
17
MAINTAINER=	mad@madpilot.net
16
MAINTAINER=	mad@madpilot.net
(-)gnokii/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gnokii-0.6.5.tar.bz2) = 73eefa3ac9bdaf2823e15a1636504b1a
1
MD5 (gnokii-0.6.7.tar.bz2) = c80d68549c86f287f24c2bee0e929ded
2
SIZE (gnokii-0.6.5.tar.bz2) = 1884543
2
SIZE (gnokii-0.6.7.tar.bz2) = 1932632
(-)gnokii/files/patch-Makefile.global.in (-11 / +2 lines)
Lines 1-5 Link Here
1
--- Makefile.global.in.orig	Fri Apr 29 22:40:17 2005
1
--- Makefile.global.in.orig	Wed May 18 15:08:43 2005
2
+++ Makefile.global.in	Fri May  6 03:20:25 2005
2
+++ Makefile.global.in	Wed May 18 15:11:40 2005
3
@@ -21,14 +21,14 @@
3
@@ -21,14 +21,14 @@
4
 
4
 
5
 bindir         = @bindir@
5
 bindir         = @bindir@
Lines 18-29 Link Here
18
 docdir         = ${prefix}/share/doc/${PACKAGE}
18
 docdir         = ${prefix}/share/doc/${PACKAGE}
19
 locdir         = @datadir@/locale
19
 locdir         = @datadir@/locale
20
 
20
 
21
@@ -46,7 +46,7 @@
22
 CC             = @CC@
23
 CFLAGS         = @CFLAGS@
24
 CPPFLAGS       = @CPPFLAGS@
25
-LIBS           = @LIBS@
26
+LIBS           = @LIBS@ -lroken -lcrypt
27
 LDFLAGS        = @LDFLAGS@
28
 LEX            = @LEX@
29
 AR             = @AR@
(-)gnokii/files/patch-config-ltmain.sh (-15 lines)
Lines 1-15 Link Here
1
--- config/ltmain.sh.orig	Wed Apr 14 20:10:18 2004
2
+++ config/ltmain.sh	Wed Apr 14 20:14:14 2004
3
@@ -1356,7 +1356,11 @@
4
 	  esac
5
 	elif test "X$arg" = "X-lc_r"; then
6
 	 case $host in
7
-	 *-*-openbsd* | *-*-freebsd*)
8
+#	 *-*-openbsd* | *-*-freebsd*)
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
11
+#	built from freebsd-current source in a short life span :)
12
+	 *-*-openbsd*)
13
 	   # Do not include libc_r directly, use -pthread flag.
14
 	   continue
15
 	   ;;
(-)gnokii/files/patch-gnokiirc (-8 / +8 lines)
Lines 1-5 Link Here
1
--- Docs/sample/gnokiirc.orig	Fri Apr 29 22:40:17 2005
1
--- Docs/sample/gnokiirc.orig	Wed May 18 15:17:32 2005
2
+++ Docs/sample/gnokiirc	Thu May  5 14:23:45 2005
2
+++ Docs/sample/gnokiirc	Wed May 18 15:18:17 2005
3
@@ -6,7 +6,7 @@
3
@@ -6,7 +6,7 @@
4
 
4
 
5
 # Set port to the physical serial port used to connect to your phone.
5
 # Set port to the physical serial port used to connect to your phone.
Lines 9-24 Link Here
9
 #
9
 #
10
 # For MacOSX you will need something like:
10
 # For MacOSX you will need something like:
11
 # port = /dev/cu.USA28X1P1.1
11
 # port = /dev/cu.USA28X1P1.1
12
@@ -19,7 +19,7 @@
12
@@ -26,7 +26,7 @@
13
 # port = aa:bb:cc:dd:ee:ff
13
 # model = AT
14
 
14
 # If you can't figure out what to put here read the FAQ.
15
 # Set model to the model number of your phone
15
 # If it still doesn't help, consult gnokii-ml or #gnokii at freenode.
16
-model = 6110
16
-model = 6510
17
+model = 6210
17
+model = 6210
18
 
18
 
19
 # Initlength controls the number of characters sent to the
19
 # Initlength controls the number of characters sent to the
20
 # phone during initialisation.  You can either set it to
20
 # phone during initialisation.  You can either set it to
21
@@ -49,7 +49,7 @@
21
@@ -56,7 +56,7 @@
22
 # port software (eg. minicom). If you have wrong permissions for the
22
 # port software (eg. minicom). If you have wrong permissions for the
23
 # directory, a warning will be generated. If you don't want a lockfile, set
23
 # directory, a warning will be generated. If you don't want a lockfile, set
24
 # it to 'no'.
24
 # it to 'no'.

Return to bug 81198