- Don't create symlinks to not interfere with system gcc.

Reported by:	takawata
This commit is contained in:
Stanislav Sedov 2007-02-08 01:10:20 +00:00
parent 1c94c4a26c
commit eb316ef04d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184540
2 changed files with 2 additions and 24 deletions

View file

@ -7,11 +7,12 @@
PORTNAME= binutils PORTNAME= binutils
PORTVERSION= 2.17 PORTVERSION= 2.17
PORTREVISION= 1
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases MASTER_SITE_SUBDIR= binutils/releases
MAINTAINER= ssedov@mbsd.msk.ru MAINTAINER= stas@FreeBSD.org
COMMENT= GNU binutils for PowerPC/RS6000 cross-development COMMENT= GNU binutils for PowerPC/RS6000 cross-development
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION} WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}
@ -57,10 +58,6 @@ MAN1= ${PKGNAMEPREFIX}addr2line.1 \
INFO= as binutils ld INFO= as binutils ld
BINARIES= addr2line ar as c++filt ld \
nm objcopy objdump ranlib \
readelf size strings strip
post-extract: post-extract:
@${REINPLACE_CMD} -E -e 's,^(install:).*,\1,' \ @${REINPLACE_CMD} -E -e 's,^(install:).*,\1,' \
${WRKSRC}/bfd/Makefile.in \ ${WRKSRC}/bfd/Makefile.in \
@ -68,10 +65,4 @@ post-extract:
${WRKSRC}/libiberty/Makefile.in \ ${WRKSRC}/libiberty/Makefile.in \
${WRKSRC}/opcodes/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> .include <bsd.port.mk>

View file

@ -11,19 +11,6 @@ bin/%%TOOLPREFIX%%-readelf
bin/%%TOOLPREFIX%%-size bin/%%TOOLPREFIX%%-size
bin/%%TOOLPREFIX%%-strings bin/%%TOOLPREFIX%%-strings
bin/%%TOOLPREFIX%%-strip 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/ar
%%TOOLPREFIX%%/bin/as %%TOOLPREFIX%%/bin/as
%%TOOLPREFIX%%/bin/ld %%TOOLPREFIX%%/bin/ld