head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.1.0.2 pkgsrc-2011Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2011.08.07.20.36.20; author wiz; state dead; branches; next 1.1; 1.1 date 2011.05.24.12.26.00; author is; state Exp; branches; next ; desc @@ 1.2 log @Update to 4.0.1, from Nicolas Thauvin. 4.0.1 * Minor bug fixes, patch submitted by Damien Doligez 4.0.0 * Stop supporting the autoconf build. (It might works though.) * Instead of autoconf, using omake and ocamlfind * Subpackages: no need to link codes for uninterested format. * Stop supporting lablgtk1 - Ximage2 module is now Ximage, and the older Ximage is removed - OXimage2 module is now OXimage, and the older OXimage is removed 3.2.0 * Misnamed version. It should have been 3.0.3 or something. * Small bug fix for image load memory allocation vulnerability 3.0.2 * O'Caml 3.11 port. * Integer overflow vulnerability fix for pngread.c 3.0.1 * Alpha channel support for png images. 3.0.0 * new version numbering scheme * autoconf and makefiles cleanup * fix examples compilation 2.2.1 * Now compiling with -warn-error -A @ text @$NetBSD: patch-ac,v 1.1 2011/05/24 12:26:00 is Exp $ --- Makefile.orig 2004-10-02 15:49:05.000000000 +0000 +++ Makefile @@@@ -92,15 +92,15 @@@@ top: installopt: install install: all - mkdir -p $(LIBDIR) - if test -w $(CAMLDIR)/ld.conf \ - && test `grep -s -c '^$(LIBDIR)$$' $(CAMLDIR)/ld.conf` = 0; then \ - echo $(LIBDIR) >> $(CAMLDIR)/ld.conf; \ + mkdir -p $(DESTDIR)$(LIBDIR) + if test -w $(DESTDIR)$(CAMLDIR)/ld.conf \ + && test `grep -s -c '^$(LIBDIR)$$' $(DESTDIR)$(CAMLDIR)/ld.conf` = 0; then \ + echo $(LIBDIR) >> $(DESTDIR)$(CAMLDIR)/ld.conf; \ fi for i in $(BUILDDIRS); do (cd $$i; $(MAKE) install) || exit $$?; done - $(CP) Makefile.config $(LIBDIR) - $(CP) config.h $(LIBDIR) - $(RANLIB) $(LIBDIR)/*.a + $(CP) Makefile.config $(DESTDIR)$(LIBDIR) + $(CP) config.h $(DESTDIR)$(LIBDIR) + $(RANLIB) $(DESTDIR)$(LIBDIR)/*.a depend: for i in $(BUILDDIRS); do (cd $$i; $(MAKE) depend) || exit $$?; done @ 1.1 log @DESTDIR support @ text @d1 1 a1 1 $NetBSD$ @