From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 29 22:30:00 2013 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 ESMTP id C15F9C89 for ; Thu, 29 Aug 2013 22:30: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 880432F2B for ; Thu, 29 Aug 2013 22: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 r7TMU0Qk034605 for ; Thu, 29 Aug 2013 22:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7TMU0JP034604; Thu, 29 Aug 2013 22:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 29 Aug 2013 22:30:00 GMT Resent-Message-Id: <201308292230.r7TMU0JP034604@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, Danilo Egêa Gondolfo 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 07C0AB3C for ; Thu, 29 Aug 2013 22:21:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E98352ED2 for ; Thu, 29 Aug 2013 22:21:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7TMLTjO089689 for ; Thu, 29 Aug 2013 22:21:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7TMLT8k089686; Thu, 29 Aug 2013 22:21:29 GMT (envelope-from nobody) Message-Id: <201308292221.r7TMLT8k089686@oldred.freebsd.org> Date: Thu, 29 Aug 2013 22:21:29 GMT From: Danilo Egêa Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181662: devel/paexec update 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 22:30:00 -0000 >Number: 181662 >Category: ports >Synopsis: devel/paexec update >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 22:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.2-RC3 >Organization: >Environment: FreeBSD mac 9.2-RC3 FreeBSD 9.2-RC3 #3 r254983: Tue Aug 27 23:55:24 BRT 2013 root@mac:/usr/obj/usr/src/sys/MAC amd64 >Description: As requested by the paexec developer Aleksey Cheusov. Changes - Removed LIB_DEPENDS (no needed anymore). - Install file ${WRKSRC}/presentation/paexec.pdf as documentation. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 325632) +++ Makefile (working copy) @@ -13,7 +13,6 @@ BUILD_DEPENDS= mkcmake:${PORTSDIR}/devel/mk-configure \ runawk:${PORTSDIR}/lang/runawk -LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa OPTIONS_DEFINE= DOCS EXAMPLES @@ -50,5 +49,8 @@ do-install: @${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC} \ ${INSTALL_TARGET} +.if ${PORT_OPTIONS:MDOCS} + @${INSTALL_DATA} ${WRKSRC}/presentation/${PORTNAME}.pdf ${DOCSDIR} +.endif .include >Release-Note: >Audit-Trail: >Unformatted: