From owner-svn-ports-all@FreeBSD.ORG Tue Sep 9 15:27:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4F7F77A; Tue, 9 Sep 2014 15:27:05 +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 CEDBBB39; Tue, 9 Sep 2014 15:27:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89FR5AL025527; Tue, 9 Sep 2014 15:27:05 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89FR5dN025520; Tue, 9 Sep 2014 15:27:05 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409091527.s89FR5dN025520@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 9 Sep 2014 15:27:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367742 - in head/devel: psptoolchain-gcc-stage1 psptoolchain-gcc-stage2 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-1 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, 09 Sep 2014 15:27:06 -0000 Author: tijl Date: Tue Sep 9 15:27:04 2014 New Revision: 367742 URL: http://svnweb.freebsd.org/changeset/ports/367742 QAT: https://qat.redports.org/buildarchive/r367742/ Log: Add USES=libtool Modified: head/devel/psptoolchain-gcc-stage1/Makefile head/devel/psptoolchain-gcc-stage1/pkg-plist head/devel/psptoolchain-gcc-stage2/Makefile head/devel/psptoolchain-gcc-stage2/pkg-plist Modified: head/devel/psptoolchain-gcc-stage1/Makefile ============================================================================== --- head/devel/psptoolchain-gcc-stage1/Makefile Tue Sep 9 15:12:32 2014 (r367741) +++ head/devel/psptoolchain-gcc-stage1/Makefile Tue Sep 9 15:27:04 2014 (r367742) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.6.2 -PORTREVISION= 2 +PORTREVISION?= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/${DISTNAME}/ @@ -35,7 +35,7 @@ BUILD_DEPENDS+= psp-addr2line:${PORTSDI psp-strings:${PORTSDIR}/devel/psptoolchain-binutils \ psp-strip:${PORTSDIR}/devel/psptoolchain-binutils -USES= gmake tar:bzip2 +USES= gmake libtool tar:bzip2 PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/devel/psptoolchain-gcc-stage1/pkg-plist ============================================================================== --- head/devel/psptoolchain-gcc-stage1/pkg-plist Tue Sep 9 15:12:32 2014 (r367741) +++ head/devel/psptoolchain-gcc-stage1/pkg-plist Tue Sep 9 15:27:04 2014 (r367742) @@ -161,9 +161,9 @@ %%PSP_GCC_STAGE_PREFIX%%/libexec/gcc/psp/4.6.2/install-tools/fixincl %%PSP_GCC_STAGE_PREFIX%%/libexec/gcc/psp/4.6.2/install-tools/mkheaders %%PSP_GCC_STAGE_PREFIX%%/libexec/gcc/psp/4.6.2/install-tools/mkinstalldirs -%%PSP_GCC_STAGE_PREFIX%%/libexec/gcc/psp/4.6.2/liblto_plugin.la %%PSP_GCC_STAGE_PREFIX%%/libexec/gcc/psp/4.6.2/liblto_plugin.so %%PSP_GCC_STAGE_PREFIX%%/libexec/gcc/psp/4.6.2/liblto_plugin.so.0 +%%PSP_GCC_STAGE_PREFIX%%/libexec/gcc/psp/4.6.2/liblto_plugin.so.0.0.0 %%PSP_GCC_STAGE_PREFIX%%/libexec/gcc/psp/4.6.2/lto-wrapper %%PSP_GCC_STAGE_PREFIX%%/libexec/gcc/psp/4.6.2/lto1 @dirrm %%PSP_GCC_STAGE_PREFIX%%/libexec/gcc/psp/4.6.2/install-tools Modified: head/devel/psptoolchain-gcc-stage2/Makefile ============================================================================== --- head/devel/psptoolchain-gcc-stage2/Makefile Tue Sep 9 15:12:32 2014 (r367741) +++ head/devel/psptoolchain-gcc-stage2/Makefile Tue Sep 9 15:27:04 2014 (r367742) @@ -1,7 +1,7 @@ # Created by: Tassilo Philipp # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 3 PKGNAMESUFFIX= -stage2 Modified: head/devel/psptoolchain-gcc-stage2/pkg-plist ============================================================================== --- head/devel/psptoolchain-gcc-stage2/pkg-plist Tue Sep 9 15:12:32 2014 (r367741) +++ head/devel/psptoolchain-gcc-stage2/pkg-plist Tue Sep 9 15:27:04 2014 (r367742) @@ -1,6 +1,4 @@ -psp/lib/libsupc++.la psp/lib/libsupc++.a -psp/lib/libstdc++.la psp/lib/libstdc++.a-gdb.py psp/lib/libstdc++.a psp/include/c++/4.6.2/vector @@ -632,9 +630,9 @@ psp/include/c++/4.6.2/array psp/include/c++/4.6.2/algorithm libexec/gcc/psp/4.6.2/lto1 libexec/gcc/psp/4.6.2/lto-wrapper -libexec/gcc/psp/4.6.2/liblto_plugin.so.0 libexec/gcc/psp/4.6.2/liblto_plugin.so -libexec/gcc/psp/4.6.2/liblto_plugin.la +libexec/gcc/psp/4.6.2/liblto_plugin.so.0 +libexec/gcc/psp/4.6.2/liblto_plugin.so.0.0.0 libexec/gcc/psp/4.6.2/install-tools/mkinstalldirs libexec/gcc/psp/4.6.2/install-tools/mkheaders libexec/gcc/psp/4.6.2/install-tools/fixincl