notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11/nvidia-driver/Makefile

Number of commits found: 282 (showing only 100 on this page)

«  1 | 2 | 3  »  

Thursday, 3 Nov 2016
19:46 tijl search for other commits by this committer
Allow linux-*-dri and nvidia-driver to coexist.
Original commitRevision:425269 
Wednesday, 12 Oct 2016
00:31 danfe search for other commits by this committer
Fix `linux.ko' false dependency.  Starting with version 358.09, the driver
includes a new kernel module, `nvidia-modeset.ko', a driver component that
works in conjunction with the `nvidia.ko' kernel module.

However, previously the build process did not respect LINUX compile (port)
option.  Adopt the same way this is done for the core driver.

PR:		213222
Submitted by:	peter
Original commitRevision:423810 
Monday, 5 Sep 2016
19:23 tijl search for other commits by this committer
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:421387 
Thursday, 1 Sep 2016
17:41 cem search for other commits by this committer
x11/nvidia-driver: Update to 367.44

May fix an issue with a dark screen at first Xorg init for some users (reported
on GTX960).

PR:		212287
Reported by:	O. Hartmann <ohartman at zedat.fu-berlin.de>
Approved by:	danfe, jonathan
Differential Revision:	https://reviews.freebsd.org/D7723
Original commitRevision:421240 
Tuesday, 30 Aug 2016
16:51 danfe search for other commits by this committer
Fix damage done in r421117: UPDATING entries do not make good `pkg-message'
files, especially when there already is existing `files/pkg-message.in'.

Unfortunately, this now requires port revision bump in all three ports.

Pointy hat to:	cem
Original commitRevision:421123 
15:19 cem search for other commits by this committer
nvidia-driver: Add a note about nvidia-modeset.ko for 367.35 update

Add a note in pkg-message and UPDATING.  Correct a pkg-plist sorting mistake
while here.

Reviewed by:	dhw, wblock
Approved by:	brd (previous version)
Differential Revision:	https://reviews.freebsd.org/D7700
Original commitRevision:421117 
Sunday, 28 Aug 2016
16:57 cem search for other commits by this committer
x11/nvidia-driver: Update to 367.35

* Add needed x11 and xext dependencies

Thanks to everyone who submitted patches, tested, and reviewed this update.

PR:		201340
Submitted by:	Bengt Ahlgren <bengta at sics.se>, Kevin Bowling <kbowling@>,
		Oleg <zoleg at vusovich.ru>,
		Tomoaki AOKI <junchoon at dec.sakura.ne.jp>,
		Ultima <Ultima1252 at gmail.com>
Tested by:	Jeremy Cox <jeremy.m.cox at gmail.com>,
		O. Hartmann <ohartman at zedat.fu-berlin.de>,
		Tomoaki AOKI
Approved by:	danfe
Differential Revision:	https://reviews.freebsd.org/D7569
Original commitRevision:421027 
Wednesday, 24 Aug 2016
15:02 danfe search for other commits by this committer
Remove another no-op sed(1) in-place patch: none of the currently supported
drivers attempt to allocate fixed width buffer bus_type[] on stack now.
Original commitRevision:420797 
Friday, 19 Aug 2016
23:11 danfe search for other commits by this committer
Clean up the Makefile after recent changes: put source code and build logic
patching closer together and move OPTIONS-related patching thereafter.  Non
functional.
Original commitRevision:420499 
22:29 danfe search for other commits by this committer
Deorbit support for nVidia driver legacy versions, part 3:

- libnvidia-cfg.so* files are always installed since version 81.074
- Au contraire, libnvidia-wfb.so.1 is not (since version 195.022)
- Remove now useless checks for NVVERSIONs before 180.029 and 185.01829
  (always false) and after 304.128 (always true)
- Unconditionally rename libGLcore -> libnvidia-glcore in pkg-plist
  (been that way since version 256.053)
Original commitRevision:420496 
21:15 danfe search for other commits by this committer
Deorbit support for nVidia driver legacy versions by cleaning up in-place
patching of the driver(s) source code (part 2):

- Only legacy drivers didn't know about new d_mmap() after src r201223,
  and page queue locking changes after src r207410, r207617, r207644, and
  r163622; ditto for /return/s/ioctl/sys_&/ after src r225617
- Remove now always true condition when adjusting Linux headers #include's
  after src r246085
- Contemporary driver versions are now aware of the +1 argument count in
  vm_map_find() since src r255426
- Do not try to unbreak the build of 173.14.xx series on recent -CURRENT:
  this legacy driver version was removed by kwm@ in r399180 last year
- Remove remaining checks and patching code for outdated NVVERSION values
Original commitRevision:420490 
18:16 danfe search for other commits by this committer
In sight of upcoming update, deorbit support for legacy versions (part 1):

- Make the top comment reflect the current reality
- MASTER_SITE_SUBDIR does not have be set later, as it no longer depends
  on NVVERSION (this also allows to move ONLY_FOR_ARCHS where it belongs)
- Delete no longer relevant legacy only versions specific patches; retain
  EXTRA_PATCHES as this separation would still be needed in new versions
- All security patches only touch legacy drivers and thus also deleted
- PAE and WBINVD options are now unconditional (independent of NVVERSION)
- Drop no longer needed LIB_DEPENDS on libm.so.3 from `misc/compat5x'
- Adjust a comment and simplify regexp that had been sitting in my tree
- Stop mentioning that this driver does not support PAE-enabled kernels
  in pkg-message
