FreeBSD Bugzilla – Attachment 89118 Details for
Bug 125996
[patch] x11/nvidia-driver - remove pkg_info statements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.22 KB, created by
edwin
on 2008-07-27 02:00:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
edwin
Created:
2008-07-27 02:00:13 UTC
Size:
1.22 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/x11/nvidia-driver/Makefile,v >retrieving revision 1.79 >diff -u -r1.79 Makefile >--- Makefile 18 Jun 2008 19:46:18 -0000 1.79 >+++ Makefile 27 Jul 2008 00:45:08 -0000 >@@ -40,10 +40,8 @@ > > .include <bsd.port.pre.mk> > >-# XXX Should use ${PKG_INFO} XXX >-# >-XSERVVERSION!= /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2>/dev/null | ${GREP} Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 2>/dev/null | ${GREP} server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2>/dev/null || true >-XLIBVERSION!= /usr/sbin/pkg_info -O x11/XFree86-4-libraries 2>/dev/null | ${GREP} libraries- || /usr/sbin/pkg_info -O graphics/libGL 2>/dev/null | ${GREP} libGL- || true >+XSERVVERSION!= ${PKG_INFO} -O x11-servers/XFree86-4-Server 2>/dev/null | ${GREP} Server- || ${PKG_INFO} -O x11-servers/xorg-server 2>/dev/null | ${GREP} server- || ${PKG_INFO} -qO x11-servers/xorg-server-snap 2>/dev/null || true >+XLIBVERSION!= ${PKG_INFO} -O x11/XFree86-4-libraries 2>/dev/null | ${GREP} libraries- || ${PKG_INFO} -O graphics/libGL 2>/dev/null | ${GREP} libGL- || true > > .if empty(XSERVVERSION) > IGNORE= needs an X server implementation installed
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 125996
: 89118