Date: Fri, 15 Mar 2019 09:04:57 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495779 - head/databases/percona55-server Message-ID: <201903150904.x2F94v02097957@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Mar 15 09:04:56 2019 New Revision: 495779 URL: https://svnweb.freebsd.org/changeset/ports/495779 Log: databases/percona55-server: Attempt to fix OPENSSL option after r446475 Options helpers are ineffective when set after bsd.port.options.mk. Since this port is not using helpers in the first place append to USES directly. Reported by: tobik (in D19553) Modified: head/databases/percona55-server/Makefile Modified: head/databases/percona55-server/Makefile ============================================================================== --- head/databases/percona55-server/Makefile Fri Mar 15 09:01:00 2019 (r495778) +++ head/databases/percona55-server/Makefile Fri Mar 15 09:04:56 2019 (r495779) @@ -2,7 +2,7 @@ PORTNAME?= percona DISTVERSION= 5.5.61-38.13 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-${DISTVERSION}/source/tarball/ PKGNAMESUFFIX?= 55-server @@ -53,7 +53,7 @@ SHEBANG_FILES= scripts/*.pl* scripts/*.sh .if ${PORT_OPTIONS:MOPENSSL} CMAKE_ARGS+= -DWITH_SSL=system -OPENSSL_USES= ssl +USES+= ssl .endif .if ${PORT_OPTIONS:MFASTMTX} CMAKE_ARGS+= -DWITH_FAST_MUTEXES=1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903150904.x2F94v02097957>