Skip to content

Commit

Permalink
Merge pull request #1349 from hadfl/fix
Browse files Browse the repository at this point in the history
build fixes
  • Loading branch information
citrus-it authored Oct 2, 2023
2 parents 69df57e + 864f80c commit 2bcecba
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 29 deletions.
2 changes: 2 additions & 0 deletions build/apache/build-24.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ CONFIGURE_OPTS="
--enable-md
"

LDFLAGS[amd64]+=" -R$OPREFIX/${LIBDIRS[amd64]}"

init
download_source $PROG httpd $VER
patch_source
Expand Down
3 changes: 3 additions & 0 deletions build/graphviz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ XFORM_ARGS="
-DPKGROOT=$PROG
"

# groff 1.23.0 has issues building the docs which we don't even package
export GROFF=$USRBIN/true

CONFIGURE_OPTS="
--prefix=$PREFIX
--disable-static
Expand Down
4 changes: 3 additions & 1 deletion build/pg_extension/citus/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PROG=citus
PKG=ooce/database/postgresql-XX/citus
VER=11.2.0
VER=12.1.0
SUMMARY="Citus PostgreSQL XX extension"
DESC="Transforms PostgreSQL XX into a distributed database"

Expand All @@ -34,6 +34,8 @@ download_source $PROG v$VER
patch_source

for v in $PGVERSIONS; do
# citus 12 is not compatible with postgres 13
((v <= 13)) && continue
PREFIX=$OPREFIX/pgsql-$v

# Make sure the right pg_config is used.
Expand Down
1 change: 1 addition & 0 deletions build/pg_extension/citus/files/ctf.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ruleutils_12.c
ruleutils_13.c
ruleutils_14.c
ruleutils_15.c
ruleutils_16.c
22 changes: 0 additions & 22 deletions build/pg_extension/citus/patches/relationgetsmfr.patch

This file was deleted.

1 change: 0 additions & 1 deletion build/pg_extension/citus/patches/series
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
sys_stat.patch
fix-build-in-zone.patch
relationgetsmfr.patch
4 changes: 2 additions & 2 deletions build/pg_extension/mysql_fdw/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# http://www.illumos.org/license/CDDL.
# }}}

# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.

. ../../../lib/build.sh

PROG=mysql_fdw
PKG=ooce/database/postgresql-XX/mysql_fdw
VER=2.9.0
VER=2.9.1
SUMMARY="MySQL PostgreSQL XX foreign data wrapper"
DESC="Allow PostgreSQL XX to access data in a MySQL database"

Expand Down
3 changes: 2 additions & 1 deletion doc/baseline
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ extra.omnios ooce/developer/subversion
extra.omnios ooce/developer/valgrind
extra.omnios ooce/developer/yasm
extra.omnios ooce/developer/zig r
extra.omnios ooce/developer/zig-09
extra.omnios ooce/developer/zig-011
extra.omnios ooce/developer/zig-09
extra.omnios ooce/driver/fuse
extra.omnios ooce/editor/emacs
extra.omnios ooce/editor/helix
Expand Down Expand Up @@ -175,6 +175,7 @@ extra.omnios ooce/library/tiff
extra.omnios ooce/library/unbound
extra.omnios ooce/library/unistring
extra.omnios ooce/multimedia/dav1d
extra.omnios ooce/multimedia/dcraw
extra.omnios ooce/multimedia/exif
extra.omnios ooce/multimedia/ffmpeg
extra.omnios ooce/multimedia/minidlna
Expand Down
4 changes: 2 additions & 2 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
| ooce/database/postgresql-14 | 14.9 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
| ooce/database/postgresql-15 | 15.4 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
| ooce/database/postgresql-16 | 16.0 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
| ooce/database/postgresql-XX/citus | 11.2.0 | https://github.com/citusdata/citus/releases | [omniosorg](https://github.com/omniosorg)
| ooce/database/postgresql-XX/mysql_fdw | 2.9.0 | https://github.com/EnterpriseDB/mysql_fdw/releases | [omniosorg](https://github.com/omniosorg)
| ooce/database/postgresql-XX/citus | 12.1.0 | https://github.com/citusdata/citus/releases | [omniosorg](https://github.com/omniosorg)
| ooce/database/postgresql-XX/mysql_fdw | 2.9.1 | https://github.com/EnterpriseDB/mysql_fdw/releases | [omniosorg](https://github.com/omniosorg)
| ooce/database/postgresql-XX/pg_repack | 1.4.8 | https://github.com/reorg/pg_repack/tags | [omniosorg](https://github.com/omniosorg)
| ooce/database/rrdtool | 1.8.0 | https://github.com/oetiker/rrdtool-1.x/releases | [omniosorg](https://github.com/omniosorg)
| ooce/developer/autoconf-archive | 2023.02.20 | https://ftp.gnu.org/gnu/autoconf-archive/ | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit 2bcecba

Please sign in to comment.