From amdmi3@amdmi3.ru  Thu Mar 20 02:00:23 2008
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4515C106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Mar 2008 02:00:23 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from cp65.agava.net (cp65.agava.net [89.108.66.215])
	by mx1.freebsd.org (Postfix) with ESMTP id E08658FC1E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Mar 2008 02:00:22 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.63 (FreeBSD))
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1JcA8w-000H90-Ax
	for FreeBSD-gnats-submit@freebsd.org; Thu, 20 Mar 2008 05:04:34 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id AE6C89CA5
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Mar 2008 04:59:54 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id D56F81702D; Thu, 20 Mar 2008 05:00:34 +0300 (MSK)
Message-Id: <20080320020034.D56F81702D@hades.panopticon>
Date: Thu, 20 Mar 2008 05:00:34 +0300 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
Reply-To: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] graphics/agg: cleanup USE_XLIB
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         121888
>Category:       ports
>Synopsis:       [PATCH] graphics/agg: cleanup USE_XLIB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 20 02:10:00 UTC 2008
>Closed-Date:    Thu Mar 20 20:06:13 UTC 2008
>Last-Modified:  Thu Mar 20 20:10:05 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 20 02:10:08 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121888 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Mar 20 20:06:13 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121888 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121888: commit references a PR
Date: Thu, 20 Mar 2008 20:06:09 +0000 (UTC)

 miwi        2008-03-20 20:06:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/agg         Makefile 
   Log:
   - Switch from USE_XLIB to USE_XORG
   
   PR:             121888
   Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
   
   Revision  Changes    Path
   1.22      +2 -2      ports/graphics/agg/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
