From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 29 21:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D48B21E1 for ; Thu, 29 Aug 2013 21:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B430C2C88 for ; Thu, 29 Aug 2013 21:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7TLo0g5026328 for ; Thu, 29 Aug 2013 21:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7TLo0FG026327; Thu, 29 Aug 2013 21:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 29 Aug 2013 21:50:00 GMT Resent-Message-Id: <201308292150.r7TLo0FG026327@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A6AAF1C3 for ; Thu, 29 Aug 2013 21:48:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A5492C78 for ; Thu, 29 Aug 2013 21:48:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7TLmch7060682 for ; Thu, 29 Aug 2013 21:48:38 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7TLmcbB060610; Thu, 29 Aug 2013 21:48:38 GMT (envelope-from nobody) Message-Id: <201308292148.r7TLmcbB060610@oldred.freebsd.org> Date: Thu, 29 Aug 2013 21:48:38 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181661: [maintainer-update] sysutils/automounter 1.4.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 21:50:01 -0000 >Number: 181661 >Category: ports >Synopsis: [maintainer-update] sysutils/automounter 1.4.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 29 21:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: stable/9 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254957: Tue Aug 27 19:07:40 CEST 2013 root@mobileKamikaze.norad:/usr/obj/HP6510b-9/amd64/usr/src/sys/HP6510b-9 amd64 >Description: Port changes: - Work around kern/181590, provided by Peter Holm - Remove @dirrmtry etc/devd from the plist generator automounter changes: - Allow configuring additional arguments for tools like amq, rpcbind, logger ... - Read only fallback for write protected storage devices - Report to syslogd(8) >How-To-Repeat: >Fix: Patch attached with submission follows: Index: sysutils/automounter/Makefile =================================================================== --- sysutils/automounter/Makefile (revision 325595) +++ sysutils/automounter/Makefile (working copy) @@ -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 @@ 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 Index: sysutils/automounter/distinfo =================================================================== --- sysutils/automounter/distinfo (revision 325595) +++ sysutils/automounter/distinfo (working copy) @@ -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 >Release-Note: >Audit-Trail: >Unformatted: