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

(-)dns/noip/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	noip
8
PORTNAME=	noip
9
PORTVERSION=	2.1.4
9
PORTVERSION=	2.1.7
10
CATEGORIES=	dns
10
CATEGORIES=	dns
11
MASTER_SITES=	http://www.no-ip.com/client/linux/ \
11
MASTER_SITES=	http://www.no-ip.com/client/linux/ \
12
		http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
12
		http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
(-)dns/noip/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (noip-2.1.4.tar.gz) = d65e221016a61cd4e412242c34c71ff1
1
MD5 (noip-2.1.7.tar.gz) = 7b6b64c08708c2b147c375dda074a8dc
2
SHA256 (noip-2.1.4.tar.gz) = 8912301be611b842d0cf1a335275c367f3a80d507bc53c7460c68b52d71b1a7c
2
SHA256 (noip-2.1.7.tar.gz) = 1105a23cb0a957c4b1e7c47bd9bfed00f1a089bdddd2a69f69bf4f8047f7a237
3
SIZE (noip-2.1.4.tar.gz) = 102789
3
SIZE (noip-2.1.7.tar.gz) = 147640
(-)dns/noip/files/patch-Makefile (-4 / +4 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Wed Oct 18 11:13:47 2006
1
--- Makefile.orig	2007-08-11 20:35:34.000000000 +0200
2
+++ Makefile	Wed Oct 18 11:16:45 2006
2
+++ Makefile	2007-12-24 12:18:38.000000000 +0100
3
@@ -1,13 +1,13 @@
3
@@ -1,13 +1,13 @@
4
 TGT=noip2
4
 TGT=noip2
5
-CC=gcc
5
-CC=gcc
Lines 9-16 Link Here
9
-CONFDIR=${PREFIX}/etc
9
-CONFDIR=${PREFIX}/etc
10
-BINDIR=${PREFIX}/bin
10
-BINDIR=${PREFIX}/bin
11
+MYPREFIX=${PREFIX}
11
+MYPREFIX=${PREFIX}
12
+CONFDIR=${MYPREFIX}/etc
12
+MYCONFDIR=${PREFIX}/etc
13
+BINDIR=${MYPREFIX}/bin
13
+MYBINDIR=${PREFIX}/bin
14
 
14
 
15
 # these defines are for Linux
15
 # these defines are for Linux
16
-LIBS=
16
-LIBS=
(-)dns/noip/files/patch-noip2.c (-7 / +7 lines)
Lines 1-15 Link Here
1
--- noip2.c.orig	Tue Feb 20 22:12:22 2007
1
--- noip2.c.orig	2007-08-27 23:54:19.000000000 +0200
2
+++ noip2.c	Sun Feb 25 18:47:38 2007
2
+++ noip2.c	2007-12-24 12:25:18.000000000 +0100
3
@@ -176,7 +176,7 @@
3
@@ -185,7 +185,7 @@
4
 #define CLIENT_IP_PORT		8245
4
 #define CLIENT_IP_PORT		8245
5
 
5
 
6
 #define VERSION			"2.1.4"
6
 #define VERSION			"2.1.7"
7
-#define USER_AGENT		"User-Agent: Linux-DUC/"VERSION
7
-#define USER_AGENT		"User-Agent: Linux-DUC/"VERSION
8
+#define USER_AGENT		"User-Agent: FreeBSD-DUC/"VERSION
8
+#define USER_AGENT		"User-Agent: FreeBSD-DUC/"VERSION
9
 #define SETTING_SCRIPT		"settings.php?"
9
 #define SETTING_SCRIPT		"settings.php?"
10
 #define USTRNG			"username="
10
 #define USTRNG			"username="
11
 #define PWDSTRNG		"&pass="
11
 #define PWDSTRNG		"&pass="
12
@@ -283,7 +283,7 @@
12
@@ -292,7 +292,7 @@
13
 #define CMSG21	"Please select the Internet interface from this list.\n"
13
 #define CMSG21	"Please select the Internet interface from this list.\n"
14
 #define CMSG22	"By typing the number associated with it."
14
 #define CMSG22	"By typing the number associated with it."
15
 #define CMSG23	"Too many network devices.  Limit is %d"
15
 #define CMSG23	"Too many network devices.  Limit is %d"
Lines 18-24 Link Here
18
 #define CMSG25	"Can't create config file (%s)"
18
 #define CMSG25	"Can't create config file (%s)"
19
 #define CMSG25a	"Re-run noip, adding '-c configfilename' as a parameter."
19
 #define CMSG25a	"Re-run noip, adding '-c configfilename' as a parameter."
20
 #define CMSG26	"Can't rename config file (%s)"
20
 #define CMSG26	"Can't rename config file (%s)"
21
@@ -490,7 +490,7 @@
21
@@ -502,7 +502,7 @@
22
         fprintf(stderr, "[ -d][ -D pid]");
22
         fprintf(stderr, "[ -d][ -D pid]");
23
 #endif                                                                          
23
 #endif                                                                          
24
 	fprintf(stderr, "[ -i addr][ -S][ -M][ -h]");
24
 	fprintf(stderr, "[ -i addr][ -S][ -M][ -h]");
Lines 27-33 Link Here
27
 	fprintf(stderr, "Options: -C               create configuration data\n");
27
 	fprintf(stderr, "Options: -C               create configuration data\n");
28
 	fprintf(stderr, "         -F               force NAT off\n");
28
 	fprintf(stderr, "         -F               force NAT off\n");
29
 	fprintf(stderr, "         -Y               select all hosts/groups\n");
29
 	fprintf(stderr, "         -Y               select all hosts/groups\n");
30
@@ -2058,17 +2058,12 @@
30
@@ -2119,17 +2119,12 @@
31
 	dq = (unsigned char *)devs;     // point at name list
31
 	dq = (unsigned char *)devs;     // point at name list
32
 	for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
32
 	for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
33
 		if (ifa->ifa_addr->sa_family == AF_LINK) {
33
 		if (ifa->ifa_addr->sa_family == AF_LINK) {

Return to bug 118989