svn commit: r367742 - in head/devel: psptoolchain-gcc-stage1 psptoolchain-gcc-stage2

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 9 15:27:06 UTC 2014


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 <tphilipp at potion-studios.com>
 # $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


More information about the svn-ports-head mailing list