diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-09 23:27:04 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-09 23:27:04 +0800 |
commit | 6eb8cd13e8e94c0e95ff415ce759e60f034767f2 (patch) | |
tree | f3396ddff54922d1d70206eadc8c4dab04c86766 /devel | |
parent | f3b1a5ecc490c1cbe1b5bb4e164f26b037d88e0c (diff) | |
download | freebsd-ports-gnome-6eb8cd13e8e94c0e95ff415ce759e60f034767f2.tar.gz freebsd-ports-gnome-6eb8cd13e8e94c0e95ff415ce759e60f034767f2.tar.zst freebsd-ports-gnome-6eb8cd13e8e94c0e95ff415ce759e60f034767f2.zip |
Add USES=libtool
Diffstat (limited to 'devel')
-rw-r--r-- | devel/psptoolchain-gcc-stage1/Makefile | 4 | ||||
-rw-r--r-- | devel/psptoolchain-gcc-stage1/pkg-plist | 2 | ||||
-rw-r--r-- | devel/psptoolchain-gcc-stage2/Makefile | 2 | ||||
-rw-r--r-- | devel/psptoolchain-gcc-stage2/pkg-plist | 6 |
4 files changed, 6 insertions, 8 deletions
diff --git a/devel/psptoolchain-gcc-stage1/Makefile b/devel/psptoolchain-gcc-stage1/Makefile index efa0a50026e7..d044f25edff3 100644 --- a/devel/psptoolchain-gcc-stage1/Makefile +++ b/devel/psptoolchain-gcc-stage1/Makefile @@ -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:${PORTSDIR}/devel/psptoolchain-binutils \ 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 diff --git a/devel/psptoolchain-gcc-stage1/pkg-plist b/devel/psptoolchain-gcc-stage1/pkg-plist index eb701356c0c8..e3ced394835a 100644 --- a/devel/psptoolchain-gcc-stage1/pkg-plist +++ b/devel/psptoolchain-gcc-stage1/pkg-plist @@ -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 diff --git a/devel/psptoolchain-gcc-stage2/Makefile b/devel/psptoolchain-gcc-stage2/Makefile index 7e9979ba7dce..4a5a3eb4661b 100644 --- a/devel/psptoolchain-gcc-stage2/Makefile +++ b/devel/psptoolchain-gcc-stage2/Makefile @@ -1,7 +1,7 @@ # Created by: Tassilo Philipp <tphilipp@potion-studios.com> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 3 PKGNAMESUFFIX= -stage2 diff --git a/devel/psptoolchain-gcc-stage2/pkg-plist b/devel/psptoolchain-gcc-stage2/pkg-plist index c5df106a609b..c34b7cda8440 100644 --- a/devel/psptoolchain-gcc-stage2/pkg-plist +++ b/devel/psptoolchain-gcc-stage2/pkg-plist @@ -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 |