head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.4 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.2 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.4.0.64 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.62 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.60 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.58 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.56 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.54 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.52 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.50 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.48 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.46 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.44 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.42 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.40 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.38 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.36 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.34 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.32 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.30 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.28 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.26 pkgsrc-2008Q1:1.4.0.24 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 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 2012.10.11.09.48.14; author jaapb; state dead; branches; next 1.4; 1.4 date 2005.03.24.11.32.50; author adam; state Exp; branches; next 1.3; 1.3 date 2005.02.04.23.25.50; author adrianp; state dead; branches; next 1.2; 1.2 date 2004.04.22.09.18.36; author tron; state Exp; branches; next 1.1; 1.1 date 2003.06.29.23.04.19; author jtb; state Exp; branches; next ; desc @@ 1.5 log @Removed obsolete and/or renamed patches. @ text @$NetBSD: patch-ag,v 1.4 2005/03/24 11:32:50 adam Exp $ --- yacc/Makefile.orig 2005-03-24 11:39:56.000000000 +0000 +++ yacc/Makefile @@@@ -17,7 +17,7 @@@@ include ../config/Makefile CC=$(BYTECC) -CFLAGS=-O -DNDEBUG $(BYTECCCOMPOPTS) +CFLAGS+=-DNDEBUG $(BYTECCCOMPOPTS) OBJS= closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o \ skeleton.o symtab.o verbose.o warshall.o @ 1.4 log @Changes 3.08.3: New features: - support for ocamlopt -pack under Mac OS X (PR#2634, PR#3320) - ignore unknown warning options for forward and backward compatibility - runtime: export caml_compare_unordered (PR#3479) - camlp4: install argl.* files (PR#3439) - ocamldoc: add -man-section option - labltk: add the "solid" relief option (PR#3343) - compiler: ocamlc -i now prints variance annotations Bug fixes: - typing: fix unsoundness in type declaration variance inference. Type parameters which are constrained must now have an explicit variant annotation, otherwise they are invariant. This is not backward compatible, so this might break code which either uses subtyping or uses the relaxed value restriction (i.e. was not typable before 3.07) - typing: erroneous partial match warning for polymorphic variants (PR#3424) - runtime: handle the case of an empty command line (PR#3409, PR#3444) - stdlib: make Sys.executable_name an absolute path in native code (PR#3303) - runtime: fix memory leak in finalise.c - runtime: auto-trigger compaction even if gc is called manually (PR#3392) - stdlib: fix segfault in Obj.dup on zero-sized values (PR#3406) - camlp4: correct parsing of the $ identifier (PR#3310, PR#3469) - windows (MS tools): use link /lib instead of lib (PR#3333) - windows (MS tools): change default install destination - autoconf: better checking of SSE2 instructions (PR#3329, PR#3330) - graphics: make close_graph close the X display as well as the window (PR#3312) - num: fix big_int_of_string (empty string) (PR#3483) - num: fix big bug on 64-bit architecture (PR#3299) - str: better documentation of string_match and string_partial_match (PR#3395) - unix: fix file descriptor leak in Unix.accept (PR#3423) - unix: miscellaneous clean-ups - unix: fix documentation of Unix.tm (PR#3341) - graphics: fix problem when allocating lots of images under Windows (PR#3433) - compiler: fix error message with -pack when .cmi is missing (PR#3028) - cygwin: fix problem with compilation of camlheader (PR#3485) - stdlib: Filename.basename doesn't return an empty string any more (PR#3451) - stdlib: better documentation of Open_excl flag (PR#3450) - ocamlcp: accept -thread option (PR#3511) - ocamldep: handle spaces in file names (PR#3370) - compiler: remove spurious warning in pattern-matching on variants (PR#3424) - windows: better handling of InterpreterPath registry entry (PR#3334, PR#3432) @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @remove obsolete patches for recent update @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.2 2004/04/22 09:18:36 tron Exp $ d3 4 a6 5 --- asmrun/sparc.S.orig Fri Feb 8 17:55:33 2002 +++ asmrun/sparc.S Thu Apr 22 10:34:38 2004 @@@@ -16,9 +16,9 @@@@ /* Asm part of the runtime system for the Sparc processor. */ /* Must be preprocessed by cpp */ d8 3 a10 7 -/* SunOS 4 and BSD prefix identifiers with _, Solaris and Linux do not */ +/* SunOS 4 prefixes identifiers with _ */ -#if defined(SYS_sunos) || defined(SYS_bsd) +#if defined(SYS_sunos) .common _caml_required_size, 4, "bss" d12 2 @ 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 @d1 1 a1 1 $NetBSD$ @ 1.1 log @* Use ".L" instead of "L" as label prefix on sparc * For consistency use SYS_bsd for system type on powerpc. We differ from SYS_elf (presumably Linux) on a few points here anyway. * Fix signal handling on powerpc which caused a seg fault when compiling native code version of coq. * Install ocamllex.opt, camlp4o.opt and camlp4r.opt too. @ text @d3 14 a16 10 --- asmcomp/power/arch.ml.orig +++ asmcomp/power/arch.ml @@@@ -91,6 +91,5 @@@@ let toc = match Config.system with | "aix" -> true - | "elf" -> false - | "rhapsody" -> false + | "elf" | "rhapsody" | "bsd" -> false | _ -> Misc.fatal_error "wrong $(SYSTEM)" @