Date: Thu, 3 Oct 2002 09:19:28 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jmz@FreeBSD.org Subject: ports/43603: [patch] unbreak graphics/pixmap Message-ID: <20021002231928.80DDE6A712B@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 43603 >Category: ports >Synopsis: [patch] unbreak graphics/pixmap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 02 16:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386 $FreeBSD: ports/graphics/pixmap/Makefile,v 1.16 2002/05/24 12:18:59 jmz Exp $ >Description: graphics/pixmap doesn't want to install properly. See http://bento.freebsd.org/errorlogs/4-full/pixmap-2.6.log >How-To-Repeat: See http://bento.freebsd.org/errorlogs/4-full/pixmap-2.6.log >Fix: --- Makefile.old Thu Oct 3 09:00:08 2002 +++ Makefile Thu Oct 3 09:18:16 2002 @@ -14,14 +14,14 @@ MAINTAINER= jmz@FreeBSD.org -.include <bsd.port.pre.mk> -.if ${XFREE86_VERSION} == 4 # requires rgb.txt -BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/XFree86-4-clients -.endif - WRKSRC= ${WRKDIR}/pixmap USE_IMAKE= yes USE_XPM= yes MAN1= pixmap.1 + +.include <bsd.port.pre.mk> +.if ${XFREE86_VERSION} == 4 # requires rgb.txt +BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/XFree86-4-clients +.endif .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021002231928.80DDE6A712B>