1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Disable the gold linker when building on ia64. It is not supported on this

architecture, and having it enabled nontheless gives plist issues. [1]
Fix plist when compiled with NLS support [2]
Bump PORTREVISION since the plist changed.

Reported by:	Anton Shterenlikht <mexas@bristol.ac.uk> (private mail) [1]
		eadler, crees, makc (on irc) [2]
Approved by:	kwm (mentor)
This commit is contained in:
Niclas Zeising 2012-10-09 21:02:14 +00:00
parent 064102df55
commit 5aa5be3671
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305605
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= binutils
PORTVERSION= 2.22
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases
@ -68,7 +68,7 @@ INFO= as \
.include <bsd.port.options.mk>
# Actual earliest version may differ slightly
.if ${OSVERSION} >= 900044
.if ${ARCH} != ia64 && ${OSVERSION} >= 900044
CONFIGURE_ARGS+= --enable-gold --enable-plugins
PLIST_SUB+= GOLD=""
.else

View File

@ -43,6 +43,7 @@ lib/libopcodes.la
%%NLS%%share/locale/es/LC_MESSAGES/gprof.mo
%%NLS%%share/locale/es/LC_MESSAGES/ld.mo
%%NLS%%share/locale/es/LC_MESSAGES/opcodes.mo
%%NLS%%%%GOLD%%share/locale/es/LC_MESSAGES/gold.mo
%%NLS%%share/locale/fi/LC_MESSAGES/bfd.mo
%%NLS%%share/locale/fi/LC_MESSAGES/binutils.mo
%%NLS%%share/locale/fi/LC_MESSAGES/gas.mo
@ -55,6 +56,7 @@ lib/libopcodes.la
%%NLS%%share/locale/fr/LC_MESSAGES/gprof.mo
%%NLS%%share/locale/fr/LC_MESSAGES/ld.mo
%%NLS%%share/locale/fr/LC_MESSAGES/opcodes.mo
%%NLS%%%%GOLD%%share/locale/fi/LC_MESSAGES/gold.mo
%%NLS%%share/locale/ga/LC_MESSAGES/gprof.mo
%%NLS%%share/locale/ga/LC_MESSAGES/ld.mo
%%NLS%%share/locale/ga/LC_MESSAGES/opcodes.mo
@ -64,6 +66,7 @@ lib/libopcodes.la
%%NLS%%share/locale/id/LC_MESSAGES/binutils.mo
%%NLS%%share/locale/id/LC_MESSAGES/gas.mo
%%NLS%%share/locale/id/LC_MESSAGES/ld.mo
%%NLS%%%%GOLD%%share/locale/id/LC_MESSAGES/gold.mo
%%NLS%%share/locale/ja/LC_MESSAGES/bfd.mo
%%NLS%%share/locale/ja/LC_MESSAGES/binutils.mo
%%NLS%%share/locale/ja/LC_MESSAGES/ld.mo
@ -102,6 +105,7 @@ lib/libopcodes.la
%%NLS%%share/locale/vi/LC_MESSAGES/gprof.mo
%%NLS%%share/locale/vi/LC_MESSAGES/ld.mo
%%NLS%%share/locale/vi/LC_MESSAGES/opcodes.mo
%%NLS%%%%GOLD%%share/locale/vi/LC_MESSAGES/gold.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/bfd.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/binutils.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/ld.mo