ports/62682: [patch] x11-toolkits/linux-pango: Fix build (bento)

Volker Stolz stolz at i2.informatik.rwth-aachen.de
Wed Feb 11 11:00:40 UTC 2004


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



More information about the freebsd-ports-bugs mailing list