#!/bin/sh # PKG_PREFIX=${PKG_PREFIX:-/usr/local} # Verify proper execution # if [ $# -ne 2 ]; then echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 exit 1 fi # Verify/process the command # case $2 in PRE-INSTALL) : nothing to pre-install for this port ;; POST-INSTALL) echo "Adding 2 lines to /etc/crontab ..." echo "# bsdsar execution" >> /etc/crontab echo "20,40 8-18 * * * root $PKG_PREFIX/bin/bsdsar_gather" >> /etc/crontab echo "0 * * * * root $PKG_PREFIX/bin/bsdsar_gather" >> /etc/crontab ;; *) echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 exit 1 ;; esac exit 0 ~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11/nvidia-driver
ommitgraph'>* /+2
Commit message (Expand)AuthorAgeFilesLines
* Fix two issues with r354638:marius2014-05-212-2/+2
* - Update nvidia-driver to 331.67.marius2014-05-205-7/+65
* - Update long lived branch to version 331.49danfe2014-03-042-10/+23
Regular USE_GITHUB cleanup.mat2017-10-132-6/+5
* Add post release patch (will become obsolete with next release).se2017-10-121-0/+49
* - Stagifyrene2014-02-014-14/+55
* Update to version 331.20.danfe2013-12-263-6/+28
* In sight of upcoming update, do some cleaning: convert to Uses=kmod and thendanfe2013-12-262-17/+15
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-9/+1
* SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-201-0/+1
* - Unbreak on recent -CURRENT (after r255426): vm_map_find() now takes 10danfe2013-09-121-1/+6
* Unbreak the build on recent -CURRENT (after cap_rights_t type was changeddanfe2013-09-061-0/+6
* Fix NVidia drivers correctly after KVA space allocation API changes indanfe2013-08-201-5/+5
* - Unbreak the build on recent -CURRENT after r254025 [1]danfe2013-08-081-5/+11
* - Update NVidia driver to the latest LTS stable version, 319.32danfe2013-08-072-9/+15
* - Fix stack buffer overflow in nvidia_sysctl_bus_type()danfe2013-04-253-6/+9
* Update NVidia drivers vulnerable to GPU driver ARGB cursor buffer overflowdanfe2013-04-082-9/+9
* - Convert recent patches against -CURRENT to sed(1) invocations that work fordanfe2013-04-074-90/+27
* Resolve current build breakage on head for the nvidia driver via this nicesbruno2013-03-163-0/+70
* Update the commentary.danfe2013-02-161-2/+5