From sgk@arnor.elendil.ru  Mon Feb 21 13:11:56 2005
Return-Path: <sgk@arnor.elendil.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1215B16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2005 13:11:56 +0000 (GMT)
Received: from arnor.elendil.ru (arnor.elendil.ru [195.68.151.122])
	by mx1.FreeBSD.org (Postfix) with SMTP id 12E4C43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2005 13:11:55 +0000 (GMT)
	(envelope-from sgk@arnor.elendil.ru)
Received: (qmail 69364 invoked by uid 1001); 21 Feb 2005 13:11:53 -0000
Message-Id: <20050221131153.69363.qmail@arnor.elendil.ru>
Date: 21 Feb 2005 13:11:53 -0000
From: Sergei Kolobov <sergei@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: matt@fruitsalad.org
Subject: [PATCH] net/rdesktop: fix X11 libraries search
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77854
>Category:       ports
>Synopsis:       [PATCH] net/rdesktop: fix X11 libraries search
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 21 13:20:16 GMT 2005
>Closed-Date:    Mon Mar 14 14:51:52 GMT 2005
>Last-Modified:  Mon Mar 14 14:51:52 GMT 2005
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Elendil LLC
>Environment:
System: FreeBSD arnor.elendil.ru 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Dec 30 21:05:17 MSK 2004
>Description:
- Fix X11 libraries search - explicitly pass ${X11BASE} to configure
  This fixes X11 dependency when X11BASE != /usr/X11R6
- While I'm here, pacify portlint(1) by moving EXTRA_PATCHES to go 
  after MAINTAINER section

Port maintainer (matt@fruitsalad.org) is cc'd.

Generated with FreeBSD Port Tools 0.70
>How-To-Repeat:
>Fix:

--- rdesktop-1.3.1_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /FreeBSD/cvs/ports/net/rdesktop/Makefile,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile
--- Makefile	7 Feb 2005 08:14:14 -0000	1.28
+++ Makefile	21 Feb 2005 12:26:24 -0000
@@ -12,17 +12,17 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-EXTRA_PATCHES=	${WRKDIR}/extra-patch-localIP
-
 MAINTAINER=	matt@fruitsalad.org
 COMMENT=	RDP client for Windows NT/2000/2003 Terminal Server
 
+EXTRA_PATCHES=	${WRKDIR}/extra-patch-localIP
+
 USE_XLIB=	yes
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
 USE_OPENSSL=	yes
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX}
+CONFIGURE_ARGS=	--prefix=${PREFIX} --with-x=${X11BASE}
 DOCS=		doc/AUTHORS doc/TODO doc/*.txt
 MAN1=		rdesktop.1
 
--- rdesktop-1.3.1_3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: sergei 
State-Changed-When: Mon Feb 21 13:22:48 GMT 2005 
State-Changed-Why:  
Awaiting maitainer's approval. 


Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: sergei 
Responsible-Changed-When: Mon Feb 21 13:22:48 GMT 2005 
Responsible-Changed-Why:  
I'll track this. 

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

From: Sergei Kolobov <sergei@freebsd.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: ports/77854
Date: Mon, 14 Mar 2005 17:25:49 +0300

 Adding to the audit trail:
 
 ----- Forwarded message from Matt Douhan <matt@fruitsalad.org> -----
 
 From: Matt Douhan <matt@fruitsalad.org>
 Date: Sat, 12 Mar 2005 08:48:15 +0100
 To: Sergei Kolobov <sergei@freebsd.org>
 User-Agent: KMail/1.8
 Subject: Re: FreeBSD port: rdesktop
 Organization: fruitsalad.org
 
 Please commit
 
 I took this port before when noone cared about it, now it gets a lot more 
 attention and if anyone wants to take it, please go ahead as my time is very 
 limited these days..
 
 rgds
 
 Matt
 
 On Fri March 11 2005 17:34, you wrote:
 > Dear port maintainer,
 >
 > We have not received any feedback from you on the following PR:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=77854
 >
 > Can you please take a look and let us know if approve or reject
 > this change.
 >
 > Thank you.
 >
 > Sergei
 
 -- 
 Matt Douhan
 www.fruitsalad.org
 kolab2 + kontact + toltec == success
 Now lets get Horde into shape mmkay
 
 ----- End forwarded message -----
State-Changed-From-To: feedback->closed 
State-Changed-By: sergei 
State-Changed-When: Mon Mar 14 14:51:02 GMT 2005 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77854 
>Unformatted:
