[Midnightbsd-cvs] mports [22983] trunk/devel/binutils: binutils 2.28
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Nov 27 16:42:36 EST 2017
Revision: 22983
http://svnweb.midnightbsd.org/mports/?rev=22983
Author: laffer1
Date: 2017-11-27 16:41:56 -0500 (Mon, 27 Nov 2017)
Log Message:
-----------
binutils 2.28
Modified Paths:
--------------
trunk/devel/binutils/Makefile
trunk/devel/binutils/distinfo
Removed Paths:
-------------
trunk/devel/binutils/files/patch-gold_options.h
Modified: trunk/devel/binutils/Makefile
===================================================================
--- trunk/devel/binutils/Makefile 2017-11-27 20:14:38 UTC (rev 22982)
+++ trunk/devel/binutils/Makefile 2017-11-27 21:41:56 UTC (rev 22983)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= binutils
-PORTVERSION= 2.27
+PORTVERSION= 2.28
PORTREVISION?= 0
CATEGORIES= devel
MASTER_SITES= SOURCEWARE/binutils/releases
@@ -36,7 +36,8 @@
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-system-zlib \
--with-gmp=${LOCALBASE} \
- --with-mpfr=${LOCALBASE}
+ --with-mpfr=${LOCALBASE} \
+ --enable-targets=all
INFO= as \
binutils \
gprof \
@@ -45,7 +46,9 @@
.endif
CONFIGURE_ARGS+= --disable-werror \
- --with-sysroot=/
+ --with-sysroot=/ \
+ --enable-deterministic-archives \
+ --enable-x86-relax-relocations=no
OPTIONS_SUB= yes
NLS_USES= gettext
@@ -70,9 +73,7 @@
post-install:
.if !defined(PKGNAMEPREFIX)
-.if ${OSVERSION} >= 4016
${INSTALL_DATA} ${WRKSRC}/include/plugin-api.h ${PREFIX}/include/
-.endif
@${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} ! -type d | \
${SED} -e 's,^${PREFIX}/,,' >> ${TMPPLIST}
${RM} ${STAGEDIR}${PREFIX}/include/ansidecl.h
Modified: trunk/devel/binutils/distinfo
===================================================================
--- trunk/devel/binutils/distinfo 2017-11-27 20:14:38 UTC (rev 22982)
+++ trunk/devel/binutils/distinfo 2017-11-27 21:41:56 UTC (rev 22983)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470493107
-SHA256 (binutils-2.27.tar.bz2) = 369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88
-SIZE (binutils-2.27.tar.bz2) = 26099568
+TIMESTAMP = 1506901427
+SHA256 (binutils-2.28.tar.bz2) = 6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72
+SIZE (binutils-2.28.tar.bz2) = 26556365
Deleted: trunk/devel/binutils/files/patch-gold_options.h
===================================================================
--- trunk/devel/binutils/files/patch-gold_options.h 2017-11-27 20:14:38 UTC (rev 22982)
+++ trunk/devel/binutils/files/patch-gold_options.h 2017-11-27 21:41:56 UTC (rev 22983)
@@ -1,15 +0,0 @@
---- gold/options.h.orig 2013-12-13 18:39:11.252052912 +0100
-+++ gold/options.h 2013-12-13 18:41:04.363051429 +0100
-@@ -716,9 +716,9 @@
- N_("Output cross reference table"),
- N_("Do not output cross reference table"));
-
-- DEFINE_bool(ctors_in_init_array, options::TWO_DASHES, '\0', true,
-- N_("Use DT_INIT_ARRAY for all constructors (default)"),
-- N_("Handle constructors as directed by compiler"));
-+ DEFINE_bool(ctors_in_init_array, options::TWO_DASHES, '\0', false,
-+ N_("Use DT_INIT_ARRAY for all constructors"),
-+ N_("Handle constructors as directed by compiler (default)"));
-
- DEFINE_bool(define_common, options::TWO_DASHES, 'd', false,
- N_("Define common symbols"),
More information about the Midnightbsd-cvs
mailing list