From owner-freebsd-ports Sat Jan 12 20:50:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A553337B41A for ; Sat, 12 Jan 2002 20:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0D4o2x83738; Sat, 12 Jan 2002 20:50:02 -0800 (PST) (envelope-from gnats) Received: from phobos.raisdorf.net (phobos.raisdorf.net [195.244.235.251]) by hub.freebsd.org (Postfix) with ESMTP id 9091637B404 for ; Sat, 12 Jan 2002 20:44:22 -0800 (PST) Received: (from olivleh1@localhost) by phobos.raisdorf.net (8.11.6/8.11.6) id g0D4SEl07059; Sun, 13 Jan 2002 05:28:14 +0100 (CET) Message-Id: <200201130428.g0D4SEl07059@phobos.raisdorf.net> Date: Sun, 13 Jan 2002 05:28:14 +0100 (CET) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@freebsd.org Cc: Oliver Lehmann X-Send-Pr-Version: 3.113 Subject: ports/33826: update-port: x11/emu (bento-fix) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33826 >Category: ports >Synopsis: update-port: x11/emu (bento-fix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 12 20:50:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD sina.sesamestreet.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Dec 15 16:46:48 CET 2001 olivleh1@sina.sesamestreet.net:/usr/obj/i386/usr/src/sys/SINA i386 >Description: - fix errors detected by bento >How-To-Repeat: >Fix: diff -ruN emu.old/Makefile /usr/ports/x11/emu/Makefile --- emu.old/Makefile Sun Jan 13 04:57:21 2002 +++ /usr/ports/x11/emu/Makefile Sun Jan 13 05:02:37 2002 @@ -14,11 +14,14 @@ MAINTAINER= me@FreeBSD.org +USE_X_PREFIX= YES + .include .if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS+= xrdb:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS+= xrdb:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS+= xmkmf:${PORTSDIR}/x11/XFree86-4 +.else +BUILD_DEPENDS+= xmkmf:${PORTSDIR}/x11/XFree86 .endif .if !defined(DISPLAY) || ${DISPLAY} == "" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message