Page MenuHomeFreeBSD

New port -- databases/pg_citus
ClosedPublic

Authored by matthew on Mar 24 2016, 5:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 14, 7:54 AM
Unknown Object (File)
Sun, Aug 3, 7:06 AM
Unknown Object (File)
Sat, Aug 2, 7:29 PM
Unknown Object (File)
Mon, Jul 28, 1:29 PM
Unknown Object (File)
Sat, Jul 26, 10:17 AM
Unknown Object (File)
Sat, Jul 26, 9:58 AM
Unknown Object (File)
Jul 25 2025, 12:18 AM
Unknown Object (File)
Jul 7 2025, 6:41 AM
Subscribers

Details

Reviewers
None
Commits
rP411931: What is Citus?

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3010
Build 3040: arc lint + arc unit

Event Timeline

matthew retitled this revision from to New port -- databases/pg_citus.
matthew updated this object.
matthew edited the test plan for this revision. (Show Details)
databases/pg_citus/Makefile
17

This should be DISTVERSIONPREFIX=v in the top block.

Fixed, thanks.

Hmmm... seems to have failed for entirely different reasons on 9.3 and 10.1.

FreeBSD < 10.0-RELEASE needs a BUILD_DEPENDS on textproc/flex

Builds on 9.3a now. 10.2i still open.

databases/pg_citus/Makefile
9

This should be between PORTVERSION and CATEGORIES. portlint should have told you that.

Nove DISTVERSIONPREFIX to the correct location.

Using both the INT64CONST() macro and suffixing a constant value with
'UL' breaks compilation on systems where HAVE_LL_CONSTANTS is defined
in ${LOCALBASE}/include/postgresql/server/pg_config.h (ie. i386
machines)

Note that your local setup seems to be adding svn:keywords=Author Date Id Rev URL to all the files, it'll need to be fixed before commit :-)

databases/pg_citus/Makefile
6

there may be missing a <tab> here.

Hmmm... I've now removed the svn:keywords bits from my subversion config. I used to use it for some projects long since migrated to git. Anyhow, I plan to use ${PORTSDIR}/Tools/scripts/addport to actually do the commit, so that wouldn't be a problem in any case.

This revision was automatically updated to reflect the committed changes.