Commit Graph

32 Commits

Author SHA1 Message Date
naddy
ffa1cebd1b drop RCS Ids 2022-03-11 19:06:11 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
sthen
de69cb14ae major update to GPSTk-2.10, unbreaks build with clang6
roll headers into main package
2018-04-12 21:12:56 +00:00
espie
74178f709a clang 5 doesn't like bogus constructors. Correct syntax for the call is
A(params), not A::A(params)
2017-10-07 10:24:46 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
e8f56ad2a6 clang can't find a sort comparison operator that's not properly const 2017-04-27 21:15:04 +00:00
espie
2416a12cd8 more two phase name lookup 2017-04-27 21:09:57 +00:00
espie
db4d656061 more thorough, is this enough for modern C++ ? 2017-04-27 20:28:50 +00:00
espie
255ae4fbbb two phase name lookup strikes again... 2017-04-27 20:17:24 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
naddy
fd429c3913 g/c PFRAG.shared 2016-03-23 21:14:58 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
sthen
d4b9694e05 remove WRKDIST=${WRKDIR}/${DISTNAME} lines, they are the default anyway 2014-11-23 20:28:01 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
brad
1d77e89c13 Remove Chris Kuethe as maintainer. OpenBSD e-mail address bounces and has been
inactive for quite awhile.
2013-10-10 02:08:19 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
pascal
e051391d3c After feedback from kettenis@, we won't be defining -DPIC on PIE archs per
default.  Garbage collect the patches that dealt with these issues, and use
the builtin define __PIC__ to detect if we're PIE/PIC.

ok naddy@
2012-08-20 11:50:59 +00:00
pascal
e1e0321344 PIE preparations: These ports all have classes etc. that collide with the
"PIC" define that will be used by PIE.  No functional change.

ok naddy@
2012-08-11 22:51:13 +00:00
espie
999b4db39c normalize pkgpath 2011-09-16 09:48:08 +00:00
espie
6199f99cf6 fix, convert, bump 2010-11-16 18:06:42 +00:00
landry
84c41f940f Add devel/libtool to BUILD_DEPENDS so that it builds on a clean box. 2010-10-28 13:46:54 +00:00
sthen
96b9cbb33a revision/new lib_depends 2010-10-23 18:26:19 +00:00
sthen
bf2acce2d2 use -O0 by default and -O1 on faster build machines rather than the
previous behaviour of using -O1 and -O0 for a couple of arch. -O1 is
much faster in operation, but this is a real beast to build.

package bumped. discussed with ckuethe.
2008-10-20 20:00:21 +00:00
sturm
d48352309e build with -O0 on sparc64, even -O1 needs 800M of memory
bump PKGNAME
2008-09-28 10:37:13 +00:00
ajacoutot
08b04ca7c7 - add USE_LIBTOOL= Yes
- remove quotes from comment
- regen PLIST with @bin markers

ok ckuethe@ (MAINTAINER) who would have come up with the same diff if g++
wasn't that slow ;-)
2008-08-23 16:29:34 +00:00
jasper
df3955964a - give this a bigger chance to build on mips64
ok ckuethe@ (MAINTAINER)
2008-08-19 22:21:29 +00:00
merdely
6fcc68c8ff Do not add -O1 to C*FLAGS for alpha. Fixes build on alpha.
'that makes sense' ckuethe@
2008-07-01 23:39:07 +00:00
ckuethe
e30c31e835 unbreak bulk build. partially from sturm@
"looks good" naddy@
2008-06-12 17:28:15 +00:00
ckuethe
77c71fc105 The GPSTk suite library provides a number of models and algorithms found in
GPS textbook and classic papers, such as solving for the user position or
estimating atmospheric refraction. It supports common GPS data formats such
as RINEX or SP3.
2008-06-07 23:27:17 +00:00