From az@sunner.semmy.ru  Mon Jan 10 18:30:45 2011
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 70180106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Jan 2011 18:30:45 +0000 (UTC)
	(envelope-from az@sunner.semmy.ru)
Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 304508FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Jan 2011 18:30:45 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.72 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1PcMVw-000OBt-DN
	for FreeBSD-gnats-submit@freebsd.org; Mon, 10 Jan 2011 21:30:44 +0300
Message-Id: <E1PcMVw-000OBt-DN@sunner.semmy.ru>
Date: Mon, 10 Jan 2011 21:30:44 +0300
From: Andrej Zverev <az@FreeBSD.org>
Sender: Andrej Zverev <az@sunner.semmy.ru>
Reply-To: Andrej Zverev <az@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] audio/freeswitch-sounds fix usage of @dirrmtry macro
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ecrist@secure-computing.net

>Number:         153854
>Category:       ports
>Synopsis:       [patch] audio/freeswitch-sounds fix usage of @dirrmtry macro
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    az
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 18:40:08 UTC 2011
>Closed-Date:    Tue Jan 11 05:50:40 UTC 2011
>Last-Modified:  Tue Jan 11 05:50:40 UTC 2011
>Originator:     Andrej Zverev
>Release:        FreeBSD 7.3-RELEASE-p1 i386
>Organization:
>Environment:

	
>Description:
	@dirrmtry expand itself as
		@unexec rmdir %D/<dir> 2>/dev/null || true
	so, you don't need anything extra.
	
>How-To-Repeat:
	
>Fix:

	

--- freeswitch-sounds.diff begins here ---
Index: freeswitch-sounds/Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/freeswitch-sounds/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- freeswitch-sounds/Makefile	20 Aug 2010 21:44:22 -0000	1.3
+++ freeswitch-sounds/Makefile	10 Jan 2011 18:22:35 -0000
@@ -109,8 +109,8 @@
 	${ECHO} .freeswitch-sounds >> ${PLIST}; \
 	${SED} -i "" -e "s:^:share/${BASE_PORTNAME}/sounds/:" ${PLIST}; \
 	${FIND} * -type d ! -empty | ${SORT} -r | ${SED} -e "s:^:@dirrm share/${BASE_PORTNAME}/sounds/:" | ${GREP} / >> ${PLIST}; \
-	${ECHO} "@dirrmtry share/${BASE_PORTNAME}/sounds 2> /dev/null || /usr/bin/true" >> ${PLIST}; \
-	${ECHO} "@dirrmtry share/${BASE_PORTNAME} 2> /dev/null || /usr/bin/true" >> ${PLIST};
+	${ECHO} "@dirrmtry share/${BASE_PORTNAME}/sounds" >> ${PLIST}; \
+	${ECHO} "@dirrmtry share/${BASE_PORTNAME}" >> ${PLIST};
 	${CHMOD} -R 0755 ${WRKDIR}/tmp/
 
 do-install:
--- freeswitch-sounds.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->az 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 10 18:40:15 UTC 2011 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153854 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 10 18:40:20 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ecrist@secure-computing.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/153854: [patch] audio/freeswitch-sounds fix usage of @dirrmtry macro
Date: Mon, 10 Jan 2011 18:40:18 UT

 Maintainer of audio/freeswitch-sounds,
 
 Please note that PR ports/153854 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153854
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153854: commit references a PR
Date: Mon, 10 Jan 2011 19:01:08 +0000 (UTC)

 az          2011-01-10 19:01:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/freeswitch-sounds Makefile 
   Log:
   - Fix usage of @dirrmtry macro
   
   PR:             ports/153854
   Submitted by:   az
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.4       +2 -2      ports/audio/freeswitch-sounds/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: Eric Crist <ecrist@secure-computing.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153854: [patch] audio/freeswitch-sounds fix usage of @dirrmtry macro
Date: Mon, 10 Jan 2011 12:51:11 -0600

 This change looks fine.  Thanks for the feedback!
 
 Eric
 
 
 On Jan 10, 2011, at 12:40:18, Edwin Groothuis wrote:
 
 > Maintainer of audio/freeswitch-sounds,
 > 
 > Please note that PR ports/153854 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153854
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 > 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: az 
State-Changed-When: Tue Jan 11 05:50:38 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153854 
>Unformatted:
