aboutsummaryrefslogtreecommitdiff
path: root/shells/rc
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-08 01:52:27 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-08 01:52:27 +0000
commita48986cf21366b67ddc81a988a26dfda722caaf5 (patch)
tree3c798068bf55ff7e48cb7257cc19d54c2b05de20 /shells/rc
parent5ec43bbf321b5f778adcedbb23f6fc055c8faa36 (diff)
downloadports-a48986cf21366b67ddc81a988a26dfda722caaf5.tar.gz
ports-a48986cf21366b67ddc81a988a26dfda722caaf5.zip
- Shells/rc got a new MASTER_SITES [1]
- This software is now maintain by Erik Quanstrom <quanstro@quanstro.net> [1] - OPTIONify [2] PR: ports/97298 [1] Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> [1] itetcu (me) [2] Approved by: maintainer-timeout, lawrance (mentor, implicit)
Notes
Notes: svn path=/head/; revision=164786
Diffstat (limited to 'shells/rc')
-rw-r--r--shells/rc/Makefile16
-rw-r--r--shells/rc/distinfo6
2 files changed, 14 insertions, 8 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile
index 6773943313fa..8016d78e0b3d 100644
--- a/shells/rc/Makefile
+++ b/shells/rc/Makefile
@@ -8,20 +8,26 @@
PORTNAME= rc
PORTVERSION= 1.7.1
CATEGORIES= shells plan9
-MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
+MASTER_SITES= ftp://rc.quanstro.net/pub/ \
+ ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
MAINTAINER= saken@hotel.rmta.org
COMMENT= A unix incarnation of the plan9 shell
+USE_BZIP2= YES
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-history
MAN1= history.1 rc.1
-.if defined(WITH_READLINE)
+
+OPTIONS= READLINE "Build readline support" off
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_READLINE)
CONFIGURE_ARGS+= --with-readline
-.endif
-.if !defined(WITH_READLINE)
+.else
MAKE_ARGS+= CFLAGS="$(CFLAGS) -static"
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/shells/rc/distinfo b/shells/rc/distinfo
index cbc974323051..7883af76a32e 100644
--- a/shells/rc/distinfo
+++ b/shells/rc/distinfo
@@ -1,3 +1,3 @@
-MD5 (rc-1.7.1.tar.gz) = 7253e1c853824cf27edb2166214f0511
-SHA256 (rc-1.7.1.tar.gz) = 1cff23e897a038422458ba01567a5a2650935205862c3bbf73e773807c248240
-SIZE (rc-1.7.1.tar.gz) = 177302
+MD5 (rc-1.7.1.tar.bz2) = f9551a484f0dd72de69f70c413d931f7
+SHA256 (rc-1.7.1.tar.bz2) = 3a885d1c75e3ff22e22cc2b397b21a2a75810bc1a0d39adc4b2a47b7c81f4bd5
+SIZE (rc-1.7.1.tar.bz2) = 149624