pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mcookie



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri May 12 02:41:54 UTC 2017

Modified Files:
        pkgsrc/x11/mcookie: Makefile

Log Message:
mcookie: override configure script accidentally finding
dragonflybsd cpu_set_t (it's pretty much made for linux,
the upstream name is 'util-linux'...)

indent to appease pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/mcookie/Makefile

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

Modified files:

Index: pkgsrc/x11/mcookie/Makefile
diff -u pkgsrc/x11/mcookie/Makefile:1.7 pkgsrc/x11/mcookie/Makefile:1.8
--- pkgsrc/x11/mcookie/Makefile:1.7     Sun Apr 23 14:51:43 2017
+++ pkgsrc/x11/mcookie/Makefile Fri May 12 02:41:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/04/23 14:51:43 taca Exp $
+# $NetBSD: Makefile,v 1.8 2017/05/12 02:41:54 maya Exp $
 #
 # Changelog: see
 # https://git.kernel.org/cgit/utils/util-linux/util-linux.git/log/misc-utils/mcookie.c
@@ -18,12 +18,14 @@ LICENSE=    public-domain
 BUILD_TARGET=  mcookie
 EXTRACT_USING= bsdtar
 
-CONFIG_SHELL=  bash
-GNU_CONFIGURE= yes
-INFO_FILES=    yes
-USE_TOOLS+=    bash bsdtar gmake
+CONFIG_SHELL=          bash
+GNU_CONFIGURE=         yes
+INFO_FILES=            yes
+USE_TOOLS+=            bash bsdtar gmake
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
 
+CONFIGURE_ENV.DragonFly+=      ac_cv_type_cpu_set_t=no
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/mcookie ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/misc-utils/mcookie.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index