diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-08-26 16:19:19 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-08-26 16:19:19 +0000 |
commit | c35a0bf99bac8afb44158e4dec5d2c4b093ed336 (patch) | |
tree | 92740117d76adb9e965494be63c5d552910e50d0 /net/jwhois | |
parent | 2c31f6524f9fb1143b9be987e1fc4450c9be7207 (diff) | |
download | ports-c35a0bf99bac8afb44158e4dec5d2c4b093ed336.tar.gz ports-c35a0bf99bac8afb44158e4dec5d2c4b093ed336.zip |
Notes
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/files/patch-Makefile.in | 6 | ||||
-rw-r--r-- | net/jwhois/files/patch-configure | 8 | ||||
-rw-r--r-- | net/jwhois/files/patch-src_Makefile.in | 6 | ||||
-rw-r--r-- | net/jwhois/files/patch-src_cache.c | 6 |
4 files changed, 12 insertions, 14 deletions
diff --git a/net/jwhois/files/patch-Makefile.in b/net/jwhois/files/patch-Makefile.in index a2a9bdd28382..a25c884216c2 100644 --- a/net/jwhois/files/patch-Makefile.in +++ b/net/jwhois/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.dist 2007-07-01 17:58:12.000000000 +0900 -+++ Makefile.in 2008-05-26 13:42:47.000000000 +0900 -@@ -224,7 +224,7 @@ +--- Makefile.in.orig 2007-07-01 08:58:12 UTC ++++ Makefile.in +@@ -224,7 +224,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ EXTRA_DIST = config.rpath m4/ChangeLog config.rpath include/*.h example/jwhois.conf m4/*.m4 jwhois.spec.in jwhois.spec diff --git a/net/jwhois/files/patch-configure b/net/jwhois/files/patch-configure index 02d9fb81fdad..0b4c5ced69aa 100644 --- a/net/jwhois/files/patch-configure +++ b/net/jwhois/files/patch-configure @@ -1,8 +1,6 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig 2007-07-01 17:56:12.000000000 +0900 -+++ configure 2014-06-10 20:31:03.977495749 +0900 -@@ -5418,7 +5418,7 @@ +--- configure.orig 2007-07-01 08:56:12 UTC ++++ configure +@@ -5418,7 +5418,7 @@ fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do diff --git a/net/jwhois/files/patch-src_Makefile.in b/net/jwhois/files/patch-src_Makefile.in index 35d16e1f1c13..44df07f35480 100644 --- a/net/jwhois/files/patch-src_Makefile.in +++ b/net/jwhois/files/patch-src_Makefile.in @@ -1,6 +1,6 @@ ---- src/Makefile.in.dist 2007-07-01 17:56:14.000000000 +0900 -+++ src/Makefile.in 2008-05-26 13:46:50.000000000 +0900 -@@ -231,6 +231,7 @@ +--- src/Makefile.in.orig 2007-07-01 08:56:14 UTC ++++ src/Makefile.in +@@ -231,6 +231,7 @@ jwhois_CFLAGS = $(OLDCFLAGS) -DSYSCONFDI -DLOCALEDIR="\"$(localedir)\"" jwhois_LDADD = $(top_srcdir)/gl/libgnu.a diff --git a/net/jwhois/files/patch-src_cache.c b/net/jwhois/files/patch-src_cache.c index 290c0a0daa20..7a68fe279685 100644 --- a/net/jwhois/files/patch-src_cache.c +++ b/net/jwhois/files/patch-src_cache.c @@ -1,6 +1,6 @@ ---- src/cache.c.dist Sun Dec 19 06:46:53 1999 -+++ src/cache.c Sat Jul 15 22:52:06 2000 -@@ -119,7 +119,7 @@ +--- src/cache.c.orig 2007-06-26 06:58:30 UTC ++++ src/cache.c +@@ -122,7 +122,7 @@ cache_init(void) jconfig_set(); j = jconfig_getone("jwhois", "cachefile"); if (!j) |