pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/cgit



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr 20 13:45:27 UTC 2024

Modified Files:
        pkgsrc/www/cgit: Makefile

Log Message:
cgit: Add memrchr as a required feature, potentially from libnbcompat


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/cgit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/cgit/Makefile
diff -u pkgsrc/www/cgit/Makefile:1.12 pkgsrc/www/cgit/Makefile:1.13
--- pkgsrc/www/cgit/Makefile:1.12       Tue Oct 24 22:11:25 2023
+++ pkgsrc/www/cgit/Makefile    Sat Apr 20 13:45:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/10/24 22:11:25 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/04/20 13:45:27 nia Exp $
 
 DISTNAME=      cgit-1.2.3
 PKGREVISION=   1
@@ -19,9 +19,11 @@ LICENSE=     gnu-gpl-v2
 MAKE_JOBS_SAFE=                no
 
 USE_TOOLS+=            gmake
+USE_FEATURES+=         memrchr
 MAKE_FLAGS+=           GIT_VER=${GIT_VER}
 BUILD_MAKE_FLAGS+=     CGIT_CONFIG=${PKG_SYSCONFDIR}/cgitrc
 
+MAKE_ENV+=             CGIT_LIBS=${LIBNBCOMPAT_LIBNAME}
 MAKE_ENV.SunOS+=       NEEDS_LIBICONV=YesPlease
 
 CGIT_CONFIG=   ${PKG_SYSCONFDIR}/cgitrc



Home | Main Index | Thread Index | Old Index