pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/xz



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Sep  2 21:03:22 UTC 2018

Modified Files:
        pkgsrc/archivers/xz: Makefile

Log Message:
xz: add test target, omit old GCC_REQD.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/archivers/xz/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/xz/Makefile
diff -u pkgsrc/archivers/xz/Makefile:1.27 pkgsrc/archivers/xz/Makefile:1.28
--- pkgsrc/archivers/xz/Makefile:1.27   Tue Jun  5 22:28:38 2018
+++ pkgsrc/archivers/xz/Makefile        Sun Sep  2 21:03:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/06/05 22:28:38 adam Exp $
+# $NetBSD: Makefile,v 1.28 2018/09/02 21:03:22 maya Exp $
 
 DISTNAME=      xz-5.2.4
 CATEGORIES=    archivers
@@ -14,7 +14,7 @@ USE_LIBTOOL=          yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    src/liblzma/liblzma.pc.in
 
-GCC_REQD+=             3.0
+TEST_TARGET=           check
 
 CONFLICTS=     lzma-[0-9]* lzma-utils-[0-9]* lzmalib-[0-9]*
 



Home | Main Index | Thread Index | Old Index