head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.46 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.44 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.42 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.40 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.38 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.36 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.34 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.32 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.30 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.28 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.26 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.24 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.22 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.20 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.18 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.16 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.14 pkgsrc-2006Q2-base:1.3 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.1.0.2 pkgsrc-2004Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2004.10.06.10.17.06; author grant; state dead; branches; next 1.2; 1.2 date 2004.10.04.12.25.59; author hira; state Exp; branches; next 1.1; 1.1 date 2004.09.06.20.38.36; author danw; state Exp; branches; next ; desc @@ 1.3 log @rename cfg+ directory to libcfg+ so it matches the PKGNAME. @ text @$NetBSD: patch-ab,v 1.2 2004/10/04 12:25:59 hira Exp $ --- src/Makefile.in.orig 2004-02-18 01:37:47.000000000 +0900 +++ src/Makefile.in 2004-09-29 00:32:45.000000000 +0900 @@@@ -60,16 +60,16 @@@@ $(srcdir)/platon/str/strdyn.c \ $(srcdir)/platon/str/dynfgets.c -OBJECTS = $(top_builddir)/src/cfg+.o \ - $(top_builddir)/src/parse.o \ - $(top_builddir)/src/props.o \ - $(top_builddir)/src/cmdline.o \ - $(top_builddir)/src/cfgfile.o \ - $(top_builddir)/src/shared.o \ - $(top_builddir)/src/platon/str/strplus.o \ - $(top_builddir)/src/platon/str/strctype.o \ - $(top_builddir)/src/platon/str/strdyn.o \ - $(top_builddir)/src/platon/str/dynfgets.o +OBJECTS = $(top_builddir)/src/cfg+.lo \ + $(top_builddir)/src/parse.lo \ + $(top_builddir)/src/props.lo \ + $(top_builddir)/src/cmdline.lo \ + $(top_builddir)/src/cfgfile.lo \ + $(top_builddir)/src/shared.lo \ + $(top_builddir)/src/platon/str/strplus.lo \ + $(top_builddir)/src/platon/str/strctype.lo \ + $(top_builddir)/src/platon/str/strdyn.lo \ + $(top_builddir)/src/platon/str/dynfgets.lo # SunOS 4 make does not allow multiple makefiles to be specified in one ­include directive. DEP_FILES = $(top_builddir)/src/.deps/cfg+.P \ @@@@ -97,8 +97,7 @@@@ platon/str/strplus.h LIBSTATIC = $(PACKAGE).a -LIBDYNAMIC = $(PACKAGE).so -LIBDYNAMICV = $(PACKAGE).so.$(VERSION) +LIBDYNAMICV = $(PACKAGE).la install_LIB = $(LIBSTATIC) $(LIBDYNAMICV) @@@@ -166,7 +165,7 @@@@ @@list='$(install_LIB)'; for p in $$list; do \ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ echo " Installing file $(DESTDIR)$(libdir)/$$p"; \ - $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libdir)/$$p; \ + $(LIBTOOL) --mode=install $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libdir)/$$p; \ done uninstall-lib: @@$(NORMAL_UNINSTALL) @@@@ -217,11 +216,7 @@@@ cd platon && $(LN_S) $$p $(include_SYMLINK); \ ); \ cd $$here; \ - done; \ - cd $(DESTDIR)$(libdir) && ( \ - echo " Creating symlink $(DESTDIR)$(libdir)/$(LIBDYNAMIC)"; \ - $(LN_S) $(LIBDYNAMICV) $(LIBDYNAMIC); \ - ); + done; uninstall-symlinks: @@$(NORMAL_UNINSTALL) -@@list='$(include_SYMLINK)'; for p in $$list; do \ @@@@ -229,11 +224,7 @@@@ rm -f $(DESTDIR)$(includedir)/$$p; \ echo " rm -f $(DESTDIR)$(includedir_platon)/$$p"; \ rm -f $(DESTDIR)$(includedir_platon)/$$p; \ - done; \ - cd $(DESTDIR)$(libdir) && ( \ - echo " rm -f $(DESTDIR)$(libdir)/$(LIBDYNAMIC)"; \ - rm -f $(LIBDYNAMIC); \ - ); + done; uninstall-dirs: @@$(NORMAL_UNINSTALL) @ 1.2 log @ Fix previous commit. Don't use undefined variable. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2004/09/06 20:38:36 danw Exp $ @ 1.1 log @make this use libtool rather than assuming linux-like shlib build rules. bump PKGREVISION for soname change @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- src/Makefile.in.orig Tue Feb 17 11:37:47 2004 +++ src/Makefile.in @@@@ -60,16 +60,16 @@@@ SOURCES = $(srcdir)/cfg+.c \ d32 1 a32 1 @@@@ -97,8 +97,7 @@@@ noinst_HEADERS = cfgfile.h \ d42 1 a42 1 @@@@ -166,7 +165,7 @@@@ install-lib: $(install_LIB) d51 26 @