diff options
author | joerg <joerg@pkgsrc.org> | 2013-06-18 19:56:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-06-18 19:56:16 +0000 |
commit | 306b1e0faec780e4ce55e8292e107b1465f32456 (patch) | |
tree | 8ae121498b646676680b1d5023e545faac52bccc /security | |
parent | 61e0682fe00f1d558d6332c7888942e6410cff52 (diff) | |
download | pkgsrc-306b1e0faec780e4ce55e8292e107b1465f32456.tar.gz |
Remove attempt at making it MAKE_JOBS_SAFE, build fails with various
mysterious errors in that case.
Diffstat (limited to 'security')
-rw-r--r-- | security/ykclient/Makefile | 4 | ||||
-rw-r--r-- | security/ykclient/distinfo | 3 | ||||
-rw-r--r-- | security/ykclient/patches/patch-Makefile_in | 15 |
3 files changed, 4 insertions, 18 deletions
diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile index da7cb2d281e..70328aa1d43 100644 --- a/security/ykclient/Makefile +++ b/security/ykclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/06/16 09:35:54 pettai Exp $ +# $NetBSD: Makefile,v 1.8 2013/06/18 19:56:16 joerg Exp $ DISTNAME= ykclient-2.10 CATEGORIES= security @@ -10,6 +10,8 @@ COMMENT= Libraries for online validation of Yubikey OTPs LICENSE= modified-bsd +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/security/ykclient/distinfo b/security/ykclient/distinfo index c25ac4fbe48..0948d29b959 100644 --- a/security/ykclient/distinfo +++ b/security/ykclient/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/06/16 09:35:54 pettai Exp $ +$NetBSD: distinfo,v 1.6 2013/06/18 19:56:16 joerg Exp $ SHA1 (ykclient-2.10.tar.gz) = b8818820097bb64395e33dba988aa8bc562ac8fd RMD160 (ykclient-2.10.tar.gz) = e392340fa2d53590cec066a038c5eebbc62073ca Size (ykclient-2.10.tar.gz) = 372407 bytes -SHA1 (patch-Makefile_in) = 53b8a09cc74faf193017f7cc2f8a01aa0f748d01 diff --git a/security/ykclient/patches/patch-Makefile_in b/security/ykclient/patches/patch-Makefile_in deleted file mode 100644 index be801ffb813..00000000000 --- a/security/ykclient/patches/patch-Makefile_in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Makefile_in,v 1.2 2013/06/16 09:35:54 pettai Exp $ - -- Makefile is not MAKE_JOBS_SAFE as shipped. - ---- Makefile.in.orig 2013-05-15 12:13:08.000000000 +0000 -+++ Makefile.in -@@ -1016,7 +1016,7 @@ distcleancheck: distclean - exit 1; } >&2 - check-am: all-am - check: check-recursive --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) -+all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(MANS) $(HEADERS) - install-binPROGRAMS: install-libLTLIBRARIES - - installdirs: installdirs-recursive |