head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.07.19.21.13.24;	author vs;	state dead;
branches;
next	1.1;

1.1
date	2003.12.14.15.53.51;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 3.08.0

PR:		ports/69254
Submitted by:	Eugene Ossintsev (maintainer)
@
text
@--- camlp4/meta/Makefile.orig	Sun Dec 14 02:40:05 2003
+++ camlp4/meta/Makefile	Sun Dec 14 02:40:20 2003
@@@@ -49,7 +49,7 @@@@
 	cp camlp4r$(EXE) "$(BINDIR)/."
 	if test -f camlp4r.opt; then \
 	  cp camlp4r.opt "$(BINDIR)/camlp4r.opt$(EXE)" ;\
-	  for target in $(OBJSX) $(OBJSX:.cmx=.$(O)) ; do \
+	  for target in $(OBJSX) $(OBJSX:S/.cmx$/.$(O)/) ; do \
 	    if test -f $$target; then \
 	      cp $$target "$(LIBDIR)/camlp4/."; \
 	    fi; \
@


1.1
log
@- Added a patch to the original OCaml's configure script
  to fix building the port when using WITHOUT_X11 knob.
- Fixed Makefiles to avoid gmake-isms.
- Fix pkg-plist

PR:		60219
Submitted by:	maintainer
Noticed by:	Dmitry Morozovsky <marck@@rinet.ru>,
		Marwan Burelle <Marwan.Burelle@@ens.fr>
@
text
@@

