pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gpc



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Dec 25 21:34:12 UTC 2021

Modified Files:
        pkgsrc/lang/gpc: Makefile

Log Message:
Mark lang/gpc NOT_FOR aarch64. It's gcc 2.95, there's not a chance.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/gpc/Makefile

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

Modified files:

Index: pkgsrc/lang/gpc/Makefile
diff -u pkgsrc/lang/gpc/Makefile:1.39 pkgsrc/lang/gpc/Makefile:1.40
--- pkgsrc/lang/gpc/Makefile:1.39       Sun Jan 26 17:31:28 2020
+++ pkgsrc/lang/gpc/Makefile    Sat Dec 25 21:34:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/01/26 17:31:28 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2021/12/25 21:34:12 dholland Exp $
 
 DISTNAME=              gpc-2.1
 PKGREVISION=           5
@@ -15,7 +15,7 @@ COMMENT=              GNU Pascal Compiler
 PATCH_SITES=           ${MASTER_SITE_LOCAL}
 PATCHFILES=            gcc-2.95.3-diff-2002-08-29.gz
 
-NOT_FOR_PLATFORM+=     Darwin-*-* Interix-*-* *-*-x86_64
+NOT_FOR_PLATFORM+=     Darwin-*-* Interix-*-* *-*-x86_64 *-*-aarch64
 
 WRKSRC=                        ${WRKDIR}/gcc-2.95.3
 USE_TOOLS+=            gmake gsed



Home | Main Index | Thread Index | Old Index