notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/postgis22/Makefile
SVNWeb

Number of commits found: 13

Fri, 15 Mar 2019
[ 07:22 wen search for other commits by this committer ] Original commit   Revision:495773
- Mark DEPRECATED

PR:		236540
Submitted by:	wenheping2000@hotmail.com
Approved by:	rhurlin@gwdg.de(maintainer)
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Fri, 30 Nov 2018
[ 20:06 sunpoet search for other commits by this committer ] Original commit   Revision:486292
Update MASTER_SITES and WWW

Approved by:	portmgr (blanket)
Wed, 5 Sep 2018
[ 22:01 sunpoet search for other commits by this committer ] Original commit   Revision:479045 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
Update devel/json-c to 0.13.1

- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		231007
Exp-run by:	antoine
Sun, 24 Jun 2018
[ 00:54 linimon search for other commits by this committer ] Original commit   Revision:473169 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:

  cc: error: invalid linker name in argument '-fuse-ld=bfd'

Neither emaste nor I can figure out exactly where the offending stanza is
coming in.  It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Wed, 3 Jan 2018
[ 13:36 sunpoet search for other commits by this committer ] Original commit   Revision:457965 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Update devel/json-c to 0.13

- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		224675
Exp-run by:	antoine
Sun, 17 Dec 2017
[ 11:25 rodrigo search for other commits by this committer ] Original commit   Revision:456527 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Add new port postgis24 for v2.4.x
  See https://svn.osgeo.org/postgis/tags/2.4.2/NEWS for new features in 2.4
branch,
  bugfixes and enhancements

Upgrade postgis22 from v2.2.5 to 2.2.6
  Multiple bug fixes, see changelog
  https://svn.osgeo.org/postgis/tags/2.2.6/NEWS

Upgrade postfix23 from v2.3.3 to v2.3.5
  Multiple bug fixes and enhancements, see changelog
  https://svn.osgeo.org/postgis/tags/2.3.5/NEWS

Fix and expand CONFLICTS_INSTALL for the postgis2* ports
reorder USES and USE_* in database/postgis20 to makes portlint happy

PR:		222703
Submitted by:	lbartoletti@tuxfamily.org
Approved by:	rhurlin@gwdg.de (maintainer)
Wed, 13 Dec 2017
[ 20:51 sunpoet search for other commits by this committer ] Original commit   Revision:456263
Update CONFLICTS

- Use CONFLICTS_INSTALL instead of CONFLICTS
Wed, 5 Apr 2017
[ 19:58 sunpoet search for other commits by this committer ] Original commit   Revision:437827
Use WANT_PGSQL instead of hard-coded RUN_DEPENDS

Note that postgresql-client was already brought in via USES=pgsql.
Therefore the equivalent WANT_PGSQL is "lib server".

Approved by:	portmgr (blanket)
Thu, 9 Feb 2017
[ 17:43 krion search for other commits by this committer ] Original commit   Revision:433751
Update databases/postgis22 to 2.2.5

PR:		216912
Submitted by:	cmt@freebsd.org
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9492
Wed, 30 Nov 2016
[ 21:51 cmt search for other commits by this committer ] Original commit   Revision:427461
update databases/postgis22 to 2.2.4

also, fixes build when older version is installed[1]

PR:		214906, 211203 [1]
Reported by:	robert.kruus@utoronto.ca [1]
Approved by:	rhurlin@gwdg.de (maintainer), rene (mentor)
MFH:		2016Q4
Sun, 5 Jun 2016
[ 16:37 pi search for other commits by this committer ] Original commit   Revision:416398
New port: databases/postgis22 as repo-copy from postgis21

PR:		208513
Reported by:	junovitch
[ 16:21 pi search for other commits by this committer ] Original commit   Revision:416395
New port: databases/postgis22

PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL" and has been certified as
compliant with the "Types and Functions" profile.

PostGIS development was started by Refractions Research as a project
in open source spatial database technology. PostGIS is released
under the GNU General Public License. PostGIS continues to be
developed by a group of contributors led by a Project Steering
Committee and new features continue to be added.

WWW: http://postgis.net/

PR:		206049, 208513
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>, <darcy@dbitech.ca>,
Rainer Hurling <rhurlin@gwdg.de>
Approved by:	Harrison Grundy <harrison.grundy@astrodoggroup.com> (maintainer
postgis21)

Number of commits found: 13