Original commitRevision:420482 
Thursday, 30 Jun 2016
06:33 danfe search for other commits by this committer
Simplify custom `update-distinfo' convenience target and make it more robust:
previous join(1)-based implementation depended on how the file is sorted and
often failed to work properly.

While here, do not suppress default `.bak' suffix when editing files in-place
to make debugging easier, shall it be needed.
Original commitRevision:417812 
Monday, 6 Jun 2016
15:25 mat search for other commits by this committer
Remove unneeded usage of:

- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
Original commitRevision:416469 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Friday, 25 Sep 2015
15:40 jkim search for other commits by this committer
Fix a typo for x11/nvidia-driver-304.

Spotted by:	Lena at lena dot kiev dot ua
Approved by:	danfe (maintainer, implicit)
Original commitRevision:397841 
Thursday, 24 Sep 2015
22:09 jkim search for other commits by this committer
- Update x11/nvidia-driver to 346.96.
- Update x11/nvidia-driver-340 to 340.93.
- Update x11/nvidia-driver-304 to 304.128.

Approved by:	danfe (maintainer)
Original commitRevision:397773 
Monday, 2 Mar 2015
17:00 danfe search for other commits by this committer
Update NVidia driver long lived branch to version 346.47.
Original commitRevision:380275 
Tuesday, 3 Feb 2015
16:18 danfe search for other commits by this committer
- Move mainstream version to 346.xx (update to 346.35) and create another
  legacy slave port `x11/nvidia-driver-340'; update top comment accordingly
- No longer explicitly advertise brokenness for ${OSVERSION} > 1000041 and
  ${NVVERSION} <= 71.08615 combination: not only old legacy ports recently
  had been removed, but frankly users of those old gfx cards should either
  not be running FreeBSD 10.x or totally rely on self-support, thus making
  this BROKEN statement merely an annoyance for them (other checks for some
  older driver versions still remain as being functional)
- Change CONFLICTS to CONFLICTS_INSTALL (honestly, this change *should* be
  no-op since CONFLICTS should be installation-time conflicts in the first
  place, but adhere to this stupidity of the framework for the time being)
Original commitRevision:378360 
Thursday, 29 Jan 2015
14:35 danfe search for other commits by this committer
- Update mainstream version to 340.76
- The d_thread_t typedef is a compatibility shim to support FreeBSD 4.X:
  plans are to remove it in FreeBSD 11.X, so prepare for that in advance

PR:		196693
Submitted by:	jhb
Original commitRevision:378119 
Sunday, 14 Dec 2014
11:08 danfe search for other commits by this committer
Adjust version check to unbreak the build of 304.xx branch.

Reported by:	Walter Schwarzenfeld
Original commitRevision:374696 
09:51 danfe search for other commits by this committer
Update NVidia drivers (long lived branch and legacy 304.xx branch) to their
most recent versions that have CVE-2014-8298 vulnerability fixed.

Security:	fdf72a0e-8371-11e4-bc20-001636d274f3
Original commitRevision:374695 
Thursday, 27 Nov 2014
13:14 kwm search for other commits by this committer
Fix libEGL and libGLESv2 conflict between libEGL/libglesv2 and the
nvidia-driver port in the same fashion it was done as the conflict
with the libGL port.

Mesa ports:
Add pkg-[de]install scripts to handle the symlinks in the libEGL
  and libglesv2 port.
Move pkg-[de]install scripts of libGL out of files/
Put the real mesa libraries into lib/.mesa so we don't have each
  port create a directory for it own use.

Nvidia-driver:
Only apply the libEGL.so and libGLESv2.so alternative install
  directory if nvidia-driver actually ships them. Copied from
  PR submitter, since it was much cleaner then my initial attempt.
Make pkg-install script check if the nvidia-driver port installed
  the libEGL/libglesv2 libraries and only then make the symlinks.
  This should allow the script to work with the slave ports which
  don't install these libraries.
Make the pkg-deinstall script check if the mesa version of
 the libEGL/libGLESv2 libraries are installed before trying to
 recreate the symlinks of those ports.

PR:		194924
Submitted by:	Gerard Seibert <gerard_seibert@outlook.com>
Approved by:	portmgr (angrybapt)
Original commitRevision:373483 
Saturday, 15 Nov 2014
16:45 danfe search for other commits by this committer
- Stop trying to adopt cap_rights_t type change in FreeBSD src SVN r255219
  as recent driver versions are already account for it; this unbreaks the
  build for 304.xx branch [*]
- Simplify patching for stack buffer overflow in nvidia_sysctl_bus_type():
  NVidia really screwed up fixing it since it was reported.  Originally,
  they were sprintf(bus_type, "PCI-E")ing to a 4-character buffer allocated
  on stack (304.88 and earlier); later they've replaced the buffer with a
  char * pointer, but left one sprintf() into it (304.108 and above, up to
  304.121); then finally fixed it for real in 304.123.  Given versions are
  only for 304.xx branch; others retained the same bugs during this time
  frame.  Fix it across the gang by simply extending bus_type[4] (if found)
  to eight bytes instead of employing complex NVVERSION checks: this should
  now be no-op for newer versions, but good enough for older ones (e.g. for
  173.14.35, 96.xx, and 71.xx)

PR:	194866, 194958 [*]
Original commitRevision:372606 
Wednesday, 5 Nov 2014
17:00 danfe search for other commits by this committer
Update two most recent branches of nVidia drivers to versions 340.46
and 304.123.
Original commitRevision:372198 
Sunday, 2 Nov 2014
21:32 danfe search for other commits by this committer
- Finish conversion of NVVERSION to float (left-pad minor < 99 with zero
  to allow version comparison); now we're safe until minor wraps to 1000
- Augment a comment about NVVERSION and reword PAE option description
- Make `update-distinfo' target more robust (by respecting ARCH_SUFX)
Original commitRevision:372092 
12:11 danfe search for other commits by this committer
Switch NVVERSION (internal variable derived from DISTVERSION) to float, in
order to handle version numbers where minor version can exceed 99; integer
scheme was breaking NVVERSION monotonicity and comparability in this case.

