set symlinks to *all* shared libraries
bump PKGNAMEs noticed by brad@
This commit is contained in:
parent
45a0285aaa
commit
75ce3c0d9f
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/12/08 17:37:55 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2003/12/11 06:49:17 sturm Exp $
|
||||
|
||||
REVISION= 3
|
||||
VERSION= ${REVISION}.1.17
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
DEST_SUBDIR=
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-dist_Makefile_in,v 1.1.1.1 2003/12/08 17:37:55 sturm Exp $
|
||||
$OpenBSD: patch-dist_Makefile_in,v 1.2 2003/12/11 06:49:17 sturm Exp $
|
||||
--- dist/Makefile.in.orig 2000-07-18 17:37:35.000000000 +0200
|
||||
+++ dist/Makefile.in 2003-12-07 12:09:59.000000000 +0100
|
||||
+++ dist/Makefile.in 2003-12-11 07:20:07.000000000 +0100
|
||||
@@ -34,11 +34,11 @@ SOVERSION= @DB_VERSION_MAJOR@.@DB_VERSIO
|
||||
libdb= libdb.a
|
||||
|
||||
@ -82,3 +82,11 @@ $OpenBSD: patch-dist_Makefile_in,v 1.1.1.1 2003/12/08 17:37:55 sturm Exp $
|
||||
|
||||
install_dynamic_cxx: install_setup
|
||||
@echo "Installing DB C++ library: $(libdir) ..."
|
||||
@@ -435,6 +436,7 @@ install_dynamic_cxx: install_setup
|
||||
@cd $(libdir) && \
|
||||
$(rm) -f $(libxso) $(libxso_default) $(libxso_major)
|
||||
@$(INSTALLER) $(libxso_target) $(libdir)
|
||||
+ @cd $(libsdir) && $(ln) -s db/$(libxso)
|
||||
@cd $(libdir) && $(ln) -s $(libxso) $(libxso_default)
|
||||
@cd $(libdir) && $(ln) -s $(libxso) $(libxso_major)
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/12/08 17:37:57 sturm Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/12/11 06:49:17 sturm Exp $
|
||||
lib/db/libdb.so.3.1
|
||||
lib/db/libdb_cxx.so.3.1
|
||||
lib/libdb.so.3.1
|
||||
lib/libdb_cxx.so.3.1
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/12/10 18:03:00 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/12/11 06:49:17 sturm Exp $
|
||||
|
||||
REVISION= 4
|
||||
VERSION= ${REVISION}.1.25
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
MASTER_SITES0= ${MASTER_SITES:S/snapshot/4.1.25/}
|
||||
PATCHFILES= patch.${VERSION}.1:0
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-dist_Makefile_in,v 1.2 2003/12/10 18:03:01 sturm Exp $
|
||||
--- dist/Makefile.in.orig 2002-08-30 20:11:56.000000000 +0200
|
||||
+++ dist/Makefile.in 2003-11-24 23:47:21.000000000 +0100
|
||||
$OpenBSD: patch-dist_Makefile_in,v 1.3 2003/12/11 06:49:17 sturm Exp $
|
||||
--- dist/Makefile.in.orig 2002-08-30 20:11:34.000000000 +0200
|
||||
+++ dist/Makefile.in 2003-12-11 07:22:56.000000000 +0100
|
||||
@@ -11,7 +11,8 @@ exec_prefix=@exec_prefix@
|
||||
bindir= @bindir@
|
||||
includedir=@includedir@
|
||||
@ -133,12 +133,13 @@ $OpenBSD: patch-dist_Makefile_in,v 1.2 2003/12/10 18:03:01 sturm Exp $
|
||||
$(CCLINK) -o $@ $(LDFLAGS) \
|
||||
db_verify@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS)
|
||||
$(POSTLINK) $@
|
||||
@@ -576,6 +577,8 @@ install_lib:
|
||||
@@ -576,6 +577,9 @@ install_lib:
|
||||
test -f $(libjso) && $(ln) -s $(libjso) $(libjso_default); \
|
||||
test -f $(libjso) && $(ln) -s $(libjso) $(libjso_major); \
|
||||
test -f $(libjso) && $(ln) -s $(libjso) $(libjso_g)) || true
|
||||
+ (cd $(libsdir) && \
|
||||
+ test -f $(libdir)/$(libso) && $(ln) -s db4/$(libso)) || true
|
||||
+ test -f $(libdir)/$(libso) && $(ln) -s db4/$(libso); \
|
||||
+ test -f $(libdir)/$(libxso) && $(ln) -s db4/$(libxso)) || true
|
||||
@(test -f $(libj_jarfile) && \
|
||||
$(cp) $(libj_jarfile) $(libdir) && \
|
||||
$(chmod) $(fmode) $(libdir)/$(libj_jarfile)) || true
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/12/10 18:03:01 sturm Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/12/11 06:49:17 sturm Exp $
|
||||
lib/db4/libdb.so.4.1
|
||||
lib/db4/libdb_cxx.so.4.1
|
||||
lib/libdb.so.4.1
|
||||
lib/libdb_cxx.so.4.1
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
Loading…
x
Reference in New Issue
Block a user