head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.42 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.40 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.38 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.36 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.34 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.32 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.30 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.28 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.26 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.24 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.22 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.20 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.18 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.16 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.14 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.12 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.10 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.8 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.6 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.4 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.2 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.1.1.1 netbsd-1-4-PATCH003:1.1.1.1 netbsd-1-4-PATCH002:1.1.1.1 comdex-fall-1999:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2005.05.18.22.39.01; author wiz; state dead; branches; next 1.5; 1.5 date 2003.06.10.00.22.33; author jmc; state Exp; branches; next 1.4; 1.4 date 2003.06.06.21.03.31; author jmmv; state dead; branches; next 1.3; 1.3 date 2001.03.24.22.47.59; author wrstuden; state Exp; branches; next 1.2; 1.2 date 2000.12.15.03.13.06; author garbled; state Exp; branches; next 1.1; 1.1 date 99.07.21.22.56.35; author garbled; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.07.21.22.56.35; author garbled; state Exp; branches; next ; desc @@ 1.6 log @Remove packages that have been broken on 2.0/i386 for over 9 months now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments. @ text @$NetBSD: patch-ai,v 1.5 2003/06/10 00:22:33 jmc Exp $ --- configure.orig Tue May 9 14:46:48 2000 +++ configure Fri Mar 23 08:37:24 2001 @@@@ -2199,7 +2199,7 @@@@ -libs="-ldl -lz -lHermes -lpthread" +libs="-lz -lHermes -lpthread" objf_nondyn="" flag_tty="" @@@@ -2217,7 +2217,6 @@@@ if test "$flag_tty" = "yes"; then objf_nondyn="\$(OBJF_INPUT_TTY) $objf_nondyn"; fi fi -x_libraries="$x_libraries -lXxf86vm" @ 1.5 log @Obviously not tested after the last change. Need to restore all of patch-ai except the perl portion or this won't link as it's trying for libraries not on the systems. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.3 2001/03/24 22:47:59 wrstuden Exp $ @ 1.4 log @Avoid hardcoding /usr/pkg in patches. Pass the value of ${PERL5} instead. @ text @a20 10 @@@@ -2328,6 +2327,9 @@@@ fi if test -x /usr/bin/perl; then perl_exec="/usr/bin/perl" +fi +if test -x /usr/pkg/bin/perl; then + perl_exec="/usr/pkg/bin/perl" fi if test -x /usr/local/bin/perl; then perl_exec="/usr/local/bin/perl" @ 1.3 log @The configure script has a test to see if -lXxf86vm should be included. So don't hard code its inclusion later! @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.2 2000/12/15 03:13:06 garbled Exp $ @ 1.2 log @Update this package to Clanlib-0.4.4.. too many changes to list. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 +++ configure Thu Dec 14 19:07:25 2000 d13 9 a21 1 @@@@ -2328,6 +2328,9 @@@@ @ 1.1 log @Initial revision @ text @d2 3 a4 3 --- Utils/Makefile.orig Thu Jul 8 12:30:26 1999 +++ Utils/Makefile Thu Jul 8 12:30:31 1999 @@@@ -1,6 +1,6 @@@@ a5 3 all: - cd DatafileCompiler;make + cd DatafileCompiler;gmake d7 16 a22 2 cvsstrip: g++ cvsstrip.cpp -o cvsstrip @ 1.1.1.1 log @Import of clanlib 0.1.15. Known to work on ELF.. a.out may need some work. The ClanLib Game SDK. @ text @@