Date: Wed, 28 Aug 2013 07:07:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325509 - head/devel/avr-binutils Message-ID: <201308280707.r7S77IKg007482@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Aug 28 07:07:18 2013 New Revision: 325509 URL: http://svnweb.freebsd.org/changeset/ports/325509 Log: Disable gettext, that fixes a conflicts with devel/binutils Approved by: joerg (maintainer) Modified: head/devel/avr-binutils/Makefile head/devel/avr-binutils/pkg-plist Modified: head/devel/avr-binutils/Makefile ============================================================================== --- head/devel/avr-binutils/Makefile Wed Aug 28 06:04:51 2013 (r325508) +++ head/devel/avr-binutils/Makefile Wed Aug 28 07:07:18 2013 (r325509) @@ -16,9 +16,8 @@ WRKSRC= ${WRKDIR}/binutils-${PORTVERSIO USE_BZIP2= yes USE_GCC= any -USE_GMAKE= yes -USES= gettext -CONFIGURE_ARGS= --target=avr --disable-werror +USES= gmake +CONFIGURE_ARGS= --target=avr --disable-werror --disable-nls GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/avr-binutils/pkg-plist ============================================================================== --- head/devel/avr-binutils/pkg-plist Wed Aug 28 06:04:51 2013 (r325508) +++ head/devel/avr-binutils/pkg-plist Wed Aug 28 07:07:18 2013 (r325509) @@ -110,82 +110,6 @@ bin/avr-readelf bin/avr-size bin/avr-strings bin/avr-strip -share/locale/da/LC_MESSAGES/bfd.mo -share/locale/da/LC_MESSAGES/binutils.mo -share/locale/da/LC_MESSAGES/gprof.mo -share/locale/da/LC_MESSAGES/ld.mo -share/locale/da/LC_MESSAGES/opcodes.mo -share/locale/de/LC_MESSAGES/gprof.mo -share/locale/de/LC_MESSAGES/opcodes.mo -share/locale/es/LC_MESSAGES/bfd.mo -share/locale/es/LC_MESSAGES/binutils.mo -share/locale/es/LC_MESSAGES/gas.mo -share/locale/es/LC_MESSAGES/gprof.mo -share/locale/es/LC_MESSAGES/ld.mo -share/locale/es/LC_MESSAGES/opcodes.mo -share/locale/fi/LC_MESSAGES/bfd.mo -share/locale/fi/LC_MESSAGES/binutils.mo -share/locale/fi/LC_MESSAGES/gprof.mo -share/locale/fi/LC_MESSAGES/ld.mo -share/locale/fi/LC_MESSAGES/opcodes.mo -share/locale/fr/LC_MESSAGES/bfd.mo -share/locale/fr/LC_MESSAGES/binutils.mo -share/locale/fr/LC_MESSAGES/gas.mo -share/locale/fr/LC_MESSAGES/gprof.mo -share/locale/fr/LC_MESSAGES/ld.mo -share/locale/fr/LC_MESSAGES/opcodes.mo -share/locale/ga/LC_MESSAGES/gprof.mo -share/locale/ga/LC_MESSAGES/ld.mo -share/locale/ga/LC_MESSAGES/opcodes.mo -share/locale/id/LC_MESSAGES/bfd.mo -share/locale/id/LC_MESSAGES/binutils.mo -share/locale/id/LC_MESSAGES/gas.mo -share/locale/id/LC_MESSAGES/gprof.mo -share/locale/id/LC_MESSAGES/ld.mo -share/locale/id/LC_MESSAGES/opcodes.mo -share/locale/ja/LC_MESSAGES/bfd.mo -share/locale/ja/LC_MESSAGES/binutils.mo -share/locale/ms/LC_MESSAGES/gprof.mo -share/locale/nl/LC_MESSAGES/gprof.mo -share/locale/nl/LC_MESSAGES/opcodes.mo -share/locale/pt_BR/LC_MESSAGES/gprof.mo -share/locale/pt_BR/LC_MESSAGES/opcodes.mo -share/locale/ro/LC_MESSAGES/bfd.mo -share/locale/ro/LC_MESSAGES/binutils.mo -share/locale/ro/LC_MESSAGES/gprof.mo -share/locale/ro/LC_MESSAGES/opcodes.mo -share/locale/ru/LC_MESSAGES/bfd.mo -share/locale/ru/LC_MESSAGES/binutils.mo -share/locale/rw/LC_MESSAGES/bfd.mo -share/locale/rw/LC_MESSAGES/binutils.mo -share/locale/rw/LC_MESSAGES/gas.mo -share/locale/rw/LC_MESSAGES/gprof.mo -share/locale/sk/LC_MESSAGES/binutils.mo -share/locale/sv/LC_MESSAGES/bfd.mo -share/locale/sv/LC_MESSAGES/binutils.mo -share/locale/sv/LC_MESSAGES/gprof.mo -share/locale/sv/LC_MESSAGES/ld.mo -share/locale/sv/LC_MESSAGES/opcodes.mo -share/locale/tr/LC_MESSAGES/bfd.mo -share/locale/tr/LC_MESSAGES/binutils.mo -share/locale/tr/LC_MESSAGES/gas.mo -share/locale/tr/LC_MESSAGES/gprof.mo -share/locale/tr/LC_MESSAGES/ld.mo -share/locale/tr/LC_MESSAGES/opcodes.mo -share/locale/uk/LC_MESSAGES/binutils.mo -share/locale/vi/LC_MESSAGES/bfd.mo -share/locale/vi/LC_MESSAGES/binutils.mo -share/locale/vi/LC_MESSAGES/gprof.mo -share/locale/vi/LC_MESSAGES/ld.mo -share/locale/vi/LC_MESSAGES/opcodes.mo -share/locale/zh_CN/LC_MESSAGES/bfd.mo -share/locale/zh_CN/LC_MESSAGES/binutils.mo -share/locale/zh_CN/LC_MESSAGES/ld.mo -share/locale/zh_CN/LC_MESSAGES/opcodes.mo -share/locale/zh_TW/LC_MESSAGES/binutils.mo -share/locale/zh_TW/LC_MESSAGES/ld.mo -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw @dirrm avr/lib/ldscripts @dirrm avr/lib @dirrm avr/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308280707.r7S77IKg007482>