From owner-freebsd-ports Fri Feb 1 0: 0:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5281837B419 for ; Fri, 1 Feb 2002 00:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g11803652116; Fri, 1 Feb 2002 00:00:03 -0800 (PST) (envelope-from gnats) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by hub.freebsd.org (Postfix) with ESMTP id CB6B737B419 for ; Thu, 31 Jan 2002 23:50:23 -0800 (PST) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id g117oMS94221 for ; Fri, 1 Feb 2002 18:50:22 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Fri, 01 Feb 2002 18:49:48 +1100 Message-Id: <200202010747.g117l0j14954@ait0fd01.aims.private> Date: Fri, 1 Feb 2002 18:49:46 +1100 From: chris@aims.com.au Reply-To: To: X-Send-Pr-Version: 3.113 Subject: ports/34520: [MAINTAINER UPDATE] net/rdesktop-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34520 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/rdesktop-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 01 00:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.5-RELEASE i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD ait0fd01.aims.private 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Thu Jan 31 19:28:45 EST 2002 root@ait0fd01.aims.private:/var/obj/usr/src/sys/THINKPAD i386 >Description: Update to unified patch 19.8.4 >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/rdesktop-devel/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2001/12/31 01:12:01 1.9 +++ Makefile 2002/02/01 07:45:42 @@ -6,14 +6,14 @@ # PORTNAME= rdesktop -PORTVERSION= 1.1.0.p19.8.2 +PORTVERSION= 1.1.0.p19.8.4 CATEGORIES= net comms MASTER_SITES= http://bibl4.oru.se/projects/rdesktop/dist/releases/ DISTNAME= rdesktop-1.1.0 PATCH_SITES= http://bibl4.oru.se/projects/rdesktop/ \ http://bibl4.oru.se/projects/rdesktop/patch19/ -PATCHFILES= rdesktop-unified-patch19-8-2.bz2 +PATCHFILES= rdesktop-unified-patch19-8-4.bz2 PATCH_DIST_STRIP= -p2 MAINTAINER= chris@aims.com.au Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/rdesktop-devel/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 2001/12/31 01:12:01 1.7 +++ distinfo 2002/02/01 07:45:42 @@ -1,2 +1,2 @@ MD5 (rdesktop-1.1.0.tar.bz2) = d88d26b179595546c13d70129a891a98 -MD5 (rdesktop-unified-patch19-8-2.bz2) = e2a21f2402d5faa8f4fb0f23d36d69fd +MD5 (rdesktop-unified-patch19-8-4.bz2) = e86ca0ae358e5aad37f85f3378e5ed25 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/net/rdesktop-devel/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- files/patch-Makefile 2001/12/31 01:12:10 1.1 +++ files/patch-Makefile 2002/02/01 07:45:42 @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Dec 28 21:16:12 2001 -+++ Makefile Fri Dec 28 21:17:01 2001 +--- Makefile.orig Fri Feb 1 18:39:47 2002 ++++ Makefile Fri Feb 1 18:43:02 2002 @@ -6,14 +6,9 @@ # Configuration defaults @@ -16,15 +16,15 @@ +BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/man - RDPOBJ = rdesktop.o tcp.o iso.o mcs.o secure.o licence.o rdp.o orders.o bitmap.o cache.o -@@ -30,8 +25,8 @@ - GMP_INCLUDES = - - #default to X11 --GUI_INCLUDES = -I/usr/X11R6/include --GUI_LIBS = -L/usr/X11R6/lib -lX11 -+GUI_INCLUDES = -I${X11BASE}/include -+GUI_LIBS = -L${X11BASE}/lib -lX11 - GUI_OBJ = gl/xwin.o + RDPOBJ = rdesktop.o tcp.o iso.o mcs.o secure.o licence.o rdp.o orders.o bitmap.o cache.o decompress.o +@@ -26,8 +21,8 @@ + SSL_LIBS = + + #the xlib layer ( default ) +-GUI_XWIN_INC = -I/usr/X11R6/include +-GUI_XWIN_LIB = -L/usr/X11R6/lib -lX11 ++GUI_XWIN_INC = -I${X11BASE}/include ++GUI_XWIN_LIB = -L${X11BASE}/lib -lX11 + GUI_XWIN_OBJ = gl/xwin.o - #the nt xlib emul layer + #the nt layer >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message