summaryrefslogtreecommitdiff
path: root/databases/db/patches
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /databases/db/patches
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'databases/db/patches')
-rw-r--r--databases/db/patches/patch-aa72
-rw-r--r--databases/db/patches/patch-ab13
-rw-r--r--databases/db/patches/patch-ac13
3 files changed, 0 insertions, 98 deletions
diff --git a/databases/db/patches/patch-aa b/databases/db/patches/patch-aa
deleted file mode 100644
index 148d277dcc2..00000000000
--- a/databases/db/patches/patch-aa
+++ /dev/null
@@ -1,72 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2004/05/26 15:45:14 jschauma Exp $
-
---- ../dist/Makefile.in.orig Mon Dec 7 14:05:59 1998
-+++ ../dist/Makefile.in Mon Apr 19 16:30:04 1999
-@@ -3,7 +3,7 @@
- srcdir= @srcdir@/..
- CPPFLAGS=-I. -I$(srcdir)/include @CPPFLAGS@
- CFLAGS= -c @CFLAGS@ $(CPPFLAGS)
--CC= @CC@
-+CC= $(LIBTOOL) @CC@
- CXXFLAGS=-c @CXXFLAGS@ $(CPPFLAGS)
- CXX= @CXX@
- LDFLAGS=@LDFLAGS@
-@@ -43,13 +43,11 @@
- LOBJS= @LIBOBJS@
- POBJS= err.o getlong.o
-
--libdb= libdb.a
-+libdb= libdb2.la
- all: $(libdb) $(PROGS)
-
- $(libdb): db.h $(OBJS) $(LOBJS)
-- $(rm) -f $@
-- $(ar) $@ $(OBJS) $(LOBJS)
-- test ! -f $(ranlib) || $(ranlib) $@
-+ $(LIBTOOL) --mode=link @CC@ @CFLAGS@ -rpath $(prefix)/lib -version-info 2:7 -o $@ $(OBJS:.o=.lo) $(LOBJS:.o=.lo)
-
- DBA= db_archive.o $(POBJS)
- db_archive: $(DBA) $(libdb)
-@@ -141,11 +139,11 @@
- $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl
-
- prefix= @prefix@
--bindir= $(prefix)/BerkeleyDB/bin
--datadir=$(prefix)/BerkeleyDB/share
--includedir=$(prefix)/BerkeleyDB/include
--libdir= $(prefix)/BerkeleyDB/lib
--mandir= $(prefix)/BerkeleyDB/docs
-+bindir= $(prefix)/bin
-+datadir=$(prefix)/share/db
-+includedir=$(prefix)/include/db2
-+libdir= $(prefix)/lib
-+mandir= $(prefix)/share/doc/html/db
-
- dmode= 755
- emode= 555
-@@ -161,22 +159,12 @@
- @echo "Installing DB include files: $(includedir) ..."
- @test -d $(includedir) || \
- ($(mkdir) -p $(includedir) && $(chmod) $(dmode) $(includedir))
-- @cd $(includedir) && $(rm) -f db.h db_185.h db_cxx.h
-- @$(cp) -p db.h db_185.h $(srcdir)/include/db_cxx.h $(includedir)
-+ @$(BSD_INSTALL_DATA) db.h db_185.h $(srcdir)/include/db_cxx.h $(includedir)
- @cd $(includedir) && $(chmod) $(fmode) db.h db_185.h db_cxx.h
- @echo "Installing DB library: $(libdir) ..."
-- @test -d $(libdir) || \
-- ($(mkdir) -p $(libdir) && $(chmod) $(dmode) $(libdir))
-- @cd $(libdir) && $(rm) -f $(libdb)
-- @$(cp) -p $(libdb) $(libdir)
-- @cd $(libdir) && $(chmod) $(fmode) $(libdb)
-+ @$(LIBTOOL) $(BSD_INSTALL_DATA) $(libdb) $(libdir)
- @echo "Installing DB utilities: $(bindir) ..."
-- @test -d $(bindir) || \
-- ($(mkdir) -p $(bindir) && $(chmod) $(dmode) $(bindir))
-- @cd $(bindir) && $(rm) -f $(PROGS)
-- @$(cp) -p $(PROGS) $(bindir)
-- @cd $(bindir) && (test ! -f $(strip) || $(strip) $(PROGS))
-- @cd $(bindir) && $(chmod) $(emode) $(PROGS)
-+ @$(LIBTOOL) $(BSD_INSTALL_PROGRAM) $(PROGS) $(bindir)
- @echo "Installing documentation: $(mandir) ..."
- @test -d $(mandir) || \
- ($(mkdir) -p $(mandir) && $(chmod) $(dmode) $(mandir))
diff --git a/databases/db/patches/patch-ab b/databases/db/patches/patch-ab
deleted file mode 100644
index e21c8c3aa3e..00000000000
--- a/databases/db/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/02/27 21:42:42 jschauma Exp $
-
---- ../include/db_185.h.orig Sun Feb 27 16:27:52 2005
-+++ ../include/db_185.h Sun Feb 27 16:28:05 2005
-@@ -76,7 +76,7 @@
- * XXX
- * SGI/IRIX already has a pgno_t.
- */
--#ifdef sgi
-+#ifdef __sgi
- #define pgno_t db_pgno_t
- #endif
-
diff --git a/databases/db/patches/patch-ac b/databases/db/patches/patch-ac
deleted file mode 100644
index 51ea8857f3f..00000000000
--- a/databases/db/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/03/15 16:13:58 tron Exp $
-
---- ../include/log.h.dist 1999-08-31 18:45:43.000000000 +0100
-+++ ../include/log.h 2003-11-28 12:35:27.000000000 +0000
-@@ -145,7 +145,7 @@
-
- LOGP persist; /* Persistent information. */
-
-- SH_TAILQ_HEAD(__fq) fq; /* List of file names. */
-+ SH_TAILQ_HEAD(__fnq) fq; /* List of file names. */
-
- /*
- * The lsn LSN is the file offset that we're about to write and which