View | Details | Raw Unified | Return to bug 202673 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/net/jwhois/Makefile (-2 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	jwhois
4
PORTNAME=	jwhois
5
PORTVERSION=	4.0
5
PORTVERSION=	4.0
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	net
7
CATEGORIES=	net
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
9
Lines 12-21 Link Here
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
14
15
LIB_DEPENDS=	libiconv.so:${PORTSDIR}/converters/libiconv
16
15
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
16
USES=		gettext gmake
18
USES=		gettext gmake
17
CPPFLAGS+=	-I${PREFIX}/include
19
CPPFLAGS+=	-I${PREFIX}/include
18
LDFLAGS+=	-L${PREFIX}/lib
20
LDFLAGS+=	-L${PREFIX}/lib -liconv
19
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/var/jwhois
21
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/var/jwhois
20
22
21
OPTIONS_DEFINE=	NLS
23
OPTIONS_DEFINE=	NLS
(-)/usr/ports/net/jwhois/files/patch-Makefile.in (-3 / +3 lines)
Lines 1-6 Link Here
1
--- Makefile.in.dist	2007-07-01 17:58:12.000000000 +0900
1
--- Makefile.in.orig	2007-07-01 08:58:12 UTC
2
+++ Makefile.in	2008-05-26 13:42:47.000000000 +0900
2
+++ Makefile.in
3
@@ -224,7 +224,7 @@
3
@@ -224,7 +224,7 @@ sharedstatedir = @sharedstatedir@
4
 sysconfdir = @sysconfdir@
4
 sysconfdir = @sysconfdir@
5
 target_alias = @target_alias@
5
 target_alias = @target_alias@
6
 EXTRA_DIST = config.rpath  m4/ChangeLog config.rpath include/*.h example/jwhois.conf m4/*.m4 jwhois.spec.in jwhois.spec
6
 EXTRA_DIST = config.rpath  m4/ChangeLog config.rpath include/*.h example/jwhois.conf m4/*.m4 jwhois.spec.in jwhois.spec
(-)/usr/ports/net/jwhois/files/patch-configure (-5 / +3 lines)
Lines 1-8 Link Here
1
Index: configure
1
--- configure.orig	2007-07-01 08:56:12 UTC
2
diff -u configure.orig configure
2
+++ configure
3
--- configure.orig	2007-07-01 17:56:12.000000000 +0900
3
@@ -5418,7 +5418,7 @@ fi
4
+++ configure	2014-06-10 20:31:03.977495749 +0900
5
@@ -5418,7 +5418,7 @@
6
   fi
4
   fi
7
   if test "X$ltrpathdirs" != "X"; then
5
   if test "X$ltrpathdirs" != "X"; then
8
             for found_dir in $ltrpathdirs; do
6
             for found_dir in $ltrpathdirs; do
(-)/usr/ports/net/jwhois/files/patch-src_Makefile.in (-3 / +3 lines)
Lines 1-6 Link Here
1
--- src/Makefile.in.dist	2007-07-01 17:56:14.000000000 +0900
1
--- src/Makefile.in.orig	2007-07-01 08:56:14 UTC
2
+++ src/Makefile.in	2008-05-26 13:46:50.000000000 +0900
2
+++ src/Makefile.in
3
@@ -231,6 +231,7 @@
3
@@ -231,6 +231,7 @@ jwhois_CFLAGS = $(OLDCFLAGS) -DSYSCONFDI
4
          -DLOCALEDIR="\"$(localedir)\""
4
          -DLOCALEDIR="\"$(localedir)\""
5
 
5
 
6
 jwhois_LDADD = $(top_srcdir)/gl/libgnu.a
6
 jwhois_LDADD = $(top_srcdir)/gl/libgnu.a
(-)/usr/ports/net/jwhois/files/patch-src_cache.c (-3 / +3 lines)
Lines 1-6 Link Here
1
--- src/cache.c.dist	Sun Dec 19 06:46:53 1999
1
--- src/cache.c.orig	2007-06-26 06:58:30 UTC
2
+++ src/cache.c	Sat Jul 15 22:52:06 2000
2
+++ src/cache.c
3
@@ -119,7 +119,7 @@
3
@@ -122,7 +122,7 @@ cache_init(void)
4
   jconfig_set();
4
   jconfig_set();
5
   j = jconfig_getone("jwhois", "cachefile");
5
   j = jconfig_getone("jwhois", "cachefile");
6
   if (!j)
6
   if (!j)

Return to bug 202673