From d44e9e809e5a664e9716bf08f0d1a802a4c5f7c6 Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Thu, 25 Jun 2009 06:43:29 +0000 Subject: [PATCH] Fix building at the ports cluster. The error was introduced by a tinderbox bug which should be fixed soon: tinderbox inherits BUILD_DEPENDS from EXTRACT_DEPENDS. Here is the difference at pointyhat and tinderbox logs: ----- EXTRACT_DEPENDS=gettext-0.17_1.tbz libiconv-1.13.tbz popt-1.14.tbz rpm-3.0.6_14.tbz BUILD_DEPENDS= ----- EXTRACT_DEPENDS=popt-1.14.tbz gettext-0.17_1.tbz libiconv-1.13.tbz rpm-3.0.6_14.tbz BUILD_DEPENDS=popt-1.14.tbz gettext-0.17_1.tbz libiconv-1.13.tbz rpm-3.0.6_14.tbz ----- No PORTREVISION bump is needed. --- x11-toolkits/linux-openmotif/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-toolkits/linux-openmotif/Makefile b/x11-toolkits/linux-openmotif/Makefile index b60ad8ba15ce..4d519be92b70 100644 --- a/x11-toolkits/linux-openmotif/Makefile +++ b/x11-toolkits/linux-openmotif/Makefile @@ -19,6 +19,8 @@ EXTRACT_ONLY= MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Motif toolkit Linux libraries +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm + CONFLICTS= linux-f8-openmotif-[0-9]* linux-f10-openmotif-[0-9]* ONLY_FOR_ARCHS= i386 amd64