From owner-svn-ports-head@freebsd.org Thu Aug 2 05:30:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE24A1058894; Thu, 2 Aug 2018 05:30:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7249E73F50; Thu, 2 Aug 2018 05:30:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 54DBE5574; Thu, 2 Aug 2018 05:30:18 +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 w725UIo3052031; Thu, 2 Aug 2018 05:30:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w725UHEH052026; Thu, 2 Aug 2018 05:30:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201808020530.w725UHEH052026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Aug 2018 05:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476217 - in head: base/binutils devel/binutils X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: base/binutils devel/binutils X-SVN-Commit-Revision: 476217 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.27 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: Thu, 02 Aug 2018 05:30:19 -0000 Author: antoine Date: Thu Aug 2 05:30:17 2018 New Revision: 476217 URL: https://svnweb.freebsd.org/changeset/ports/476217 Log: Revert r476186, it fails to package With hat: portmgr Modified: head/base/binutils/Makefile head/base/binutils/pkg-plist head/devel/binutils/Makefile Modified: head/base/binutils/Makefile ============================================================================== --- head/base/binutils/Makefile Thu Aug 2 05:06:20 2018 (r476216) +++ head/base/binutils/Makefile Thu Aug 2 05:30:17 2018 (r476217) @@ -23,27 +23,11 @@ BUTARGET= ${TARGETARCH}-unknown-${OPSYS:tl}${OSREL} CONFIGURE_ARGS+= --disable-host-shared PREFIX= /usr -BUREMOVE= addr2line \ - ar \ - c++filt \ - dlltool \ - elfedit \ - gprof \ - nlmconv \ - nm \ - ranlib \ - readelf \ - size \ - strings \ - strip \ - windmc \ - windres .include "${MASTERDIR}/Makefile" .if ${OSVERSION} >= 1100100 PLIST_SUB+= OBJCOPY="@comment " -BUREMOVE+= objcopy .else PLIST_SUB+= OBJCOPY="" .endif Modified: head/base/binutils/pkg-plist ============================================================================== --- head/base/binutils/pkg-plist Thu Aug 2 05:06:20 2018 (r476216) +++ head/base/binutils/pkg-plist Thu Aug 2 05:30:17 2018 (r476217) @@ -8,11 +8,6 @@ bin/%%BUTARGET%%-ld bin/%%BUTARGET%%-ld.bfd %%OBJCOPY%%bin/%%BUTARGET%%-objcopy bin/%%BUTARGET%%-objdump -%%BUTARGET%%/bin/as -%%BUTARGET%%/bin/ld -%%BUTARGET%%/bin/ld.bfd -%%OBJCOPY%%%%BUTARGET%%/bin/objcopy -%%BUTARGET%%/bin/objdump %%I386%%%%BUTARGET%%/lib/ldscripts/elf_i386.x %%I386%%%%BUTARGET%%/lib/ldscripts/elf_i386.xbn %%I386%%%%BUTARGET%%/lib/ldscripts/elf_i386.xc Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Thu Aug 2 05:06:20 2018 (r476216) +++ head/devel/binutils/Makefile Thu Aug 2 05:30:17 2018 (r476217) @@ -145,15 +145,11 @@ post-install: ${MV} ${STAGEDIR}/${MANDIR}1/objdump.1 ${STAGEDIR}/${MANDIR}1/${BUTARGET}-objdump.1 ${GZIP_CMD} ${STAGEDIR}/${MANDIR}1/${BUTARGET}-objdump.1 ${LN} -fs ${BUTARGET}-objdump.1.gz ${STAGEDIR}/${MANDIR}1/objdump.1.gz - @${RM} -r ${STAGEDIR}${PREFIX}/include - @${RM} -r ${STAGEDIR}${PREFIX}/lib .endif .endif .for tool in ${BUREMOVE} @${RM} ${STAGEDIR}${PREFIX}/bin/${BUTARGET}-${tool} \ - ${STAGEDIR}${PREFIX}/bin/${tool} \ - ${STAGEDIR}${MANPREFIX}/man/man1/${BUTARGET}-${tool}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/${tool}.1 \ + ${STAGEDIR}${PREFIX}/man/man1/${BUTARGET}-${tool}.1 \ ${STAGEDIR}${PREFIX}/${BUTARGET}/bin/${tool} .endfor .if defined(BUREMOVE) && ${BUREMOVE:Mld}