aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/automounter/Makefile8
-rw-r--r--sysutils/automounter/distinfo4
2 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile
index b8c068809fce..13fc9b655ec0 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 ad992eb1015a..833d64b178f5 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