From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04:43:23 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 63B8216A4CE; Mon, 12 Jul 2004 04:43:23 +0000 (GMT) Received: from neo.samodelkin.net (samodelkin.net [81.176.202.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D008643D1F; Mon, 12 Jul 2004 04:43:22 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id 5834717077; Mon, 12 Jul 2004 11:43:20 +0700 (NOVST) Date: Mon, 12 Jul 2004 11:43:20 +0700 From: Max Khon To: Kris Kennaway Message-ID: <20040712044320.GA8291@samodelkin.net> References: <200407111120.i6BBKe1m068734@repoman.freebsd.org> <20040711215624.GA8963@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040711215624.GA8963@xor.obsecurity.org> User-Agent: Mutt/1.4.2i cc: Max Khon cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/grass Makefile pkg-plist patch-src-misc-m.kappa-cmd-prt_hdr.c patch-src-raster-r.in.doq-cmd-get_newhead.c patch-src-raster-wildfire-src-r.ros-spot_dist.c patch-src.garden-grass.postgresql-g.stats.pg-infxStats.c 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, 12 Jul 2004 04:43:23 -0000 Hi, Kris! On Sun, Jul 11, 2004 at 02:56:24PM -0700, Kris Kennaway wrote: > > fjoe 2004-07-11 11:20:40 UTC > > > > FreeBSD ports repository > > > > Modified files: > > databases/grass Makefile pkg-plist > > databases/grass/files patch-configure.in > > Added files: > > databases/grass/files patch-src-misc-m.kappa-cmd-prt_hdr.c > > patch-src-misc-m.kappa-cmd-readin_data.c > > patch-src-raster-r.in.doq-cmd-get_newhead.c > > patch-src-raster-wildfire-src-r.ros-spot_dist.c > > patch-src.garden-grass.postgresql-g.column.pg-main.c > > patch-src.garden-grass.postgresql-g.stats.pg-infxStats.c > > Log: > > - Fix build on 5.x (fix compiling with gcc 3.x). This fixes pkg-plist on 5.x. > > - Provide really working fix for odbc driver. > > - Remove locks/%%HOSTNAME%% from pkg-plist -- it is cleaned up in > > pkg-deinstall. > > - Bump PORTREVISION. > > Did you see my question in response to your previous commit? Does > this package work on systems other than that it was built on, since it > seems to hard-code the hostname in the package? Yes, I saw your question. I backed out locks/%%HOSTNAME%% change in Makefile/pkg-plist (now it is not included in pkg-plist, as was before). /fjoe