head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.03.31.07.36.54;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2009.04.11.13.23.04;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.02.14.00.20;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 3.12.0.

PR:		ports/155155
Submitted by:	wen heping <wenheping@@gmail.com>, Jaap Boender <jaapb@@kerguelen.org>
@
text
@--- camlp4/man/Makefile.orig	2010-11-04 21:04:51.000000000 +0800
+++ camlp4/man/Makefile	2010-11-04 21:05:14.000000000 +0800
@@@@ -3,7 +3,6 @@@@
 include ../config/Makefile.cnf
 
 TARGET=camlp4.1
-ALIASES=camlp4o.1 camlp4r.1 mkcamlp4.1 ocpp.1 camlp4o.opt.1 camlp4r.opt.1
 
 include ../config/Makefile.base
 
@@@@ -11,10 +10,6 @@@@
 	if test -n '$(MANDIR)'; then \
 	  $(MKDIR) $(MANDIR)/man1 ; \
 	  cp $(TARGET) $(MANDIR)/man1/. ; \
-	  for i in $(ALIASES); do \
-	    rm -f $(MANDIR)/man1/$$i; \
-	    echo '.so man1/$(TARGET)' > $(MANDIR)/man1/$$i; \
-	  done; \
 	fi
 
 camlp4.1: camlp4.1.tpl
@


1.2
log
@- Update lang/ocaml to 3.11.0. [1]
- Fix devel/cil build with 3.11.0 by using proper object file name
- Fix devel/deputy build with 3.11.0 by using proper object file name
- Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters
  is not allowed now.
- Fix usage message in lang/mtasc.
- Implement a FreeBSD specific code for retriving the executable path in lang/mtasc.
- Update devel/omake to 0.9.8.5.
- Fix devel/omake compilation with 3.11 by dropping an unused reference from the code.
- Fix www/geneweb build with 3.11 by not emitting errors for warnings.
- Fix print/advi build. [2]
- Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0).

PR:		ports/130845 [1] [2] (based on)
Submitted by:	Hirohisa Yamaguchi <umq@@ueo.co.jp> [1],
		Tsurutani Naoki <turutani@@scphys.kyoto-u.ac.jp> [2]
@
text
@d1 2
a2 2
--- ./camlp4/man/Makefile.orig	2008-10-27 23:03:31.000000000 +0900
+++ ./camlp4/man/Makefile	2009-01-21 01:35:26.000000000 +0900
d16 3
a18 3
-            rm -f $(MANDIR)/man1/$$i; \
-            echo '.so man1/$(TARGET)' > $(MANDIR)/man1/$$i; \
-          done; \
@


1.1
log
@- Add support for threaded Tk by passing PTHREAD_LIBS to configure in -tklibs
  swith. This allows build with threaded Tk (otherwise configure fails to use
  Tk). Also depend on threaded Tk by default in case of THREADS support - with
  non-pthread tk library it will not be stable enough
- Add OPTIONS
- Enable builds of non-threaded targets
- Depend on X in case if X is installed, since configure does this by default.
- Rename patchfiles to make portlint happy
- Eliminate the number of reinplace patterns (remove duplicates, optimize)
- Move manpage list in the separate files
- Pass pthread flags to compiler (PTHREAD_CFLAGS/LIBS safety)
- Remove some ugly hacks on setting permissions etc (eliminated by setting
  correct permission in COPY_TREE macros)
- Eliminate duplicate entries in PLIST in case of unstalling optimized binaries,
  also optimize this part
- Remove unused PLIST_SUB variable
- Miscelanios cleanups in Makefile
- Pass maintainership to submitter

The following files was added:
- files/man1
- files/manlinks
- files/mann
- files/patch-camlp4-man_Makefile
- files/patch-camlp4_lib_Makefile
- files/patch-ocamldoc_Makefile
- files/patch-stdlib_Makefile

I removed the following files:
- files/patch-camlp4-man::Makefile
- files/patch-camlp4::lib::Makefile
- files/patch-ocamldoc::Makefile
- files/patch-stdlib::Makefile

Also add bsd.ocaml.mk until it will be included in Mk/

PR:		ports/101122
Submitted by:	Stanislav Sedov
@
text
@d1 2
a2 2
--- ./camlp4/man/Makefile.orig	Thu Jul  3 20:14:49 2003
+++ ./camlp4/man/Makefile	Sun May 21 14:02:41 2006
d4 1
a4 1
 include ../config/Makefile
d9 1
a9 1
 all: $(TARGET)
d11 1
a11 1
@@@@ -18,10 +17,6 @@@@
@

