Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 21:05:42 -0400 (EDT)
From:      Kim Scarborough <sluggo@unknown.nu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Kim Scarborough <sluggo@unknown.nu>
Subject:   ports/43405: Update devel/camlp4 to 3.06
Message-ID:  <20020927010542.62A9DE6@jinx.unknown.nu>

next in thread | raw e-mail | index | archive | help

>Number:         43405
>Category:       ports
>Synopsis:       Update devel/camlp4 to 3.06
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 26 18:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kim Scarborough
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
none
>Environment:
System: FreeBSD jinx.unknown.nu 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #2: Sat Aug 24 09:57:25 EDT 2002 toor@jinx.unknown.nu:/usr/src/sys/compile/JINX i386


>Description:
	This is an upgrade of devel/camlp4 from 3.02 to 3.06. This fixes this currently BROKEN port.
	Also added the documentation.
>How-To-Repeat:
	
>Fix:

diff -ruN camlp4.ORIG/Makefile camlp4/Makefile
--- camlp4.ORIG/Makefile	Fri May 17 22:17:40 2002
+++ camlp4/Makefile	Thu Sep 26 19:32:55 2002
@@ -1,4 +1,4 @@
-# New ports collection makefile for:   brs
+# New ports collection makefile for:   camlp4
 # Date created:        12 July 2000
 # Whom:                Kim Scarborough <user@unknown.nu>
 #
@@ -6,27 +6,43 @@
 #
 
 PORTNAME=	camlp4
-PORTVERSION=	3.02
+PORTVERSION=	3.06
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/ \
 		http://cristal.inria.fr/~ddr/Camlp4/ftp/ \
 		http://www.unknown.nu/ports/
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DOCFILES}
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-manual.html${EXTRACT_SUFX} \
+	      	${DISTNAME}-tutorial.html${EXTRACT_SUFX}
 
 MAINTAINER=	user@unknown.nu
 
-BROKEN=		"Does not build"
-
 BUILD_DEPENDS=	ocamlc.opt:${PORTSDIR}/lang/ocaml
 
 HAS_CONFIGURE=	yes
-CONFIGURE_WRKSRC=	${WRKSRC}/config
-CONFIGURE_SCRIPT=	configure_batch
-CONFIGURE_ENV=	PREFIX=${PREFIX}
 ALL_TARGET=	world bootstrap opt
 
 MAN1=		camlp4.1
 MLINKS=		camlp4.1 camlp4o.1 camlp4.1 camlp4o.opt.1 \
 		camlp4.1 camlp4r.1 camlp4.1 camlp4r.opt.1 \
 		camlp4.1 mkcamlp4.1 camlp4.1 ocpp.1
