head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.18 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.16 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.14 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.12 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.10 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.8 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.6 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.4 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.2 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.3.0.18 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.16 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.14 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.12 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.10 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.8 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.6 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.4 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.2 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 netbsd-1-5-PATCH001:1.1 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1; locks; strict; comment @# @; 1.4 date 2008.06.15.22.55.22; author gdt; state dead; branches; next 1.3; 1.3 date 2006.02.10.23.32.00; author rillig; state Exp; branches; next 1.2; 1.2 date 2001.07.19.13.18.42; author wulf; state dead; branches; next 1.1; 1.1 date 2000.09.03.03.25.05; author wulf; state Exp; branches; next ; desc @@ 1.4 log @Changes that should have been committed with recent upgrade to 5.01. @ text @$NetBSD: patch-aa,v 1.3 2006/02/10 23:32:00 rillig Exp $ Don't treat unused variables as errors. --- tools/Makefile.inc.orig 2002-11-29 07:03:04.000000000 +0100 +++ tools/Makefile.inc 2006-02-11 00:25:06.000000000 +0100 @@@@ -5,8 +5,8 @@@@ CAMLP4_COMM=TOP=$(TOP) $(TOP)/tools/caml CAMLP4F=-DUNIX CAMLP4D=`camlp4 -where` LIBUNIX=-cclib -lunix -OCAMLC=ocamlc.opt -warn-error A -OCAMLOPT=ocamlopt.opt -warn-error A +OCAMLC=ocamlc.opt -warn-error Ay +OCAMLOPT=ocamlopt.opt -warn-error Ay OCAMLI= OCAMLD= STRIP=strip @ 1.3 log @Added a patch that prevents unused variables from being treated as compile-time errors. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Removed obsoleted patch-aa file @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2000/09/03 03:25:05 wulf Exp $ d3 15 a17 11 --- Makefile.orig Sun Sep 3 01:55:10 2000 +++ Makefile Sun Sep 3 01:53:07 2000 @@@@ -74,7 +74,7 @@@@ cp src/gwu distribution/gwu$(EXE) cp ged2gwb/ged2gwb distribution/ged2gwb$(EXE) cp gwb2ged/gwb2ged distribution/gwb2ged$(EXE) - cp gwtp/gwtp.opt distribution/gwtp$(EXE) + cp gwtp/gwtp distribution/gwtp$(EXE) cp etc/LISEZMOI.txt distribution/. cp etc/README.txt distribution/. cp etc/INSTALL.htm distribution/. @ 1.1 log @Correct bug in geneweb's Makefile that tried to install gwtp.opt that doesn't exist on platforms that don't have the optimized caml compiler. @ text @d1 1 a1 1 $NetBSD$ @