From owner-svn-ports-all@FreeBSD.ORG Tue Jul 8 16:19:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2F7C4E7; Tue, 8 Jul 2014 16:19:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 9F1A72537; Tue, 8 Jul 2014 16:19:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s68GJXc3056864; Tue, 8 Jul 2014 16:19:33 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s68GJXpq056862; Tue, 8 Jul 2014 16:19:33 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407081619.s68GJXpq056862@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 8 Jul 2014 16:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361266 - head/devel/psptoolchain-binutils X-SVN-Group: ports-head 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.18 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: Tue, 08 Jul 2014 16:19:33 -0000 Author: vanilla Date: Tue Jul 8 16:19:32 2014 New Revision: 361266 URL: http://svnweb.freebsd.org/changeset/ports/361266 QAT: https://qat.redports.org/buildarchive/r361266/ Log: 1: Stagify. 2: USES=libtool, bump version. Modified: head/devel/psptoolchain-binutils/Makefile head/devel/psptoolchain-binutils/pkg-plist Modified: head/devel/psptoolchain-binutils/Makefile ============================================================================== --- head/devel/psptoolchain-binutils/Makefile Tue Jul 8 16:16:13 2014 (r361265) +++ head/devel/psptoolchain-binutils/Makefile Tue Jul 8 16:19:32 2014 (r361266) @@ -1,49 +1,31 @@ # Created by: Tassilo Philipp # $FreeBSD$ -PORTNAME= binutils -PORTVERSION= 2.22 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/${PORTNAME}/ \ - ${MASTER_SITE_SOURCEWARE} +PORTNAME= binutils +PORTVERSION= 2.22 +PORTREVISION= 1 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/${PORTNAME}/ \ + ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME}/releases -PKGNAMEPREFIX= psptoolchain- +PKGNAMEPREFIX= psptoolchain- -MAINTAINER= ports@FreeBSD.org -COMMENT= PlayStation Portable development toolchain ${PORTNAME} +MAINTAINER= ports@FreeBSD.org +COMMENT= PlayStation Portable development toolchain ${PORTNAME} -USES= gmake tar:bzip2 -USE_GCC= any +USES= gmake tar:bzip2 libtool +USE_GCC= any -HAS_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-freebsd${OSREL} -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --target="psp" \ - --enable-install-libbfd \ - --disable-nls \ - --mandir=${PREFIX}/man - -MAN1= psp-addr2line.1 \ - psp-ar.1 \ - psp-as.1 \ - psp-c++filt.1 \ - psp-dlltool.1 \ - psp-elfedit.1 \ - psp-ld.1 \ - psp-nlmconv.1 \ - psp-nm.1 \ - psp-objcopy.1 \ - psp-objdump.1 \ - psp-ranlib.1 \ - psp-readelf.1 \ - psp-size.1 \ - psp-strings.1 \ - psp-strip.1 \ - psp-windmc.1 \ - psp-windres.1 +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --target="psp" \ + --enable-install-libbfd \ + --disable-nls \ + --mandir=${PREFIX}/man +PLIST_SUB= CONFIGURE_TARGET="${CONFIGURE_TARGET}" # Disable installation of .info files and libiberty. -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's/^(install-data-am:)(.*)install-info-am(.*)/\1 \2 \3/' \ ${WRKSRC}/ld/Makefile.in @@ -54,8 +36,4 @@ post-patch: @${REINPLACE_CMD} -E 's/^(install:)(.*)/\1#\2/' ${WRKSRC}/libiberty/Makefile.in @${REINPLACE_CMD} -E 's,^(install.*:)(.*)install-info(.*),\1 \2 \3,' ${WRKSRC}/etc/Makefile.in -post-install: - @${FIND} -ds ${PREFIX}/${CONFIGURE_TARGET} ! -type d | ${SED} -e 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} -ds ${PREFIX}/${CONFIGURE_TARGET} -type d | ${SED} -e 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} - .include Modified: head/devel/psptoolchain-binutils/pkg-plist ============================================================================== --- head/devel/psptoolchain-binutils/pkg-plist Tue Jul 8 16:16:13 2014 (r361265) +++ head/devel/psptoolchain-binutils/pkg-plist Tue Jul 8 16:19:32 2014 (r361266) @@ -1,48 +1,77 @@ -psp/lib/ldscripts/elf_mipsallegrexel_psp.xu -psp/lib/ldscripts/elf_mipsallegrexel_psp.xs -psp/lib/ldscripts/elf_mipsallegrexel_psp.xr -psp/lib/ldscripts/elf_mipsallegrexel_psp.xn -psp/lib/ldscripts/elf_mipsallegrexel_psp.xd -psp/lib/ldscripts/elf_mipsallegrexel_psp.xbn -psp/lib/ldscripts/elf_mipsallegrexel_psp.x -psp/lib/ldscripts/elf32elmip.xw -psp/lib/ldscripts/elf32elmip.xu -psp/lib/ldscripts/elf32elmip.xsw -psp/lib/ldscripts/elf32elmip.xsc -psp/lib/ldscripts/elf32elmip.xs -psp/lib/ldscripts/elf32elmip.xr -psp/lib/ldscripts/elf32elmip.xn -psp/lib/ldscripts/elf32elmip.xdw -psp/lib/ldscripts/elf32elmip.xdc -psp/lib/ldscripts/elf32elmip.xd -psp/lib/ldscripts/elf32elmip.xc -psp/lib/ldscripts/elf32elmip.xbn -psp/lib/ldscripts/elf32elmip.x -psp/bin/strip -psp/bin/ranlib -psp/bin/objdump -psp/bin/objcopy -psp/bin/nm -psp/bin/ld.bfd -psp/bin/ld -psp/bin/as -psp/bin/ar -bin/psp-strip -bin/psp-strings -bin/psp-size -bin/psp-readelf -bin/psp-ranlib -bin/psp-objdump -bin/psp-objcopy -bin/psp-nm -bin/psp-ld.bfd -bin/psp-ld -bin/psp-elfedit -bin/psp-c++filt -bin/psp-as -bin/psp-ar bin/psp-addr2line -@dirrm psp/lib/ldscripts -@dirrmtry psp/lib +bin/psp-ar +bin/psp-as +bin/psp-c++filt +bin/psp-elfedit +bin/psp-ld +bin/psp-ld.bfd +bin/psp-nm +bin/psp-objcopy +bin/psp-objdump +bin/psp-ranlib +bin/psp-readelf +bin/psp-size +bin/psp-strings +bin/psp-strip +man/man1/psp-addr2line.1.gz +man/man1/psp-ar.1.gz +man/man1/psp-as.1.gz +man/man1/psp-c++filt.1.gz +man/man1/psp-dlltool.1.gz +man/man1/psp-elfedit.1.gz +man/man1/psp-ld.1.gz +man/man1/psp-nlmconv.1.gz +man/man1/psp-nm.1.gz +man/man1/psp-objcopy.1.gz +man/man1/psp-objdump.1.gz +man/man1/psp-ranlib.1.gz +man/man1/psp-readelf.1.gz +man/man1/psp-size.1.gz +man/man1/psp-strings.1.gz +man/man1/psp-strip.1.gz +man/man1/psp-windmc.1.gz +man/man1/psp-windres.1.gz +psp/bin/ar +psp/bin/as +psp/bin/ld +psp/bin/ld.bfd +psp/bin/nm +psp/bin/objcopy +psp/bin/objdump +psp/bin/ranlib +psp/bin/strip +psp/lib/ldscripts/elf32elmip.x +psp/lib/ldscripts/elf32elmip.xbn +psp/lib/ldscripts/elf32elmip.xc +psp/lib/ldscripts/elf32elmip.xd +psp/lib/ldscripts/elf32elmip.xdc +psp/lib/ldscripts/elf32elmip.xdw +psp/lib/ldscripts/elf32elmip.xn +psp/lib/ldscripts/elf32elmip.xr +psp/lib/ldscripts/elf32elmip.xs +psp/lib/ldscripts/elf32elmip.xsc +psp/lib/ldscripts/elf32elmip.xsw +psp/lib/ldscripts/elf32elmip.xu +psp/lib/ldscripts/elf32elmip.xw +psp/lib/ldscripts/elf_mipsallegrexel_psp.x +psp/lib/ldscripts/elf_mipsallegrexel_psp.xbn +psp/lib/ldscripts/elf_mipsallegrexel_psp.xd +psp/lib/ldscripts/elf_mipsallegrexel_psp.xn +psp/lib/ldscripts/elf_mipsallegrexel_psp.xr +psp/lib/ldscripts/elf_mipsallegrexel_psp.xs +psp/lib/ldscripts/elf_mipsallegrexel_psp.xu +%%CONFIGURE_TARGET%%/psp/include/ansidecl.h +%%CONFIGURE_TARGET%%/psp/include/bfd.h +%%CONFIGURE_TARGET%%/psp/include/bfdlink.h +%%CONFIGURE_TARGET%%/psp/include/dis-asm.h +%%CONFIGURE_TARGET%%/psp/include/symcat.h +%%CONFIGURE_TARGET%%/psp/lib/libbfd.a +%%CONFIGURE_TARGET%%/psp/lib/libopcodes.a @dirrmtry psp/bin +@dirrmtry psp/lib/ldscripts +@dirrmtry psp/lib @dirrmtry psp +@dirrmtry %%CONFIGURE_TARGET%%/psp/include +@dirrmtry %%CONFIGURE_TARGET%%/psp/lib +@dirrmtry %%CONFIGURE_TARGET%%/psp +@dirrmtry %%CONFIGURE_TARGET%%