Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2003 14:45:43 +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:  <20030120134543.GH3600@pcwin002.win.tue.nl>
In-Reply-To: <3E2BB3DC.26911.484DD402@localhost>
References:  <200301200729.h0K7T6Ud043936@repoman.freebsd.org> <3E2BB3DC.26911.484DD402@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help

--eVzOFob/8UvintSX
Content-Type: multipart/mixed; boundary="+ts6NCQ4mrNQIV8p"
Content-Disposition: inline


--+ts6NCQ4mrNQIV8p
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Jan 20, 2003 at 08:31:24AM -0500, Dan Langille wrote:
> On 19 Jan 2003 at 23:29, Edwin Groothuis wrote:

> >   i[NEW PORT]: x11/nvidia-driver

> After a fresh cvsup, I get this:
>=20
> On one box:
>=20
> [dan@xeon:/usr/ports/x11/nvidia-driver] $ sudo make -V PORTVERSION
> Password:
> "/usr/ports/x11/nvidia-driver/Makefile", line 19: warning: "pkg_info -
> O x11-servers/XFree86-4-Server | grep Server-" returned non-z
> ero status
> 1.0.3203
>=20
> On another:
>=20
> [dan@undef:~/ports/x11/nvidia-driver] $ make -V PORTVERSION -f=20
> /usr/home/dan/ports/x11/nvidia-driver/Makefile=20
> PORTSDIR=3D/usr/home/dan/ports
> pkg_info: package bsdpan-PDF-API2-0.3a25 has no origin recorded
> pkg_info: package bsdpan-PDF-API2-0.3a25 has no origin recorded
> 1.0.3203
> --=20
> Dan Langille : http://www.langille.org/

Does the attached patch fix your problem? If so, could Edwin commit
this please?

--Stijn

--=20
The right half of the brain controls the left half of the body.  This means
that only left handed people are in their right mind.

--+ts6NCQ4mrNQIV8p
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 14:43:57 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-
+XLIBVERSION!=3D	pkg_info -O x11/XFree86-4-libraries 2>/dev/null | grep lib=
raries-
=20
 PLIST_SUB=3D	XSERVVERSION=3D${XSERVVERSION} XLIBVERSION=3D${XLIBVERSION} \
 		LINUXBASE=3D${LINUXBASE}

--+ts6NCQ4mrNQIV8p--

--eVzOFob/8UvintSX
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+K/2HY3r/tLQmfWcRAvTlAJsFwPY7Q7pgLXTHjKR6IC35FhcLGQCfWZHe
AqDOcCMUdw9T6MpgibyyAEM=
=bujt
-----END PGP SIGNATURE-----

--eVzOFob/8UvintSX--

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?20030120134543.GH3600>