head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.54 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.52 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.50 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.48 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.46 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.44 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 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:1.1.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.2 date 2002.05.31.15.37.32; author seb; state dead; branches; next 1.1; 1.1 date 2001.05.28.03.24.30; author jlam; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2002.06.23.18.50.01; author jlam; state dead; branches; next ; desc @@ 1.2 log @Remove all package and category files from the japanese category. This effectively retire the japanese category. @ text @$NetBSD: patch-af,v 1.1 2001/05/28 03:24:30 jlam Exp $ --- configure.orig Wed Feb 17 23:58:33 1999 +++ configure Sun May 27 18:43:19 2001 @@@@ -78,6 +78,8 @@@@ ac_help="$ac_help --with-gnu-ld assume the C compiler uses GNU ld [default=no]" ac_help="$ac_help + --enable-tools Build VFlib tools" +ac_help="$ac_help --with-freetype[=LIB] Link FreeType library LIB [LIB=ttf]" ac_help="$ac_help --with-freetype-includedir=DIR FreeType include files are in DIR" @@@@ -1480,6 +1614,14 @@@@ fi +# Check whether --enable-tools or --disable-tools was given. +if test "${enable_tools+set}" = set; then + enableval="$enable_tools" + build_tools=yes +else + build_tools=no +fi + @@@@ -2616,6 +2761,7 @@@@ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 +if test "$build_tools" = "yes" ; then if test -d /usr/openwin ; then \ (cd tools; \ OPENWINHOME=/usr/openwin; \ @@@@ -2623,5 +2769,6 @@@@ xmkmf;) \ else \ (cd tools; xmkmf -a) \ +fi fi @ 1.1 log @Rework build to use buildlink.mk files so that it won't pick up installed headers and libraries during a "make build". Add a patch to directly modify the configure script to remove build dependency on autoconf. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2001/05/28 03:24:30 jlam Exp $ @