Page MenuHomeFreeBSD

postgresql using flavors
Needs ReviewPublic

Authored by girgen on Feb 8 2019, 12:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 25, 8:48 PM
Unknown Object (File)
Wed, Sep 24, 9:57 PM
Unknown Object (File)
Sep 17 2025, 9:35 AM
Unknown Object (File)
Sep 17 2025, 7:58 AM
Unknown Object (File)
Sep 14 2025, 1:28 AM
Unknown Object (File)
Sep 13 2025, 10:12 AM
Unknown Object (File)
Aug 27 2025, 8:38 PM
Unknown Object (File)
Aug 7 2025, 7:53 PM
Subscribers

Details

Reviewers
tz
mat
Summary

Use flavors for postgresql-server

  • noxml
  • llvmjit
Test Plan

test that llvm JIT is in fact used when chosen

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Could you use devel/arcanist, or at least generate a diff with full context like it does, with svn diff -x -U9999 or git diff -U9999.

Also, could you please remove all whitespace only changes.

databases/postgresql11-server/Makefile
128โ€“139

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

Also, as you set FLAVOR?=, you can remove the :U in the .if.

Also, move the *_PKGNAMESUFFIX out of the .if.

195โ€“199

This should probably be using LLVM_DEFAULT instead of creating a new LLVM_VERSION.