Date: Thu, 20 Mar 2008 05:00:34 +0300 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/121888: [PATCH] graphics/agg: cleanup USE_XLIB Message-ID: <20080320020034.D56F81702D@hades.panopticon> Resent-Message-ID: <200803200210.m2K2A1gC078866@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121888 >Category: ports >Synopsis: [PATCH] graphics/agg: cleanup USE_XLIB >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Mar 20 02:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: Change USE_XLIB to USE_XORG >How-To-Repeat: >Fix: --- agg.patch begins here --- diff -ruN agg.orig/Makefile agg/Makefile --- agg.orig/Makefile 2008-03-20 04:56:16.000000000 +0300 +++ agg/Makefile 2008-03-20 04:57:58.000000000 +0300 @@ -7,7 +7,7 @@ PORTNAME= agg PORTVERSION= 2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ \ http://freebsd.unixfreunde.de/sources/ @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_SDL= sdl -USE_XLIB= yes +USE_XORG= x11 USE_GNOME= pkgconfig gnomehack USE_GMAKE= yes USE_LDCONFIG= yes --- agg.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080320020034.D56F81702D>