From owner-svn-ports-head@FreeBSD.ORG Fri Mar 7 09:16:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org 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 ESMTPS id 5CF23D1; Fri, 7 Mar 2014 09:16:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 4B48A22E; Fri, 7 Mar 2014 09:16:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s279G9eL042604; Fri, 7 Mar 2014 09:16:09 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s279G9HB042603; Fri, 7 Mar 2014 09:16:09 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403070916.s279G9HB042603@svn.freebsd.org> From: Martin Wilke Date: Fri, 7 Mar 2014 09:16:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347349 - head/devel/gamin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 09:16:09 -0000 Author: miwi Date: Fri Mar 7 09:16:08 2014 New Revision: 347349 URL: http://svnweb.freebsd.org/changeset/ports/347349 QAT: https://qat.redports.org/buildarchive/r347349/ Log: - Stage support Modified: head/devel/gamin/Makefile Modified: head/devel/gamin/Makefile ============================================================================== --- head/devel/gamin/Makefile Fri Mar 7 09:15:52 2014 (r347348) +++ head/devel/gamin/Makefile Fri Mar 7 09:16:08 2014 (r347349) @@ -32,7 +32,6 @@ LIBINOTIFY_DESC=Use libinotify as the FA RUN_AS_EUID_DESC=Drop privileges to effective user .endif -NO_STAGE= yes .include .if !defined(GAMIN_SLAVE) @@ -43,7 +42,7 @@ CPPFLAGS+= -DUSE_GAMIN_POLLER=1 .if ${PORT_OPTIONS:MLIBINOTIFY} CONFIGURE_ARGS+=--enable-inotify LDFLAGS+= -L${LOCALBASE}/lib -linotify -LIB_DEPENDS+= inotify:${PORTSDIR}/devel/libinotify +LIB_DEPENDS+= libinotify.so:${PORTSDIR}/devel/libinotify .else CONFIGURE_ARGS+=--disable-inotify .endif