From owner-svn-ports-all@freebsd.org Sat Feb 11 10:01:33 2017 Return-Path: Delivered-To: svn-ports-all@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 53F61CDB0FB; Sat, 11 Feb 2017 10:01:33 +0000 (UTC) (envelope-from antoine@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 14E9F172D; Sat, 11 Feb 2017 10:01:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1BA1WXX088383; Sat, 11 Feb 2017 10:01:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1BA1W8B088382; Sat, 11 Feb 2017 10:01:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702111001.v1BA1W8B088382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 Feb 2017 10:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r433851 - branches/2017Q1/converters/iconv/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2017 10:01:33 -0000 Author: antoine Date: Sat Feb 11 10:01:31 2017 New Revision: 433851 URL: https://svnweb.freebsd.org/changeset/ports/433851 Log: MFH: r433107 converters/iconv: unbreak on 12.0 after base r306297 ===> ces (all) make[2]: don't know how to make euc-jp.so. Stop Reported by: pkg-fallout Modified: branches/2017Q1/converters/iconv/files/patch-ces__Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/converters/iconv/files/patch-ces__Makefile ============================================================================== --- branches/2017Q1/converters/iconv/files/patch-ces__Makefile Sat Feb 11 09:16:21 2017 (r433850) +++ branches/2017Q1/converters/iconv/files/patch-ces__Makefile Sat Feb 11 10:01:31 2017 (r433851) @@ -9,3 +9,26 @@ INTERNALLIB = +@@ -27,9 +27,9 @@ ces_builtin.c: ${CHARSETS_C} ${CHARSETS_ + ${.CURDIR}/../iconv_builtin -mo ${.TARGET} \ + ${CHARSETS_C} PIC ${CHARSETS_O} + +-.SUFFIXES: .so .So ++.SUFFIXES: .so .So .pico + +-.So.so: ++.So.so .pico.so: + @${LDDESTDIRENV} ${CC} -shared -Wl,-x -o ${.TARGET} \ + -Wl,-soname,${.TARGET} `lorder ${.ALLSRC} | tsort -q` \ + ${LDDESTDIR} ${LDADD} +@@ -41,8 +41,8 @@ beforeinstall: + ${INSTALLFLAGS} ${SHLINSTALLFLAGS} ${CHARSETS_SO} \ + ${DESTDIR}${MODULEDIR} + +-CLEANFILES += *.so *.So ces_builtin.c *.lst ++CLEANFILES += *.so *.So *.pico ces_builtin.c *.lst + + .include + +-.SUFFIXES: .so .So ++.SUFFIXES: .so .So .pico