From 27530e04c3dfba151467e9eaa76b246d3dccf145 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Thu, 10 Aug 2017 14:21:20 +0000 Subject: The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.4, 9.5.8, 9.4.13, 9.3.18, and 9.2.22. This release fixes three security issues. It also patches over 50 other bugs reported over the last three months. Users who are affected by the below security issues should update as soon as possible. Users affected by CVE-2017-7547 (https://access.redhat.com/security/cve/CVE-2017-7547) will need to perform additional steps after upgrading to resolve the issue. Other users should plan to update at the next convenient downtime. URL: https://www.postgresql.org/about/news/1772/ Security: CVE-2017-7546, CVE-2017-7547, CVE-2017-7548 --- databases/postgresql96-docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/postgresql96-docs/Makefile') diff --git a/databases/postgresql96-docs/Makefile b/databases/postgresql96-docs/Makefile index c79f5c8f4445..1e24b9ad9b72 100644 --- a/databases/postgresql96-docs/Makefile +++ b/databases/postgresql96-docs/Makefile @@ -9,8 +9,6 @@ MAINTAINER= pgsql@FreeBSD.org COMMENT= The PostgreSQL documentation set MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server - -USES+= pgsql:${WANT_PGSQL_VER} WANT_PGSQL_VER?=9.6 SLAVE_ONLY= YES @@ -27,6 +25,8 @@ BUILD_DEPENDS+= onsgmls:textproc/opensp \ ${sgmldir}/iso8879/catalog:textproc/iso8879 \ ${dbdir}/dsssl/modular/catalog:textproc/dsssl-docbook-modular \ docbook-sgml>0:textproc/docbook-sgml +CONFIGURE_ARGS= --without-readline +NO_ARCH= yes do-build: ${MAKE_CMD} -C ${WRKSRC} html -- cgit v1.2.3