From owner-cvs-all@FreeBSD.ORG Mon Dec 20 21:29:35 2004 Return-Path: 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 3BEEC16A4CE; Mon, 20 Dec 2004 21:29:35 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0886743D64; Mon, 20 Dec 2004 21:29:34 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBKLTV0J010006; Mon, 20 Dec 2004 23:29:32 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 63612-04; Mon, 20 Dec 2004 23:29:29 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBKLSbQq009949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Dec 2004 23:28:37 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBKLSdFM099135; Mon, 20 Dec 2004 23:28:39 +0200 (EET) (envelope-from ru) Date: Mon, 20 Dec 2004 23:28:38 +0200 From: Ruslan Ermilov To: Paul Richards Message-ID: <20041220212838.GA89640@ip.net.ua> References: <200412201546.iBKFkuTK047592@repoman.freebsd.org> <20041220155200.GA1447@myrddin.originative.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <20041220155200.GA1447@myrddin.originative.co.uk> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Paul Richards Subject: Re: cvs commit: src/share/mk bsd.pkg.mk bsd.prog.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 20 Dec 2004 21:29:35 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 20, 2004 at 03:52:00PM +0000, Paul Richards wrote: > On Mon, Dec 20, 2004 at 03:46:56PM +0000, Paul Richards wrote: > > paul 2004-12-20 15:46:56 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > share/mk bsd.prog.mk=20 > > Added files: > > share/mk bsd.pkg.mk=20 > > Log: > > If PORTNAME is set in a system Makefile then hook into the ports > > mechanisms to allow a package to be created. This paves the way > > for packaging the main tree. >=20 > This is 90% working, I can create packages in the src tree by adding the = following: >=20 > e.g for cat >=20 > PROG=3D cat > PORTNAME=3Dcat > PORTVERSION=3D 1 > PORTREVISION=3D 1 > CATEGORIES=3Dbin >=20 > There are some loose ends though that need tidying up, particularly > clashes with some main targets in the ports makefile. I could do > with some ports people to help clean things up but decided it was > time to commit it to get other people involved. It's a non-intrusive > addition at the moment until it's switched on in a Makefile. >=20 I think 90% is overestimation. This doesn't seem to handle FILES, SCRIPTS, etc., at all that are so common in BSD makefiles. Or am I wrong? I like the idea though... Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBx0QGqRfpzJluFF4RAiJqAJ49Q+eCLmEa+N/uPueDtlh9CB8fcgCglduX zAxCDeMm+VR2eOG7ypE1Kdc= =4CTC -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c--