Date: Wed, 16 Jun 2004 19:30:31 GMT From: Pav Lucistnik <pav@FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/67920: devel/perforce version information missing Message-ID: <200406161930.i5GJUVSK074243@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/67920; it has been noted by GNATS. From: Pav Lucistnik <pav@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org, conrads@cox.net, marshall@chezmarshall.com Cc: Subject: Re: ports/67920: devel/perforce version information missing Date: Wed, 16 Jun 2004 21:28:46 +0200 I propose this patch to silence warning about malformed version string on unsupported architectures: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/perforce/Makefile,v retrieving revision 1.30 diff -a -u -r1.30 Makefile --- Makefile 26 May 2004 16:24:27 -0000 1.30 +++ Makefile 16 Jun 2004 19:26:39 -0000 @@ -43,6 +43,7 @@ SBIN_FILES= p4d REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt .else +VERSION= 0 IGNORE= "Unsupported platform, sorry." .endif Is maintainer fine with this? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Linux is a happy free-for-all chaos.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406161930.i5GJUVSK074243>