diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-18 23:24:24 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-18 23:24:24 +0000 |
commit | 58d8801b3ad758ca3219f15ca5bc20ddbf274c03 (patch) | |
tree | 26920853283cf19e851d1625f2852abdbf8f4dfe /net | |
parent | e01e8f7e17357e49225c5a7b555a97393808203b (diff) | |
download | FreeBSD-ports-58d8801b3ad758ca3219f15ca5bc20ddbf274c03.zip FreeBSD-ports-58d8801b3ad758ca3219f15ca5bc20ddbf274c03.tar.gz |
Update rdesktop to 1.0.0 unified patch 19.7.2
Check for unified patch in multiple locations
PR: 29768
Submitted by: MAINTAINER
Diffstat (limited to 'net')
-rw-r--r-- | net/rdesktop-devel/Makefile | 10 | ||||
-rw-r--r-- | net/rdesktop-devel/distinfo | 2 | ||||
-rw-r--r-- | net/rdesktop/Makefile | 10 | ||||
-rw-r--r-- | net/rdesktop/distinfo | 2 |
4 files changed, 16 insertions, 8 deletions
diff --git a/net/rdesktop-devel/Makefile b/net/rdesktop-devel/Makefile index 3925639..24663f9 100644 --- a/net/rdesktop-devel/Makefile +++ b/net/rdesktop-devel/Makefile @@ -6,13 +6,14 @@ # PORTNAME= rdesktop -PORTVERSION= 1.0.0.p19.6.6 +PORTVERSION= 1.0.0.p19.7.2 CATEGORIES= net comms MASTER_SITES= http://bibl4.oru.se/projects/rdesktop/dist/releases/ DISTNAME= rdesktop-1.0.0 -PATCH_SITES= http://bibl4.oru.se/projects/rdesktop/ -PATCHFILES= rdesktop-unified-patch19-6-6.bz2 +PATCH_SITES= http://bibl4.oru.se/projects/rdesktop/ \ + http://bibl4.oru.se/projects/rdesktop/patch19/ +PATCHFILES= rdesktop-unified-patch19-7-2.bz2 PATCH_DIST_STRIP= -p2 MAINTAINER= chris@aims.com.au @@ -31,5 +32,8 @@ do-patch: @${PERL} -pi.orig -e 's:-O2.*-Wall:${CFLAGS}:g' ${WRKSRC}/Makefile @${PERL} -pi.orig -e 's:/usr/X11R6/:${X11BASE}/:g' ${WRKSRC}/Makefile @${PERL} -pi.orig -e 's:^PREFIX.*:PREFIX=${PREFIX}:g' ${WRKSRC}/Makefile + @${PERL} -pi.orig -e 's:^install.*:install\: rdesktop:g' ${WRKSRC}/Makefile + @${PERL} -pi.orig -e 's:^.*\(INSTALL\) rdp-srvr.*::g' ${WRKSRC}/Makefile + @${PERL} -pi.orig -e 's:<endian.h>:<machine/endian.h>:g' ${WRKSRC}/rdesktop.h .include <bsd.port.mk> diff --git a/net/rdesktop-devel/distinfo b/net/rdesktop-devel/distinfo index 714df0c..b731f78 100644 --- a/net/rdesktop-devel/distinfo +++ b/net/rdesktop-devel/distinfo @@ -1,2 +1,2 @@ MD5 (rdesktop-1.0.0.tar.bz2) = 2f45a57016fe7ee7930848bbcb94f8b7 -MD5 (rdesktop-unified-patch19-6-6.bz2) = 20091223663b958fb18ea4d223e19cc7 +MD5 (rdesktop-unified-patch19-7-2.bz2) = 10836ca287d23df814686a4aaca78c19 diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 3925639..24663f9 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -6,13 +6,14 @@ # PORTNAME= rdesktop -PORTVERSION= 1.0.0.p19.6.6 +PORTVERSION= 1.0.0.p19.7.2 CATEGORIES= net comms MASTER_SITES= http://bibl4.oru.se/projects/rdesktop/dist/releases/ DISTNAME= rdesktop-1.0.0 -PATCH_SITES= http://bibl4.oru.se/projects/rdesktop/ -PATCHFILES= rdesktop-unified-patch19-6-6.bz2 +PATCH_SITES= http://bibl4.oru.se/projects/rdesktop/ \ + http://bibl4.oru.se/projects/rdesktop/patch19/ +PATCHFILES= rdesktop-unified-patch19-7-2.bz2 PATCH_DIST_STRIP= -p2 MAINTAINER= chris@aims.com.au @@ -31,5 +32,8 @@ do-patch: @${PERL} -pi.orig -e 's:-O2.*-Wall:${CFLAGS}:g' ${WRKSRC}/Makefile @${PERL} -pi.orig -e 's:/usr/X11R6/:${X11BASE}/:g' ${WRKSRC}/Makefile @${PERL} -pi.orig -e 's:^PREFIX.*:PREFIX=${PREFIX}:g' ${WRKSRC}/Makefile + @${PERL} -pi.orig -e 's:^install.*:install\: rdesktop:g' ${WRKSRC}/Makefile + @${PERL} -pi.orig -e 's:^.*\(INSTALL\) rdp-srvr.*::g' ${WRKSRC}/Makefile + @${PERL} -pi.orig -e 's:<endian.h>:<machine/endian.h>:g' ${WRKSRC}/rdesktop.h .include <bsd.port.mk> diff --git a/net/rdesktop/distinfo b/net/rdesktop/distinfo index 714df0c..b731f78 100644 --- a/net/rdesktop/distinfo +++ b/net/rdesktop/distinfo @@ -1,2 +1,2 @@ MD5 (rdesktop-1.0.0.tar.bz2) = 2f45a57016fe7ee7930848bbcb94f8b7 -MD5 (rdesktop-unified-patch19-6-6.bz2) = 20091223663b958fb18ea4d223e19cc7 +MD5 (rdesktop-unified-patch19-7-2.bz2) = 10836ca287d23df814686a4aaca78c19 |