From gasolwu@kkbox.com  Thu Aug 29 04:55:17 2013
Return-Path: <gasolwu@kkbox.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 98839DFF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Aug 2013 04:55:17 +0000 (UTC)
	(envelope-from gasolwu@kkbox.com)
Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167])
	by mx1.freebsd.org (Postfix) with ESMTP id 681E3221B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Aug 2013 04:55:16 +0000 (UTC)
Received: by goingmarry.kkbox.com (Postfix, from userid 1033)
	id 3D9B875093E; Thu, 29 Aug 2013 12:55:09 +0800 (CST)
Message-Id: <20130829045509.3D9B875093E@goingmarry.kkbox.com>
Date: Thu, 29 Aug 2013 12:55:09 +0800 (CST)
From: Gasol Wu <gasol.wu@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/pecl-inotify: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         181637
>Category:       ports
>Synopsis:       [MAINTAINER] devel/pecl-inotify: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 29 05:00:00 UTC 2013
>Closed-Date:    Mon Jan 06 15:13:32 UTC 2014
>Last-Modified:  Mon Jan 06 15:13:32 UTC 2014
>Originator:     Gasol Wu
>Release:        FreeBSD 9.1-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD goingmarry 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013
>Description:
Correct variable name to fix shared library links

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- pecl-inotify-0.1.6_1.patch begins here ---
diff -ruN /usr/ports/devel/pecl-inotify/Makefile ./Makefile
--- /usr/ports/devel/pecl-inotify/Makefile	2012-11-23 02:54:02.000000000 +0800
+++ ./Makefile	2013-08-29 12:51:39.000000000 +0800
@@ -3,6 +3,7 @@
 
 PORTNAME=	inotify
 PORTVERSION=	0.1.6
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
diff -ruN /usr/ports/devel/pecl-inotify/files/patch-config.m4 ./files/patch-config.m4
--- /usr/ports/devel/pecl-inotify/files/patch-config.m4	2012-11-23 02:54:02.000000000 +0800
+++ ./files/patch-config.m4	2013-08-29 12:49:04.000000000 +0800
@@ -1,6 +1,6 @@
 --- ./config.m4.orig	2012-05-04 17:51:20.000000000 +0800
-+++ ./config.m4	2012-06-27 12:05:19.620198000 +0800
-@@ -1,22 +1,52 @@
++++ ./config.m4	2013-08-29 12:49:00.000000000 +0800
+@@ -1,22 +1,51 @@
  dnl $Id: config.m4 262896 2008-07-17 19:11:16Z lbarnaud $
  dnl config.m4 for extension inotify
  
@@ -44,8 +44,6 @@
 +    AC_MSG_ERROR([Cannot find libevent headers])
 +  fi
 +
-+  PHP_ADD_INCLUDE($LIBINOTIFY_DIR/include)
-+
 +  LIBNAME=inotify
 +  LIBSYMBOL=inotify_init
 +
@@ -55,13 +53,14 @@
 +
 +  PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL,
 +  [
-+    PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $LIBINOTIFY_DIR/$PHP_LIBDIR, LIBINOTIFY_SHARED_LIBADD)
++    PHP_ADD_INCLUDE($LIBINOTIFY_DIR/include)
++    PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $LIBINOTIFY_DIR/$PHP_LIBDIR, INOTIFY_SHARED_LIBADD)
 +  ],[
 +    AC_MSG_ERROR([Your system does not support inotify])
 +  ],[
-+    -L$LIBINOTIFY_DIR/$PHP_LIBDIR 
++    -L$LIBINOTIFY_DIR/$PHP_LIBDIR
    ])
  
-+  PHP_SUBST(LIBINOTIFY_SHARED_LIBADD)
++  PHP_SUBST(INOTIFY_SHARED_LIBADD)
    PHP_NEW_EXTENSION(inotify, inotify.c, $ext_shared)
  fi
