pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/star



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Jan 30 12:38:56 UTC 2023

Modified Files:
        pkgsrc/archivers/star: Makefile

Log Message:
archivers/star: Fix tool dependency

Set smake miminum version to 1.7 to inherit the new SunOS man page handling.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/archivers/star/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/star/Makefile
diff -u pkgsrc/archivers/star/Makefile:1.65 pkgsrc/archivers/star/Makefile:1.66
--- pkgsrc/archivers/star/Makefile:1.65 Fri Jan 27 09:58:36 2023
+++ pkgsrc/archivers/star/Makefile      Mon Jan 30 12:38:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2023/01/27 09:58:36 micha Exp $
+# $NetBSD: Makefile,v 1.66 2023/01/30 12:38:56 micha Exp $
 
 DISTNAME=      2023-01-12
 PKGNAME=       star-1.7.0
@@ -15,7 +15,7 @@ LICENSE=      cddl-1.0
 .include "../../mk/bsd.prefs.mk"
 
 USE_LANGUAGES= c99
-TOOL_DEPENDS+= smake>=1.6nb2:../../devel/smake
+TOOL_DEPENDS+= smake>=1.7:../../devel/smake
 SMAKE=         MAKEFLAGS= smake
 MAKE_FLAGS+=   DESTDIR=${DESTDIR} INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMANDIR}
 # Honor CPPFLAGS, CFLAGS and LDFLAGS



Home | Main Index | Thread Index | Old Index