head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.24 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.22 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.20 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.18 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.16 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.14 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.12 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.10 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.8 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.6 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.4 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.3.0.20 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.18 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.16 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.14 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.12 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.10 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.8 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.6 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.4 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.6 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.4 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.1.0.2 pkgsrc-2004Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2007.09.14.15.34.11; author adam; state dead; branches; next 1.3; 1.3 date 2005.02.04.21.35.51; author adrianp; state Exp; branches; next 1.2; 1.2 date 2004.04.22.09.18.38; author tron; state Exp; branches; next 1.1; 1.1 date 2004.03.04.06.27.45; author minskim; state Exp; branches; next ; desc @@ 1.4 log @Changes 3.10.0: - New language features - New tools - Faster type-checking of functor applications. - Referencing an interface compiled with -rectypes from a module not compiled with -rectypes is now an error. - Revised the "fragile matching" warning. - Print a stack backtrace on an uncaught exception. - Stack overflow detection on MS Windows 32 bits. - Stack overflow detection on MacOS X PPC and Intel. - Intel/AMD 64 bits: generate position-independent code by default. - Fixed bug involving -for-pack and missing .cmx files. - Fixed bug causing duplication of literals. - C/Caml interface functions take "char const *" arguments instead of "char *" when appropriate. - Faster string comparisons (fast case if strings are ==). - Other @ text @$NetBSD: patch-ao,v 1.3 2005/02/04 21:35:51 adrianp Exp $ --- camlp4/meta/Makefile.orig 2004-10-14 16:17:42.000000000 +0100 +++ camlp4/meta/Makefile 2004-10-14 16:19:48.000000000 +0100 @@@@ -43,15 +43,16 @@@@ done install: - -$(MKDIR) "$(LIBDIR)/camlp4" "$(BINDIR)" - cp $(OBJS) "$(LIBDIR)/camlp4/." - cp pa_macro.cmi pa_extend.cmi "$(LIBDIR)/camlp4/." - cp camlp4r$(EXE) "$(BINDIR)/." + -${BSD_INSTALL_DATA_DIR} "$(LIBDIR)/camlp4" + -${BSD_INSTALL_PROGRAM_DIR} "$(BINDIR)" + ${BSD_INSTALL_DATA} $(OBJS) "$(LIBDIR)/camlp4/." + ${BSD_INSTALL_DATA} pa_macro.cmi pa_extend.cmi "$(LIBDIR)/camlp4/." + ${BSD_INSTALL_SCRIPT} camlp4r$(EXE) "$(BINDIR)/." if test -f camlp4r.opt; then \ - cp camlp4r.opt "$(BINDIR)/camlp4r.opt$(EXE)" ;\ - cp $(OBJSX) "$(LIBDIR)/camlp4/."; \ + ${BSD_INSTALL_SCRIPT} camlp4r.opt "$(BINDIR)/camlp4r.opt$(EXE)" ;\ + ${BSD_INSTALL_DATA} $(OBJSX) "$(LIBDIR)/camlp4/."; \ for file in $(OBJSX); do \ - cp "`echo $$file | sed -e 's/\.cmx$$/.$(O)/'`" "$(LIBDIR)/camlp4/."; \ + ${BSD_INSTALL_DATA} "`echo $$file | sed -e 's/\.cmx$$/.$(O)/'`" "$(LIBDIR)/camlp4/."; \ done ; \ fi @ 1.3 log @- Update from 3.06 to 3.08.2 - Lots of changes/bugfixes - see Changes for all the details @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Fix various issues with this package: - split patches files - always enable threading which has various advantages - it fixes the build of the Tk library - it greatly simplifies the package list handling - it provides threading support under NetBSD 1.6/1.6.x - correct default dependence in "buildlink2.mk" to "build" Bump package revision because of all these changes. @ text @d3 3 a5 3 --- camlp4/meta/Makefile.orig Fri Jul 19 16:53:49 2002 +++ camlp4/meta/Makefile Thu Apr 22 10:34:37 2004 @@@@ -42,10 +42,11 @@@@ d9 19 a27 10 - -$(MKDIR) $(LIBDIR)/camlp4 $(BINDIR) - cp $(OBJS) $(LIBDIR)/camlp4/. - cp pa_ifdef.cmi pa_extend.cmi $(LIBDIR)/camlp4/. - cp camlp4r$(EXE) $(BINDIR)/. + -${BSD_INSTALL_DATA_DIR} $(LIBDIR)/camlp4 + -${BSD_INSTALL_PROGRAM_DIR} $(BINDIR) + ${BSD_INSTALL_DATA} $(OBJS) $(LIBDIR)/camlp4/. + ${BSD_INSTALL_DATA} pa_ifdef.cmi pa_extend.cmi $(LIBDIR)/camlp4/. + ${BSD_INSTALL_SCRIPT} camlp4r$(EXE) $(BINDIR)/. if test -f $(COPT); then cp $(COPT) $(BINDIR)/.; fi a28 1 include .depend @ 1.1 log @Make ocalm build with tk-8.4. @ text @d3 18 a20 15 --- otherlibs/labltk/tkanim/tkAnimGIF.c.orig 2002-07-23 09:12:00.000000000 -0500 +++ otherlibs/labltk/tkanim/tkAnimGIF.c @@@@ -336,7 +336,11 @@@@ FileReadGIF(interp, f, fileName, formatS } } Tk_PhotoPutBlock(photoHandle, &block, 0, 0, - imageWidth, imageHeight); + imageWidth, imageHeight +#if (TK_MAJOR_VERSION == 8 && TK_MINOR_VERSION >= 4 || TK_MAJOR_VERSION > 8) + , TK_PHOTO_COMPOSITE_SET +#endif + ); #ifdef TKANIM_DEBUG fprintf(stderr, " Retrieving result\n"); #endif @