From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 24 17:20:01 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 02A55BFB for ; Wed, 24 Jul 2013 17:20:01 +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 D47C420D2 for ; Wed, 24 Jul 2013 17:20: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 r6OHK0FG067508 for ; Wed, 24 Jul 2013 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6OHK04l067507; Wed, 24 Jul 2013 17:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 24 Jul 2013 17:20:00 GMT Resent-Message-Id: <201307241720.r6OHK04l067507@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, nemysis 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 34872923 for ; Wed, 24 Jul 2013 17:10:46 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) by mx1.freebsd.org (Postfix) with ESMTP id B0079207D for ; Wed, 24 Jul 2013 17:10:45 +0000 (UTC) Received: from something.email.com ([83.77.80.5]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MUHbK-1UcIGs27t4-00Qy2J for ; Wed, 24 Jul 2013 19:10:37 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 24 Jul 2013 19:10:35 +0200 Message-Id: <0LikyX-1UWYFM2Tfx-00d2lE@mail.gmx.com> Date: Wed, 24 Jul 2013 19:10:35 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/180809: [MAINTAINER] net-p2p/libtorrent-rasterbar-16: Cleanup Makefile, adjust master and slave 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: Wed, 24 Jul 2013 17:20:01 -0000 >Number: 180809 >Category: ports >Synopsis: [MAINTAINER] net-p2p/libtorrent-rasterbar-16: Cleanup Makefile, adjust master and slave >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: Wed Jul 24 17:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p10 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p10 FreeBSD 9.1-RELEASE-p10 #0: Fri Jun 28 19:52:22 UTC 2013 >Description: - Trim typo - Remove not needed slave-post-patch - Trim REINPLACE_CMD - Remove not needed slave-post-install - Cleanup Makefile Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130724160600-11924/ >Fix: --- libtorrent-rasterbar-0.16.10.patch begins here --- diff -ruN /usr/ports/net-p2p/libtorrent-rasterbar-16/Makefile ./Makefile --- /usr/ports/net-p2p/libtorrent-rasterbar-16/Makefile 2013-07-10 19:26:45.000000000 +0200 +++ ./Makefile 2013-07-24 18:04:03.000000000 +0200 @@ -42,7 +42,7 @@ DOCSRCDIR1= ${WRKSRC} DOC_FILES1= AUTHORS README -DOCSRCDIR2= ${WRKSRC}/docs +DOCSRCDIR2= ${WRKSRC}/docs DOCSDIR2= ${DOCSDIR}/docs DOC_FILES2= *.png *.jpg *.gif *.html *.rst *.css @@ -50,7 +50,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES -.include +.include .if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "yes" && defined(USE_PYTHON) CONFIGURE_ARGS+= --enable-python-binding \ @@ -59,20 +59,11 @@ CONFIGURE_ARGS+= --disable-python-binding .endif -.if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "yes" -post-patch: slave-post-patch -.else - post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/include|${PREFIX}/include|' \ + @${REINPLACE_CMD} -e 's|/usr/local/include|${PREFIX}/include|' \ ${WRKSRC}/Jamfile -.endif -.if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "yes" -post-install: slave-post-install -.else post-install: -.endif .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} @@ -84,4 +75,4 @@ ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${EXAMPLESDIR} .endif -.include +.include --- libtorrent-rasterbar-0.16.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: