Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 18:03:25 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r399952 - in head/astro/gpstk: . files
Message-ID:  <56288A3D.8020901@FreeBSD.org>
In-Reply-To: <201510220701.t9M71lTo085082@repo.freebsd.org>
References:  <201510220701.t9M71lTo085082@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22/10/2015 6:01 PM, Kubilay Kocak wrote:
> Author: koobs
> Date: Thu Oct 22 07:01:46 2015
> New Revision: 399952
> URL: https://svnweb.freebsd.org/changeset/ports/399952
> 
> Log:
>   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
>   

Reported by: amdmi3 (via email, via pkg-fallout)

>   PR:		201196
>   MFH:	2015Q4
> 




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