+
+CONFIGURE_ARGS=	--prefix ${PREFIX}
+
+.if !defined(NOPORTDOCS)
+DOCFILES=	${DISTNAME}-manual.html${EXTRACT_SUFX} ${DISTNAME}-manual.ps.gz \
+	  	${DISTNAME}-tutorial.html${EXTRACT_SUFX} ${DISTNAME}-tutorial.ps.gz
+.endif
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}/html/manual/lib
+	@${MKDIR} ${DOCSDIR}/html/tutorial
+	@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}-manual.html/lib/* ${DOCSDIR}/html/manual/lib/
+	@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}-manual.html/[c-im-p]* ${DOCSDIR}/html/manual/
+	@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}-tutorial.html/* ${DOCSDIR}/html/tutorial/
+	@${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-manual.ps.gz ${DOCSDIR}/
+	@${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-tutorial.ps.gz ${DOCSDIR}/
+.endif
 
 .include <bsd.port.mk>
diff -ruN camlp4.ORIG/distinfo camlp4/distinfo
--- camlp4.ORIG/distinfo	Tue Sep 25 10:01:20 2001
+++ camlp4/distinfo	Thu Sep 26 18:54:46 2002
@@ -1 +1,5 @@
-MD5 (camlp4-3.02.tar.gz) = aa4e733599ed67acea48e3a1a659c383
+MD5 (camlp4-3.06.tar.gz) = 4f0bd2797a76162c5b75ed961bd13e5e
+MD5 (camlp4-3.06-manual.html.tar.gz) = 21370bae4e7f6435b38aeb21db7ce8bb
+MD5 (camlp4-3.06-manual.ps.gz) = 9e63aa74f8632e421a503693e732473a
+MD5 (camlp4-3.06-tutorial.html.tar.gz) = 96d8eb4ca5abd58c9a280ba59f73b192
+MD5 (camlp4-3.06-tutorial.ps.gz) = 2542e23effc18a75669b6e923eef9082
diff -ruN camlp4.ORIG/files/patch-aa camlp4/files/patch-aa
--- camlp4.ORIG/files/patch-aa	Tue Aug  1 06:58:29 2000
+++ camlp4/files/patch-aa	Wed Dec 31 18:00:00 1969
@@ -1,19 +0,0 @@
-*** config/configure_batch.orig	Wed May 12 01:11:18 1999
---- config/configure_batch	Wed Jul 12 15:20:17 2000
-***************
-*** 1,7 ****
-  #! /bin/sh
-  # $Id: configure_batch,v 2.1 1999/05/12 06:11:18 ddr Exp $
-  
-! prefix=/usr/local
-  bindir=''
-  libdir=''
-  mandir=''
---- 1,7 ----
-  #! /bin/sh
-  # $Id: configure_batch,v 2.1 1999/05/12 06:11:18 ddr Exp $
-  
-! prefix=$PREFIX
-  bindir=''
-  libdir=''
-  mandir=''
diff -ruN camlp4.ORIG/pkg-plist camlp4/pkg-plist
--- camlp4.ORIG/pkg-plist	Tue Sep 25 10:01:20 2001
+++ camlp4/pkg-plist	Thu Sep 26 19:37:06 2002
@@ -1,77 +1,157 @@
 bin/camlp4
-bin/camlp4o
 bin/camlp4r
+bin/camlp4sch
+bin/camlp4o
 bin/mkcamlp4
 bin/ocpp
-bin/odyl
-lib/camlp4/ast2pt.cmi
-lib/camlp4/camlp4.cma
-lib/camlp4/camlp4_top.cma
-lib/camlp4/camlp4o.cma
-lib/camlp4/camlp4r.cma
-lib/camlp4/crc.cmo
-lib/camlp4/extfun.cmi
-lib/camlp4/extfun.cmx
-lib/camlp4/extfun.mli
-lib/camlp4/fstream.cmi
-lib/camlp4/fstream.cmx
-lib/camlp4/fstream.mli
-lib/camlp4/gramext.cmi
-lib/camlp4/gramext.cmx
-lib/camlp4/gramext.mli
-lib/camlp4/gramlib.a
-lib/camlp4/gramlib.cma
-lib/camlp4/gramlib.cmxa
-lib/camlp4/grammar.cmi
-lib/camlp4/grammar.cmx
-lib/camlp4/grammar.mli
-lib/camlp4/lib.sml
-lib/camlp4/mLast.cmi
-lib/camlp4/mLast.mli
-lib/camlp4/ocpp.cmo
-lib/camlp4/odyl.cma
-lib/camlp4/odyl.cmo
-lib/camlp4/pa_extend.cmo
-lib/camlp4/pa_extend_m.cmo
-lib/camlp4/pa_extfun.cmo
-lib/camlp4/pa_format.cmo
-lib/camlp4/pa_fstream.cmo
-lib/camlp4/pa_ifdef.cmi
-lib/camlp4/pa_ifdef.cmo
-lib/camlp4/pa_lisp.cmo
-lib/camlp4/pa_o.cmi
-lib/camlp4/pa_o.cmo
-lib/camlp4/pa_olabl.cmo
-lib/camlp4/pa_oop.cmo
-lib/camlp4/pa_op.cmo
-lib/camlp4/pa_r.cmo
-lib/camlp4/pa_rp.cmo
-lib/camlp4/pa_ru.cmo
-lib/camlp4/pa_sml.cmo
-lib/camlp4/pcaml.cmi
-lib/camlp4/pcaml.mli
-lib/camlp4/plexer.cmi
-lib/camlp4/plexer.cmx
-lib/camlp4/plexer.mli
-lib/camlp4/pr_depend.cmo
-lib/camlp4/pr_dump.cmo
-lib/camlp4/pr_extend.cmo
-lib/camlp4/pr_extfun.cmo
-lib/camlp4/pr_null.cmo
-lib/camlp4/pr_o.cmo
-lib/camlp4/pr_op.cmo
-lib/camlp4/pr_r.cmo
-lib/camlp4/pr_rp.cmo
-lib/camlp4/q_MLast.cmo
-lib/camlp4/q_phony.cmo
-lib/camlp4/quotation.cmi
-lib/camlp4/quotation.mli
-lib/camlp4/spretty.cmi
-lib/camlp4/spretty.mli
-lib/camlp4/stdpp.cmi
-lib/camlp4/stdpp.cmx
-lib/camlp4/stdpp.mli
-lib/camlp4/token.cmi
-lib/camlp4/token.cmx
-lib/camlp4/token.mli
-@dirrm lib/camlp4
+lib/ocaml/camlp4/odyl.cma
+lib/ocaml/camlp4/odyl.cmo
+lib/ocaml/camlp4/spretty.mli
+lib/ocaml/camlp4/pcaml.mli
+lib/ocaml/camlp4/ast2pt.mli
+lib/ocaml/camlp4/quotation.mli
+lib/ocaml/camlp4/mLast.mli
+lib/ocaml/camlp4/spretty.cmi
+lib/ocaml/camlp4/pcaml.cmi
+lib/ocaml/camlp4/ast2pt.cmi
+lib/ocaml/camlp4/quotation.cmi
+lib/ocaml/camlp4/mLast.cmi
+lib/ocaml/camlp4/camlp4.cma
+lib/ocaml/camlp4/pa_extend.cmo
+lib/ocaml/camlp4/pa_ifdef.cmo
+lib/ocaml/camlp4/pa_extend_m.cmo
+lib/ocaml/camlp4/pr_dump.cmo
+lib/ocaml/camlp4/pa_rp.cmo
+lib/ocaml/camlp4/pa_r.cmo
+lib/ocaml/camlp4/q_MLast.cmo
+lib/ocaml/camlp4/pa_extend.cmi
+lib/ocaml/camlp4/pa_ifdef.cmi
+lib/ocaml/camlp4/q_phony.cmo
+lib/ocaml/camlp4/pr_null.cmo
+lib/ocaml/camlp4/pr_extfun.cmo
+lib/ocaml/camlp4/pr_extend.cmo
+lib/ocaml/camlp4/pr_op.cmo
+lib/ocaml/camlp4/pr_o.cmo
+lib/ocaml/camlp4/pr_rp.cmo
+lib/ocaml/camlp4/pr_r.cmo
+lib/ocaml/camlp4/pa_lefteval.cmo
+lib/ocaml/camlp4/pa_fstream.cmo
+lib/ocaml/camlp4/pa_extfun.cmo
+lib/ocaml/camlp4/pa_extfold.cmo
+lib/ocaml/camlp4/pa_scheme.cmo
+lib/ocaml/camlp4/pa_lisp.cmo
+lib/ocaml/camlp4/pa_sml.cmo
+lib/ocaml/camlp4/pa_olabl.cmo
+lib/ocaml/camlp4/pa_format.cmo
+lib/ocaml/camlp4/pa_ru.cmo
+lib/ocaml/camlp4/pa_oop.cmo
+lib/ocaml/camlp4/pa_op.cmo
+lib/ocaml/camlp4/pa_o.cmo
+lib/ocaml/camlp4/pr_depend.cmo
+lib/ocaml/camlp4/pa_o.cmi
+lib/ocaml/camlp4/lib.sml
+lib/ocaml/camlp4/crc.cmo
+lib/ocaml/camlp4/camlp4_top.cma
+lib/ocaml/camlp4/camlp4sch.cma
+lib/ocaml/camlp4/camlp4r.cma
+lib/ocaml/camlp4/camlp4o.cma
+lib/ocaml/camlp4/ocpp.cmo
+lib/ocaml/camlp4/gramlib.cma
+lib/ocaml/camlp4/stdpp.mli
+lib/ocaml/camlp4/plexer.mli
+lib/ocaml/camlp4/grammar.mli
+lib/ocaml/camlp4/gramext.mli
+lib/ocaml/camlp4/fstream.mli
+lib/ocaml/camlp4/extfun.mli
+lib/ocaml/camlp4/extfold.mli
+lib/ocaml/camlp4/token.mli
+lib/ocaml/camlp4/extfold.cmi
+lib/ocaml/camlp4/stdpp.cmi
+lib/ocaml/camlp4/plexer.cmi
+lib/ocaml/camlp4/grammar.cmi
+lib/ocaml/camlp4/gramext.cmi
+lib/ocaml/camlp4/fstream.cmi
+lib/ocaml/camlp4/extfun.cmi
+lib/ocaml/camlp4/token.cmi
+lib/ocaml/camlp4/gramlib.cmxa
+lib/ocaml/camlp4/stdpp.cmx
+lib/ocaml/camlp4/plexer.cmx
+lib/ocaml/camlp4/grammar.cmx
+lib/ocaml/camlp4/gramext.cmx
+lib/ocaml/camlp4/fstream.cmx
+lib/ocaml/camlp4/extfun.cmx
+lib/ocaml/camlp4/extfold.cmx
+lib/ocaml/camlp4/token.cmx
+lib/ocaml/camlp4/gramlib.a
+share/doc/camlp4/html/manual/lib/Extfun.html
+share/doc/camlp4/html/manual/lib/Grammar.Entry.html
+share/doc/camlp4/html/manual/lib/Grammar.GLexerType.html
+share/doc/camlp4/html/manual/lib/Grammar.GMake.html
+share/doc/camlp4/html/manual/lib/Grammar.S.Entry.html
+share/doc/camlp4/html/manual/lib/Grammar.S.Unsafe.html
+share/doc/camlp4/html/manual/lib/Grammar.S.html
+share/doc/camlp4/html/manual/lib/Grammar.Unsafe.html
+share/doc/camlp4/html/manual/lib/Grammar.html
+share/doc/camlp4/html/manual/lib/Pcaml.html
+share/doc/camlp4/html/manual/lib/Plexer.html
+share/doc/camlp4/html/manual/lib/Quotation.html
+share/doc/camlp4/html/manual/lib/Stdpp.html
+share/doc/camlp4/html/manual/lib/Token.html
+share/doc/camlp4/html/manual/lib/index.html
+share/doc/camlp4/html/manual/lib/index_attributes.html
+share/doc/camlp4/html/manual/lib/index_class_types.html
+share/doc/camlp4/html/manual/lib/index_classes.html
+share/doc/camlp4/html/manual/lib/style.css
+share/doc/camlp4/html/manual/lib/index_exceptions.html
+share/doc/camlp4/html/manual/lib/index_methods.html
+share/doc/camlp4/html/manual/lib/index_module_types.html
+share/doc/camlp4/html/manual/lib/index_modules.html
+share/doc/camlp4/html/manual/lib/index_types.html
+share/doc/camlp4/html/manual/lib/index_values.html
+share/doc/camlp4/html/manual/lib/type_Extfun.html
+share/doc/camlp4/html/manual/lib/type_Grammar.Entry.html
+share/doc/camlp4/html/manual/lib/type_Grammar.GLexerType.html
+share/doc/camlp4/html/manual/lib/type_Grammar.GMake.html
+share/doc/camlp4/html/manual/lib/type_Grammar.S.Entry.html
+share/doc/camlp4/html/manual/lib/type_Grammar.S.Unsafe.html
+share/doc/camlp4/html/manual/lib/type_Grammar.S.html
+share/doc/camlp4/html/manual/lib/type_Grammar.Unsafe.html
+share/doc/camlp4/html/manual/lib/type_Grammar.html
+share/doc/camlp4/html/manual/lib/type_Pcaml.html
+share/doc/camlp4/html/manual/lib/type_Plexer.html
+share/doc/camlp4/html/manual/lib/type_Quotation.html
+share/doc/camlp4/html/manual/lib/type_Stdpp.html
+share/doc/camlp4/html/manual/lib/type_Token.html
+share/doc/camlp4/html/manual/contents_motif.gif
+share/doc/camlp4/html/manual/index.html
+share/doc/camlp4/html/manual/manual001.html
+share/doc/camlp4/html/manual/manual002.html
+share/doc/camlp4/html/manual/manual003.html
+share/doc/camlp4/html/manual/manual004.html
+share/doc/camlp4/html/manual/manual005.html
+share/doc/camlp4/html/manual/manual006.html
+share/doc/camlp4/html/manual/manual007.html
+share/doc/camlp4/html/manual/manual008.html
+share/doc/camlp4/html/manual/manual009.html
+share/doc/camlp4/html/manual/manual010.html
+share/doc/camlp4/html/manual/next_motif.gif
+share/doc/camlp4/html/manual/previous_motif.gif
+share/doc/camlp4/html/tutorial/contents_motif.gif
+share/doc/camlp4/html/tutorial/index.html
+share/doc/camlp4/html/tutorial/next_motif.gif
+share/doc/camlp4/html/tutorial/previous_motif.gif
+share/doc/camlp4/html/tutorial/tutorial001.html
+share/doc/camlp4/html/tutorial/tutorial002.html
+share/doc/camlp4/html/tutorial/tutorial003.html
+share/doc/camlp4/html/tutorial/tutorial004.html
+share/doc/camlp4/html/tutorial/tutorial005.html
+share/doc/camlp4/html/tutorial/tutorial006.html
+share/doc/camlp4/html/tutorial/tutorial007.html
+share/doc/camlp4/html/tutorial/tutorial008.html
+share/doc/camlp4/camlp4-3.06-manual.ps.gz
+share/doc/camlp4/camlp4-3.06-tutorial.ps.gz
+@dirrm share/doc/camlp4/html/manual/lib
+@dirrm share/doc/camlp4/html/manual
+@dirrm share/doc/camlp4/html/tutorial
+@dirrm share/doc/camlp4/html
+@dirrm share/doc/camlp4

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020927010542.62A9DE6>