From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 29 01:30:44 2007 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B58416A473 for ; Tue, 29 May 2007 01:30:44 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: from tbaytel.net (front2-g.tbaytel.net [216.211.26.166]) by mx1.freebsd.org (Postfix) with ESMTP id BC52813C4B7 for ; Tue, 29 May 2007 01:30:43 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: from stjames.stthomasanglican.org ([216.211.42.84] verified) by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 79871350; Mon, 28 May 2007 21:15:42 -0400 Received: from goodking.goodking.ca (goodking-stjames-tun.goodking.ca [172.31.17.10]) by stjames.stthomasanglican.org (8.14.1/8.14.1) with ESMTP id l4T1DRsF051701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 28 May 2007 21:13:29 -0400 (EDT) (envelope-from thomas@goodking.ca) Received: from goodking.goodking.ca (goodking.goodking.ca [172.16.1.10]) (authenticated bits=0) by goodking.goodking.ca (8.14.1/8.14.1) with ESMTP id l4T1CprX030810 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 May 2007 21:12:52 -0400 (EDT) (envelope-from thomas@goodking.ca) Date: Mon, 28 May 2007 21:12:50 -0400 From: Thomas Abthorpe To: Martin Wilke Message-ID: <20070528211250.12ba60c5@goodking.goodking.ca> In-Reply-To: <200705281340.l4SDemn6093994@freefall.freebsd.org> References: <200705281340.l4SDemn6093994@freefall.freebsd.org> Organization: GoodKing.Ca X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (stjames.stthomasanglican.org [172.17.1.12]); Mon, 28 May 2007 21:15:29 -0400 (EDT) X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (goodking.goodking.ca [172.16.1.10]); Mon, 28 May 2007 21:12:52 -0400 (EDT) X-GoodKing_dot_CA-MailScanner-Information: Please contact support@goodking.ca for more information X-GoodKing_dot_CA-MailScanner: Found to be clean X-GoodKing_dot_CA-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.21, required 5, autolearn=not spam, AWL 0.39, BAYES_00 -2.60, UPPERCASE_25_50 0.00) X-GoodKing_dot_CA-MailScanner-From: thomas@goodking.ca X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED,AWL, UPPERCASE_25_50 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on stjames.stthomasanglican.org X-Virus-Scanned: ClamAV 0.90.2/3315/Mon May 28 20:04:17 2007 on stjames.stthomasanglican.org X-Virus-Status: Clean Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/113075: [patch] net/citrix_ica - {net|german|japanese}/citrix_ica depends on wrong ${LINUXBASE}${X11BASE} X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 01:30:44 -0000 Please apply the attachedIndex: Makefile =================================================================== RCS file: /home/ncvs/ports/german/citrix_ica/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 26 Apr 2007 21:56:23 -0000 1.15 +++ Makefile 29 May 2007 01:07:38 -0000 @@ -14,7 +14,7 @@ MAINTAINER= thomas@goodking.ca COMMENT= Citrix(R) Presentation Server(TM) client -RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/citrix_ica/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 26 Apr 2007 21:56:28 -0000 1.2 +++ Makefile 29 May 2007 01:08:51 -0000 @@ -14,7 +14,7 @@ MAINTAINER= thomas@goodking.ca COMMENT= Citrix(R) Presentation Server(TM) client -RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/citrix_ica/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile 20 Mar 2007 18:42:24 -0000 1.45 +++ Makefile 29 May 2007 01:06:34 -0000 @@ -14,7 +14,7 @@ MAINTAINER= thomas@goodking.ca COMMENT= Citrix(R) Presentation Server(TM) client -RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes patches to address this PR. Thanks Thomas