Bug 231721 - [patch] x11/nvidia-driver: update to 390.87
Summary: [patch] x11/nvidia-driver: update to 390.87
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-25 16:23 UTC by Samy Mahmoudi
Modified: 2018-09-30 14:26 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments
Patch file generated with svn diff (2.39 KB, patch)
2018-09-25 16:23 UTC, Samy Mahmoudi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samy Mahmoudi 2018-09-25 16:23:20 UTC
Created attachment 197492 [details]
Patch file generated with svn diff

• Update 'x11/nvidia-driver' to version 390.87:

"Fixed a resource leak introduced in the 390 series of drivers that could lead to reduced performance after starting and stopping several OpenGL and/or Vulkan applications."

• Replace deprecated @exec and @unexec respectively with @postexec and @postunexec
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-09-30 14:19:11 UTC
A commit references this bug:

Author: danfe
Date: Sun Sep 30 14:18:45 UTC 2018
New revision: 480954
URL: https://svnweb.freebsd.org/changeset/ports/480954

Log:
  Update `x11/nvidia-driver' to version 390.87, which fixed a resource
  leak introduced in the 390 series of drivers that could lead to reduced
  performance after starting and stopping several OpenGL and/or Vulkan
  applications.  While here, replace deprecated @[un]exec keywords which
  do not specify when they should be executed with @post[un]exec and move
  KPI-related patching to a better place within the Makefile.

  PR:	231721

Changes:
  head/x11/nvidia-driver/Makefile
  head/x11/nvidia-driver/distinfo
  head/x11/nvidia-driver/pkg-plist
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2018-09-30 14:26:19 UTC
Port updated as of ports r480954, thanks for the patch.