While here, put back the comment removed in r327777 for no apparent reason.
Original commitRevision:372065 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Wednesday, 21 May 2014
10:32 marius search for other commits by this committer
Fix two issues with r354638:
- Use MACHINE_CPUARCH rather than MACHINE_ARCH. While the former technically
  is more correct it unfortunately doesn't exist in stable/8, yet, and using
  the latter actually doesn't make a difference for i386.
- Allow to build nvidia-driver on OSVERSION > 1000052 with the LINUX option
  enabled.

Reported by:	swills
Original commitRevision:354739 
Tuesday, 20 May 2014
13:23 marius search for other commits by this committer
- Update nvidia-driver to 331.67.
- For i386, allow to build the non-legacy NVIDIA drivers with PAE support
  via an option, defaulting to disabled. This is tricky in two ways. First
  off, while their binary part is PAE-capable since around version 285,
  their build glue and wrapper only partially is. Second, for modules
  built along the kernel, enabled PAE support would be picked up via the
  generated opt_global.h from KERNBUILDDIR, which isn't available when
  compiling modules stand-alone. Nevertheless, these source modifications
  are modeled in a way so they also do the right thing when integrating a
  nvidia-driver module into a kernel build.

Approved by:	maintainer timeout (2 weeks)
Sponsored by:   Bally Wulff Games & Entertainment GmbH
Original commitRevision:354638 
Tuesday, 4 Mar 2014
06:20 danfe search for other commits by this committer
- Update long lived branch to version 331.49
- Provide a convenience target to merge new hash and size with existing
  distinfo: first, redefine DISTINFO_FILE (so that prerequisite target
  `makesum' would not overwrite existing distinfo file), then prepend
  relevant SHA256 and SIZE lines with tilde (~) to cope with join(1)'s
  requirement for sorted lines, truncate the old values thereof, join(1)
  two files so new lines are nicely placed just where intended, finally
  removing hackish tildes (improvements to this quick and dirty approach
  are very welcome)
- Remove no longer relevant (and now somewhat confusing) comment in the
  `pre-install' target after the port was staged
- Fix two identical typos (paqe -> page) in comments while I'm here

Tested by:	dhw
Original commitRevision:346990 
Thursday, 27 Feb 2014
07:50 danfe search for other commits by this committer
- Unbreak the build of 173.14.xx legacy version on recent -CURRENT, and
  use more accurate OSVERSION value in the check (1000000 -> 1000041)
- Fix regression introduced in r342061, when <bsd.port.options.mk> was
  included before OPTIONS definitions
- Rename patches to get rid of those ugly double underscores (yuck!)
- Wrap couple of overly long lines after STAGEDIR conversion in r342050
- Create `drivers' and `extensions' directories in pre-install, not in
  pre-su-install: no longer needed for stagified port
- Fix regex when patching lib/Makefile for WITHOUT_LINUX handling, and
  improve nearby expressions while here as well
Original commitRevision:346243 
Friday, 31 Jan 2014
20:08 bapt search for other commits by this committer
OSVERSION cannot be tested without a bsd.port.*.mk included before
Original commitRevision:342061 
17:59 rene search for other commits by this committer
- Stagify
- Mark -71 and -173 broken on FreeBSD 10+, they do not build there
- Remove check for FreeBSD 7.2-

Approved by:	portmgr (infrastructure blanket)
Original commitRevision:342050 
Thursday, 26 Dec 2013
06:42 danfe search for other commits by this committer
Update to version 331.20.
Original commitRevision:337471 
Wednesday, 25 Dec 2013
16:24 danfe search for other commits by this committer
In sight of upcoming update, do some cleaning: convert to Uses=kmod and then
do not explicitly set SSP_UNSAFE and augment CATEGORIES; also sort pkg-plist.
Original commitRevision:337429 
Friday, 20 Sep 2013
23:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
Original commitRevision:327777 
12:54 bdrewery search for other commits by this committer
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1]
http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
Original commitRevision:327697 
Thursday, 12 Sep 2013
07:16 danfe search for other commits by this committer
- Unbreak on recent -CURRENT (after r255426): vm_map_find() now takes 10
  (ten) arguments rather than 9 (nine)
