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)
Feb 23 2024, 4:50 AM
Unknown Object (File)
Feb 23 2024, 4:50 AM
Unknown Object (File)
Feb 23 2024, 4:50 AM
Unknown Object (File)
Feb 23 2024, 4:50 AM
Unknown Object (File)
Feb 23 2024, 4:50 AM
Unknown Object (File)
Feb 23 2024, 4:50 AM
Unknown Object (File)
Feb 23 2024, 4:50 AM
Unknown Object (File)
Feb 23 2024, 4:50 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 2999
Build 3029: 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
16

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
7

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.