Skip site navigation (1)Skip section navigation (2)
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:   ports/77854: [PATCH] net/rdesktop: fix X11 libraries search
Message-ID:  <20050221131153.69363.qmail@arnor.elendil.ru>
Resent-Message-ID: <200502211320.j1LDKGeK055623@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         77854
>Category:       ports
>Synopsis:       [PATCH] net/rdesktop: fix X11 libraries search
>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 Feb 21 13:20:16 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050221131153.69363.qmail>