- Adjust OSVERSION check of the previous patch, after properly bumped by
  pjd@ in r255305

PR:	ports/181972
Original commitRevision:327039 
Friday, 6 Sep 2013
05:07 danfe search for other commits by this committer
Unbreak the build on recent -CURRENT (after cap_rights_t type was changed
from uint64_t to a structure in r255219).

PR:	ports/181840
Original commitRevision:326460 
Tuesday, 20 Aug 2013
03:21 danfe search for other commits by this committer
Fix NVidia drivers correctly after KVA space allocation API changes in
recent -CURRENT (after r254025).  Previously it would immediately core
dump upon loading of nvidia.ko.

PR:		ports/181144 (fix suggested in the audit trail)
Reviewed by:	jhb
Timeout from:	jeff (no cookie)
Original commitRevision:325027 
Thursday, 8 Aug 2013
04:39 danfe search for other commits by this committer
- Unbreak the build on recent -CURRENT after r254025 [1]
- Respect custom SRC_BASE (e.g. when set in /etc/make.conf) [2]
- Few non-functional changes (mostly comments; particularly, restore hint
  about MASTER_SITE_SUBDIR, bogusly changed by yours truly in r315754)

PR:	ports/181118 [1]
	ports/176733 [2]
Original commitRevision:324376 
Wednesday, 7 Aug 2013
09:35 danfe search for other commits by this committer
- Update NVidia driver to the latest LTS stable version, 319.32
- Only offer FREEBSD_AGP option when it is actually supported
- Use new syntax for specifying LIB_DEPENDS
- Buffer overflow in nvidia_sysctl_bus_type() was fixed in 319.23
Original commitRevision:324337 
Thursday, 25 Apr 2013
02:52 danfe search for other commits by this committer
- Fix stack buffer overflow in nvidia_sysctl_bus_type()
- While here, install nvidia-bug-report.sh per popular demand and assume
  that everyone now has sed(1) that supports "addr1,+N" range syntax
