head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 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 buildlink2:1.3.0.4 netbsd-1-6:1.3.0.6 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.2 pkgviews-base:1.3 buildlink2-base:1.3 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.5 date 2002.10.30.03.09.28; author rh; state dead; branches; next 1.4; 1.4 date 2002.08.25.19.22.25; author jlam; state Exp; branches; next 1.3; 1.3 date 2002.07.18.02.19.40; author rh; state Exp; branches 1.3.4.1; next 1.2; 1.2 date 2001.08.11.18.26.57; author rh; state dead; branches; next 1.1; 1.1 date 2001.04.29.18.52.40; author danw; state Exp; branches; next ; 1.3.4.1 date 2002.07.18.02.19.40; author jlam; state dead; branches; next 1.3.4.2; 1.3.4.2 date 2002.08.22.11.10.28; author jlam; state Exp; branches; next ; desc @@ 1.5 log @Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. @ text @$NetBSD: patch-ac,v 1.4 2002/08/25 19:22:25 jlam Exp $ --- libefs/libefs.pc.in.orig Tue Oct 10 18:02:25 2000 +++ libefs/libefs.pc.in @@@@ -4,6 +4,6 @@@@ includedir=@@prefix@@/include Name: libefs Description: Embeded Filesystem Library Version: 1.0.0 -Libs: -L${libdir} -lefs -lz @@CRYPTLIB@@ +Libs: -L${libdir} -Wl,-R${libdir} -lefs -lz @@CRYPTLIB@@ Requires: glib Cflags: -I${includedir} @ 1.4 log @Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3.4.1 2002/08/22 11:10:28 jlam Exp $ @ 1.3 log @Patch the various pkgconfig files to include proper -Wl,-R options. Bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.3.4.1 log @file patch-ac was added on branch buildlink2 on 2002-08-22 11:10:28 +0000 @ text @d1 12 @ 1.3.4.2 log @Merge changes from pkgsrc-current into the buildlink2 branch for the packages that have buildlink2.mk files. @ text @a0 12 $NetBSD: patch-ac,v 1.3.4.1 2002/08/22 11:10:28 jlam Exp $ --- libefs/libefs.pc.in.orig Tue Oct 10 18:02:25 2000 +++ libefs/libefs.pc.in @@@@ -4,6 +4,6 @@@@ includedir=@@prefix@@/include Name: libefs Description: Embeded Filesystem Library Version: 1.0.0 -Libs: -L${libdir} -lefs -lz @@CRYPTLIB@@ +Libs: -L${libdir} -Wl,-R${libdir} -lefs -lz @@CRYPTLIB@@ Requires: glib Cflags: -I${includedir} @ 1.2 log @Update bonobo to 1.0.7 Notable changes are: * UI handler stuff: * Key stroke handling fixage * set/get prop acceleration * default icon fixage * prototype cleans * Misc stuff * re-entrancy fix in event_source_destroy * moniker-extender-file fix * item-container bug * Portability fixes * doc fixes * updated tests * config dialog rename * fixed libefs linking @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2001/04/29 18:52:40 danw Exp $ d3 10 a12 14 libtool 1.2 needs to be outsmarted here, but what they're trying doesn't work with libtool 1.4. --- storage-modules/Makefile.in.orig Sun Apr 29 14:34:04 2001 +++ storage-modules/Makefile.in Sun Apr 29 14:34:15 2001 @@@@ -166,7 +166,7 @@@@ libstorage_efs_la_SOURCES = bonobo-storage-efs.c bonobo-storage-efs.h bonobo-stream-efs.c bonobo-stream-efs.h -libstorage_efs_la_LDFLAGS = $(common_ldflags) -L$(shell pwd)/$(top_builddir)/libefs/src/.libs -lefs +libstorage_efs_la_LDFLAGS = $(common_ldflags) -L$(shell pwd)/$(top_builddir)/libefs/src -lefs # @ 1.1 log @Oops. Make this build again. (Must have not made clean when I tested my previous patch.) @ text @d1 1 a1 1 $NetBSD$ @