diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-12 05:56:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-12 05:56:08 +0000 |
commit | 15edeec1ed0591485abb27c6588105421e227f64 (patch) | |
tree | 70671ff688ab478b0bda0fcdb41f5825f74dfede /lang/chicken | |
parent | 4293be84df26881d2c660a31a97512981e20232f (diff) | |
download | ports-15edeec1ed0591485abb27c6588105421e227f64.tar.gz ports-15edeec1ed0591485abb27c6588105421e227f64.zip |
Update to 1.33. Numerous bugfixes and minor new features. See
doc/ChangeLog for complete details.
PR: ports/62328
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Notes
Notes:
svn path=/head/; revision=100742
Diffstat (limited to 'lang/chicken')
-rw-r--r-- | lang/chicken/Makefile | 8 | ||||
-rw-r--r-- | lang/chicken/distinfo | 2 | ||||
-rw-r--r-- | lang/chicken/files/patch-configure | 10 |
3 files changed, 7 insertions, 13 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index ab3bd33d9e1d..89648ad50753 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -6,18 +6,22 @@ # PORTNAME= chicken -PORTVERSION= 1.22 +PORTVERSION= 1.33 CATEGORIES= lang scheme MASTER_SITES= http://www.call-with-current-continuation.org/ MAINTAINER= ports@FreeBSD.org COMMENT= A Scheme-to-C compiler +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre + USE_REINPLACE= yes USE_LIBTOOL= yes +USE_GNOME= lthack +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -MAN1= chicken-config.1 chicken.1 csc.1 csi.1 +MAN1= chicken-config.1 chicken-setup.1 chicken.1 csc.1 csi.1 post-patch: ${REINPLACE_CMD} -e 's/\(install-data-am: \)install-data-local/\1/' \ diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo index 3d80cb1dff14..85b975f0fe96 100644 --- a/lang/chicken/distinfo +++ b/lang/chicken/distinfo @@ -1 +1 @@ -MD5 (chicken-1.22.tar.gz) = e718046793ac07e4ef4d7a0b2dabf38c +MD5 (chicken-1.33.tar.gz) = 42587997a801196e4f1731c45cd8ee6c diff --git a/lang/chicken/files/patch-configure b/lang/chicken/files/patch-configure deleted file mode 100644 index 4d25a36020e6..000000000000 --- a/lang/chicken/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu Sep 4 09:27:19 2003 -+++ configure Thu Sep 4 09:27:47 2003 -@@ -18537,6 +18537,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |