[Bug 275097] www/postgrest: update to 11.2.1
Date: Tue, 14 Nov 2023 22:18:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275097 Bug ID: 275097 Summary: www/postgrest: update to 11.2.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: girgen@FreeBSD.org Hi! Would it be possible to upgrade the postgrest port to 11.2.1, latest version? I tried just bumping the DISTVERSION but that gives errors: ===> Building for hs-postgrest-11.2.1 cd /wrkdirs/usr/ports/www/hs-postgrest/work/postgrest-11.2.1 && /usr/bin/env XDG_DATA_HOME=/wrkdirs/usr/ports/www/hs-postgrest/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/hs-postgrest/work XDG_CACHE_HOME=/wrkdirs/usr/ports/www/hs-postgrest/work/.cache HOME=/wrkdirs/usr/ports/www/hs-postgrest/work TMPDIR="/tmp" PATH=/usr/local/libexec/ccache:/wrkdirs/usr/ports/www/hs-postgrest/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/hs-postgrest/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" CCACHE_DIR="/root/.ccache" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" XDG_DATA_HOME=/wrkdirs/usr/ports/www/hs-postgrest/work/cabal-home XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/hs-postgrest/work/cabal-home XDG_CACHE_HOME=/wrkdirs/usr/ports/www/hs-postgrest/work/cabal-home HOME=/wrkdirs/usr/ports/www/hs-postgrest/work/cabal-home cabal build --offline --disable-benchmarks --disable-tests --with-compiler=ghc-9.2.8 --with-hsc2hs=/usr/local/bin/hsc2hs-ghc-9.2.8 --flags "" exe:postgrest Warning: No remote package servers have been specified. Usually you would have one specified in the config file. Resolving dependencies... Error: cabal: Could not resolve dependencies: [__0] trying: hasql-notifications-0.2.0.5 (user goal) [__1] next goal: postgrest (user goal) [__1] rejecting: postgrest-11.2.1 (conflict: hasql-notifications==0.2.0.5, postgrest => hasql-notifications>=0.2.0.6 && <0.3) [__1] fail (backjumping, conflict set: hasql-notifications, postgrest) After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: hasql-notifications, postgrest *** Error code 1 Stop. make: stopped in /usr/ports/www/hs-postgrest I assume we must bump also the Makefile.modules? How is that done? -- You are receiving this mail because: You are the assignee for the bug.