ports/77263: [MAINTAINER] databases/db43: [SUMMARIZE CHANGES]
Matthias Andree
matthias.andree at gmx.de
Tue Feb 8 14:10:17 UTC 2005
>Number: 77263
>Category: ports
>Synopsis: [MAINTAINER] databases/db43: [SUMMARIZE CHANGES]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Feb 08 14:10:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Matthias Andree
>Release: FreeBSD 4.11-RELEASE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.11-RELEASE FreeBSD 4.11-RELEASE #1: Wed Jan 26 02:58:33 CET 2005
>Description:
- add vendor patch 4.3.27.1 to fix C++ DbEnv::ref_elect
- rediff files/patch-dist::configure (cosmetic)
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- db43-4.3.27_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/db43/Makefile /root/ports/databases/db43/Makefile
--- /usr/ports/databases/db43/Makefile Wed Dec 29 12:19:59 2004
+++ /root/ports/databases/db43/Makefile Mon Feb 7 23:14:27 2005
@@ -7,11 +7,18 @@
PORTNAME= db43
PORTVERSION= 4.3.27
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ftp://sleepycat1.inetu.net/releases/
PKGNAMESUFFIX?=
DISTNAME?= db-${PORTVERSION}
DIST_SUBDIR= bdb
+
+PATCH_SITES= http://www.sleepycat.com/update/4.3.27/
+PATCHFILES= patch.4.3.27.1
+# patch.4.3.27.1 affects C++ DbEnv::ref_elect
+# patch.4.3.27.2 is Windows-specific
+PATCH_DIST_STRIP= -d ..
MAINTAINER= matthias.andree at gmx.de
COMMENT= The Berkeley DB package, revision 4.3
diff -ruN --exclude=CVS /usr/ports/databases/db43/distinfo /root/ports/databases/db43/distinfo
--- /usr/ports/databases/db43/distinfo Wed Dec 29 12:19:59 2004
+++ /root/ports/databases/db43/distinfo Mon Feb 7 23:12:14 2005
@@ -1,2 +1,4 @@
MD5 (bdb/db-4.3.27.tar.gz) = fcc481d52c3b80e20a328f8c0cb042bd
SIZE (bdb/db-4.3.27.tar.gz) = 5921872
+MD5 (bdb/patch.4.3.27.1) = 08ae7243f5e2ae5793064e961b072a63
+SIZE (bdb/patch.4.3.27.1) = 707
diff -ruN --exclude=CVS /usr/ports/databases/db43/files/patch-dist::configure /root/ports/databases/db43/files/patch-dist::configure
--- /usr/ports/databases/db43/files/patch-dist::configure Sun Dec 5 12:38:40 2004
+++ /root/ports/databases/db43/files/patch-dist::configure Mon Feb 7 23:18:47 2005
@@ -1,7 +1,6 @@
--- ../dist/configure.orig Wed Dec 5 13:14:02 2001
+++ ../dist/configure Wed Dec 5 13:24:01 2001
-@@ -8794,10 +8794,10 @@
- INSTALLER="\$(LIBTOOL) --mode=install cp"
+@@ -20867,8 +20867,8 @@
MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}"
-MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version"
@@ -12,4 +11,3 @@
+MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -version-info 0:0:0"
MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}"
- # Configure for shared libraries, static libraries, or both. If both are
--- db43-4.3.27_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list