svn commit: r485584 - head/databases/pgpool-II-40

Tobias Kortkamp tobik at FreeBSD.org
Thu Nov 22 09:18:33 UTC 2018


Author: tobik
Date: Thu Nov 22 09:18:32 2018
New Revision: 485584
URL: https://svnweb.freebsd.org/changeset/ports/485584

Log:
  databases/pgpool-II-40: Drop incorrect BROKEN_SSL
  
  openssl-devel was removed a while ago in favor of openssl111, but
  pgpool-II-40 builds fine with OpenSSL 1.1.1, so BROKEN_SSL is not
  needed in the first place.
  
  http://beefy5.nyi.freebsd.org/data/120i386-default/485373/logs/pgpool-II40-4.0.1.log
  http://beefy6.nyi.freebsd.org/data/120amd64-default/485373/logs/pgpool-II40-4.0.1.log
  
  Pointy hat:	joneum

Modified:
  head/databases/pgpool-II-40/Makefile

Modified: head/databases/pgpool-II-40/Makefile
==============================================================================
--- head/databases/pgpool-II-40/Makefile	Thu Nov 22 08:12:05 2018	(r485583)
+++ head/databases/pgpool-II-40/Makefile	Thu Nov 22 09:18:32 2018	(r485584)
@@ -12,9 +12,6 @@ COMMENT=	Connection pool server for PostgreSQL
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_SSL=	openssl-devel
-BROKEN_SSL_REASON_openssl-devel=	library 'ssl' is required for OpenSSL
-
 PORTSCOUT=	limit:^4.0.[0-9]*
 
 USES=		gmake libtool pgsql:9.6+


More information about the svn-ports-all mailing list