pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuuid



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Dec 29 06:59:54 UTC 2017

Modified Files:
        pkgsrc/devel/libuuid: Makefile.common

Log Message:
libuuid: stopgap fix for the freeze: use ksh as a configure shell

it looks like autoconf did not generate enough "fi"s in the script.
ksh seems to tolerate it. this should be investigated further.

PR pkg/52877: devel/libuuid broken on NetBSD 6_STABLE


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libuuid/Makefile.common

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

Modified files:

Index: pkgsrc/devel/libuuid/Makefile.common
diff -u pkgsrc/devel/libuuid/Makefile.common:1.2 pkgsrc/devel/libuuid/Makefile.common:1.3
--- pkgsrc/devel/libuuid/Makefile.common:1.2    Tue Dec 12 20:56:09 2017
+++ pkgsrc/devel/libuuid/Makefile.common        Fri Dec 29 06:59:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2017/12/12 20:56:09 maya Exp $
+# $NetBSD: Makefile.common,v 1.3 2017/12/29 06:59:54 maya Exp $
 # used by devel/libblkid/Makefile
 # used by devel/libuuid/Makefile
 # used by x11/mcookie/Makefile
@@ -16,7 +16,9 @@ PATCHDIR=     ${.CURDIR}/../../devel/libuuid
 
 USE_GCC_RUNTIME=       yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            pkg-config ksh
+# XXX PR pkg/52877 configure is broken on netbsd6
+CONFIG_SHELL=          ksh
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-all-programs
 CONFIGURE_ARGS+=       --disable-bash-completion



Home | Main Index | Thread Index | Old Index