diff options
author | krion <krion@FreeBSD.org> | 2004-07-22 20:55:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-22 20:55:56 +0800 |
commit | cd6ffcf94292c71438af2f65999b4b3dadfb5441 (patch) | |
tree | 247675d27e0d066e1d6083cfb85d0f806a238a76 | |
parent | 568896b6c1bc37e95142947fe1842a7c0d92111f (diff) | |
download | freebsd-ports-gnome-cd6ffcf94292c71438af2f65999b4b3dadfb5441.tar.gz freebsd-ports-gnome-cd6ffcf94292c71438af2f65999b4b3dadfb5441.tar.zst freebsd-ports-gnome-cd6ffcf94292c71438af2f65999b4b3dadfb5441.zip |
Update to 1.56
PR: ports/69426
Submitted by: maintainer
-rw-r--r-- | lang/chicken/Makefile | 6 | ||||
-rw-r--r-- | lang/chicken/distinfo | 4 | ||||
-rw-r--r-- | lang/chicken/pkg-plist | 10 |
3 files changed, 6 insertions, 14 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 618ac47201d0..84bc70a12cda 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 ca167c543447..f87e23e59262 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 63219f53a76e..9be710a3acf0 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 |