Date: Mon, 20 Jan 2003 15:08:11 +0100 From: Stijn Hoop <stijn@win.tue.nl> To: Dan Langille <dan@langille.org> Cc: Edwin Groothuis <edwin@freebsd.org>, freebsd-ports@freebsd.org Subject: Re: cvs commit: ports/x11 Makefile ports/x11/nvidia-driver Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-ID: <20030120140811.GI3600@pcwin002.win.tue.nl> In-Reply-To: <3E2BB9DE.16674.48654BB5@localhost> References: <3E2BB3DC.26911.484DD402@localhost> <3E2BB9DE.16674.48654BB5@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
--KrHCbChajFcK0yQE Content-Type: multipart/mixed; boundary="AzNpbZlgThVzWita" Content-Disposition: inline --AzNpbZlgThVzWita Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 20, 2003 at 08:57:02AM -0500, Dan Langille wrote: > On 20 Jan 2003 at 14:45, Stijn Hoop wrote: > > Does the attached patch fix your problem? If so, could Edwin commit > > this please? >=20 > [root@xeon:/usr/ports/x11/nvidia-driver] # make -V PORTVERSION > "/usr/ports/x11/nvidia-driver/Makefile", line 19: warning: "pkg_info - > O x11-servers/XFree86-4-Server 2>/dev/null | grep Server-" re > turned non-zero status > 1.0.3203 OK, retry. This one should work, but confirmation would be good. Thanks for the quick response. --Stijn --=20 The very powerful and the very stupid have one thing in common. Instead of altering their views to fit the facts, they alter the facts to fit their vi= ews =2E.. which can be very uncomfortable if you happen to be one of the facts = that needs altering. -- Doctor Who, "Face of Evil" --AzNpbZlgThVzWita Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="nvidia-driver.diff" Content-Transfer-Encoding: quoted-printable --- /usr/ports/x11/nvidia-driver/Makefile Mon Jan 20 08:29:06 2003 +++ Makefile Mon Jan 20 15:05:41 2003 @@ -16,8 +16,8 @@ USE_X_PREFIX=3D yes NO_PACKAGE=3D should be recompiled for a particular FreeBSD kernel =20 -XSERVVERSION!=3D pkg_info -O x11-servers/XFree86-4-Server | grep Server- -XLIBVERSION!=3D pkg_info -O x11/XFree86-4-libraries | grep libraries- +XSERVVERSION!=3D pkg_info -O x11-servers/XFree86-4-Server 2>/dev/null | gr= ep Server- || true +XLIBVERSION!=3D pkg_info -O x11/XFree86-4-libraries 2>/dev/null | grep lib= raries- || true =20 PLIST_SUB=3D XSERVVERSION=3D${XSERVVERSION} XLIBVERSION=3D${XLIBVERSION} \ LINUXBASE=3D${LINUXBASE} --AzNpbZlgThVzWita-- --KrHCbChajFcK0yQE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+LALLY3r/tLQmfWcRArukAJ9uT1JfvNC1Eem4auruLOvHi1kg4QCeNkOC vM7Vgo2wOvuSMHcjljEbDIs= =grE4 -----END PGP SIGNATURE----- --KrHCbChajFcK0yQE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030120140811.GI3600>