Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2013 22:21:29 GMT
From:      Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181662: devel/paexec update
Message-ID:  <201308292221.r7TMLT8k089686@oldred.freebsd.org>
Resent-Message-ID: <201308292230.r7TMU0JP034604@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308292221.r7TMLT8k089686>