From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 11 03:00:40 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD2316A4E8 for ; Wed, 11 Feb 2004 03:00:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF7643D41 for ; Wed, 11 Feb 2004 03:00:36 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1BB0abv070495 for ; Wed, 11 Feb 2004 03:00:36 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1BB0aE1070493; Wed, 11 Feb 2004 03:00:36 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 11 Feb 2004 03:00:36 -0800 (PST) Resent-Message-Id: <200402111100.i1BB0aE1070493@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, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F2A16A4CE; Wed, 11 Feb 2004 02:51:00 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D1D43D2F; Wed, 11 Feb 2004 02:50:59 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id i1BAowm05037; Wed, 11 Feb 2004 11:50:58 +0100 Received: (from stolz@localhost)i1BAowKX005940; Wed, 11 Feb 2004 11:50:58 +0100 (CET) (envelope-from stolz) Message-Id: <200402111050.i1BAowKX005940@menelaos.informatik.rwth-aachen.de> Date: Wed, 11 Feb 2004 11:50:58 +0100 (CET) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: trevor@FreeBSD.org Subject: ports/62682: [patch] x11-toolkits/linux-pango: Fix build (bento) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 11:00:40 -0000 >Number: 62682 >Category: ports >Synopsis: [patch] x11-toolkits/linux-pango: Fix build (bento) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 11 03:00:36 PST 2004 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: linux-pango lacks a dependency on rpm which is induced by its "master port" linux-gtk (no real master/slave relation but linux-gtk/Makefile gets included anyway). The patch fixes this, but maybe there's a better solution which involves modifying linux-gtk as well? There's a BUILD_DEPENDS?=... in there, maybe changing this to += would already be sufficient. Noticed by: bento >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest/linux-pango-1.2.1.log >Fix: --- Makefile.orig Wed Feb 11 11:31:22 2004 +++ Makefile Wed Feb 11 11:31:33 2004 @@ -14,7 +14,8 @@ COMMENT= Linux/i386 pango binary BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat + ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ + rpm:${PORTSDIR}/archivers/rpm BASEVERSION= 9 ONLY_FOR_ARCHS= i386 >Release-Note: >Audit-Trail: >Unformatted: