From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 29 05:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 B2FB0E2B for ; Thu, 29 Aug 2013 05:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 972102233 for ; Thu, 29 Aug 2013 05:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7T500oK014476 for ; Thu, 29 Aug 2013 05:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7T500O4014475; Thu, 29 Aug 2013 05:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 29 Aug 2013 05:00:00 GMT Resent-Message-Id: <201308290500.r7T500O4014475@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu 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 ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181637: [MAINTAINER] devel/pecl-inotify: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 05:00:00 -0000 >Number: 181637 >Category: ports >Synopsis: [MAINTAINER] devel/pecl-inotify: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 29 05:00:00 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted: