Upgrade to binutils 2.16.1, and install the header files as well.
Submitted by: thierry
This commit is contained in:
parent
f93df5f449
commit
93463c95c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158587
3 changed files with 20 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnulibiberty
|
||||
PORTVERSION= 2.16
|
||||
PORTVERSION= 2.16.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= binutils/releases
|
||||
|
@ -21,7 +21,8 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --enable-install-libiberty
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
CONFLICTS= freelibiberty-*
|
||||
CONFLICTS= freelibiberty-[0-9]*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (binutils-2.16.tar.bz2) = bcb9fabaf0eaf91bd38c4ee148658df8
|
||||
SHA256 (binutils-2.16.tar.bz2) = 5645c3371aac47cbbcc1354eab10ec32777837d7cb4ba47b94c9043612b12f36
|
||||
SIZE (binutils-2.16.tar.bz2) = 12514443
|
||||
MD5 (binutils-2.16.1.tar.bz2) = 6a9d529efb285071dad10e1f3d2b2967
|
||||
SHA256 (binutils-2.16.1.tar.bz2) = 351a6846ee179a37ed87a487971547159a7f4f92a1dec598c727f184a0de61ae
|
||||
SIZE (binutils-2.16.1.tar.bz2) = 12549917
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
include/libiberty/ansidecl.h
|
||||
include/libiberty/demangle.h
|
||||
include/libiberty/dyn-string.h
|
||||
include/libiberty/fibheap.h
|
||||
include/libiberty/floatformat.h
|
||||
include/libiberty/hashtab.h
|
||||
include/libiberty/libiberty.h
|
||||
include/libiberty/objalloc.h
|
||||
include/libiberty/partition.h
|
||||
include/libiberty/safe-ctype.h
|
||||
include/libiberty/sort.h
|
||||
include/libiberty/splay-tree.h
|
||||
include/libiberty/ternary.h
|
||||
lib/libiberty.a
|
||||
share/nls/POSIX
|
||||
share/nls/en_US.US-ASCII
|
||||
@dirrm include/libiberty
|
||||
|
|
Loading…
Reference in a new issue