From owner-cvs-all@FreeBSD.ORG Wed Aug 2 15:15:48 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 CBED316A593 for ; Wed, 2 Aug 2006 15:15:48 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9467C43D72 for ; Wed, 2 Aug 2006 15:15:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: (qmail 6412 invoked by uid 99); 2 Aug 2006 12:15:27 -0300 Received: from 192.168.50.4 by srv1.galle.com.br (envelope-from , uid 82) with qmail-scanner-1.25 (clamdscan: 0.88/1247. spamassassin: 3.1.0. Clear:RC:1(192.168.50.4):. Processed in 0.119049 secs); 02 Aug 2006 15:15:27 -0000 X-Qmail-Scanner-Mail-From: garga@FreeBSD.org via srv1.galle.com.br X-Qmail-Scanner: 1.25 (Clear:RC:1(192.168.50.4):. Processed in 0.119049 secs) Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=galle; d=FreeBSD.org; b=CTgn6zflixr//sr9M4CGX1UHrEdGIBqNCWt3+ue8GbeuPH9lnqTKrmQHQKPPH0thvZt4124F3siEMaxzzVW3jJdDRUSMqHWT0mNgROa0OB5VLLhlD3Yh+dnZXmEO/PH1 ; Received: from unknown (HELO ?192.168.50.4?) (192.168.50.4) (de-)crypted with TLSv1: DHE-RSA-AES256-SHA [256/256] DN=unknown by 0 with ESMTPS; 2 Aug 2006 12:15:26 -0300 Message-ID: <44D0C139.8060603@FreeBSD.org> Date: Wed, 02 Aug 2006 12:14:01 -0300 From: Renato Botelho Organization: FreeBSD.org User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <200608021400.k72E0KJ9057854@repoman.freebsd.org> In-Reply-To: <200608021400.k72E0KJ9057854@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=2244EDA9; url=http://people.FreeBSD.org/pubkey.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: 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 15:15:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ion-Mihai Tetcu wrote: > 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 Just rename patches is not a good practice, just add new ones respecting the rule. - -- Renato Botelho GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE0ME56CRbiSJE7akRAh8rAJ92LwhElFd7nw3KhxIIFcV96eO4wgCfT48s J0sNw9ReKW3wH0u479xyaOY= =qXcG -----END PGP SIGNATURE-----