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)
Sun, Jul 19, 10:44 PM
Unknown Object (File)
Sun, Jul 19, 9:24 AM
Unknown Object (File)
Mon, Jul 13, 5:18 PM
Unknown Object (File)
Sat, Jul 4, 3:10 AM
Unknown Object (File)
Fri, Jul 3, 10:31 AM
Unknown Object (File)
Wed, Jul 1, 5:24 AM
Unknown Object (File)
Tue, Jun 23, 3:28 AM
Unknown Object (File)
Jun 21 2026, 6:59 AM
Subscribers

Details

Reviewers
None
Commits
rP411931: What is Citus?

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
16 ↗(On Diff #14581)

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
8 ↗(On Diff #14600)

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 ↗(On Diff #14615)

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.