ports/62328: Update port: lang/chicken to 1.33

Kimura Fuyuki fuyuki at nigredo.org
Wed Feb 4 02:50:25 UTC 2004


>Number:         62328
>Category:       ports
>Synopsis:       Update port: lang/chicken to 1.33
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 03 18:50:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2-RELEASE-p1 i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2-RELEASE-p1 i386

>Description:
Update to 1.33

>How-To-Repeat:

>Fix:
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/lang/chicken/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	30 Oct 2003 01:59:15 -0000	1.9
+++ Makefile	4 Feb 2004 02:40:06 -0000
@@ -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 at 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/' \
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/lang/chicken/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	30 Oct 2003 01:59:15 -0000	1.5
+++ distinfo	4 Feb 2004 00:26:51 -0000
@@ -1 +1 @@
-MD5 (chicken-1.22.tar.gz) = e718046793ac07e4ef4d7a0b2dabf38c
+MD5 (chicken-1.33.tar.gz) = 42587997a801196e4f1731c45cd8ee6c
Index: pkg-plist
===================================================================
RCS file: /cvs/FreeBSD/ports/lang/chicken/pkg-plist,v
retrieving revision 1.7
diff -u -r1.7 pkg-plist
--- pkg-plist	30 Oct 2003 01:59:15 -0000	1.7
+++ pkg-plist	4 Feb 2004 01:50:15 -0000
@@ -1,5 +1,6 @@
 bin/chicken
 bin/chicken-config
+bin/chicken-setup
 bin/chicken-static
 bin/csc
 bin/csi
@@ -32,6 +33,8 @@
 lib/libustuffed-chicken.a
 lib/libustuffed-chicken.so
 lib/libustuffed-chicken.so.0
+%%DATADIR%%/banner.scm
+%%DATADIR%%/default-entry-points.scm
 %%DATADIR%%/highlevel-macros.scm
 %%DATADIR%%/match.scm
 %%DATADIR%%/moremacros.scm
@@ -130,6 +133,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/manual/manual.hlog
 %%PORTDOCS%%%%DOCSDIR%%/manual/manual.html
 %%PORTDOCS%%%%DOCSDIR%%/tex2page
+%%PORTDOCS%%%%DOCSDIR%%/tinyclos-examples.scm
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 %%PORTDOCS%%%%EXAMPLESDIR%%/README
cvs diff: Diffing files
Index: files/patch-configure
===================================================================
RCS file: files/patch-configure
diff -N files/patch-configure
--- files/patch-configure	4 Sep 2003 07:51:06 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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'

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list