CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/06/24 16:26:28
Modified files:
databases/skytools: Makefile
Added files:
databases/skytools/patches: patch-sql_txid_Makefile
Log message:
hardcode around a broken Makefile fragment
pg83 = $(shell test $(PGVER) "<" "8.3" && echo "false" || echo "true")
pg82 = $(shell test $(PGVER) "<" "8.2" && echo "false" || echo "true")
which matters now that src/bin/ksh/c_test.c r1.26 fixed "<".
note, this port is rather outdated (5 versions behind), though newer ones
don't fix this either