From owner-svn-ports-head@freebsd.org Wed Feb 1 21:47:02 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 8F376CCB6BD; Wed, 1 Feb 2017 21:47:02 +0000 (UTC) (envelope-from jbeich@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 5EA222C1; Wed, 1 Feb 2017 21:47:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v11Ll18v004575; Wed, 1 Feb 2017 21:47:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v11Ll14X004574; Wed, 1 Feb 2017 21:47:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702012147.v11Ll14X004574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 1 Feb 2017 21:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433108 - head/converters/iconv-extra/files X-SVN-Group: ports-head 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: Wed, 01 Feb 2017 21:47:02 -0000 Author: jbeich Date: Wed Feb 1 21:47:01 2017 New Revision: 433108 URL: https://svnweb.freebsd.org/changeset/ports/433108 Log: converters/iconv-extra: unbreak on 12.0 after base r306297 ===> ces (all) make[2]: don't know how to make unicode-1-1-utf-7.so. Stop Modified: head/converters/iconv-extra/files/patch-ces__Makefile (contents, props changed) Modified: head/converters/iconv-extra/files/patch-ces__Makefile ============================================================================== --- head/converters/iconv-extra/files/patch-ces__Makefile Wed Feb 1 21:34:19 2017 (r433107) +++ head/converters/iconv-extra/files/patch-ces__Makefile Wed Feb 1 21:47:01 2017 (r433108) @@ -11,3 +11,18 @@ .endif INTERNALLIB = +@@ -14,11 +14,11 @@ NOMAN = + + NOOBJ = + +-CLEANFILES = ${CHARSETS_SO} *.So ++CLEANFILES = ${CHARSETS_SO} *.So .pico + +-.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}