pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/unzip



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Nov  4 23:59:29 UTC 2024

Modified Files:
        pkgsrc/archivers/unzip: Makefile

Log Message:
unzip: Bitrig support was removed from pkgsrc years ago


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/archivers/unzip/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/unzip/Makefile
diff -u pkgsrc/archivers/unzip/Makefile:1.98 pkgsrc/archivers/unzip/Makefile:1.99
--- pkgsrc/archivers/unzip/Makefile:1.98        Tue Aug  6 14:40:13 2024
+++ pkgsrc/archivers/unzip/Makefile     Mon Nov  4 23:59:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2024/08/06 14:40:13 nia Exp $
+# $NetBSD: Makefile,v 1.99 2024/11/04 23:59:29 gutteridge Exp $
 
 DISTNAME=      unzip60
 PKGNAME=       unzip-6.0
@@ -33,8 +33,7 @@ CPPFLAGS+=    -DBSD
      ${OPSYS} == "Cygwin"  || \
     (${OPSYS} == "Darwin" && !empty(OS_VERSION:M[01234678].*))) || \
      ${OS_VARIANT} == "SCOOSR5" || \
-     ${OPSYS} == "Linux"  || \
-     ${OPSYS} == "Bitrig"
+     ${OPSYS} == "Linux"
 CPPFLAGS+=     -DNO_LCHMOD
 .endif
 CPPFLAGS+=     -DUNIX -Dunix -DUSE_UNSHRINK -I.



Home | Main Index | Thread Index | Old Index