- Spell X as X11 in port description

Submitted by:	glebius
Original commitRevision:316497 
Monday, 8 Apr 2013
13:41 danfe search for other commits by this committer
Update NVidia drivers vulnerable to GPU driver ARGB cursor buffer overflow
in "NoScanout" mode.

Security:	CVE-2013-0131
Approved by:	portmgr (bapt)
Original commitRevision:315761 
Sunday, 7 Apr 2013
15:21 danfe search for other commits by this committer
- Convert recent patches against -CURRENT to sed(1) invocations that work for
  all driver ports, including legacy ones, with correct OSVERSION checks
- Retouch some comments while here

PR:		ports/177459
Submitted by:	bf
Approved by:	portmgr (miwi)
Original commitRevision:315754 
Saturday, 16 Mar 2013
07:29 sbruno (src committer) search for other commits by this committer
Resolve current build breakage on head for the nvidia driver via this nice
handy patch from dhw@ :-)

Shoveled in via src commit bit, after some discussions in #bsdports

PR:		ports/176980
Submitted by:	dhw@
Reviewed by:	miwi@
Approved by:	nobody in particular
Obtained from:	dogfood
MFC after:	2 weeks
Original commitRevision:314338 
Saturday, 16 Feb 2013
15:12 danfe search for other commits by this committer
Update the commentary.
Original commitRevision:312359 
14:09 danfe search for other commits by this committer
- Update mainstream driver version to 310.32, the latest to date
- Unbreak the build on recent -CURRENT (after SVN r246085) [*]
- Move 304.xx driver version to yet another legacy port

PR:		ports/176146 [*]
Submitted by:	bf
Original commitRevision:312352 
Friday, 16 Nov 2012
18:11 danfe search for other commits by this committer
Update to version 304.64.  While as of yesterday this version is technically
legacy per nVidia, retain it for a while until the dust settles and new long
lived branch version 310.19 can be declared stable.

Feature safe:	yes
Original commitRevision:307494 
Monday, 29 Oct 2012
02:47 danfe search for other commits by this committer
Update mainstream driver to version 304.60.

Feature safe:	yes
Original commitRevision:306589 
Saturday, 29 Sep 2012
04:18 danfe search for other commits by this committer
- Update long lived branch driver to version 304.51
- Mention DOCS option in OPTIONS_DEFINE
Original commitRevision:305021 
Thursday, 27 Sep 2012
16:50 danfe search for other commits by this committer
Trim Makefile header for NVidia drivers, and move advisory comment about
legacy drivers to the top, where is suits better.
Original commitRevision:304966 
Tuesday, 25 Sep 2012
15:23 danfe search for other commits by this committer
Fix the problem that PKGVERSION for 173.14.xx legacy driver went backwards
when it was updated to .35 on the 12th.  That moment, it kept PORTREVISION
1 from the master port.  When the master port was updated and PORTREVISION
removed on the 22nd, PKGVERSION of nvidia-driver-173 went backwards as its
PORTREVISION dropped from 1 to 0.  While I am at it, provide a comments in
all makefiles that keeping PORTREVISION setting (even when it is seemingly
zero) is important.

Reported by:	erwin
Original commitRevision:304840 
Sunday, 23 Sep 2012
14:04 danfe search for other commits by this committer
- Update 96.43.xx legacy driver to version 96.43.23, which brings support
  for X.Org xserver versions 1.11 and 1.12
- Fix one occurrence of LINUX option check (was broken in r304591) [1]

