Commit graph

11 commits

Author SHA1 Message Date
Loïc Bartoletti
9625a9bf24 archivers/lazperf: Update to 1.5.0
Changelog:
  - https://github.com/hobu/laz-perf/releases/tag/1.5.0
2020-10-23 17:26:36 +00:00
Loïc Bartoletti
81b4bf9a50 archivers/lazperf: Update to 1.4.4
- Update to 1.4.4
   - remove a whitespace before end of line in pkg-descr (pet portlint)
   - delete files/patch-laz-perf_portable__endian.hpp patched upstream

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D24481
2020-04-19 15:58:04 +00:00
Loïc Bartoletti
be19bdfc55 Change my mail address to lbartoletti@FreeBSD.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23169
2020-01-14 21:45:15 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Sunpoet Po-Chuan Hsieh
657c9d6a3b Update to 1.3.0
- While I'm here:
  - Use CMAKE_OFF
  - Add NO_ARCH
  - Change post-build: to post-patch:
  - Silence patch message
  - Fix patch file

Changes:	https://github.com/hobu/laz-perf/commits/master
PR:		231247
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2018-09-09 16:59:37 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Mark Linimon
9fa05cbab2 Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.

While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).

Tested on both powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-02 19:40:59 +00:00
Yuri Victorovich
32023c833e archivers/lazperf: Update to 1.2.0
Port changes:
* Changed to DISTVERSION
* Grouped USExx

PR:		226434
Reported by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-07 23:48:26 +00:00
Palle Girgensohn
b90c8f8a63 Add lazperf to the ports tree
and reenable databases/pointcloud
PR:	221577
2017-09-26 19:13:49 +00:00