head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.42 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.40 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.38 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.36 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.34 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.32 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.30 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.28 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.26 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.24 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.22 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.20 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.18 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.16 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.14 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.12 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.10 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.8 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.6 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.4 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.2 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.4.0.14 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.12 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.10 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.8 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.6 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.4 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.2 netbsd-1-6-1-base:1.4 buildlink2-base:1.3 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2; locks; strict; comment @# @; 1.5 date 2005.04.22.19.02.11; author wiz; state dead; branches; next 1.4; 1.4 date 2002.12.27.02.17.58; author jschauma; state Exp; branches; next 1.3; 1.3 date 2000.07.31.06.58.37; author jlam; state dead; branches; next 1.2; 1.2 date 99.10.06.04.34.42; author simonb; state Exp; branches; next 1.1; 1.1 date 99.09.08.17.17.43; author hubertf; state Exp; branches; next ; desc @@ 1.5 log @Remove cassowary -- it hasn't been updated for years by the authors and does not build against new versions of its dependencies, and its dependency gtl0 was just removed from pkgsrc. @ text @$NetBSD: patch-ad,v 1.4 2002/12/27 02:17:58 jschauma Exp $ --- guile/Makefile.in.orig Thu Dec 26 20:33:22 2002 +++ guile/Makefile.in Thu Dec 26 20:34:03 2002 @@@@ -610,11 +610,11 @@@@ # just use `make CC=g++' and the revised guile-snarf which uses ${CC} will work # for C++ prototype extraction %.x: %.c - guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@@ + guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@@ %.x: %.cc CC=$(CXX) \ - guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $< > $@@ + guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) > $@@ test: env GUILE_LOAD_PATH=.:$$GUILE_LOAD_PATH guile -s cltests.scm @ 1.4 log @guile-snarf wants the filename as the first argument, so patch accordingly. Should fix problems seen in Huberts latest bulk build. @ text @d1 1 a1 1 $NetBSD: $ @ 1.3 log @Update cassowary to 0.60. Changes from version 0.50: 12-March-2000: Version 0.60 released. * Changed license to LGPL!!! * Added SetAutoResetStayConstants(), FIsAutoResetStayConstants(), make ResetStayConstants() public 29-Jan-2000: Version 0.55 released. * Some bug fixes * Added ClSimplexSolver::{ChangeStrength,ChangeStrengthAndWeight,ChangeWeight, DisplayObjective,ExternalResetStayConstants} fns From A. Beurivé. 16-Dec-1999: Version 0.54a released. * Include correct version of OTI Smalltalk .dat file (the source in the *.app files was right, the .dat file was old) * Fix java build bug 15-Dec-1999: Version 0.54 released. * Bug fixes * auto-configuration improvements * Support Java 2 (jdk-1.2) * Improved ease of building Java demos * Build guile wrapper as long as guile-config works, use new --disable-guile-build to force off * Alpha-version of Java constraint parser contributed by Will Portnoy 24-October-1999: Version 0.53 released. * Bug fixes * License exception for linking with Scwm. 25-September-1999: Version 0.52 released. * Bug fix for nested edits where a later edit includes an already-being-edited variable 14-September-1999: Version 0.51 released. * Minor bug fixes * Much better packaging, RPMs, etc. more forced reliance on GTL @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 1999/10/06 04:34:42 simonb Exp $ d3 8 a10 4 --- c++/ClC.h.orig Wed Sep 8 18:46:40 1999 +++ c++/ClC.h Wed Sep 8 18:46:50 1999 @@@@ -23,7 +23,9 @@@@ #endif d12 4 a15 4 #include +#ifndef __NetBSD__ #include +#endif d17 2 a18 2 #define boolean int @ 1.2 log @Add RCS/CVS ids. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @ is no longer part of NetBSD. @ text @d1 2 @