head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.1.0.10 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.8 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.6 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.4 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.2 pkgsrc-2012Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2013.06.18.19.56.16; author joerg; state dead; branches; next 1.2; commitid bpNPKHJsseNXm8Uw; 1.2 date 2013.06.16.09.35.54; author pettai; state Exp; branches; next 1.1; commitid BKHh3OJYtdkbZOTw; 1.1 date 2012.03.19.03.07.45; author dholland; state Exp; branches; next ; desc @@ 1.3 log @Remove attempt at making it MAKE_JOBS_SAFE, build fails with various mysterious errors in that case. @ text @$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 @ 1.2 log @Version 2.10 (released 2013-05-15) * Add ykclient_global_init and ykclient_global_done. * Add ykclient_version.h header file with versioning information. New symbols are YKCLIENT_VERSION_STRING, YKCLIENT_VERSION_NUMBER, YKCLIENT_VERSION_MAJOR, YKCLIENT_VERSION_MINOR, YKCLIENT_VERSION_PATCH. New function ykclient_check_version. * Modified API to use 'ykclient_rc' enum as return type instead of 'int'. * Enum also moved to separate new header file ykclient_errors.h. This should be backwards compatible. It makes the return type clearer. * Improve curl multi usage. * ykclient: Cleanup command line tool a bit to make it more useful. Added --help, --version and --debug. Defaults to silent output. Exit codes are documented and more useful. Added manpage. (Moved HOMEPAGE and MASTER_SITES to the new GitHub project pages) @ text @d1 1 a1 1 $NetBSD: patch-Makefile_in,v 1.1 2012/03/19 03:07:45 dholland Exp $ @ 1.1 log @Makefile is not MAKE_JOBS_SAFE as shipped. Patch it up, since it doesn't appear to require or be using gmake. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- Makefile.in~ 2011-11-23 13:09:01.000000000 +0000 d7 1 a7 1 @@@@ -874,7 +874,7 @@@@ distcleancheck: distclean d11 2 a12 2 -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) +all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(HEADERS) @