Noticed by:	bland [1]
Original commitRevision:304741 
11:48 danfe search for other commits by this committer
- After conversion to new OPTIONS framework, adjust pkg-message accordingly
- Check for DOCS in PORT_OPTIONS instead of NOPORTDOCS while here
Original commitRevision:304733 
Saturday, 22 Sep 2012
17:01 danfe search for other commits by this committer
Update mainstream driver to version 304.43.
Original commitRevision:304697 
Thursday, 20 Sep 2012
19:13 eadler search for other commits by this committer
Convert to OptionsNG

Approved by:	danfe (maintainer)
Original commitRevision:304591 
Sunday, 16 Sep 2012
09:24 danfe search for other commits by this committer
- Revert patch for CVE-2012-0946 to its original form and apply both CVE
  patches when needed, for clarity's sake
- Touch some comments in Makefile while here (purely cosmetic)
Original commitRevision:304337 
Wednesday, 12 Sep 2012
07:14 danfe search for other commits by this committer
- Update legacy 173.14.xx series driver to version 173.14.35 and provide a
  patch for CVE-2012-4225 for this version
- Augment security patch for CVE-2012-0946 to cover CVE-2012-4225 as well
  for the benefit of really old legacy drivers
Original commitRevision:304134 
05:04 danfe search for other commits by this committer
Unbreak installation of legacy drivers.
Original commitRevision:304131 
Friday, 31 Aug 2012
15:44 kwm search for other commits by this committer
Solve libGL.so and libglx.so conflict situation between libGL, xorg-server and
the nvidia-driver. Install the libraries in port specific directories.
Use pkg-install and pkg-deinstall scripts to update the hardlinks to the
default locations of these files.

While here clean up some @dirrmtry lines in xorg-server plist for directories
that aren.t created by xorg-server.

Motivator:	pkgng
Inspiration:	irc, freebsd-x11@ mailinglist discussion (sorry can't find it
		anymore to give credit the people)
Reviewed by:	danfe@ (for nvidia parts), bapt@
Approved by:	danfe@ (for nvidia parts)
With hat:	x11@
Original commitRevision:303429 
Wednesday, 8 Aug 2012
12:13 danfe search for other commits by this committer
Update nVidia driver to the latest long lived branch version, 295.71

Security:	http://nvidia.custhelp.com/app/answers/detail/a_id/3140
Original commit
Thursday, 28 Jun 2012
03:36 danfe search for other commits by this committer
- Update the driver to the latest long lived branch version, 295.59
- Replace deprecated PATCHDIR reference with more appropriate FILESDIR
- Remove old comment about inconsistencies in nVidia release numbers

PR:     ports/169186 (version update)
Original commit
Thursday, 10 May 2012
11:22 danfe search for other commits by this committer
Provide home-made patch for legacy nVidia drivers against recent arbitrary
memory access vulnerability.  While affected underlying code is very similar
in all released drivers, and they all are technically exploitable the same
way, the exploit relies on hardware that is not present in GPUs older than
NV50/G80, hence versions starting from 100.14.03 must be patched.

That said, while the patch does apply to all legacy versions, port revision
bump makes sense only for 173.14.xx series (as 96.43.xx and 71.86.xx do not
hardware exploit relies upon).

Discussed with: Christian Zander
Security:       CVE-2012-0946
Original commit
03:15 danfe search for other commits by this committer
Update to version 295.49, which had:

- Added support for GeForce GTX 690 GPU
- Fixed a problem where starting, stopping, and moving OpenGL application
  windows was very slow on Quadro FX 4600, Quadro FX 5600, GeForce 8800 GTX,
  GeForce 8800 GTS, and GeForce 8800 Ultra
- Fixed an OpenGL performance regression which affected Geforce 6 and Geforce
  7 series integrated GPUs

PR:     ports/167619
Original commit
Sunday, 22 Apr 2012
15:04 danfe search for other commits by this committer
- Update to version 295.40
- Touch some comments

Security:       CVE-2012-0946
Original commit
Saturday, 11 Feb 2012
09:11 danfe search for other commits by this committer
Unbreak on 7.X where sed(1) does not support "addr1,+N" ranges yet (was added
by brian@ in SVN r192732 on 2009-05-25).

Reported by:    erwinmail
Pointy hat to:  danfe (for not running 7.X tinderbuild)
Original commit
Thursday, 2 Feb 2012
18:30 danfe search for other commits by this committer
PAE kernels are incompatible with legacy drivers only (for a while now), so
adjust pkg-message accordingly.

