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:   wiz
Date:           Mon Apr 21 20:27:29 UTC 2025

Modified Files:
        pkgsrc/lang/gpc: Makefile

Log Message:
gpc: remove Interix mention


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/lang/gpc/Makefile:1.43
--- pkgsrc/lang/gpc/Makefile:1.42       Mon May  6 08:33:51 2024
+++ pkgsrc/lang/gpc/Makefile    Mon Apr 21 20:27:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2024/05/06 08:33:51 jperkin Exp $
+# $NetBSD: Makefile,v 1.43 2025/04/21 20:27:29 wiz 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 *-*-aarch64
+NOT_FOR_PLATFORM+=     Darwin-*-* *-*-x86_64 *-*-aarch64
 
 WRKSRC=                        ${WRKDIR}/gcc-2.95.3
 USE_TOOLS+=            gmake gsed



Home | Main Index | Thread Index | Old Index