Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= pgsphere |
4 |
PORTNAME= pgsphere |
5 |
PORTVERSION= 1.1.5 |
5 |
PORTVERSION= 1.1.5 |
6 |
PORTREVISION= 2 |
6 |
PORTREVISION= 3 |
7 |
CATEGORIES= databases geography |
7 |
CATEGORIES= databases geography |
8 |
|
8 |
|
9 |
MAINTAINER= sunpoet@FreeBSD.org |
9 |
MAINTAINER= sunpoet@FreeBSD.org |
Lines 19-31
Link Here
|
19 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
20 |
MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \ |
20 |
MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \ |
21 |
docdir=${DOCSDIR} \ |
21 |
docdir=${DOCSDIR} \ |
22 |
install_bin=/usr/bin/install |
22 |
install_bin=/usr/bin/install \ |
|
|
23 |
CFLAGS="${CFLAGS} -Wvla" |
23 |
TEST_TARGET= installcheck |
24 |
TEST_TARGET= installcheck |
24 |
|
25 |
|
25 |
DATADIR= ${PREFIX}/share/postgresql |
26 |
DATADIR= ${PREFIX}/share/postgresql |
26 |
DOCSDIR?= ${PREFIX}/share/doc/postgresql |
27 |
DOCSDIR?= ${PREFIX}/share/doc/postgresql |
27 |
|
28 |
|
28 |
GH_TAGNAME= f36ffd6 |
29 |
GH_TAGNAME= e0b303d |
29 |
USE_GITHUB= yes |
30 |
USE_GITHUB= yes |
30 |
|
31 |
|
31 |
DOCS_MAKE_ARGS_OFF= DOCS="" |
32 |
DOCS_MAKE_ARGS_OFF= DOCS="" |