summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-07-22 12:55:56 +0000
committerkrion <krion@FreeBSD.org>2004-07-22 12:55:56 +0000
commitcd6ffcf94292c71438af2f65999b4b3dadfb5441 (patch)
tree247675d27e0d066e1d6083cfb85d0f806a238a76 /lang
parent568896b6c1bc37e95142947fe1842a7c0d92111f (diff)
downloadFreeBSD-ports-cd6ffcf94292c71438af2f65999b4b3dadfb5441.zip
FreeBSD-ports-cd6ffcf94292c71438af2f65999b4b3dadfb5441.tar.gz
Update to 1.56
PR: ports/69426 Submitted by: maintainer
Diffstat (limited to 'lang')
-rw-r--r--lang/chicken/Makefile6
-rw-r--r--lang/chicken/distinfo4
-rw-r--r--lang/chicken/pkg-plist10
3 files changed, 6 insertions, 14 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 618ac47..84bc70a 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= chicken
-PORTVERSION= 1.50
+PORTVERSION= 1.56
CATEGORIES= lang scheme
MASTER_SITES= http://www.call-with-current-continuation.org/
@@ -18,7 +18,7 @@ USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
MAN1= chicken-config.1 chicken-profile.1 chicken-setup.1 chicken.1 \
- csc.1 csi.1 rcsi.1
+ csc.1 csi.1
.if !defined(NOPORTDOCS)
PORTDOCS= FAQ.html format.txt README LICENSE chicken.html chicken.pdf
@@ -35,6 +35,8 @@ BROKEN= "Coredump during build on amd64 and ia64"
.if defined(WITH_PCRE)
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+.else
+CONFIGURE_ENV+= ac_cv_header_pcre_h=no
.endif
post-patch:
diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo
index ca167c5..f87e23e 100644
--- a/lang/chicken/distinfo
+++ b/lang/chicken/distinfo
@@ -1,2 +1,2 @@
-MD5 (chicken-1.50.tar.gz) = 35984df61df73f7156c1f9095cd409f3
-SIZE (chicken-1.50.tar.gz) = 3580008
+MD5 (chicken-1.56.tar.gz) = 53b81a6d354ee6fc156fea8b8d46bc95
+SIZE (chicken-1.56.tar.gz) = 3591651
diff --git a/lang/chicken/pkg-plist b/lang/chicken/pkg-plist
index 63219f5..9be710a 100644
--- a/lang/chicken/pkg-plist
+++ b/lang/chicken/pkg-plist
@@ -6,15 +6,6 @@ bin/chicken-static
bin/csc
bin/csi
bin/csi-static
-bin/rcsi
-bin/rcsi-static
-bin/scheme-chicken
-bin/scheme-chicken-hygienic
-bin/scheme-ieee-1178-1990
-bin/scheme-r4rs
-bin/scheme-r5rs
-bin/scheme-srfi-0
-bin/scheme-srfi-7
include/c_defaults.h
include/chicken-config.h
include/chicken.h
@@ -60,7 +51,6 @@ lib/libustuffed-chicken.so.0
%%PORTDOCS%%%%EXAMPLESDIR%%/makefile
%%PORTDOCS%%%%EXAMPLESDIR%%/makefile.vc
%%PORTDOCS%%%%EXAMPLESDIR%%/mandelbrot.scm
-%%PORTDOCS%%%%EXAMPLESDIR%%/mmcp.scm
%%PORTDOCS%%%%EXAMPLESDIR%%/nqueens.prolog
%%PORTDOCS%%%%EXAMPLESDIR%%/prolog.scm
%%PORTDOCS%%%%EXAMPLESDIR%%/schelog-macros.scm
OpenPOWER on IntegriCloud