pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gcc12: Use distinfo and patches from this package not lang/gcc



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Fri Jan 3 17:12:38 2025 -0700
Changeset:	11eb2fe8dd9bbdaae07b543524d386932ba4c7e9

Modified Files:
	gcc12/Makefile.common

Log Message:
gcc12: Use distinfo and patches from this package not lang/gcc

Makefile.common sets PATCHDIR and DISTINFO_FILE to
${.CURDIR}/../../lang/gcc12 for shared use by other packages.  In this
case, we are testing a different set of patch files, so these should
point to this directory not ../../lang/gcc12.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=11eb2fe8dd9bbdaae07b543524d386932ba4c7e9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gcc12/Makefile.common | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/gcc12/Makefile.common b/gcc12/Makefile.common
index a61d730240..cfbb0f33c3 100644
--- a/gcc12/Makefile.common
+++ b/gcc12/Makefile.common
@@ -16,8 +16,9 @@ LICENSE=	gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
 DISTFILES=		${DEFAULT_DISTFILES}
 EXTRACT_ONLY=		${DEFAULT_DISTFILES}
 
-PATCHDIR=		${.CURDIR}/../../lang/gcc12/patches
-DISTINFO_FILE=		${.CURDIR}/../../lang/gcc12/distinfo
+# XXX - for testing, use defaults, i.e., from this directory
+# PATCHDIR=		${.CURDIR}/../../lang/gcc12/patches
+# DISTINFO_FILE=		${.CURDIR}/../../lang/gcc12/distinfo
 
 # Relocations result in a linker error on AArch64, but not x86.
 MKPIE_SUPPORTED=	no


Home | Main Index | Thread Index | Old Index