From owner-cvs-all@FreeBSD.ORG Wed May 10 15:56:57 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 CE05516A47F; Wed, 10 May 2006 15:56:57 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.199.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC7543D45; Wed, 10 May 2006 15:56:56 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-243.brutele.be (host-212-68-244-243.brutele.be [212.68.244.243]) by mirapoint2.brutele.be (MOS 3.7.3-GA) with ESMTP id DZS60528; Wed, 10 May 2006 17:56:42 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id A9C4D54DA; Wed, 10 May 2006 17:56:42 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 717C7C0DA; Wed, 10 May 2006 17:56:42 +0200 (CEST) Date: Wed, 10 May 2006 17:56:42 +0200 From: Jean-Yves Lefort To: vd@FreeBSD.org Message-Id: <20060510175642.3b726acc.jylefort@FreeBSD.org> In-Reply-To: <20060510052227.GA90330@qlovarnika.bg.datamax> 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> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Wed__10_May_2006_17_56_42_+0200_vVnheWpYCpSlSFIp" X-Junkmail-Status: score=10/50, host=mirapoint2.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090202.44620B3D.0044,ss=1,fgs=0, ip=212.68.244.243, so=2005-12-15 23:46:19, dmn=5.1.5/2006-04-27 Cc: cvs-ports@FreeBSD.org, edwin@mavetju.org, cvs-all@FreeBSD.org, ports-committers@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 15:56:58 -0000 --Signature=_Wed__10_May_2006_17_56_42_+0200_vVnheWpYCpSlSFIp Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, 10 May 2006 08:22:27 +0300 Vasil Dimov wrote: > 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 wrote: > > > > > > 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 framework. > > > > > > =20 > > > > > > Revision Changes Path > > > > > > 1.2197 +1 -0 ports/devel/Makefile > > > > > > 1.1 +16 -0 ports/devel/glib20-reference/Makefile (n= ew) > > > > > > 1.1 +53 -0 ports/devel/glib20-reference/bsd.gnome-r= eference.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 2004= /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 That information is available from the CVS repository: http://www.freebsd.org/cgi/cvsweb.cgi/glib20-reference/ > How do you define mandatory? Written in imperative form in some document such as the Porter's Handbook. > 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. 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). --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Wed__10_May_2006_17_56_42_+0200_vVnheWpYCpSlSFIp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEYg06yzD7UaO4AGoRAopIAJsH+dTheISTlnZNm0YajLx3VmQiNACcDXgQ YvgO4dKH0TZxGEltDFz51sw= =3svC -----END PGP SIGNATURE----- --Signature=_Wed__10_May_2006_17_56_42_+0200_vVnheWpYCpSlSFIp--