head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.24 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.22 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.20 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.18 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.16 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.14 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.12 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.10 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.8 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.6 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.4 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.2 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.4.0.12 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.10 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.8 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.6 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 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.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2007.09.14.15.34.10; author adam; state dead; branches; next 1.4; 1.4 date 2006.01.16.09.41.48; author adam; state Exp; 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.37; author tron; state Exp; branches; next 1.1; 1.1 date 2003.07.10.07.44.02; author jtb; state Exp; branches; next ; desc @@ 1.5 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-ak,v 1.4 2006/01/16 09:41:48 adam Exp $ --- camlp4/etc/Makefile.orig 2004-11-30 19:57:03.000000000 +0100 +++ camlp4/etc/Makefile @@@@ -74,18 +74,19 @@@@ depend: get_promote: install: - -$(MKDIR) "$(LIBDIR)/camlp4" "$(BINDIR)" - cp $(OBJS) "$(LIBDIR)/camlp4/." - cp $(INTF) "$(LIBDIR)/camlp4/." - cp camlp4o$(EXE) "$(BINDIR)/." + -${BSD_INSTALL_DATA_DIR} "$(LIBDIR)/camlp4" + -${BSD_INSTALL_PROGRAM_DIR} "$(BINDIR)" + ${BSD_INSTALL_DATA} $(OBJS) "$(LIBDIR)/camlp4/." + ${BSD_INSTALL_DATA} $(INTF) "$(LIBDIR)/camlp4/." + ${BSD_INSTALL_SCRIPT} camlp4o$(EXE) "$(BINDIR)/." if test -f camlp4o.opt; then \ - cp camlp4o.opt "$(BINDIR)/camlp4o.opt$(EXE)"; \ - cp $(OBJSX) "$(LIBDIR)/camlp4/."; \ + ${BSD_INSTALL_SCRIPT} camlp4o.opt "$(BINDIR)/camlp4o.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 - cp mkcamlp4.sh "$(BINDIR)/mkcamlp4" + ${BSD_INSTALL_SCRIPT} mkcamlp4.sh "$(BINDIR)/mkcamlp4" chmod a+x "$(BINDIR)/mkcamlp4" pr_extend.cmo: pa_extfun.cmo @ 1.4 log @Changes 3.09.1: * Bug fixes * New features: - otherlibs/labltk: browser uses menu bars instead of menu buttons Changes 3.09.0: Language features: - Introduction of private row types, for abstracting the row in object and variant types. Type checking: - Polymorphic variants with at most one constructor [< `A of t] are no longer systematically promoted to the exact type [`A of t]. This was more confusing than useful, and created problems with private row types. Native-code compiler (ocamlopt): * Revised implementation of the -pack option (packing of several compilation units into one). The .cmx files that are to be packed with "ocamlopt -pack -o P.cmx" must be compiled with "ocamlopt -for-pack P". In exchange for this additional constraint, ocamlopt -pack is now available on all platforms (no need for binutils). * Fixed wrong evaluation order for arguments to certain inlined functions. * Other (see 'Changes') @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @- Update from 3.06 to 3.08.2 - Lots of changes/bugfixes - see Changes for all the details @ text @d3 3 a5 3 --- camlp4/etc/Makefile.orig 2004-10-14 16:00:16.000000000 +0100 +++ camlp4/etc/Makefile 2004-10-14 16:05:43.000000000 +0100 @@@@ -68,18 +68,19 @@@@ @ 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/etc/Makefile.orig Fri Jul 19 16:53:45 2002 +++ camlp4/etc/Makefile Thu Apr 22 10:34:37 2004 @@@@ -52,14 +52,14 @@@@ d9 22 a30 16 - -$(MKDIR) $(LIBDIR)/camlp4 $(BINDIR) - cp $(OBJS) $(LIBDIR)/camlp4/. - cp $(INTF) $(LIBDIR)/camlp4/. - cp lib.sml $(LIBDIR)/camlp4/. - cp camlp4o$(EXE) $(BINDIR)/. - if test -f $(COPT); then cp $(COPT) $(BINDIR)/.; fi - cp mkcamlp4.sh $(BINDIR)/mkcamlp4 - chmod a+x $(BINDIR)/mkcamlp4 + -${BSD_INSTALL_DATA_DIR} $(LIBDIR)/camlp4 + -${BSD_INSTALL_PROGRAM_DIR} $(BINDIR) + ${BSD_INSTALL_DATA} $(OBJS) $(LIBDIR)/camlp4/. + ${BSD_INSTALL_DATA} $(INTF) $(LIBDIR)/camlp4/. + ${BSD_INSTALL_DATA} lib.sml $(LIBDIR)/camlp4/. + ${BSD_INSTALL_SCRIPT} camlp4o$(EXE) $(BINDIR)/. + if test -f $(COPT); then ${BSD_INSTALL_PROGRAM} $(COPT) $(BINDIR)/.; fi + ${BSD_INSTALL_SCRIPT} mkcamlp4.sh $(BINDIR)/mkcamlp4 d32 1 a32 2 pa_lisp.cmo: pa_lispr.cmo pa_ocamllex.cmo: pa_o.cmo @ 1.1 log @* Add support for the profiler on powerpc * Fix i386 profiling. NetBSD calls __mcount while FreeBSD calls .mcount @ text @d3 25 a27 11 --- asmcomp/i386/emit.mlp.orig +++ asmcomp/i386/emit.mlp @@@@ -734,7 +734,7 @@@@ ` movl %esp, %ebp\n`; ` pushl %ecx\n`; ` pushl %edx\n`; - ` call .mcount\n`; + ` call __mcount\n`; ` popl %edx\n`; ` popl %ecx\n`; ` popl %eax\n` @