Subject: CVS commit: pkgsrc/lang/ocaml
To: None <pkgsrc-changes@NetBSD.org>
From: Dan Winship <danw@netbsd.org>
List: pkgsrc-changes
Date: 04/24/2004 14:45:15
Module Name:	pkgsrc
Committed By:	danw
Date:		Sat Apr 24 14:45:15 UTC 2004

Modified Files:
	pkgsrc/lang/ocaml: Makefile PLIST PLIST.opt buildlink2.mk buildlink3.mk
Added Files:
	pkgsrc/lang/ocaml: PLIST.prof

Log Message:
Two Darwin fixes:
	- split out the profiled libraries in the PLIST, because they
	  don't get built on Darwin.
	- set INSTALL_UNSTRIPPED on Darwin for both ocaml itself and
	  anything that directly depends on it, because the ocaml compiler
	  generates binaries that don't strip properly.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/lang/ocaml/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/ocaml/PLIST pkgsrc/lang/ocaml/buildlink3.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/ocaml/PLIST.opt
cvs rdiff -r0 -r1.1 pkgsrc/lang/ocaml/PLIST.prof
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/ocaml/buildlink2.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.