Discussed with: Christian Zander from nVidia
Original commit
Friday, 2 Dec 2011
02:29 danfe search for other commits by this committer
X11BASE has been deprecated for a long time now, and is going to be dropped
from `Mk/bsd.port.mk' soon.  Account for it and pass it to make environment
locally as nVidia driver code still uses it.

PR:             ports/161558
Submitted by:   eadler (PR), crees (nvidia-driver patch)
Feature safe:   yes
Original commit
Tuesday, 8 Nov 2011
06:22 danfe search for other commits by this committer
Unbreak legacy (pre-195.22) drivers build on 9.X after SVN r225617 by kmacy@.

PR:             ports/161839
Submitted by:   Barry Tigner
Original commit
Tuesday, 11 Oct 2011
14:59 danfe search for other commits by this committer
Update to version 285.05.09, which should remedy system hangs people were
reporting with 280.13.
Original commit
Wednesday, 31 Aug 2011
12:30 danfe search for other commits by this committer
- Update NVidia drivers to their corresponding latest versions
- Apply a workaround to fix the build on recent -CURRENT after fget(9) KPI
  was changed in r224778 (affects the driver since version 195.22)
Original commit
Wednesday, 6 Jul 2011
09:59 danfe search for other commits by this committer
- Fix the build against Clang (also GCC with -Wformat-security, see PR
  ports/157255)
- Drop long gone ports from CONFLICTS line and refine some comments
  while I'm here

Submitted by:   Garrett Cooper (modified)
Original commit
Monday, 23 May 2011
07:14 danfe search for other commits by this committer
Unbreak on -CURRENT after r221320.

Reported by:    several
Submitted by:   Pan Tsu
Original commit
Saturday, 21 May 2011
14:04 danfe search for other commits by this committer
- Update corresponding NVidia drivers to versions 270.41.19 and 173.14.30
- Turn formal requirement for X server into explicit dependency and bump
  port revisions in nvidia-driver-96 and nvidia-driver-71 accordingly
- Remove NO_PACKAGE; along with previous change, this enables us to build
  nvidia-driver packages
- Try to rely a little less on the assumption that PREFIX == LOCALBASE and
  explicitly create ${PREFIX}/${MODULESDIR}/extensions directory
- Fix pkg-plist issue when both lib/xorg/modules/extensions/libglx.so and
  lib/libGL.so.1 handling worked for installation from the port, but was
  insufficient for the package

Special thanks to ale@ for proposing pkg-plist fix and patiently waiting
for me to realize it is indeed correct.

PR:     ports/152400
Original commit
Thursday, 7 Apr 2011
08:14 danfe search for other commits by this committer
Add license information.

PR:     ports/152400 (part of)
Original commit
Monday, 14 Mar 2011
07:09 danfe search for other commits by this committer
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
Original commit
Friday, 25 Feb 2011
16:59 miwi search for other commits by this committer
- Bump nvidia drivers after xorg update
Original commit
Wednesday, 8 Dec 2010
03:28 danfe search for other commits by this committer
Non-functional changes (mostly cleanups).
Original commit
Saturday, 9 Oct 2010
09:27 danfe search for other commits by this committer
Update nVidia drivers to their most recent versions.
Original commit
08:20 danfe search for other commits by this committer
Convert patch which does not apply in every case now to inplace editing, and
thus unbreak legacy drivers build.  Do some minor cleanups while here.
Original commit
Friday, 24 Sep 2010
19:11 makc search for other commits by this committer
- Don't install vdpau library and headers, they are now provided by
  multimedia/libvdpau. [1]
- Explicitly set PORTREVISION to zero for slaves ports (legacy drivers),
  they are not affected by the changes.

PR:             ports/150369 [1]
Submitted by:   Anonymous <swell.k at gmail.com>
Reviewed by:    danfe (maintainer)
Original commit
Monday, 24 May 2010
03:01 danfe search for other commits by this committer
Restore correct MASTER_SITE_SUBDIR for legacy driver versions that was
mistakenly dropped in rev. 1.97 and add a comment explaining why do we
set it not in PORTNAME section, but later (when NVVERSION is defined).

PR:     ports/146566
Original commit
Saturday, 10 Apr 2010
13:40 danfe search for other commits by this committer
- Update nVidia BETA drivers to version 195.36.15
- Add missing symlink `libglx.so' to pkg-plist to unbreak installation
  from binary package (accidentally dropped in rev. 1.23)
