From gslin@colo-p.gslin.org  Tue Mar 24 06:47:44 2009
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 94B03106564A;
	Tue, 24 Mar 2009 06:47:44 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145])
	by mx1.freebsd.org (Postfix) with ESMTP id 682F78FC1D;
	Tue, 24 Mar 2009 06:47:44 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id E36C67E81D; Tue, 24 Mar 2009 14:47:42 +0800 (CST)
Message-Id: <20090324064742.E36C67E81D@colo-p.gslin.org>
Date: Tue, 24 Mar 2009 14:47:42 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mnag@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] www/pecl-APC: Add spinlocks support
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         132992
>Category:       ports
>Synopsis:       [PATCH] www/pecl-APC: Add spinlocks support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 24 06:50:01 UTC 2009
>Closed-Date:    Wed Mar 25 04:19:03 UTC 2009
>Last-Modified:  Wed Mar 25 04:20:04 UTC 2009
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD gslin 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009
>Description:
- Add spinlocks support.

Port maintainer (mnag@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pecl-APC-3.0.19.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/pecl-APC/Makefile /home/staff/gslin/work/ports/pecl-APC/Makefile
--- /usr/ports/www/pecl-APC/Makefile	2009-03-24 14:47:11.000000000 +0800
+++ /home/staff/gslin/work/ports/pecl-APC/Makefile	2009-03-24 14:46:38.000000000 +0800
@@ -27,6 +27,7 @@
 
 OPTIONS=	MMAP		"Enable mmap memory support (default: IPC shm)"	off \
 		SEMAPHORES	"Enable sysv IPC semaphores (default: fcntl())"	off \
+		SPINLOCKS	"Enable spinlocks (experimental)"		off \
 		FILEHITS	"Enable per request cache info"			off \
 		PHP4_OPT	"Little optimization to PHP4"			off
 
@@ -42,6 +43,10 @@
 CONFIGURE_ARGS+=	--enable-apc-sem
 .endif
 
+.if defined(WITH_SPINLOCKS)
+CONFIGURE_ARGS+=	--enable-apc-spinlocks
+.endif
+
 .if defined(WITH_FILEHITS)
 CONFIGURE_ARGS+=	--enable-apc-filehits
 .endif
--- pecl-APC-3.0.19.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 24 06:50:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132992 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Wed Mar 25 04:19:01 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132992: commit references a PR
Date: Wed, 25 Mar 2009 04:18:53 +0000 (UTC)

 mnag        2009-03-25 04:18:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/pecl-APC         Makefile 
   Log:
   - Add spinlocks support
   
   PR:             132992
   Submitted by:   Gea-Suan Lin <gslin___gslin.org>
   
   Revision  Changes    Path
   1.27      +5 -0      ports/www/pecl-APC/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"
 
>Unformatted:
