8 Commits

Author SHA1 Message Date
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
Mark Linimon
078a5d7419 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)
2018-06-24 00:54:27 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Baptiste Daroussin
9a7f7b5fc6 Convert to USES=pgsql
While here:
- stage support for pg_rman
- stage support for pgagent
- stage support for hashtypes
2014-05-05 12:40:05 +00:00
Baptiste Daroussin
c23ef8bc8b Convert d* to USES=zip 2014-03-07 16:49:09 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Pawel Pekala
e8c8c11b2e - Fix plist problems with PostgreSQL version > 9.0 by
setting target moduledir in make enviroment
- With default PostgreSQL version hashtypes.control file is
  not installed while newer versions do install it,
  fix this by adding post-install check

Approved by:	maintainer via private mail
2013-09-02 18:52:48 +00:00
Pawel Pekala
6a20141a46 SHA1, SHA256, SHA512, MD5 & CRC32 data types for PostgreSQL
A fork of the shatypes extension which adds additional
data types along with some fixes.

WWW: http://pgxn.org/dist/hashtypes/

PR:		ports/180137
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
2013-07-23 21:02:49 +00:00