diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 03:49:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 03:49:09 +0000 |
commit | 836c2938d13dd8f3de8529a539c0e99b8b132537 (patch) | |
tree | 011ecedd5c814f5703e586c87086601a7a0634a4 /databases/postgresql-plruby | |
parent | New port: misc/py-soapy_power: Obtain power spectrum from SoapySDR devices (diff) |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'databases/postgresql-plruby')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 700afcca939c..2bd9e7f67c5d 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -13,14 +13,16 @@ COMMENT= PL/Ruby procedural language for the PostgreSQL database system LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -USE_GITHUB= yes -GH_ACCOUNT= devrimgunduz +BROKEN_powerpc64= fails to build: ruby.h:628:35: call to 'ruby_safe_level_2_error' declared with attribute error: $SAFE=2 to 4 are obsolete USES= uidfix pgsql WANT_PGSQL= server USE_RUBY= yes USE_RUBY_EXTCONF= yes +USE_GITHUB= yes +GH_ACCOUNT= devrimgunduz + POSTGRESQL_PORT?= databases/postgresql${PGSQL_VER_NODOT}-server PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT} PGSQL_WRKSRC_CMD= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC |