Date: Mon, 13 Aug 2007 14:05:40 +0200 (CEST) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/115464: [DEPS] graphics/aalib USE_XLIB -> USE_XORG Message-ID: <20070813120540.5035045545@mail.vx.sk> Resent-Message-ID: <200708131210.l7DCA1If053646@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115464 >Category: ports >Synopsis: [DEPS] graphics/aalib USE_XLIB -> USE_XORG >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: Mon Aug 13 12:10:00 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 6.2-STABLE i386 amd64 >Organization: >Environment: System: FreeBSD 6.2-STABLE i386 amd64 >Description: This port requires only USE_XORG= x11 (tested with tinderbox) >How-To-Repeat: >Fix: Index: ports/graphics/aalib/Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/aalib/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- ports/graphics/aalib/Makefile 19 May 2007 20:08:33 -0000 1.40 +++ ports/graphics/aalib/Makefile 13 Aug 2007 12:03:07 -0000 @@ -7,7 +7,7 @@ PORTNAME= aalib PORTVERSION= 1.4.r5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aa-project @@ -23,11 +23,11 @@ INFO= aalib .if !defined(WITHOUT_X11) -USE_XLIB= yes -CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \ +USE_XORG= x11 +CONFIGURE_ARGS+= --x-includes="${X11BASE}/include" \ --x-libraries="${X11BASE}/lib" .else -CONFIGURE_ARGS= --with-x=no +CONFIGURE_ARGS+= --with-x=no .endif MAN1= aafire.1 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070813120540.5035045545>