summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-02 05:26:26 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-02 05:26:26 +0000
commitf8c150d0b02215151574192e172c200f2debc1a4 (patch)
treec0450976b151bab4c5a1fda84da526f7ca1a7837 /net
parentUpdate to 0.22 (diff)
Update to 1.1.0.p19.8.4
PR: 34520 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=54127
Diffstat (limited to 'net')
-rw-r--r--net/rdesktop-devel/Makefile4
-rw-r--r--net/rdesktop-devel/distinfo2
-rw-r--r--net/rdesktop-devel/files/patch-Makefile24
3 files changed, 15 insertions, 15 deletions
diff --git a/net/rdesktop-devel/Makefile b/net/rdesktop-devel/Makefile
index c267da87de34..d2df7d7bec8b 100644
--- a/net/rdesktop-devel/Makefile
+++ b/net/rdesktop-devel/Makefile
@@ -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
diff --git a/net/rdesktop-devel/distinfo b/net/rdesktop-devel/distinfo
index ed3ff5f055af..c2d1d59cc422 100644
--- a/net/rdesktop-devel/distinfo
+++ b/net/rdesktop-devel/distinfo
@@ -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
diff --git a/net/rdesktop-devel/files/patch-Makefile b/net/rdesktop-devel/files/patch-Makefile
index 5ed95675ab98..76bee8be6fad 100644
--- a/net/rdesktop-devel/files/patch-Makefile
+++ b/net/rdesktop-devel/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Dec 28 21:16:12 2001
-+++ Makefile Fri Dec 28 21:17:01 2001
+--- Makefile.orig Sat Feb 2 00:21:14 2002
++++ Makefile Sat Feb 2 00:23:47 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 =
+ 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 =
- #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
+ #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