From nobody@FreeBSD.org  Fri Aug 20 14:17:48 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D22081065672
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Aug 2010 14:17:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A7C428FC22
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Aug 2010 14:17:48 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7KEHmH4017942
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Aug 2010 14:17:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o7KEHmtF017939;
	Fri, 20 Aug 2010 14:17:48 GMT
	(envelope-from nobody)
Message-Id: <201008201417.o7KEHmtF017939@www.freebsd.org>
Date: Fri, 20 Aug 2010 14:17:48 GMT
From: Josh Paetzel <jpaetzel@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] update misc/freeswitch-scripts to work better with metaport
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: r.neese@gmail.com

>Number:         149836
>Category:       ports
>Synopsis:       [PATCH] update misc/freeswitch-scripts to work better with metaport
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jpaetzel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 20 14:20:01 UTC 2010
>Closed-Date:    Fri Aug 20 19:03:31 UTC 2010
>Last-Modified:  Fri Aug 20 19:10:01 UTC 2010
>Originator:     Josh Paetzel
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD ix.tcbug.org 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Mon Jul 12 22:22:49 CDT 2010     jpaetzel@ix.tcbug.org:/usr/obj/usr/src/sys/IX  amd64
>Description:
Add sentinel files needed so that the net/freeswitch meta port recognizes this port is installed.
>How-To-Repeat:
Attempt to install net/freeswitch with the OPTION for freeswitch-scripts turned on
>Fix:
Apply patch

Patch attached with submission follows:

diff -ru /home/jpaetzel/ports/misc/freeswitch-scripts/Makefile /storage/tinderbox/portstrees/20100811/ports/misc/freeswitch-scripts/Makefile
--- /home/jpaetzel/ports/misc/freeswitch-scripts/Makefile	2010-08-14 14:06:13.000000000 -0500
+++ /storage/tinderbox/portstrees/20100811/ports/misc/freeswitch-scripts/Makefile	2010-08-19 15:53:22.000000000 -0500
@@ -39,6 +39,9 @@
 .endfor
 
 do-install:
+	${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/scripts
+	${TOUCH} ${PREFIX}/etc/${BASE_PORTNAME}/scripts/.freeswitch-scripts
+
 .if defined(WITH_JAVASCRIPT)
 	@${RM} ${WRKSRC}/javascript/ps_pizza.js
 	@${RM} ${WRKSRC}/javascript/pizza.js
diff -ru /home/jpaetzel/ports/misc/freeswitch-scripts/pkg-plist /storage/tinderbox/portstrees/20100811/ports/misc/freeswitch-scripts/pkg-plist
--- /home/jpaetzel/ports/misc/freeswitch-scripts/pkg-plist	2010-08-14 14:06:13.000000000 -0500
+++ /storage/tinderbox/portstrees/20100811/ports/misc/freeswitch-scripts/pkg-plist	2010-08-19 15:53:56.000000000 -0500
@@ -1,3 +1,4 @@
+etc/freeswitch/scripts/.freeswitch-scripts
 %%WITH_JAVASCRIPT%%etc/freeswitch/scripts/javascript/aadir/README
 %%WITH_JAVASCRIPT%%etc/freeswitch/scripts/javascript/aadir/aadir.js
 %%WITH_JAVASCRIPT%%etc/freeswitch/scripts/javascript/api.js
@@ -87,3 +88,4 @@
 %%WITH_LUA%%@dirrm etc/freeswitch/scripts/lua
 %%WITH_JAVASCRIPT%%@dirrm etc/freeswitch/scripts/javascript/aadir
 %%WITH_JAVASCRIPT%%@dirrm etc/freeswitch/scripts/javascript
+@dirrm etc/freeswitch/scripts


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jpaetzel 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 20 14:20:15 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149836 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Aug 20 14:20:19 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: r.neese@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/149836: [PATCH] update misc/freeswitch-scripts to work better with metaport
Date: Fri, 20 Aug 2010 14:20:17 UT

 Maintainer of misc/freeswitch-scripts,
 
 Please note that PR ports/149836 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/149836
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Josh Paetzel <jpaetzel@freebsd.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/149836: [PATCH] update misc/freeswitch-scripts to work better with metaport
Date: Fri, 20 Aug 2010 10:43:40 -0500

 --Boundary-00=_sKqbMpV7X352zfs
 Content-Type: Text/Plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 Updated patch attached.
 
 -- 
 Thanks,
 
 Josh Paetzel
 FreeBSD -- The power to serve
 
 --Boundary-00=_sKqbMpV7X352zfs
 Content-Type: text/plain;
   charset="ISO-8859-1";
   name="freeswitch-scripts.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="freeswitch-scripts.txt"
 
 Only in ports/misc/freeswitch-scripts: CVS
 diff -ru ports/misc/freeswitch-scripts/Makefile /storage/tinderbox/portstrees/20100811/ports/misc/freeswitch-scripts/Makefile
 --- ports/misc/freeswitch-scripts/Makefile	2010-08-14 14:06:13.000000000 -0500
 +++ /storage/tinderbox/portstrees/20100811/ports/misc/freeswitch-scripts/Makefile	2010-08-20 09:30:38.000000000 -0500
 @@ -39,6 +39,8 @@
  .endfor
  
  do-install:
 +	${TOUCH} ${PREFIX}/etc/${BASE_PORTNAME}/scripts/.freeswitch-scripts
 +
  .if defined(WITH_JAVASCRIPT)
  	@${RM} ${WRKSRC}/javascript/ps_pizza.js
  	@${RM} ${WRKSRC}/javascript/pizza.js
 diff -ru ports/misc/freeswitch-scripts/pkg-plist /storage/tinderbox/portstrees/20100811/ports/misc/freeswitch-scripts/pkg-plist
 --- ports/misc/freeswitch-scripts/pkg-plist	2010-08-14 14:06:13.000000000 -0500
 +++ /storage/tinderbox/portstrees/20100811/ports/misc/freeswitch-scripts/pkg-plist	2010-08-20 09:30:52.000000000 -0500
 @@ -1,3 +1,4 @@
 +etc/freeswitch/scripts/.freeswitch-scripts
  %%WITH_JAVASCRIPT%%etc/freeswitch/scripts/javascript/aadir/README
  %%WITH_JAVASCRIPT%%etc/freeswitch/scripts/javascript/aadir/aadir.js
  %%WITH_JAVASCRIPT%%etc/freeswitch/scripts/javascript/api.js
 Only in /storage/tinderbox/portstrees/20100811/ports/misc/freeswitch-scripts/: work
 
 --Boundary-00=_sKqbMpV7X352zfs--
State-Changed-From-To: feedback->closed 
State-Changed-By: jpaetzel 
State-Changed-When: Fri Aug 20 19:03:07 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149836: commit references a PR
Date: Fri, 20 Aug 2010 19:02:58 +0000 (UTC)

 jpaetzel    2010-08-20 19:02:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc/freeswitch-scripts Makefile pkg-plist 
   Log:
   Fixes to make this work better with net/freeswitch meta-port
   
   PR:     ports/149836
   Submitted by:   jpaetzel@FreeBSD.org
   
   Revision  Changes    Path
   1.2       +2 -0      ports/misc/freeswitch-scripts/Makefile
   1.2       +1 -0      ports/misc/freeswitch-scripts/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
