pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/gcpio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 16:17:30 UTC 2025

Modified Files:
        pkgsrc/archivers/gcpio: Makefile

Log Message:
gcpio: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/archivers/gcpio/Makefile

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

Modified files:

Index: pkgsrc/archivers/gcpio/Makefile
diff -u pkgsrc/archivers/gcpio/Makefile:1.55 pkgsrc/archivers/gcpio/Makefile:1.56
--- pkgsrc/archivers/gcpio/Makefile:1.55        Wed May  1 22:11:22 2024
+++ pkgsrc/archivers/gcpio/Makefile     Mon Apr 21 16:17:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2024/05/01 22:11:22 cheusov Exp $
+# $NetBSD: Makefile,v 1.56 2025/04/21 16:17:30 wiz Exp $
 
 DISTNAME=      cpio-2.13
 PKGNAME=       g${DISTNAME}
@@ -33,7 +33,7 @@ PLIST_VARS+=  rmt
 
 # don't include rmt if gtar won't build it
 # macOS does not support rmt driver, so it won't be built
-.if ${OPSYS} != "Interix" && ${OPSYS} != "Darwin"
+.if ${OPSYS} != "Darwin"
 PLIST.rmt=     yes
 .endif
 



Home | Main Index | Thread Index | Old Index