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

Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 11-16 Link Here
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Library to handle internationalized domain names
12
COMMENT=	Library to handle internationalized domain names
13
13
14
LICENSE=	JPNIC
15
LICENSE_NAME=	Japan Network Information Center license
16
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
17
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
14
USES=		iconv libtool
19
USES=		iconv libtool
15
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
16
CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE} \
21
CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE} \
(-)files/patch-configure (-4 / +4 lines)
Lines 1-6 Link Here
1
--- configure.orig
1
--- configure.orig	2003-03-10 23:53:20 UTC
2
+++ configure
2
+++ configure
3
@@ -762,14 +762,14 @@
3
@@ -762,14 +762,14 @@ yes)
4
 	libiconv=$prefix
4
 	libiconv=$prefix
5
     fi
5
     fi
6
     ICONVINC="-I$libiconv/include"
6
     ICONVINC="-I$libiconv/include"
Lines 17-23 Link Here
17
     ;;
17
     ;;
18
 esac
18
 esac
19
 
19
 
20
@@ -2633,7 +2633,37 @@
20
@@ -2633,7 +2633,37 @@ fi
21
   ac_cv_flavor_gethostbyaddr=unknown
21
   ac_cv_flavor_gethostbyaddr=unknown
22
 else
22
 else
23
   cat > conftest.$ac_ext <<EOF
23
   cat > conftest.$ac_ext <<EOF
Lines 56-62 Link Here
56
 #include "confdefs.h"
56
 #include "confdefs.h"
57
 
57
 
58
     #include <stddef.h>
58
     #include <stddef.h>
59
@@ -2675,6 +2705,10 @@
59
@@ -2675,6 +2705,10 @@ echo "$ac_t""$ac_cv_flavor_gethostbyaddr
60
 	ac_cv_type_ghba_addr_t='const char *'
60
 	ac_cv_type_ghba_addr_t='const char *'
61
 	ac_cv_type_ghba_addrlen_t='size_t'
61
 	ac_cv_type_ghba_addrlen_t='size_t'
62
 	;;
62
 	;;
(-)files/patch-libtool22 (-4 / +34 lines)
Lines 1-7 Link Here
1
--- lib/Makefile.in.orig	2009-07-13 16:56:33.000000000 -0500
1
--- lib/Makefile.in.orig	2003-03-12 16:14:41 UTC
2
+++ lib/Makefile.in	2009-07-13 16:57:14.000000000 -0500
2
+++ lib/Makefile.in
3
@@ -241,7 +241,7 @@
3
@@ -196,12 +196,12 @@ all: all-localdir all-subdirs
4
 @LITEONLY_FALSE@all-localdir: $(LIB).la $(LITELIB).la $(SAMPLES)
4
 
5
 
6
 $(LIB).la: $(OBJS)
7
-	$(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \
8
+	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \
9
 	    -version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \
10
 	    -rpath $(libdir) $(OBJS)
11
 
12
 $(TESTLIB).la: $(OBJS)
13
-	$(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \
14
+	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \
15
 	    -version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \
16
 	    -rpath $(libdir) $(OBJS)
17
 
18
@@ -219,12 +219,12 @@ resconflite.lo: resconf.c
19
 	    -c $(srcdir)/resconf.c
20
 
21
 $(LITELIB).la: $(LITELIB_OBJS)
22
-	$(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \
23
+	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \
24
 	    -version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \
25
 	    -rpath $(libdir) $(LITELIB_OBJS)
26
 
27
 $(TESTLITELIB).la: $(LITELIB_OBJS)
28
-	$(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \
29
+	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \
30
 	    -version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \
31
 	    -rpath $(libdir) $(LITELIB_OBJS)
32
 
33
@@ -241,7 +241,7 @@ install: install-localdir install-subdir
34
 
5
 install-common:
35
 install-common:
6
 	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
36
 	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
7
-	$(LIBTOOL) $(INSTALL_DATA) $(LITELIB).la \
37
-	$(LIBTOOL) $(INSTALL_DATA) $(LITELIB).la \
Lines 9-15 Link Here
9
 	    $(DESTDIR)$(libdir)/$(LITELIB).la
39
 	    $(DESTDIR)$(libdir)/$(LITELIB).la
10
 	-[ -f $(DESTDIR)$(libdir)/$(LITELIB).a ] \
40
 	-[ -f $(DESTDIR)$(libdir)/$(LITELIB).a ] \
11
 	    && $(RANLIB) $(DESTDIR)$(libdir)/$(LITELIB).a
41
 	    && $(RANLIB) $(DESTDIR)$(libdir)/$(LITELIB).a
12
@@ -262,7 +262,7 @@
42
@@ -262,7 +262,7 @@ install-common:
13
 
43
 
14
 install-nolite:
44
 install-nolite:
15
 	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
45
 	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
(-)files/patch-tools__runidn__resolver.c (-3 / +2 lines)
Lines 1-7 Link Here
1
Index: tools/runidn/resolver.c
1
Index: tools/runidn/resolver.c
2
diff -u -p tools/runidn/resolver.c.orig tools/runidn/resolver.c
2
--- tools/runidn/resolver.c.orig	2002-11-29 14:26:57 UTC
3
--- tools/runidn/resolver.c.orig	Fri Nov 29 23:26:57 2002
3
+++ tools/runidn/resolver.c
4
+++ tools/runidn/resolver.c	Sun Sep  3 21:20:21 2006
5
@@ -726,7 +726,7 @@ ENTRY(gethostbyname2_r)(const char *name
4
@@ -726,7 +726,7 @@ ENTRY(gethostbyname2_r)(const char *name
6
 
5
 
7
 #ifdef HAVE_GETHOSTBYADDR_R
6
 #ifdef HAVE_GETHOSTBYADDR_R

Return to bug 223252