diff options
author | zeising <zeising@FreeBSD.org> | 2012-10-10 05:02:14 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2012-10-10 05:02:14 +0800 |
commit | e1f83fb815e3e0caf54cd6df652bdf5324b00772 (patch) | |
tree | 7b02672edb9fb37da6483ce0eebb7bf02dc26a8e /devel/binutils | |
parent | f6030f56fec3565e444030594a3cac27b988f115 (diff) | |
download | freebsd-ports-graphics-e1f83fb815e3e0caf54cd6df652bdf5324b00772.tar.gz freebsd-ports-graphics-e1f83fb815e3e0caf54cd6df652bdf5324b00772.tar.zst freebsd-ports-graphics-e1f83fb815e3e0caf54cd6df652bdf5324b00772.zip |
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)
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 4 | ||||
-rw-r--r-- | devel/binutils/pkg-plist | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 3f79b4a80c1..c6862b254c5 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -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 diff --git a/devel/binutils/pkg-plist b/devel/binutils/pkg-plist index 958958f005c..15dbdbe4067 100644 --- a/devel/binutils/pkg-plist +++ b/devel/binutils/pkg-plist @@ -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 |