mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
devel/libbfd: bring up-to-date wrt devel/binutils
Match the versions of libiberty and binutils. These come from the same tarball upstream, so it's a bit odd to have mismatched versions to start with; in addition the libiberty version is years out-of-date. Approved by: joerg@ (maintainer)
This commit is contained in:
parent
47e21b774a
commit
1e1462eb29
@ -1,8 +1,7 @@
|
||||
# Created by: Joerg Wunsch <joerg@FreeBSD.org>
|
||||
|
||||
PORTNAME= libbfd
|
||||
PORTVERSION= 2.19.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.33.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SOURCEWARE/binutils/releases
|
||||
DISTNAME= binutils-${PORTVERSION}
|
||||
@ -20,7 +19,7 @@ CONFLICTS= mingw-binutils-[0-9]* binutils-[0-9]*
|
||||
|
||||
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/bfd
|
||||
|
||||
USES= libtool tar:bzip2
|
||||
USES= libtool tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-install-libbfd \
|
||||
--disable-nls \
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (binutils-2.19.1.tar.bz2) = 3e8225b4d7ace0a2039de752e11fd6922d3b89a7259a292c347391c4788739f6
|
||||
SIZE (binutils-2.19.1.tar.bz2) = 16245771
|
||||
TIMESTAMP = 1575361927
|
||||
SHA256 (binutils-2.33.1.tar.xz) = ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf
|
||||
SIZE (binutils-2.33.1.tar.xz) = 21490848
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -19503,7 +19503,7 @@ case "${host}" in
|
||||
WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
|
||||
fi
|
||||
;;
|
||||
-*-*-linux*)
|
||||
+*)
|
||||
# We borrow WIN32LIBADD so that the shared libbfd won't depend on
|
||||
# libiberty.a.
|
||||
x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
|
@ -1,7 +1,10 @@
|
||||
include/ansidecl.h
|
||||
include/bfd.h
|
||||
include/bfdlink.h
|
||||
include/bfd_stdint.h
|
||||
include/diagnostics.h
|
||||
include/plugin-api.h
|
||||
include/symcat.h
|
||||
lib/libbfd-2.19.1.so
|
||||
lib/libbfd-2.33.1.so
|
||||
lib/libbfd.a
|
||||
lib/libbfd.so
|
||||
|
Loading…
Reference in New Issue
Block a user