From owner-svn-ports-head@freebsd.org Fri Nov 3 13:21:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CF75E5231C; Fri, 3 Nov 2017 13:21:18 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A8656442C; Fri, 3 Nov 2017 13:21:18 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA3DLH91056610; Fri, 3 Nov 2017 13:21:17 GMT (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA3DLHTf056389; Fri, 3 Nov 2017 13:21:17 GMT (envelope-from sobomax@FreeBSD.org) Message-Id: <201711031321.vA3DLHTf056389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sobomax set sender to sobomax@FreeBSD.org using -f From: Maxim Sobolev Date: Fri, 3 Nov 2017 13:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453406 - in head/dns/idnkit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sobomax X-SVN-Commit-Paths: in head/dns/idnkit: . files X-SVN-Commit-Revision: 453406 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2017 13:21:18 -0000 Author: sobomax Date: Fri Nov 3 13:21:17 2017 New Revision: 453406 URL: https://svnweb.freebsd.org/changeset/ports/453406 Log: Fix build on FreeBSD 10.3 (compiler lacks -R option). Modified: head/dns/idnkit/Makefile head/dns/idnkit/files/patch-configure Modified: head/dns/idnkit/Makefile ============================================================================== --- head/dns/idnkit/Makefile Fri Nov 3 13:20:28 2017 (r453405) +++ head/dns/idnkit/Makefile Fri Nov 3 13:21:17 2017 (r453406) @@ -3,7 +3,7 @@ PORTNAME= idnkit PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= dns MASTER_SITES= http://www.nic.ad.jp/ja/idn/idnkit/download/sources/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/dns/idnkit/files/patch-configure ============================================================================== --- head/dns/idnkit/files/patch-configure Fri Nov 3 13:20:28 2017 (r453405) +++ head/dns/idnkit/files/patch-configure Fri Nov 3 13:21:17 2017 (r453406) @@ -1,8 +1,23 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Tue Mar 11 08:53:20 2003 -+++ configure Sun Sep 3 21:07:20 2006 -@@ -2633,7 +2644,37 @@ +--- configure.orig ++++ configure +@@ -762,14 +762,14 @@ + libiconv=$prefix + fi + ICONVINC="-I$libiconv/include" +- ICONVLIB="-L$libiconv/lib -R$libiconv/lib -liconv" ++ ICONVLIB="-L$libiconv/lib -liconv" + ;; + *) + if test "$liteonly" = yes ; then + { echo "configure: error: you can't set iconv options at all when you set value \"yes\" to --enable-liteonly, because lite library does not have iconv support." 1>&2; exit 1; } + fi + ICONVINC="-I$libiconv/include" +- ICONVLIB="-L$libiconv/lib -R$libiconv/lib -liconv" ++ ICONVLIB="-L$libiconv/lib -liconv" + ;; + esac + +@@ -2633,7 +2633,37 @@ ac_cv_flavor_gethostbyaddr=unknown else cat > conftest.$ac_ext < -@@ -2675,6 +2716,10 @@ +@@ -2675,6 +2705,10 @@ ac_cv_type_ghba_addr_t='const char *' ac_cv_type_ghba_addrlen_t='size_t' ;;