freebsd-ports/databases/postgres-xl/Makefile
Kirill Ponomarev b49d8d72f3 Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-07 19:43:13 +00:00

33 lines
836 B
Makefile

# Created by: Jov <amutu@amutu.com>
# $FreeBSD$
PORTNAME= postgres-xl
DISTVERSION= 9.5r1.5
CATEGORIES= databases
MASTER_SITES= http://files.postgres-xl.org/
MAINTAINER= amutu@amutu.com
COMMENT= Scalable open source PostgreSQL-based database cluster
LICENSE= PostgreSQL
BUILD_DEPENDS= bash:shells/bash
CONFLICTS= postgresql[^${PORTVERSION:R:R}]?-client* \
postgresql${COMPONENT}-[^${PORTVERSION:R:R}].* \
postgresql9[^${PORTVERSION:R:E}]-client* \
postgresql${COMPONENT}-9.[^${PORTVERSION:R:E}].*
USES= gmake readline
USE_LDCONFIG= yes
LLD_UNSAFE= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-world
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so \
${STAGEDIR}${PREFIX}/bin/* \
${STAGEDIR}${PREFIX}/lib/postgresql/*.so \
${STAGEDIR}${PREFIX}/lib/postgresql/pgxs/src/test/regress/*
.include <bsd.port.mk>