pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/binutils
Module Name: pkgsrc
Committed By: bacon
Date: Tue Nov 26 14:11:40 UTC 2024
Modified Files:
pkgsrc/devel/binutils: Makefile PLIST.common
Log Message:
devel/binutils: Unbreak build on Darwin
Disable ldint in PLIST
Other platforms should be unaffected
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/devel/binutils/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/binutils/PLIST.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/binutils/Makefile
diff -u pkgsrc/devel/binutils/Makefile:1.113 pkgsrc/devel/binutils/Makefile:1.114
--- pkgsrc/devel/binutils/Makefile:1.113 Mon Aug 28 15:09:33 2023
+++ pkgsrc/devel/binutils/Makefile Tue Nov 26 14:11:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2023/08/28 15:09:33 fcambus Exp $
+# $NetBSD: Makefile,v 1.114 2024/11/26 14:11:40 bacon Exp $
DISTNAME= binutils-2.41
CATEGORIES= devel
@@ -47,7 +47,7 @@ INSTALLATION_DIRS= ${PKGGNUDIR}bin ${PKG
#
# Supported utils and libraries differ quite a bit across platforms.
#
-PLIST_VARS+= ctf gas gold gprof ld
+PLIST_VARS+= ctf gas gold gprof ld ldint
.include "../../mk/bsd.prefs.mk"
@@ -58,6 +58,7 @@ PLIST_VARS+= ctf gas gold gprof ld
CONFIGURE_ARGS+= --disable-libctf
.else
PLIST.ctf= yes
+PLIST.ldint= yes
.endif
.if ${OPSYS} != "Darwin"
Index: pkgsrc/devel/binutils/PLIST.common
diff -u pkgsrc/devel/binutils/PLIST.common:1.41 pkgsrc/devel/binutils/PLIST.common:1.42
--- pkgsrc/devel/binutils/PLIST.common:1.41 Mon Jul 31 14:08:34 2023
+++ pkgsrc/devel/binutils/PLIST.common Tue Nov 26 14:11:40 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.41 2023/07/31 14:08:34 fcambus Exp $
+@comment $NetBSD: PLIST.common,v 1.42 2024/11/26 14:11:40 bacon Exp $
${MACHINE_GNU_PLATFORM}/bin/ar
${PLIST.gas}${MACHINE_GNU_PLATFORM}/bin/as
${PLIST.gld}${MACHINE_GNU_PLATFORM}/bin/ld
@@ -81,7 +81,7 @@ info/binutils.info
${PLIST.ctf}info/ctf-spec.info
${PLIST.gprof}info/gprof.info
${PLIST.gld}info/ld.info
-info/ldint.info
+${PLIST.ldint}info/ldint.info
info/sframe-spec.info
${PLIST.gld}lib/bfd-plugins/libdep.so
lib/libbfd.la
Home |
Main Index |
Thread Index |
Old Index