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
databases/pg_citus/Makefile | ||
---|---|---|
16 ↗ | (On Diff #14581) | This should be DISTVERSIONPREFIX=v in the top block. |
Testbuilds on 9.3a, 10.2i failed to build:
http://people.freebsd.org/~pi/logs/databases__pg_citus-10i-1458896575.txt
http://people.freebsd.org/~pi/logs/databases__pg_citus-93a-1458896575.txt
databases/pg_citus/Makefile | ||
---|---|---|
8 ↗ | (On Diff #14600) | This should be between PORTVERSION and CATEGORIES. portlint should have told you that. |
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.