From nobody@FreeBSD.org  Thu Aug 29 21:48:39 2013
Return-Path: <nobody@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 A6AAF1C3
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <kamikaze@bsdforen.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer-update] sysutils/automounter 1.4.7
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181661
>Category:       ports
>Synopsis:       [maintainer-update] sysutils/automounter 1.4.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 29 21:50:00 UTC 2013
>Closed-Date:    Fri Aug 30 22:43:40 UTC 2013
>Last-Modified:  Fri Aug 30 22:50:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Fri Aug 30 19:58:22 UTC 2013 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181661 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Fri Aug 30 22:43:38 UTC 2013 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181661 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181661: commit references a PR
Date: Fri, 30 Aug 2013 22:43:16 +0000 (UTC)

 Author: rm
 Date: Fri Aug 30 22:43:08 2013
 New Revision: 325726
 URL: http://svnweb.freebsd.org/changeset/ports/325726
 
 Log:
   - 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)
 
 Modified:
   head/sysutils/automounter/Makefile
   head/sysutils/automounter/distinfo
 
 Modified: head/sysutils/automounter/Makefile
 ==============================================================================
 --- head/sysutils/automounter/Makefile	Fri Aug 30 22:31:38 2013	(r325725)
 +++ head/sysutils/automounter/Makefile	Fri Aug 30 22:43:08 2013	(r325726)
 @@ -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
 
 Modified: head/sysutils/automounter/distinfo
 ==============================================================================
 --- head/sysutils/automounter/distinfo	Fri Aug 30 22:31:38 2013	(r325725)
 +++ head/sysutils/automounter/distinfo	Fri Aug 30 22:43:08 2013	(r325726)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
