svn commit: r395371 - head/net/jwhois/files

Kurt Jaeger pi at FreeBSD.org
Wed Aug 26 16:19:21 UTC 2015


Author: pi
Date: Wed Aug 26 16:19:19 2015
New Revision: 395371
URL: https://svnweb.freebsd.org/changeset/ports/395371

Log:
  net/jwhois: added USES=iconv
  
  - Added USES=iconv
  - Regenerate patches to make portlint happy
  - Bump PORTREVISION
  
  PR:		202673
  Submitted by:	Carlos J Puga Medina <cpm at fbsd.es>

Modified:
  head/net/jwhois/files/patch-Makefile.in
  head/net/jwhois/files/patch-configure
  head/net/jwhois/files/patch-src_Makefile.in
  head/net/jwhois/files/patch-src_cache.c

Modified: head/net/jwhois/files/patch-Makefile.in
==============================================================================
--- head/net/jwhois/files/patch-Makefile.in	Wed Aug 26 16:12:50 2015	(r395370)
+++ head/net/jwhois/files/patch-Makefile.in	Wed Aug 26 16:19:19 2015	(r395371)
@@ -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

Modified: head/net/jwhois/files/patch-configure
==============================================================================
--- head/net/jwhois/files/patch-configure	Wed Aug 26 16:12:50 2015	(r395370)
+++ head/net/jwhois/files/patch-configure	Wed Aug 26 16:19:19 2015	(r395371)
@@ -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

Modified: head/net/jwhois/files/patch-src_Makefile.in
==============================================================================
--- head/net/jwhois/files/patch-src_Makefile.in	Wed Aug 26 16:12:50 2015	(r395370)
+++ head/net/jwhois/files/patch-src_Makefile.in	Wed Aug 26 16:19:19 2015	(r395371)
@@ -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

Modified: head/net/jwhois/files/patch-src_cache.c
==============================================================================
--- head/net/jwhois/files/patch-src_cache.c	Wed Aug 26 16:12:50 2015	(r395370)
+++ head/net/jwhois/files/patch-src_cache.c	Wed Aug 26 16:19:19 2015	(r395371)
@@ -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)


More information about the svn-ports-head mailing list