2016-01-07 20:58:47 +01:00
|
|
|
# Created by: Palle Girgensohn <girgen@pingpong.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= postgresql
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
2016-01-07 20:58:47 +01:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
|
|
|
MAINTAINER= pgsql@FreeBSD.org
|
|
|
|
COMMENT= The contrib utilities from the PostgreSQL distribution
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libxslt.so:textproc/libxslt \
|
|
|
|
libxml2.so:textproc/libxml2
|
2016-01-07 20:58:47 +01:00
|
|
|
|
2016-01-07 22:37:58 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../postgresql95-server
|
2016-01-07 20:58:47 +01:00
|
|
|
|
|
|
|
USES= bison pgsql:9.5
|
|
|
|
|
|
|
|
BUILD_DIRS= src/port src/common contrib
|
|
|
|
INSTALL_DIRS= contrib
|
|
|
|
|
|
|
|
SLAVE_ONLY= yes
|
|
|
|
COMPONENT= -contrib
|
|
|
|
CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl --disable-nls --with-uuid=bsd
|
|
|
|
LDFLAGS+= -lpthread -L${PREFIX}/lib
|
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2016-01-07 20:58:47 +01:00
|
|
|
post-install:
|
|
|
|
@- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|