Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  4 Feb 2007 19:00:57 +0100 (CET)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108769: [MAINTAINER] databases/db41: fix build without objformat
Message-ID:  <20070204180057.ADA4E542@libertas.emma.line.org>
Resent-Message-ID: <200702041810.l14IAJIN042592@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070204180057.ADA4E542>