diff options
author | stas <stas@FreeBSD.org> | 2007-02-08 09:10:20 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-02-08 09:10:20 +0800 |
commit | f32da550a3956c47881edc7b2da1464eb1a670c0 (patch) | |
tree | f4184881f7dc2cce326884c3d78c025b34cadd20 /devel/powerpc-binutils | |
parent | c489caa52b6fb40450f1cfa644664e728ef0212d (diff) | |
download | freebsd-ports-graphics-f32da550a3956c47881edc7b2da1464eb1a670c0.tar.gz freebsd-ports-graphics-f32da550a3956c47881edc7b2da1464eb1a670c0.tar.zst freebsd-ports-graphics-f32da550a3956c47881edc7b2da1464eb1a670c0.zip |
- Don't create symlinks to not interfere with system gcc.
Reported by: takawata
Diffstat (limited to 'devel/powerpc-binutils')
-rw-r--r-- | devel/powerpc-binutils/Makefile | 13 | ||||
-rw-r--r-- | devel/powerpc-binutils/pkg-plist | 13 |
2 files changed, 2 insertions, 24 deletions
diff --git a/devel/powerpc-binutils/Makefile b/devel/powerpc-binutils/Makefile index 362718495d2..a91a7deed21 100644 --- a/devel/powerpc-binutils/Makefile +++ b/devel/powerpc-binutils/Makefile @@ -7,11 +7,12 @@ PORTNAME= binutils PORTVERSION= 2.17 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= GNU binutils for PowerPC/RS6000 cross-development WRKSRC= ${WRKDIR}/binutils-${PORTVERSION} @@ -57,10 +58,6 @@ MAN1= ${PKGNAMEPREFIX}addr2line.1 \ INFO= as binutils ld -BINARIES= addr2line ar as c++filt ld \ - nm objcopy objdump ranlib \ - readelf size strings strip - post-extract: @${REINPLACE_CMD} -E -e 's,^(install:).*,\1,' \ ${WRKSRC}/bfd/Makefile.in \ @@ -68,10 +65,4 @@ post-extract: ${WRKSRC}/libiberty/Makefile.in \ ${WRKSRC}/opcodes/Makefile.in -post-install: -.for F in ${BINARIES} - @${LN} -sf ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ - ${PREFIX}/bin/$F -.endfor - .include <bsd.port.mk> diff --git a/devel/powerpc-binutils/pkg-plist b/devel/powerpc-binutils/pkg-plist index e1819f88559..80a1d04df59 100644 --- a/devel/powerpc-binutils/pkg-plist +++ b/devel/powerpc-binutils/pkg-plist @@ -11,19 +11,6 @@ bin/%%TOOLPREFIX%%-readelf bin/%%TOOLPREFIX%%-size bin/%%TOOLPREFIX%%-strings bin/%%TOOLPREFIX%%-strip -bin/addr2line -bin/ar -bin/as -bin/c++filt -bin/ld -bin/nm -bin/objcopy -bin/objdump -bin/ranlib -bin/readelf -bin/size -bin/strings -bin/strip %%TOOLPREFIX%%/bin/ar %%TOOLPREFIX%%/bin/as %%TOOLPREFIX%%/bin/ld |