Summary: | [patch] x11/nvidia-driver - remove pkg_info statements | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | edwin | ||||
Component: | Individual Port(s) | Assignee: | Alexey Dokuchaev <danfe> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
edwin
2008-07-27 02:00:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback Last time I checked, it did not work. If you have relevant analysis (or, better, provide reference to bpm revision where it was fixed) I'm all ears. Thanks. State Changed From-To: feedback->open I don't see why it shouldn't work. ${PKG_INFO} is defined in bsd.commands.mk which is included unconditionally into bsd.port.mk, and in the nvidia-driver Makefile it would be used just after bsd.port.pre.mk inclusion, thus is should be available. Can you verify again it's really broken? I vaguely recall this behavior on 6.X. Now I cannot reproduce it on recent 7.3 or -CURRENT. I do not have any access to 6.X machines these days. I'll commit this diff after 6.X will be officially EOLed. danfe 2011-03-14 07:09:10 UTC FreeBSD ports repository Modified files: x11/nvidia-driver Makefile Log: Now that PKG_INFO macro expands correctly on all supported versions of FreeBSD, use it as advised by common sense and XXX statement. PR: ports/125996 Submitted by: edwin Revision Changes Path 1.104 +3 -5 ports/x11/nvidia-driver/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! |