[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
binutils/stable fix (include objdump)
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: binutils/stable fix (include objdump)
- From: Dale Rahn <drahn_(_at_)_dalerahn_(_dot_)_com>
- Date: Tue, 10 Feb 2004 12:34:56 -0500
When working on arm, I found that objcopy was not included in the binutils
port, this diff includes it.
The %%arch%% was moved by update-plist.
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/binutils/stable/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile 19 Jan 2004 01:56:05 -0000 1.26
+++ Makefile 10 Feb 2004 17:35:57 -0000
@@ -24,8 +24,7 @@
SUBST_VARS= TARGET_ARCH OSREV
-MODULES= gnu
-CONFIGURE_STYLE= simple
+CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-prefix=${PREFIX} \
--disable-nls --disable-commonbfdlib
@@ -66,7 +65,7 @@
SED_PLIST+= |sed -e '/^%%arch%%$$/r${PKGDIR}/PFRAG.${PLIST_ARCH}' -e '//d'
-FILES= addr2line ar nm-new objdump ranlib readelf size strings strip-new
+FILES= addr2line ar nm-new objdump objcopy ranlib readelf size strings strip-new
EMULPARAMS= i386obsd.sh sparcobsd.sh m68kobsd.sh \
elf32_sparc_obsd.sh elf32ppc_obsd.sh \
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/binutils/stable/pkg/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- pkg/PLIST 11 Oct 2003 00:52:22 -0000 1.5
+++ pkg/PLIST 10 Feb 2004 17:35:57 -0000
@@ -1,9 +1,11 @@
@comment $OpenBSD: PLIST,v 1.5 2003/10/11 00:52:22 brad Exp $
+%%arch%%
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/addr2line
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/ar
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/as
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/ld
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/nm
+${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/objcopy
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/objdump
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/ranlib
${TARGET_ARCH}-unknown-openbsd${OSREV}/bin/readelf
@@ -15,13 +17,13 @@
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/as.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/ld.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/nm.1
+${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/objcopy.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/objdump.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/ranlib.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/readelf.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/size.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/strings.1
${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1/strip.1
-%%arch%%
@dirrm ${TARGET_ARCH}-unknown-openbsd${OSREV}/man/man1
@dirrm ${TARGET_ARCH}-unknown-openbsd${OSREV}/man
@dirrm ${TARGET_ARCH}-unknown-openbsd${OSREV}/lib
Dale Rahn drahn_(_at_)_dalerahn_(_dot_)_com
Visit your host, monkey.org