Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Feb 2015 20:24:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196697] [new port] math/cminpack
Message-ID:  <bug-196697-13-sOzPg2zqAt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196697-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196697-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196697

Pawel Pekala <pawel@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pawel@FreeBSD.org

--- Comment #4 from Pawel Pekala <pawel@FreeBSD.org> ---
X    ${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/cminpack.pc
${STAGEDIR}${PREFIX}/libdata/pkgconfig/
X    ${MKDIR} ${STAGEDIR}${PREFIX}/share/cmake/Modules/
X    ${MV} ${STAGEDIR}${LOCALBASE}/share/cmake/Modules/FindCMinpack.cmake
${STAGEDIR}${PREFIX}/share/cmake/Modules/

It would be preferable to avoid this by patching/using REINPLACE_CMD to
modify responsible CmakeLists.txt file.

X.if ${PORT_OPTIONS:MEXAMPLES}
X    ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
X    (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "*.[ch] testdata"
${STAGEDIR}${EXAMPLESDIR})
X.endif

Optional installation is deprecated with staging unless it's
very heavy on resources but it's not an issue here.

X@dir %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testdata
X@dir lib/pkgconfig
X@dir share/cmake/Modules
X@dir share/cmake

@dir is not equivalent to deprecated @dirrm, should be only used
for empty dirs on dirs with permissions other then default.
See /usr/ports/CHANGES entry 20140922 for details.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196697-13-sOzPg2zqAt>