ports/69426: Update port: lang/chicken to 1.56

Kimura Fuyuki fuyuki at hadaly.org
Thu Jul 22 11:50:24 UTC 2004


>Number:         69426
>Category:       ports
>Synopsis:       Update port: lang/chicken to 1.56
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 22 11:50:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2.1-RELEASE-p9 i386

>Description:

Update to 1.56 latest snapshot to fix build on -current.
http://pointyhat.freebsd.org/errorlogs/i386-5-latest/chicken-1.50.log

>How-To-Repeat:

>Fix:

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/lang/chicken/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	16 Jul 2004 16:08:17 -0000	1.14
+++ Makefile	22 Jul 2004 10:36:28 -0000
@@ -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 @@
 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 @@
 .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:
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/lang/chicken/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	16 Jul 2004 16:08:17 -0000	1.8
+++ distinfo	21 Jul 2004 23:31:50 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /cvs/FreeBSD/ports/lang/chicken/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pkg-plist	16 Jul 2004 16:08:17 -0000	1.9
+++ pkg-plist	22 Jul 2004 10:31:42 -0000
@@ -6,15 +6,6 @@
 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 @@
 %%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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list