From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 4 18:40:20 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44DAA16A409 for ; Sun, 4 Feb 2007 18:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1ED8813C467 for ; Sun, 4 Feb 2007 18:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l14IeICW045251 for ; Sun, 4 Feb 2007 18:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l14IeI9B045250; Sun, 4 Feb 2007 18:40:18 GMT (envelope-from gnats) Resent-Date: Sun, 4 Feb 2007 18:40:18 GMT Resent-Message-Id: <200702041840.l14IeI9B045250@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23BEC16A403 for ; Sun, 4 Feb 2007 18:33:24 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 6351913C478 for ; Sun, 4 Feb 2007 18:33:23 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 04 Feb 2007 18:33:22 -0000 Received: from p50913003.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.48.3] by mail.gmx.net (mp034) with SMTP; 04 Feb 2007 19:33:22 +0100 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 20712200B17; Sun, 4 Feb 2007 19:33:21 +0100 (CET) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G0xlYeqGw+Ud; Sun, 4 Feb 2007 19:33:20 +0100 (CET) Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.1.2]) by merlin.emma.line.org (Postfix) with ESMTP id C71842005DC; Sun, 4 Feb 2007 19:33:20 +0100 (CET) Received: by libertas.emma.line.org (Postfix, from userid 1001) id 79464542; Sun, 4 Feb 2007 19:33:20 +0100 (CET) Message-Id: <20070204183320.79464542@libertas.emma.line.org> Date: Sun, 4 Feb 2007 19:33:20 +0100 (CET) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kris@FreeBSD.org Subject: ports/108771: [MAINTAINER] databases/db42: fix build without objformat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 18:40:20 -0000 >Number: 108771 >Category: ports >Synopsis: [MAINTAINER] databases/db42: 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:40:17 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 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- db42-4.2.52_5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/db42/Makefile.db /root/ports/databases/db42/Makefile.db --- /usr/ports/databases/db42/Makefile.db Wed Nov 8 06:20:31 2006 +++ /root/ports/databases/db42/Makefile.db Sun Feb 4 19:22:10 2007 @@ -31,7 +31,7 @@ .endif pre-patch: - @${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} + ${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g; s,/usr/bin/objformat \|\| echo aout,/usr/bin/objformat || echo elf,' ${WRKSRC}/${CONFIGURE_SCRIPT} pre-configure: ${CHMOD} u+w ${WRKSRC}/../dist/configure --- db42-4.2.52_5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: