ports/108769: [MAINTAINER] databases/db41: fix build without objformat
Matthias Andree
matthias.andree at gmx.de
Sun Feb 4 18:10:19 UTC 2007
>Number: 108769
>Category: ports
>Synopsis: [MAINTAINER] databases/db41: fix build without objformat
>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: Sun Feb 04 18:10:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Matthias Andree
>Release: FreeBSD 6.1-SECURITY i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Dec 4 07:53:55 UTC
>Description:
fix build without objformat
Added file(s):
- files/patch-objformat
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- db41-4.1.25_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/db41/files/patch-objformat /root/ports/databases/db41/files/patch-objformat
--- /usr/ports/databases/db41/files/patch-objformat Thu Jan 1 01:00:00 1970
+++ /root/ports/databases/db41/files/patch-objformat Sun Feb 4 15:14:43 2007
@@ -0,0 +1,11 @@
+--- ../dist/configure.foo Sun Feb 4 14:10:01 2007
++++ ../dist/configure Sun Feb 4 14:11:26 2007
+@@ -7002,7 +7002,7 @@
+ ;;
+
+ freebsd*)
+- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
+ version_type=freebsd-$objformat
+ case $version_type in
+ freebsd-elf*)
--- db41-4.1.25_4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list