From owner-cvs-all@FreeBSD.ORG Wed Aug 2 14:00:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AAF16A4DE; Wed, 2 Aug 2006 14:00:55 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFBBA43D6B; Wed, 2 Aug 2006 14:00:38 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k72E0LDX057855; Wed, 2 Aug 2006 14:00:21 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k72E0KJ9057854; Wed, 2 Aug 2006 14:00:20 GMT (envelope-from itetcu) Message-Id: <200608021400.k72E0KJ9057854@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 2 Aug 2006 14:00:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ocaml Makefile bsd.ocaml.mk pkg-plist ports/lang/ocaml/files man1 manlinks mann patch-camlp4-man::Makefile patch-camlp4-man_Makefile patch-camlp4::lib::Makefile patch-camlp4_lib_Makefile patch-ocamldoc::Makefile patch-ocamldoc_Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 14:00:55 -0000 itetcu 2006-08-02 14:00:20 UTC FreeBSD ports repository Modified files: lang/ocaml Makefile pkg-plist Added files: lang/ocaml bsd.ocaml.mk lang/ocaml/files man1 manlinks mann patch-camlp4-man_Makefile patch-camlp4_lib_Makefile patch-ocamldoc_Makefile patch-stdlib_Makefile Removed files: lang/ocaml/files patch-camlp4-man::Makefile patch-camlp4::lib::Makefile patch-ocamldoc::Makefile patch-stdlib::Makefile 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 Revision Changes Path 1.54 +86 -99 ports/lang/ocaml/Makefile 1.1 +144 -0 ports/lang/ocaml/bsd.ocaml.mk (new) 1.1 +13 -0 ports/lang/ocaml/files/man1 (new) 1.1 +16 -0 ports/lang/ocaml/files/manlinks (new) 1.1 +81 -0 ports/lang/ocaml/files/mann (new) 1.6 +0 -21 ports/lang/ocaml/files/patch-camlp4-man::Makefile (dead) 1.1 +21 -0 ports/lang/ocaml/files/patch-camlp4-man_Makefile (new) 1.3 +0 -12 ports/lang/ocaml/files/patch-camlp4::lib::Makefile (dead) 1.1 +12 -0 ports/lang/ocaml/files/patch-camlp4_lib_Makefile (new) 1.4 +0 -22 ports/lang/ocaml/files/patch-ocamldoc::Makefile (dead) 1.1 +22 -0 ports/lang/ocaml/files/patch-ocamldoc_Makefile (new) 1.3 +0 -12 ports/lang/ocaml/files/patch-stdlib::Makefile (dead) 1.1 +12 -0 ports/lang/ocaml/files/patch-stdlib_Makefile (new) 1.29 +79 -79 ports/lang/ocaml/pkg-plist