pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/consolekit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan  2 15:48:39 UTC 2021

Modified Files:
        pkgsrc/sysutils/consolekit: Makefile

Log Message:
consolekit: add missing autopoint dependency


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/sysutils/consolekit/Makefile

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

Modified files:

Index: pkgsrc/sysutils/consolekit/Makefile
diff -u pkgsrc/sysutils/consolekit/Makefile:1.47 pkgsrc/sysutils/consolekit/Makefile:1.48
--- pkgsrc/sysutils/consolekit/Makefile:1.47    Fri Jan  1 15:33:51 2021
+++ pkgsrc/sysutils/consolekit/Makefile Sat Jan  2 15:48:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2021/01/01 15:33:51 nia Exp $
+# $NetBSD: Makefile,v 1.48 2021/01/02 15:48:39 wiz Exp $
 
 CONSOLEKIT_VER=        1.2.2
 DISTNAME=      ConsoleKit2-${CONSOLEKIT_VER}
@@ -15,7 +15,7 @@ LICENSE=      gnu-gpl-v2
 
 MESSAGE_SUBST+=        PREFIX=${PREFIX}
 
-BUILD_DEFS+=   VARBASE         \
+BUILD_DEFS+=   VARBASE \
                PKG_SYSCONFBASE
 
 EGDIR=                 ${PREFIX}/share/examples/consolekit
@@ -41,14 +41,14 @@ CONF_FILES+=        ${EGDIR}/ConsoleKit/seats.d
 
 GNU_CONFIGURE= YES
 USE_TOOLS+=    gmake intltool msgfmt perl pkg-config
-USE_TOOLS+=    autoconf automake autoreconf
+USE_TOOLS+=    autoconf automake autoreconf autopoint
 USE_LIBTOOL=   YES
 
-CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFBASE}                        \
-               --localstatedir=${VARBASE}                      \
-               --disable-pam-module
-               #--enable-pam-module                            \
-               #--with-pam-module-dir=${PREFIX}/lib/security   \
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}                 \
+                       --localstatedir=${VARBASE}                      \
+                       --disable-pam-module
+               #--enable-pam-module
+               #--with-pam-module-dir=${PREFIX}/lib/security
 
 CONFIGURE_ARGS.SunOS+= --enable-rbac-shutdown=solaris.system.shutdown
 



Home | Main Index | Thread Index | Old Index