--- pecl-inotify-0.1.6_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 29 05:00:08 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181637 
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Sun Sep 22 09:11:26 CDT 2013 
Responsible-Changed-Why:  
Back to the heap due to timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181637 
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 6 19:23:29 UTC 2013 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181637: commit references a PR
Date: Mon,  6 Jan 2014 15:08:53 +0000 (UTC)

 Author: sunpoet
 Date: Mon Jan  6 15:08:43 2014
 New Revision: 338891
 URL: http://svnweb.freebsd.org/changeset/ports/338891
 
 Log:
   - Correct variable name to fix shared library links
   - Bump PORTREVISION for package change
   - While I'm here, convert to new LIB_DEPENDS format and support STAGEDIR
   
   PR:		ports/181637
   Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)
 
 Modified:
   head/devel/pecl-inotify/Makefile
   head/devel/pecl-inotify/files/patch-config.m4   (contents, props changed)
 
 Modified: head/devel/pecl-inotify/Makefile
 ==============================================================================
 --- head/devel/pecl-inotify/Makefile	Mon Jan  6 15:08:38 2014	(r338890)
 +++ head/devel/pecl-inotify/Makefile	Mon Jan  6 15:08:43 2014	(r338891)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	inotify
  PORTVERSION=	0.1.6
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	http://pecl.php.net/get/
  PKGNAMEPREFIX=	pecl-
 @@ -14,7 +15,7 @@ COMMENT=	This extension allows to use in
  
  LICENSE=	PHP301
  
 -LIB_DEPENDS=	inotify:${PORTSDIR}/devel/libinotify
 +LIB_DEPENDS=	libinotify.so:${PORTSDIR}/devel/libinotify
  
  USE_PHP=	yes
  USE_PHP_BUILD=	yes
 @@ -22,5 +23,4 @@ USE_PHPIZE=	yes
  USE_PHPEXT=	yes
  IGNORE_WITH_PHP=4
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Modified: head/devel/pecl-inotify/files/patch-config.m4
 ==============================================================================
 --- head/devel/pecl-inotify/files/patch-config.m4	Mon Jan  6 15:08:38 2014	(r338890)
 +++ head/devel/pecl-inotify/files/patch-config.m4	Mon Jan  6 15:08:43 2014	(r338891)
 @@ -1,6 +1,6 @@
  --- ./config.m4.orig	2012-05-04 17:51:20.000000000 +0800
 -+++ ./config.m4	2012-06-27 12:05:19.620198000 +0800
 -@@ -1,22 +1,52 @@
 ++++ ./config.m4	2013-08-29 12:49:00.000000000 +0800
 +@@ -1,22 +1,51 @@
   dnl $Id: config.m4 262896 2008-07-17 19:11:16Z lbarnaud $
   dnl config.m4 for extension inotify
   
 @@ -44,8 +44,6 @@
  +    AC_MSG_ERROR([Cannot find libevent headers])
  +  fi
  +
 -+  PHP_ADD_INCLUDE($LIBINOTIFY_DIR/include)
 -+
  +  LIBNAME=inotify
  +  LIBSYMBOL=inotify_init
  +
 @@ -55,13 +53,14 @@
  +
  +  PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL,
  +  [
 -+    PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $LIBINOTIFY_DIR/$PHP_LIBDIR, LIBINOTIFY_SHARED_LIBADD)
 ++    PHP_ADD_INCLUDE($LIBINOTIFY_DIR/include)
 ++    PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $LIBINOTIFY_DIR/$PHP_LIBDIR, INOTIFY_SHARED_LIBADD)
  +  ],[
  +    AC_MSG_ERROR([Your system does not support inotify])
  +  ],[
 -+    -L$LIBINOTIFY_DIR/$PHP_LIBDIR 
 ++    -L$LIBINOTIFY_DIR/$PHP_LIBDIR
     ])
   
 -+  PHP_SUBST(LIBINOTIFY_SHARED_LIBADD)
 ++  PHP_SUBST(INOTIFY_SHARED_LIBADD)
     PHP_NEW_EXTENSION(inotify, inotify.c, $ext_shared)
   fi
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Jan 6 15:13:31 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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