diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 23:24:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 23:24:24 +0000 |
commit | f699af77676979a9c2ebd12ea2b3c7e19cceae8d (patch) | |
tree | d7f09f7222cd41ffd11c1562027f7850a9905155 /net/rdesktop | |
parent | 94d56e77bd72653ab74936b9c3dcb5052bb2fc08 (diff) | |
download | ports-f699af77676979a9c2ebd12ea2b3c7e19cceae8d.tar.gz ports-f699af77676979a9c2ebd12ea2b3c7e19cceae8d.zip |
Notes
Diffstat (limited to 'net/rdesktop')
-rw-r--r-- | net/rdesktop/Makefile | 10 | ||||
-rw-r--r-- | net/rdesktop/distinfo | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 39256397ece9..24663f9decac 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 714df0c094f1..b731f788406d 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 |