From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 12 04:20:37 2014 Return-Path: Delivered-To: gnome@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 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) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=airport.fm; h= message-id:date:from:mime-version:to:cc:subject:content-type :content-transfer-encoding; s=mail; bh=tXkdg2zZd6bstVykI7OxoKPN7 TA=; b=Qh/ftsbqc2KdpbL+zUWwyS7IcfXHIXknP+57gFX1XTFm1alsNnq9ZjFq+ T6x57ummNaiip1NRqJtFZklsSHsg7sU+8996dcrDpZslDlZSBBMhTK7zg0LA8ExX BAQzuRe0zYbVQUw0a8LKiv9lnQJ6aZs6VvZj1GtW7WXtULMSxw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=airport.fm; h=message-id :date:from:mime-version:to:cc:subject:content-type :content-transfer-encoding; q=dns; s=mail; b=JX249O62pmAqaBW+IOb rdyNUpUJmxu5miH62w1U8xIL44uRvSpUhnVWFefy4MIMRs56Ujef2YwxSj150jDU Uybs5Ppazswj8k572o3b+WgoLEYc+Sl2Li04wfcPnhskI9rYrZZVIrmJMM7+Mibi bhiDCPE8EW02evM5Tl+nmqMY= 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 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-gnats-submit@freebsd.org Subject: [PATCH] devel/gamin: fix StageDir X-Enigmail-Version: 1.6 OpenPGP: id=9C3E8F56 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 04:20:37 -0000 >Submitter-Id: current-users >Originator: Takefu >Organization: FOX Amateur Radio Club >Confidential: no >Synopsis: [PATCH] devel/gamin: fix StageDir >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.4-RELEASE-p7 i386 >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 ---