Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
15 Mar 2022 11:50:06 1.6.0
|
Dmitry Marakasov (amdmi3)  |
converters/osm2pgsql: update 1.5.1 → 1.6.0
- Switch to latest lua
- Tweak depends |
18 Aug 2021 13:17:18 1.5.1
|
Dmitry Marakasov (amdmi3)  |
converters/osm2pgsql: update to 1.5.1 |
21 Jul 2021 18:11:51 1.5.0_1
|
Po-Chuan Hsieh (sunpoet)  |
devel/libfmt: Update to 8.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases
PR: 257026
Exp-run by: antoine |
10 Jun 2021 14:00:45 1.5.0
|
Dmitry Marakasov (amdmi3)  |
converters/osm2pgsql: update to 1.5.0 |
08 Apr 2021 21:32:25 1.4.2
|
Dmitry Marakasov (amdmi3)  |
converters/osm2pgsql: update to 1.4.2
- Improve testing by only running tests which do not require database
access |
07 Apr 2021 23:19:01 1.4.1
|
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
06 Apr 2021 14:31:07 1.4.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Feb 2021 16:07:14
1.4.1
|
amdmi3  |
- Update to 1.4.1 |
28 Jan 2021 12:12:49
1.4.0
|
amdmi3  |
- Update to 1.4.0 |
18 Nov 2020 05:27:29
1.2.2_2
|
lbartoletti  |
graphics/proj: Update to 7.2.0
Changelog:
- https://proj.org/news.html#release-notes |
17 Nov 2020 09:23:59
1.2.2_1
|
lbartoletti  |
graphics/proj: Update to 7.1.1
- Add a pkg-message explaining how to access or sync datum grids from the CDN
(disabled by default)
- Add curl and tiff dependencies since proj can read datum grids from remote
COG (Cloud Optimized Geotiff)
- Take maintainer'ship (ok wen@)
PR: 245611
Submitted by: wen (first version)
Reviewed by: wen, rhurlin
Approved by: wen
Exp-run by: antoine |
03 Jul 2020 13:26:09
1.2.2
|
amdmi3  |
- Update to 1.2.2 |
08 Apr 2020 12:35:40
1.2.1_1
|
amdmi3  |
- Switch to share/man |
11 Dec 2019 17:53:49
1.2.1_1
|
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
03 Dec 2019 11:26:34
1.2.1
|
amdmi3  |
- Update to 1.2.1 |
28 Oct 2019 20:53:53
1.2.0
|
amdmi3  |
- Update to 1.2.0 |
09 Sep 2019 15:18:01
1.0.0
|
amdmi3  |
- Update to 1.0.0 |
19 Aug 2019 15:35:28
0.96.0_7
|
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
26 Jul 2019 20:46:57
0.96.0_6
|
gerald  |
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 |
27 Jun 2019 03:37:11
0.96.0_5
|
wen  |
- Update to 6.1.0 and fix some ports
- Add missing DEPENDS
- Add TEST_TARGET
- Take maintainership
PR: 237932, 238795
Submitted by: wenheping2000@hotmail.com,rhurlin@gwdg.de
Approved by: maintainer(timeout, > 30 days), portmgr@(implicit, fix build)
Exp-run by: antoine@
Thanks to: antoine@, sunpoet@, rhurlin@gwdg.de |
18 Jun 2019 10:15:50
0.96.0_4
|
linimon  |
Fix build on GCC-based systems by adding compiler:c++11-lang to USES:
fails to compile: node-ram-cache.hpp: cstdint: No such file or directory
Approved by: portmgr (tier-2 blanket) |
12 Apr 2019 06:36:31
0.96.0_4
|
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
25 Dec 2018 20:25:40
0.96.0_3
|
tcberner  |
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 |
12 Dec 2018 01:35:36
0.96.0_3
|
gerald  |
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 |
12 Dec 2018 00:15:50
0.96.0_2
|
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
09 Aug 2018 06:58:31
0.96.0_1
|
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
08 May 2018 14:36:08
0.96.0
|
amdmi3  |
- Update to 0.96.0
- Update WWW |
18 Apr 2018 13:57:43
0.94.0_2
|
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
18 Jan 2018 04:11:03
0.94.0_1
|
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
09 Oct 2017 14:01:09
0.94.0
|
amdmi3  |
- Update to 0.94.0 |
25 Sep 2017 00:08:17
0.92.1_3
|
jbeich  |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
25 Sep 2017 00:05:06
0.92.1_2
|
jbeich  |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
21 May 2017 21:55:08
0.92.1_1
|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
02 May 2017 06:48:11
0.92.1_1
|
jbeich  |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
20 Apr 2017 12:00:43
0.92.1
|
amdmi3  |
- Update to 0.92.1 |
07 Feb 2017 13:16:17
0.92.0
|
amdmi3  |
- Update to 0.92.0 and unbreak by switching geos dependency to graphics/geos35
PR: 214819, 216338 |
06 Jan 2017 08:45:04
0.87.2_3
|
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
01 Dec 2016 11:41:00
0.87.2_2
|
mat  |
Mark broken.
Sponsored by: Absolight |
23 Nov 2016 12:45:47
0.87.2_2
|
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
01 Apr 2016 13:29:17
0.87.2_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
08 Mar 2016 19:37:36
0.87.2_1
|
amdmi3  |
- Drop unneeded USES=tar:bzip2 |
08 Mar 2016 13:09:12
0.87.2_1
|
mat  |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
12 Jan 2016 16:20:32
0.87.2_1
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
03 Nov 2015 20:02:30
0.87.2_1
|
amdmi3  |
- Switch to options helpers |
15 Jun 2015 13:03:12
0.87.2_1
|
wen  |
- Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj
PR: 200434
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >20 days) |
06 May 2015 15:16:54
0.87.2
|
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
03 Mar 2015 16:46:19
0.87.2
|
amdmi3  |
- Update to 0.87.2 |
08 Dec 2014 16:48:41
0.86.0_1
|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
29 Oct 2014 00:04:51
0.86.0
|
amdmi3  |
- Update to 0.86.0
- Clarify LICENSE
- Add LICENSE_FILE
- Optionize DOCS
- Turn configure warnings into errors to notice problems faster (such as failure
of previous version to properly detect protobuf-c) |
19 Sep 2014 08:01:42
0.84.0_5
|
amdmi3  |
- Switch to USES=autoreconf |
16 Aug 2014 21:04:53
0.84.0_5
|
wg  |
devel/protobuf-c: update to 1.0.1
- Bump port revision due to shlib change
- Add DOCS option
- Pass maintainership to submitter
PR: 192175
Submitted by: truckman
Approved by: maintainer |
18 Jul 2014 13:07:24
0.84.0_4
|
sunpoet  |
- Add missing USE_LDCONFIG
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change |
08 May 2014 10:52:14
0.84.0_3
|
tijl  |
- Merge two USES definitions.
- Use standard autotools targets. |
07 May 2014 23:37:58
0.84.0_2
|
bapt  |
Convert to USES=libtool pgsql |
20 Apr 2014 09:37:37
0.84.0_2
|
bapt  |
Use lua 5.2 |
16 Apr 2014 18:28:50
0.84.0_1
|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
19 Feb 2014 08:22:18
0.84.0
|
amdmi3  |
- Update to 0.84.0
Tested by: Frank Broniewski |
17 Oct 2013 01:16:43
r29250_2
|
amdmi3  |
- Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES |
20 Sep 2013 16:05:25
r29250_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
11 Sep 2013 13:58:27
r29250_2
|
wg  |
graphics/geos: update to 3.4.2
- Update to 3.4.2 [1]
- Bump PORTREVISION for dependent ports
- USES gmake
- Use options helpers
PR: ports/181422 [1]
Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer) |
14 Aug 2013 22:35:54
r29250_1 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
12 Jul 2013 15:01:46
r29250_1 
|
amdmi3  |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
18 Mar 2013 15:14:28
r29250_1
|
vanilla  |
1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING. |
14 Feb 2013 13:24:33
r29250
|
amdmi3  |
- Update to r29250
- Trim header
- OptionsNG |
24 Sep 2012 16:28:21
r28721
|
amdmi3  |
- Update to r28721 |
09 May 2012 12:22:35
r27612_3
|
amdmi3  |
- Bump PORTREVISION to chase the update of graphics/proj
Reported by: Rainer Hurling <rhurlin at gwdg.de> |
07 May 2012 08:12:53
r27612_2
|
wen  |
- Bump PORTREVISION to chase the update of graphics/proj |
07 May 2012 07:10:22
r27612_1
|
wen  |
- Bump PORTREVISION to chase the update of graphics/geos |
24 Jan 2012 16:38:36
r27612
|
amdmi3  |
- Update to r27612 |
26 Sep 2011 03:11:32
r26711
|
amdmi3  |
- Update to r26711 |
30 Jun 2011 14:47:00
r26200_1
|
amdmi3  |
- (Attempt to) fix after recent graphics/geos update |
29 Jun 2011 15:01:17
r26200
|
amdmi3  |
Converts OSM planet.osm data to a PostgreSQL database suitable
for rendering into map tiles by Mapnik.
The format of the database is optimised for ease of rendering
by mapnik. It may be less suitable for other general purpose
processing.
WWW: http://wiki.openstreetmap.org/wiki/Osm2pgsql |