diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-18 13:23:40 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-18 13:23:40 +0000 |
commit | ebfce890367e73e4fd1c714fea32c0f34b111f70 (patch) | |
tree | 34b45ca943f8d69cd1223d42cebfbddfbb7d96bb /databases/postgresql-plruby/Makefile | |
parent | Mark net/kio-gdrive broken (diff) |
databases/postgresql-plruby: Unbreak build with PostgreSQL 11
============================================================
PostgreSQL 11.4
is unsupported. Try plruby-0.4.2.
============================================================
*** Error code 1
http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/postgresql-plruby-0.5.7_4.log
While here deprecate it since it seems to have been abandoned in
2010.
PR: 239639
Approved by: knu (maintainer timeout, 2 weeks)
Notes
Notes:
svn path=/head/; revision=509207
Diffstat (limited to 'databases/postgresql-plruby/Makefile')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 72c24b8c9bd6..507b1f85b937 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -13,6 +13,8 @@ COMMENT= PL/Ruby procedural language for the PostgreSQL database system LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual +DEPRECATED= Abandonware +EXPIRATION_DATE= 2019-09-15 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 |