From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 12 04:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 D8F6663C for ; Wed, 12 Feb 2014 04:30:00 +0000 (UTC) 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 B43A31245 for ; Wed, 12 Feb 2014 04:30: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 s1C4U0sB034311 for ; Wed, 12 Feb 2014 04:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1C4U0tu034310; Wed, 12 Feb 2014 04:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 12 Feb 2014 04:30:00 GMT Resent-Message-Id: <201402120430.s1C4U0tu034310@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, Takefu 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 8E668FF; Wed, 12 Feb 2014 04:20:37 +0000 (UTC) Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B9DE1188; Wed, 12 Feb 2014 04:20:36 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id 63F0A125FB7; Wed, 12 Feb 2014 13:19:58 +0900 (JST) Received: from [IPv6:2001:470:824b:a011:303c:5357:cf34:aa62] (unknown [IPv6:2001:470:824b:a011:303c:5357:cf34:aa62]) by ae-osaka.co.jp (Postfix) with ESMTPSA id EC0E8125EF6; Wed, 12 Feb 2014 13:19:57 +0900 (JST) Message-Id: <52FAF66E.9020908@airport.fm> Date: Wed, 12 Feb 2014 13:19:58 +0900 From: Takefu To: freebsd-gnats-submit@freebsd.org Subject: ports/186674: [PATCH] devel/gamin: fix StageDir Cc: gnome@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 04:30:01 -0000 >Number: 186674 >Category: ports >Synopsis: [PATCH] devel/gamin: fix StageDir >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 12 04:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.4-RELEASE-p7 i386 >Organization: FOX Amateur Radio Club >Environment: System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p7 FreeBSD 8.4-RELEASE-p7 #0: Wed Jan 15 09:30:02 JST 2014 >Description: Convert to staging. gamin py-gamin Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- gamin-0.1.10_6.patch begins here --- diff -ruN /usr/ports/devel/gamin/Makefile ./Makefile --- /usr/ports/devel/gamin/Makefile 2014-01-05 08:40:44.000000000 +0900 +++ ./Makefile 2014-02-12 12:49:53.000000000 +0900 @@ -11,6 +11,8 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT?= A file and directory monitoring system +#LICENSE= LGPLv20 + USES+= gettext gmake pathfix pkgconfig USE_AUTOTOOLS= libtool USE_GNOME?= glib20 @@ -32,7 +34,6 @@ RUN_AS_EUID_DESC=Drop privileges to effective user .endif -NO_STAGE= yes .include .if !defined(GAMIN_SLAVE) @@ -43,7 +44,7 @@ .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 --- gamin-0.1.10_6.patch ends here --- --- py27-gamin-0.1.10_2.patch begins here --- diff -ruN /usr/ports/devel/py-gamin/Makefile ./Makefile --- /usr/ports/devel/py-gamin/Makefile 2014-01-05 08:40:44.000000000 +0900 +++ ./Makefile 2014-02-12 12:58:17.000000000 +0900 @@ -8,6 +8,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface to the Gamin file monitoring system +#LICENSE= LGPLv20 + MASTERDIR= ${.CURDIR}/../gamin BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${BUILD_WRKSRC} @@ -21,9 +23,8 @@ CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc -NO_STAGE= yes post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR} + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR} + @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR} .include "${MASTERDIR}/Makefile" --- py27-gamin-0.1.10_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: