head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.26 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.24 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.22 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.20 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.18 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.16 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.14 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.12 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.10 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.8 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.6 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.4 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.2 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.4.0.8 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.6 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.4 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.2 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.3.0.12 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.10 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.8 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.6 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.4 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.2 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.2.0.10 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2-base:1.1 buildlink2:1.1.0.2; locks; strict; comment @# @; 1.6 date 2007.04.27.03.54.30; author uebayasi; state dead; branches; next 1.5; 1.5 date 2007.04.24.15.01.03; author uebayasi; state Exp; branches; next 1.4; 1.4 date 2006.04.07.18.40.46; author jlam; state Exp; branches; next 1.3; 1.3 date 2004.11.20.16.00.35; author uebayasi; state dead; branches; next 1.2; 1.2 date 2002.08.25.18.40.00; author jlam; state Exp; branches; next 1.1; 1.1 date 2002.06.12.01.14.50; author uebayasi; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2002.06.12.01.14.50; author jlam; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2002.06.23.19.01.34; author jlam; state Exp; branches; next ; desc @@ 1.6 log @Forgot to remove this. @ text @@ 1.5 log @Update eb to 4.3. Very concise change summary: o support color pictures with references (4.3), o add "cross" search support (4.2), and o many bug fixes. @ text @@ 1.4 log @Properly locate -liconv when linking ebinfo in the case where we use the pkgsrc libiconv implementation. @ text @a0 20 $NetBSD$ --- configure.orig 2006-04-07 13:48:25.000000000 -0400 +++ configure @@@@ -19840,6 +19840,7 @@@@ if test $ac_cv_lib_iconv_iconv_open = ye _ACEOF LIBS="-liconv $LIBS" + iconv_libraries="-liconv" fi @@@@ -19914,6 +19915,7 @@@@ if test $ac_cv_lib_iconv_libiconv_open = _ACEOF LIBS="-liconv $LIBS" + iconv_libraries="-liconv" fi @ 1.3 log @Update eb to 4.1.1. Changes since 3.3.4 are: * Accept remote access. * Adopt BSD license. * Include only Japanese HTML documents (English documents are removed!). * Accept Japanese encodings other than EUC-JP. * Improve EB_BookList API. * Many bug fixes. While here, enable pkgviews installation. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2002/08/25 18:40:00 jlam Exp $ d3 17 a19 28 --- configure.ac.orig Sat Mar 30 15:45:45 2002 +++ configure.ac @@@@ -160,7 +160,7 @@@@ [z_libdir="${withval}"], [z_libdir='']) if test "X$z_libdir" != X ; then - ZLIBLIBS="-L$z_libdir -lz" + ZLIBLIBS="-Wl,-R$z_libdir -L$z_libdir -lz" ZLIBDEPS='' else ZLIBLIBS='-lz' @@@@ -265,7 +265,7 @@@@ dnl * if test $included_zlib = yes ; then EBCONF_ZLIBINCS='-I$(includedir)' - EBCONF_ZLIBLIBS='-L$(libdir) -lz' + EBCONF_ZLIBLIBS='-Wl,-R$(libdir) -L$(libdir) -lz' else EBCONF_ZLIBINCS=$ZLIBINCS EBCONF_ZLIBLIBS=$ZLIBLIBS @@@@ -284,7 +284,7 @@@@ AC_SUBST(EBCONF_INTLLIBS) EBCONF_EBINCS='-I$(includedir)' -EBCONF_EBLIBS='-L$(libdir) -leb' +EBCONF_EBLIBS='-Wl,-R$(libdir) -L$(libdir) -leb' AC_SUBST(EBCONF_EBINCS) AC_SUBST(EBCONF_EBLIBS) @ 1.2 log @Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.2.1 2002/06/23 19:01:34 jlam Exp $ @ 1.1 log @Updated to 3.2.2. * Fix bug in handling of appendix. * Fix gettext message catalogs. Besides these, eb.conf is properly fixed in buildlink.mk so that headers/ libraries can be found in the right paths. Bump BUILDLINK_DEPENDS.eb. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ab was added on branch buildlink2 on 2002-06-23 19:01:34 +0000 @ text @d1 31 @ 1.1.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 31 $NetBSD: patch-ab,v 1.1.2.1 2002/06/23 19:01:34 jlam Exp $ --- configure.ac.orig Sat Mar 30 15:45:45 2002 +++ configure.ac @@@@ -160,7 +160,7 @@@@ [z_libdir="${withval}"], [z_libdir='']) if test "X$z_libdir" != X ; then - ZLIBLIBS="-L$z_libdir -lz" + ZLIBLIBS="-Wl,-R$z_libdir -L$z_libdir -lz" ZLIBDEPS='' else ZLIBLIBS='-lz' @@@@ -265,7 +265,7 @@@@ dnl * if test $included_zlib = yes ; then EBCONF_ZLIBINCS='-I$(includedir)' - EBCONF_ZLIBLIBS='-L$(libdir) -lz' + EBCONF_ZLIBLIBS='-Wl,-R$(libdir) -L$(libdir) -lz' else EBCONF_ZLIBINCS=$ZLIBINCS EBCONF_ZLIBLIBS=$ZLIBLIBS @@@@ -284,7 +284,7 @@@@ AC_SUBST(EBCONF_INTLLIBS) EBCONF_EBINCS='-I$(includedir)' -EBCONF_EBLIBS='-L$(libdir) -leb' +EBCONF_EBLIBS='-Wl,-R$(libdir) -L$(libdir) -leb' AC_SUBST(EBCONF_EBINCS) AC_SUBST(EBCONF_EBLIBS) @