Date: Sat, 24 Oct 2015 09:57:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201196] astro/gpstk: fix broken distinfo Message-ID: <bug-201196-13-HNL2R5MxiL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201196-13@https.bugs.freebsd.org/bugzilla/> References: <bug-201196-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=201196 --- Comment #11 from commit-hook@freebsd.org --- A commit references this bug: Author: koobs Date: Sat Oct 24 09:57:31 UTC 2015 New revision: 400113 URL: https://svnweb.freebsd.org/changeset/ports/400113 Log: MFH: r399952 astro/gpstk: Fix patches and CMake build After the last commit to this port [1], that updated DISTFILES, patch errors were reported on pkg-fallout: patch: **** can't cd to /wrkdirs/usr/ports/astro/gpstk/work/dev: No such file or directory => Patch patch-ext__lib__FileDirProc__FileHunter.cpp failed to apply cleanly. *** Error code 1 This change replaces a WRKSRC override with a CMAKE_SOURCE_PATH variable to declare the source directory and regenerates patchfiles against the default WRKSRC. While I'm here: switch to USES=cmake:outsource to match the build instructions upstream [2] It was also noted during testing that this port builds with the base Clang c++ compiler and does not require USE_GCC. Upstream documentation requires only 'a modern, ANSI compliant C++ compiler' [3] [1] https://svnweb.freebsd.org/changeset/ports/399654 [2] http://www.gpstk.org/bin/view/Documentation/BuildingGPSTkUnderUnix [3] http://www.gpstk.org/bin/view/Documentation/SystemRequirements PR: 201196 Approved by: portmgr (feld) Changes: _U branches/2015Q4/ branches/2015Q4/astro/gpstk/Makefile branches/2015Q4/astro/gpstk/files/patch-dev_ext_lib_FileDirProc_FileHunter.cpp branches/2015Q4/astro/gpstk/files/patch-dev_ext_lib_Utilities_BinUtils.hpp branches/2015Q4/astro/gpstk/files/patch-ext__lib__FileDirProc__FileHunter.cpp branches/2015Q4/astro/gpstk/files/patch-ext__lib__Utilities__BinUtils.hpp -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201196-13-HNL2R5MxiL>