head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.50 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.48 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.46 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.44 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.42 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.40 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.38 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.36 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.34 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.32 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.30 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.28 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.26 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.24 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.22 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.20 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.18 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.16 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.14 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.12 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.10 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.8 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.6 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.4 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.2 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 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.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.3 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.1 netbsd-1-4-RELEASE:1.1 netbsd-1-3-PATCH003:1.1; locks; strict; comment @# @; 1.4 date 2004.06.01.21.53.00; author kristerw; state dead; branches; next 1.3; 1.3 date 2000.02.06.03.49.49; author fredb; state Exp; branches; next 1.2; 1.2 date 99.10.14.07.27.35; author fredb; state Exp; branches; next 1.1; 1.1 date 98.09.15.05.38.45; author garbled; state Exp; branches; next ; desc @@ 1.4 log @Remove obsolete packages, per discussion on tech-pkg. @ text @$NetBSD: patch-ab,v 1.3 2000/02/06 03:49:49 fredb Exp $ --- configure.in.orig Wed Nov 25 05:20:37 1998 +++ configure.in Sun Oct 31 00:59:09 1999 @@@@ -333,13 +333,13 @@@@ ) AC_ARG_WITH(libwww_libdir, [ --with-libwww-libdir=DIR - Specify directory where the libwww.a resides.], + Specify directory where the libwww modules reside.], [ if test "${with_libwww_libdir+set}" = "set" ; then if test "${with_libwww_libdir}" = "no" ; then - AC_MSG_WARN(Without libwww.a library? =O) + AC_MSG_WARN(Without libwww modules? =O) else libwww_library_dir="${with_libwww_libdir}" if test -d ${libwww_library_dir} ; @@@@ -395,7 +395,7 @@@@ ] ) -libwww="libwww" +libwww="libwwwinit" # if test "${libwww_include+set}" = "set" && \ @@@@ -474,7 +474,7 @@@@ fi fi # - libwww_dep="$libwww" + libwww_dep="$libwwwinit" # # Aren't all the necessary symbols already defined? # @@@@ -531,7 +531,7 @@@@ # for ac_dir in $LibWWWPATH ; do - if test -f ${ac_dir}/libwww.a && \ + if test -f ${ac_dir}/libwwwinit.a && \ test -f ${ac_dir}/include/WWWLib.h && \ test -f ${ac_dir}/config.h ; then @@@@ -566,7 +566,7 @@@@ test -f ${ac_dir}/config.h.in ; then ac_dir_f="`cd $ac_dir ; $BINPWD`" - libwww_dep="libwww" + libwww_dep="libwwwinit" : ${libwww_dir:="$ac_dir_f"} libwww_version="5" libwww_distribution="source" @@@@ -897,6 +897,15 @@@@ AC_CHECK_FUNCS(snprintf vsnprintf strerror strncpy strndup strdup strstr) +if test "${ac_cv_header_sys_time_h}" = "yes" ; + then + AC_CHECK_FUNCS(setitimer) + if test "${ac_cv_func_setitimer}" = "yes" ; + then +dnl XXX Need to actually test for itimerval in sys/time.h! + AC_DEFINE(SETITIMER_USES_TIMEVAL) + fi +fi # # Check if we want to use index or strchr @ 1.3 log @- -Install only example "arenarc" into ${PREFIX}/share/Arena, with working global "arenarc" copied to ${LOCALBASE}/etc, unless it exists already. - -Fix "fly-by"'s, otherwise known as pop-up help, or "tool-tips". In particular, disable the the insane heuristic that caused the delay to increase by one second with each use on systems where setitimer() has 1s resolution (NetBSD). Prior, it appeared to me that the fly-by's only worked once or twice, but then never again. - -Clean up package Makefile. - -Work all patches to configure into configure.in, and regenerate configure with "autoconf". cvs: ---------------------------------------------------------------------- @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Make this build again. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 1998/09/15 05:38:45 garbled Exp $ d3 21 a23 8 --- configure.orig Wed Nov 25 05:21:07 1998 +++ configure Sun Oct 10 12:01:16 1999 @@@@ -2517,7 +2517,7 @@@@ # LibWWW_headers="WWWLib.h WWWApp.h WWWFile.h WWWHTTP.h WWWMIME.h WWWNews.h WWWTrans.h" LibWWW_HTAncMan_h="HTAncMan.h" -LibWWW_config_h="config.h" +LibWWW_config_h="wwwconf.h" d25 2 d29 4 a32 1 @@@@ -2853,22 +2853,22 @@@@ d34 2 a35 1 # If not all defined yet, then we've failed with it. d37 1 a37 32 - if eval ${libwww_not_defined_yet} ; - then - ac_path_libwww=missing - libwww_dir="" - libwww_version="" - libwww_distribution="" - libwww_library_dir="" - libwww_include="" - libwww_config_h_dir="" - libwww_suffix="" - libwww_library="" - libwww_make_dir="" - libwww_make_target="" - echo "$ac_t""no" 1>&6 - { echo "configure: error: Cannot find W3C libwww. Do worry! Arena cannot be built." 1>&2; exit 1; } - fi +# if eval ${libwww_not_defined_yet} ; +# then +# ac_path_libwww=missing +# libwww_dir="" +# libwww_version="" +# libwww_distribution="" +# libwww_library_dir="" +# libwww_include="" +# libwww_config_h_dir="" +# libwww_suffix="" +# libwww_library="" +# libwww_make_dir="" +# libwww_make_target="" +# echo "$ac_t""no" 1>&6 +# { echo "configure: error: Cannot find W3C libwww. Do worry! Arena cannot be built." 1>&2; exit 1; } +# fi d39 34 a72 2 # If we get managed to reach this point, # then all the libwww stuff has been already found. @ 1.1 log @Make Arena compile on alpha. What a nightmare.. broken configure script, libwww hosage, and the kicker? It doesn't actually work.. it just displays a black screen. Ugh. Still more work to be done here.... @ text @d1 4 a4 3 $NetBSD$ --- configure.orig Mon Sep 14 20:20:15 1998 +++ configure Mon Sep 14 20:20:28 1998 d14 39 @