- Provide symlinks for VDPAU headers in /usr/local/include/vdpau [1]

Discussed with: decke, czander@nVidia [1]
Original commit
Friday, 19 Feb 2010
17:38 danfe search for other commits by this committer
Add OSVERSION check in order to apply d_mmap() fix only when required.

Feature safe:   yes
Original commit
Tuesday, 16 Feb 2010
15:30 danfe search for other commits by this committer
- Update legacy drivers to their most recent versions
- Patch for updated d_mmap() in recent -CURRENT where applicable
- Adjust FreeBSD version requirement (legacy drivers work on older releases,
  contrary to 195.22 beta)

Feature safe:   yes
Original commit
Tuesday, 15 Dec 2009
00:08 danfe search for other commits by this committer
Update to version 195.22.  These are BETA drivers, and normally update would
not occur, but now it is special: it features long-awaited x86-64 (amd64)
support.  In order to use this driver release, your system will need to have
either FreeBSD 7-STABLE after 702106 or FreeBSD 8.0 and above.

Both the FreeBSD/x86 and FreeBSD/x86-64 driver packages include 32-bit Linux
ABI compatibility libraries; 64-bit Linux libraries may be included with a
future release (when support for Linux/x86-64 compatibility is added to
FreeBSD/amd64).  The FreeBSD/x86-64 package does not include the FreeBSD/x86
OpenGL libraries; however, the libraries shipped with the FreeBSD/x86 driver
package have been tested on FreeBSD/x86-64.

Port was updated to serve both versions seamlessly.  No need to specify
anything to distinguish between architectures.

I would like to thank everyone involved to make this happen.

Reviewed on:    -ports@
Original commit
Tuesday, 29 Sep 2009
13:25 danfe search for other commits by this committer
- Update to the latest release from NVidia, 185.18.36 [1]
- Register CONFLICTS with number of Linux DRI ports [2]
- Improve grammar in comment while here

PRs:            ports/138598 [1], ports/135322 [2]
Reviewed by:    bsam [2]
Feature safe:   yes
Original commit
Tuesday, 4 Aug 2009
08:27 danfe search for other commits by this committer
- Use accurate NVVERSION for checking libcuda compat library presence
- Now that no version of drivers installs nvidia_drv.o, remove the check
  and clean up pkg-plist
Original commit
Monday, 3 Aug 2009
17:36 danfe search for other commits by this committer
Update NVidia drivers to most recent versions.
Original commit
Saturday, 6 Jun 2009
11:00 danfe search for other commits by this committer
Update to version 180.60, the latest to date.
Original commit
Monday, 13 Apr 2009
12:27 danfe search for other commits by this committer
- Update to catch up with latest releases from NVidia
- Drop `agpvar.h' location fix as it was integrated upstream
- Add missing libvdpau entries and cleanup pkg-plist
Original commit
08:24 danfe search for other commits by this committer
- Correct OSVERSION value in minor() -> dev2unit() fix
- Remove offending piece of code (already commented out)
- Update some comments
- Remove old X11 libraries hack for USE_LINUX, seems to be of no use
  there days
Original commit
Thursday, 19 Feb 2009
15:52 miwi search for other commits by this committer
- Update to 180.29
- Fix build on HEAD

Approved by:    maintainer timeout on ports/130336
Original commit
Monday, 5 Jan 2009
19:42 wxs search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older

Approved by:    pav
Original commit
Monday, 27 Oct 2008
19:54 danfe search for other commits by this committer
- Update to version 177.80, the latest from NVidia
- As this update renders even more GPUs obsolete (please consult README file
  to find out if your card needs legacy driver), x11/nvidia-driver-173 slave
  port will be committed shortly
Original commit
Tuesday, 21 Oct 2008
21:35 danfe search for other commits by this committer
- Drop nowadays useless and unsupported OPTION
- Give a hint in Makefile header about this port being master
Original commit
16:31 danfe search for other commits by this committer
Non-functional changes:
- Sort distinfo entries so that latest release is on top
- Touch some comments
Original commit

Number of commits found: 282 (showing only 100 on this page)

«  1 | 2 | 3  »