diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-31 22:55:54 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-31 22:55:54 +0800 |
commit | 46b3a8b554085ef90b0e1d17980aba8ee83f1995 (patch) | |
tree | a224445ac874bc7809db7112ec12b338b0c72f2e /dns/noip/files | |
parent | 5d2f9ee4754f8902d713630ccbb0aa41fd7935cb (diff) | |
download | freebsd-ports-gnome-46b3a8b554085ef90b0e1d17980aba8ee83f1995.tar.gz freebsd-ports-gnome-46b3a8b554085ef90b0e1d17980aba8ee83f1995.tar.zst freebsd-ports-gnome-46b3a8b554085ef90b0e1d17980aba8ee83f1995.zip |
- update to 2.1.3
- grab maintainership
PR: ports/104528
Submitted by: maintainer (Kay Abendroth)
Diffstat (limited to 'dns/noip/files')
-rw-r--r-- | dns/noip/files/patch-Makefile | 6 | ||||
-rw-r--r-- | dns/noip/files/patch-noip2.c | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/dns/noip/files/patch-Makefile b/dns/noip/files/patch-Makefile index 685fc7cd614b..db28f5529f7d 100644 --- a/dns/noip/files/patch-Makefile +++ b/dns/noip/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Aug 2 05:56:55 2003 -+++ Makefile Wed Nov 30 01:35:17 2005 +--- Makefile.orig Wed Oct 18 11:13:47 2006 ++++ Makefile Wed Oct 18 11:16:45 2006 @@ -1,13 +1,13 @@ TGT=noip2 -CC=gcc @@ -18,7 +18,7 @@ +#LIBS= +#ARCH=linux - # for BSD systems that have getifaddr(), uncomment the next line + # for Mac OS X and BSD systems that have getifaddr(), uncomment the next line #ARCH=bsd_with_getifaddrs @@ -21,7 +21,7 @@ # ARCH=sun diff --git a/dns/noip/files/patch-noip2.c b/dns/noip/files/patch-noip2.c index fa545bab814d..ebdc8f1e7270 100644 --- a/dns/noip/files/patch-noip2.c +++ b/dns/noip/files/patch-noip2.c @@ -1,15 +1,15 @@ ---- noip2.c.orig Fri Jan 9 06:18:39 2004 -+++ noip2.c Thu Jan 29 12:45:11 2004 -@@ -156,7 +156,7 @@ +--- noip2.c.orig Fri Feb 24 16:45:23 2006 ++++ noip2.c Wed Oct 18 11:12:03 2006 +@@ -170,7 +170,7 @@ #define CLIENT_IP_PORT 8245 - #define VERSION "2.1.1" + #define VERSION "2.1.3" -#define USER_AGENT "User-Agent: Linux-DUC/"VERSION +#define USER_AGENT "User-Agent: FreeBSD-DUC/"VERSION #define SETTING_SCRIPT "settings.php?" #define USTRNG "username=" #define PWDSTRNG "&pass=" -@@ -264,7 +264,7 @@ +@@ -278,7 +278,7 @@ #define CMSG21 "Please select the Internet interface from this list.\n" #define CMSG22 "By typing the number associated with it." #define CMSG23 "Too many network devices. Limit is %d" @@ -18,7 +18,7 @@ #define CMSG25 "Can't create config file (%s)" #define CMSG25a "Re-run noip, adding '-c configfilename' as a parameter." #define CMSG26 "Can't rename config file (%s)" -@@ -466,7 +466,7 @@ +@@ -484,7 +484,7 @@ fprintf(stderr, "[ -d][ -D pid]"); #endif fprintf(stderr, "[ -i addr][ -S][ -M][ -h]"); @@ -27,8 +27,8 @@ fprintf(stderr, "Options: -C create configuration data\n"); fprintf(stderr, " -F force NAT off\n"); fprintf(stderr, " -Y select all hosts/groups\n"); -@@ -1984,17 +1984,12 @@ - dq = devs; // point at name list +@@ -2040,17 +2040,12 @@ + dq = (unsigned char *)devs; // point at name list for (ifa = ifap; ifa; ifa = ifa->ifa_next) { if (ifa->ifa_addr->sa_family == AF_LINK) { -// FreeBSD doesn't define some of these! |