From owner-cvs-all@FreeBSD.ORG Wed May 10 16:05:14 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 365D116A4F3; Wed, 10 May 2006 16:05:14 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D3A43D49; Wed, 10 May 2006 16:05:11 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FdrBU-00087M-2v; Wed, 10 May 2006 17:05:08 +0100 Date: Wed, 10 May 2006 17:05:08 +0100 From: Ceri Davies To: Jean-Yves Lefort Message-ID: <20060510160507.GE19173@submonkey.net> Mail-Followup-To: Ceri Davies , Jean-Yves Lefort , vd@FreeBSD.org, cvs-ports@FreeBSD.org, edwin@mavetju.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org References: <200605092203.k49M3Rqk027415@repoman.freebsd.org> <20060509232419.GB1117@k7.mavetju> <20060510013356.ebb65c03.jylefort@FreeBSD.org> <20060509234346.GD1117@k7.mavetju> <20060510015054.2b3e900d.jylefort@FreeBSD.org> <20060510052227.GA90330@qlovarnika.bg.datamax> <20060510175642.3b726acc.jylefort@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wzJLGUyc3ArbnUjN" Content-Disposition: inline In-Reply-To: <20060510175642.3b726acc.jylefort@FreeBSD.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: vd@FreeBSD.org, edwin@mavetju.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/glib20 Makefile ports/devel/glib20-reference Makefile bsd.gnome-reference.mk 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, 10 May 2006 16:05:16 -0000 --wzJLGUyc3ArbnUjN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 10, 2006 at 05:56:42PM +0200, Jean-Yves Lefort wrote: > On Wed, 10 May 2006 08:22:27 +0300 > Vasil Dimov wrote: >=20 > > On Wed, May 10, 2006 at 01:50:54AM +0200, Jean-Yves Lefort wrote: > > > On Wed, 10 May 2006 09:43:46 +1000 > > > Edwin Groothuis wrote: > > >=20 > > > > On Wed, May 10, 2006 at 01:33:56AM +0200, Jean-Yves Lefort wrote: > > > > > On Wed, 10 May 2006 09:24:19 +1000 > > > > > Edwin Groothuis wrote: > > > > >=20 > > > > > > On Tue, May 09, 2006 at 10:03:27PM +0000, Jean-Yves Lefort wrot= e: > > > > > > > jylefort 2006-05-09 22:03:27 UTC > > > > > > >=20 > > > > > > > FreeBSD ports repository > > > > > > >=20 > > > > > > > Modified files: > > > > > > > devel Makefile=20 > > > > > > > devel/glib20 Makefile=20 > > > > > > > Added files: > > > > > > > devel/glib20-reference Makefile bsd.gnome-reference.mk=20 > > > > > > > Log: > > > > > > > Add glib20-reference and the bsd.gnome-reference.mk framewo= rk. > > > > > > > =20 > > > > > > > Revision Changes Path > > > > > > > 1.2197 +1 -0 ports/devel/Makefile > > > > > > > 1.1 +16 -0 ports/devel/glib20-reference/Makefile = (new) > > > > > > > 1.1 +53 -0 ports/devel/glib20-reference/bsd.gnome= -reference.mk (new) > > > > > > > 1.122 +5 -0 ports/devel/glib20/Makefile > > > > > >=20 > > > > > > Where are the manditory comment lines in this makefile? > > > > >=20 > > > > > In bsd.gnome-reference.mk. > > > >=20 > > > > I mean the : > > > >=20 > > > > # New ports collection makefile for: gtk20-apireference > > > > # Date created: 13 June 2001 > > > > # Whom: Edwin Groothuis (edwin@mavetju.org) > > > > # > > > > # $FreeBSD: ports/x11-toolkits/gtk20-apireference/Makefile,v 1.9 20= 04/12/15 04:34:53 edwin Exp $ > > > > # > > >=20 > > > Omitted, since it's useless (and not mandatory btw). > > >=20 > > It's not useless since it's nice to see who and when created that file >=20 > That information is available from the CVS repository: >=20 > http://www.freebsd.org/cgi/cvsweb.cgi/glib20-reference/ >=20 > > How do you define mandatory? >=20 > Written in imperative form in some document such as the Porter's > Handbook. >=20 > > From the 14599 Makefiles in the ports collection there is just one > > which do not have those lines: ports/sysutils/bacula-client/Makefile, > > yours (devel/glib20-reference/Makefile) is the second one. > >=20 > > Don't think that I trying to tell you what to do, its just my wish to > > see those lines there. >=20 > My own wish is to get rid of that religious ritual (which is btw > inconsistent, since various levels of tabulation and various date > formats are used). What you mean is that you woke up this morning and fancied an argument. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --wzJLGUyc3ArbnUjN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEYg8zocfcwTS3JF8RAvGwAKCZi3zTdUMq0P2IZuElC1TZb/PfSwCgwJ8Z 1E3KhsnyieSp7FS+sOIioVc= =DWs3 -----END PGP SIGNATURE----- --wzJLGUyc3ArbnUjN--