pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/gtar-base



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

Modified Files:
        pkgsrc/archivers/gtar-base: Makefile

Log Message:
gtar-base: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/archivers/gtar-base/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/gtar-base/Makefile
diff -u pkgsrc/archivers/gtar-base/Makefile:1.100 pkgsrc/archivers/gtar-base/Makefile:1.101
--- pkgsrc/archivers/gtar-base/Makefile:1.100   Sun Mar 30 21:10:39 2025
+++ pkgsrc/archivers/gtar-base/Makefile Mon Apr 21 16:17:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2025/03/30 21:10:39 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2025/04/21 16:17:51 wiz Exp $
 
 .include "../../archivers/gtar/Makefile.common"
 
@@ -44,7 +44,7 @@ CONFIGURE_ARGS+=      --disable-year2038
 PLIST_VARS+=           rmt
 
 # don't include rmt if gtar won't build it
-.if ${OPSYS} != "Interix" && ${OPSYS} != "Darwin" && ${OS_VARIANT} != "SCOOSR5" && ${OPSYS} != "AIX"
+.if ${OPSYS} != "Darwin" && ${OS_VARIANT} != "SCOOSR5" && ${OPSYS} != "AIX"
 PLIST.rmt=             yes
 .endif
 



Home | Main Index | Thread Index | Old Index