svn commit: r455744 - in head/dns/idnkit: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 7 17:37:39 UTC 2017


Author: amdmi3
Date: Thu Dec  7 17:37:37 2017
New Revision: 455744
URL: https://svnweb.freebsd.org/changeset/ports/455744

Log:
  - Add LICENSE
  - Regenerate patches
  
  PR:		223252
  Submitted by:	yasu at utahime.org

Modified:
  head/dns/idnkit/Makefile
  head/dns/idnkit/files/patch-configure
  head/dns/idnkit/files/patch-libtool22
  head/dns/idnkit/files/patch-tools__runidn__resolver.c

Modified: head/dns/idnkit/Makefile
==============================================================================
--- head/dns/idnkit/Makefile	Thu Dec  7 17:17:44 2017	(r455743)
+++ head/dns/idnkit/Makefile	Thu Dec  7 17:37:37 2017	(r455744)
@@ -11,6 +11,11 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library to handle internationalized domain names
 
+LICENSE=	JPNIC
+LICENSE_NAME=	Japan Network Information Center license
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 USES=		iconv libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE} \

Modified: head/dns/idnkit/files/patch-configure
==============================================================================
--- head/dns/idnkit/files/patch-configure	Thu Dec  7 17:17:44 2017	(r455743)
+++ head/dns/idnkit/files/patch-configure	Thu Dec  7 17:37:37 2017	(r455744)
@@ -1,6 +1,6 @@
---- configure.orig
+--- configure.orig	2003-03-10 23:53:20 UTC
 +++ configure
-@@ -762,14 +762,14 @@
+@@ -762,14 +762,14 @@ yes)
  	libiconv=$prefix
      fi
      ICONVINC="-I$libiconv/include"
@@ -17,7 +17,7 @@
      ;;
  esac
  
-@@ -2633,7 +2633,37 @@
+@@ -2633,7 +2633,37 @@ fi
    ac_cv_flavor_gethostbyaddr=unknown
  else
    cat > conftest.$ac_ext <<EOF
@@ -56,7 +56,7 @@
  #include "confdefs.h"
  
      #include <stddef.h>
-@@ -2675,6 +2705,10 @@
+@@ -2675,6 +2705,10 @@ echo "$ac_t""$ac_cv_flavor_gethostbyaddr
  	ac_cv_type_ghba_addr_t='const char *'
  	ac_cv_type_ghba_addrlen_t='size_t'
  	;;

Modified: head/dns/idnkit/files/patch-libtool22
==============================================================================
--- head/dns/idnkit/files/patch-libtool22	Thu Dec  7 17:17:44 2017	(r455743)
+++ head/dns/idnkit/files/patch-libtool22	Thu Dec  7 17:37:37 2017	(r455744)
@@ -1,7 +1,37 @@
---- lib/Makefile.in.orig	2009-07-13 16:56:33.000000000 -0500
-+++ lib/Makefile.in	2009-07-13 16:57:14.000000000 -0500
-@@ -241,7 +241,7 @@
+--- lib/Makefile.in.orig	2003-03-12 16:14:41 UTC
++++ lib/Makefile.in
+@@ -196,12 +196,12 @@ all: all-localdir all-subdirs
+ @LITEONLY_FALSE at all-localdir: $(LIB).la $(LITELIB).la $(SAMPLES)
  
+ $(LIB).la: $(OBJS)
+-	$(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \
++	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \
+ 	    -version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \
+ 	    -rpath $(libdir) $(OBJS)
+ 
+ $(TESTLIB).la: $(OBJS)
+-	$(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \
++	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \
+ 	    -version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \
+ 	    -rpath $(libdir) $(OBJS)
+ 
+@@ -219,12 +219,12 @@ resconflite.lo: resconf.c
+ 	    -c $(srcdir)/resconf.c
+ 
+ $(LITELIB).la: $(LITELIB_OBJS)
+-	$(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \
++	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \
+ 	    -version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \
+ 	    -rpath $(libdir) $(LITELIB_OBJS)
+ 
+ $(TESTLITELIB).la: $(LITELIB_OBJS)
+-	$(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \
++	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \
+ 	    -version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \
+ 	    -rpath $(libdir) $(LITELIB_OBJS)
+ 
+@@ -241,7 +241,7 @@ install: install-localdir install-subdir
+ 
  install-common:
  	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
 -	$(LIBTOOL) $(INSTALL_DATA) $(LITELIB).la \
@@ -9,7 +39,7 @@
  	    $(DESTDIR)$(libdir)/$(LITELIB).la
  	-[ -f $(DESTDIR)$(libdir)/$(LITELIB).a ] \
  	    && $(RANLIB) $(DESTDIR)$(libdir)/$(LITELIB).a
-@@ -262,7 +262,7 @@
+@@ -262,7 +262,7 @@ install-common:
  
  install-nolite:
  	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)

Modified: head/dns/idnkit/files/patch-tools__runidn__resolver.c
==============================================================================
--- head/dns/idnkit/files/patch-tools__runidn__resolver.c	Thu Dec  7 17:17:44 2017	(r455743)
+++ head/dns/idnkit/files/patch-tools__runidn__resolver.c	Thu Dec  7 17:37:37 2017	(r455744)
@@ -1,7 +1,6 @@
 Index: tools/runidn/resolver.c
-diff -u -p tools/runidn/resolver.c.orig tools/runidn/resolver.c
---- tools/runidn/resolver.c.orig	Fri Nov 29 23:26:57 2002
-+++ tools/runidn/resolver.c	Sun Sep  3 21:20:21 2006
+--- tools/runidn/resolver.c.orig	2002-11-29 14:26:57 UTC
++++ tools/runidn/resolver.c
 @@ -726,7 +726,7 @@ ENTRY(gethostbyname2_r)(const char *name
  
  #ifdef HAVE_GETHOSTBYADDR_R


More information about the svn-ports-head mailing list