diff options
author | rm <rm@FreeBSD.org> | 2013-08-31 06:43:08 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-08-31 06:43:08 +0800 |
commit | 6888ddfe5af42cca3e395048136f34cfb0f50c53 (patch) | |
tree | 7fd49218d6e6f0ab8597551d0e6f9899d12109c3 | |
parent | 4ac5928ded2aa1ad804baaaaf3582ba7e8a789f1 (diff) | |
download | freebsd-ports-graphics-6888ddfe5af42cca3e395048136f34cfb0f50c53.tar.gz freebsd-ports-graphics-6888ddfe5af42cca3e395048136f34cfb0f50c53.tar.zst freebsd-ports-graphics-6888ddfe5af42cca3e395048136f34cfb0f50c53.zip |
- update to 1.4.7
- work around kern/181590, provided by Peter Holm
- remove @dirrmtry etc/devd from the plist generator
changelog:
- allow configuring additional arguments for tools like amq, rpcbind, logger
- read only fallback for write protected storage devices
- report to syslogd(8)
PR: 181661
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
-rw-r--r-- | sysutils/automounter/Makefile | 8 | ||||
-rw-r--r-- | sysutils/automounter/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile index b8c068809fc..13fc9b655ec 100644 --- a/sysutils/automounter/Makefile +++ b/sysutils/automounter/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= automounter -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= sysutils MASTER_SITES= SF/bsdadminscripts/${PORTNAME} EXTRACT_SUFX= .tar.xz @@ -20,10 +20,12 @@ MAN8= ${PORTNAME}.8 plist: patch @cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST} - @${ECHO} "@dirrmtry etc/devd" >> ${PLIST} +# Use "amd -S" to avoid a vm locking panic, the scope of which has not yet +# been determined. See kern/181590. do-install: - @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} + @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \ + -amd="/usr/sbin/amd -S" post-install: @${JOT} -s- -b- 39 diff --git a/sysutils/automounter/distinfo b/sysutils/automounter/distinfo index ad992eb1015..833d64b178f 100644 --- a/sysutils/automounter/distinfo +++ b/sysutils/automounter/distinfo @@ -1,2 +1,2 @@ -SHA256 (automounter-1.4.6.tar.xz) = 234acaea33dadeae78c866e903063f79cb67186e8f86c93b79f90fbb340c7e7a -SIZE (automounter-1.4.6.tar.xz) = 21200 +SHA256 (automounter-1.4.7.tar.xz) = 5ccfa21f00d6e1c396d3db4d42b5a1ab4304f80cc83215ca9a3699498760223c +SIZE (automounter-1.4.7.tar.xz) = 21748 |