mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Update to version 2.14.
This commit is contained in:
parent
7dd763b4ca
commit
d574eead04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84658
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= binutils
|
||||
PORTVERSION= 2.12.1
|
||||
PORTVERSION= 2.14
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= binutils/releases
|
||||
@ -34,15 +34,13 @@ MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \
|
||||
${PKGNAMEPREFIX}strip.1 ${PKGNAMEPREFIX}windres.1
|
||||
|
||||
post-install:
|
||||
.for F in addr2line c++filt gasp objcopy objdump readelf size strings
|
||||
.for F in addr2line c++filt objcopy objdump readelf size strings
|
||||
${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
|
||||
.endfor
|
||||
cd ${PREFIX}/lib ; ${MV} libbfd.a libiberty.a libopcodes.a \
|
||||
cd ${PREFIX}/lib ; ${MV} libiberty.a \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/lib
|
||||
${MKDIR} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/include
|
||||
cd ${PREFIX}/include ; ${MV} ansidecl.h bfd.h bfdlink.h symcat.h \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/include
|
||||
${RM} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info/*
|
||||
${RMDIR} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (binutils-2.12.1.tar.bz2) = f67fe2e8065c5683bc34782de131f5d3
|
||||
MD5 (binutils-2.14.tar.bz2) = 2da8def15d28af3ec6af0982709ae90a
|
||||
|
@ -3,7 +3,6 @@ arm-elf/bin/addr2line
|
||||
arm-elf/bin/ar
|
||||
arm-elf/bin/as
|
||||
arm-elf/bin/c++filt
|
||||
arm-elf/bin/gasp
|
||||
arm-elf/bin/ld
|
||||
arm-elf/bin/nm
|
||||
arm-elf/bin/objcopy
|
||||
@ -13,10 +12,7 @@ arm-elf/bin/readelf
|
||||
arm-elf/bin/size
|
||||
arm-elf/bin/strings
|
||||
arm-elf/bin/strip
|
||||
arm-elf/include/ansidecl.h
|
||||
arm-elf/include/bfd.h
|
||||
arm-elf/include/bfdlink.h
|
||||
arm-elf/include/symcat.h
|
||||
@comment arm-elf/include/symcat.h
|
||||
arm-elf/lib/ldscripts/armelf.x
|
||||
arm-elf/lib/ldscripts/armelf.xbn
|
||||
arm-elf/lib/ldscripts/armelf.xc
|
||||
@ -25,14 +21,11 @@ arm-elf/lib/ldscripts/armelf.xr
|
||||
arm-elf/lib/ldscripts/armelf.xs
|
||||
arm-elf/lib/ldscripts/armelf.xsc
|
||||
arm-elf/lib/ldscripts/armelf.xu
|
||||
arm-elf/lib/libbfd.a
|
||||
arm-elf/lib/libiberty.a
|
||||
arm-elf/lib/libopcodes.a
|
||||
bin/arm-elf-addr2line
|
||||
bin/arm-elf-ar
|
||||
bin/arm-elf-as
|
||||
bin/arm-elf-c++filt
|
||||
bin/arm-elf-gasp
|
||||
bin/arm-elf-ld
|
||||
bin/arm-elf-nm
|
||||
bin/arm-elf-objcopy
|
||||
@ -42,6 +35,9 @@ bin/arm-elf-readelf
|
||||
bin/arm-elf-size
|
||||
bin/arm-elf-strings
|
||||
bin/arm-elf-strip
|
||||
share/locale/da/LC_MESSAGES/bfd.mo
|
||||
share/locale/da/LC_MESSAGES/binutils.mo
|
||||
share/locale/da/LC_MESSAGES/ld.mo
|
||||
share/locale/da/LC_MESSAGES/opcodes.mo
|
||||
share/locale/de/LC_MESSAGES/opcodes.mo
|
||||
share/locale/es/LC_MESSAGES/bfd.mo
|
||||
@ -54,9 +50,13 @@ share/locale/fr/LC_MESSAGES/binutils.mo
|
||||
share/locale/fr/LC_MESSAGES/gas.mo
|
||||
share/locale/fr/LC_MESSAGES/ld.mo
|
||||
share/locale/fr/LC_MESSAGES/opcodes.mo
|
||||
share/locale/id/LC_MESSAGES/opcodes.mo
|
||||
share/locale/ja/LC_MESSAGES/bfd.mo
|
||||
share/locale/ja/LC_MESSAGES/binutils.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/opcodes.mo
|
||||
share/locale/ro/LC_MESSAGES/opcodes.mo
|
||||
share/locale/sv/LC_MESSAGES/bfd.mo
|
||||
share/locale/sv/LC_MESSAGES/binutils.mo
|
||||
share/locale/sv/LC_MESSAGES/ld.mo
|
||||
share/locale/sv/LC_MESSAGES/opcodes.mo
|
||||
share/locale/tr/LC_MESSAGES/bfd.mo
|
||||
@ -64,6 +64,8 @@ share/locale/tr/LC_MESSAGES/binutils.mo
|
||||
share/locale/tr/LC_MESSAGES/gas.mo
|
||||
share/locale/tr/LC_MESSAGES/ld.mo
|
||||
share/locale/tr/LC_MESSAGES/opcodes.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/bfd.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/binutils.mo
|
||||
@dirrm arm-elf/bin
|
||||
@dirrm arm-elf/include
|
||||
@dirrm arm-elf/lib/ldscripts
|
||||
|
Loading…
Reference in New Issue
Block a user