Date: Wed, 12 Mar 2014 20:58:42 GMT From: Volodymyr Kostyrko <arcade@b1t.name> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/187511: devel/allegro - fails to install (patch) Message-ID: <201403122058.s2CKwgwo044408@cgiserv.freebsd.org> Resent-Message-ID: <201403122100.s2CL01PE088251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187511 >Category: ports >Synopsis: devel/allegro - fails to install (patch) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 21:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: ^/stable/10 >Organization: none >Environment: FreeBSD limbo.b1t.lan 10.0-STABLE FreeBSD 10.0-STABLE #38 r263044: Tue Mar 11 23:39:04 EET 2014 arcade@limbo.b1t.lan:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: Hi again! Long time no see... Another patch to make this installable without DOCS/EXAMPLES: Index: Makefile =================================================================== --- Makefile (revision 347977) +++ Makefile (working copy) @@ -91,8 +91,13 @@ ${WRKSRC}/CMakeLists.txt .endif +.if ${PORT_OPTIONS:MEXAMPLES} || ${PORT_OPTIONS:MDOCS} post-install: +.endif +.if ${PORT_OPTIONS:MDOCS} @${INSTALL_MAN} ${WRKSRC}/docs/man/*.3 ${STAGEDIR}${MAN3PREFIX}/man/man3/ +.endif +.if ${PORT_OPTIONS:MEXAMPLES} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .for l in ex12bit ex3buf ex3d exaccel exalpha exbitmap exblend excamera excolmap \ exconfig excustom exdata exdbuf exexedat exfixed exflame exflip exfont \ @@ -102,6 +107,7 @@ extrans2 extruec exunicod exupdate exxfade exzbuf ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/${l} .endfor +.endif .if ${PORT_OPTIONS:MDEMOS} && ${PORT_OPTIONS:MEXAMPLES} @(cd ${WRKSRC} && ${COPYTREE_SHARE} demos ${STAGEDIR}${EXAMPLESDIR}) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403122058.s2CKwgwo044408>