aboutsummaryrefslogtreecommitdiff
path: root/databases/pgsphere/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:Mark Linimon2018-06-241-2/+3
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=473169
* Update to 1.1.5Sunpoet Po-Chuan Hsieh2018-04-111-8/+5
| | | | | | | | | | | | - Add LICENSE_FILE - Move PLIST_FILES to PLIST - Update pkg-descr - Update WWW Changes: https://github.com/pgsphere/pgsphere/commits/master Notes: svn path=/head/; revision=467082
* - Convert to new test frameworkSunpoet Po-Chuan Hsieh2015-10-041-3/+1
| | | | Notes: svn path=/head/; revision=398597
* Cleanup plistBaptiste Daroussin2014-12-201-2/+0
| | | | Notes: svn path=/head/; revision=375020
* - Use PLIST_DIRS instead of deprecated PLIST_DIRSTRYSunpoet Po-Chuan Hsieh2014-09-301-1/+1
| | | | Notes: svn path=/head/; revision=369616
* - Fix buildSunpoet Po-Chuan Hsieh2014-09-181-1/+9
| | | | | | | - Strip shared library Notes: svn path=/head/; revision=368475
* Convert to USES=pgsqlBaptiste Daroussin2014-05-281-2/+1
| | | | Notes: svn path=/head/; revision=355605
* - Convert to new options helperSunpoet Po-Chuan Hsieh2014-03-011-9/+4
| | | | Notes: svn path=/head/; revision=346713
* - Use MAKE_CMDSunpoet Po-Chuan Hsieh2013-12-271-3/+2
| | | | | | | | - Reenable regression-test: - Support STAGEDIR Notes: svn path=/head/; revision=337637
* - Update LICENSESunpoet Po-Chuan Hsieh2013-12-261-1/+1
| | | | Notes: svn path=/head/; revision=337618
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Add LICENSESunpoet Po-Chuan Hsieh2013-08-251-10/+13
| | | | | | | | | - Convert to new options framework - Cosmetic change - Use single space after WWW: Notes: svn path=/head/; revision=325359
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-211-5/+1
| | | | Notes: svn path=/head/; revision=325163
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325110
* - Since PLIST_DIRSTRY is available now, use it for %%DATADIR%%/contribSunpoet Po-Chuan Hsieh2010-11-081-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=264264
* - Revert previous commit due to a broken PLIST_DIRSTRYSunpoet Po-Chuan Hsieh2010-10-281-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=263690
* - Use dirrmtry on %%DATADIR%%/contribSunpoet Po-Chuan Hsieh2010-10-281-1/+2
| | | | | | | | | - Bump PORTREVISION Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=263683
* - Use LOCAL/sunpoet as backup MASTER_SITESSunpoet Po-Chuan Hsieh2010-10-011-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262220
* - Update MAINTAINER to my FreeBSD.org addressSunpoet Po-Chuan Hsieh2010-09-221-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=261634
* - Fix deinstallation when NOPORTDOCS is set.Sylvio Cesar Teixeira2010-06-301-5/+7
| | | | | | | | | PR: ports/148135 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257201
* Changes:Ion-Mihai Tetcu2010-03-051-6/+5
| | | | | | | | | | | | - Unbreak make package when NOPORTDOCS was defined - Make portlint happier PR: 144009 Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250600
* pgSphere provides spherical data types, functions, and operators for PostgreSQL.Philip M. Gollucci2010-02-121-0/+41
WWW: http://pgsphere.projects.postgresql.org/ PR: ports/143687 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> Notes: svn path=/head/; revision=249717