Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2004 11:50:58 +0100 (CET)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        trevor@FreeBSD.org
Subject:   ports/62682: [patch] x11-toolkits/linux-pango: Fix build (bento)
Message-ID:  <200402111050.i1BAowKX005940@menelaos.informatik.rwth-aachen.de>
Resent-Message-ID: <200402111100.i1BB0aE1070493@freefall.freebsd.org>

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

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



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