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:   jperkin
Date:           Tue Sep 13 14:49:16 UTC 2016

Modified Files:
        pkgsrc/archivers/unzip: Makefile

Log Message:
Limit largefile hack to just SunOS-*-sparc, there's no reason why x86
shouldn't support >2G files as it works perfectly fine.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 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.93 pkgsrc/archivers/unzip/Makefile:1.94
--- pkgsrc/archivers/unzip/Makefile:1.93        Fri Nov 13 22:13:43 2015
+++ pkgsrc/archivers/unzip/Makefile     Tue Sep 13 14:49:16 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.93 2015/11/13 22:13:43 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2016/09/13 14:49:16 jperkin Exp $
 
 DISTNAME=      unzip60
 PKGNAME=       unzip-6.0
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    archivers
 MASTER_SITES=  ftp://ftp.info-zip.org/pub/infozip/src/
 EXTRACT_SUFX=  .tgz
@@ -38,7 +38,7 @@ CPPFLAGS+=    -DBSD
 CPPFLAGS+=     -DNO_LCHMOD
 .endif
 CPPFLAGS+=     -DUNIX -Dunix -DUSE_UNSHRINK -I.
-.if (${OPSYS} != "SunOS")
+.if empty(MACHINE_PLATFORM:MSunOS-*-sparc)
 CPPFLAGS+=     -DLARGE_FILE_SUPPORT
 .endif
 



Home | Main Index | Thread Index | Old Index