Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 11:02:42 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399902 - head/net/haproxy-devel
Message-ID:  <201510211102.t9LB2g5x031241@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Wed Oct 21 11:02:42 2015
New Revision: 399902
URL: https://svnweb.freebsd.org/changeset/ports/399902

Log:
  Mark IGNORE as no devel version is available yet, adjust comment to pet
  portlint, remove (now unneeded) openssl version check.

Modified:
  head/net/haproxy-devel/Makefile

Modified: head/net/haproxy-devel/Makefile
==============================================================================
--- head/net/haproxy-devel/Makefile	Wed Oct 21 10:59:46 2015	(r399901)
+++ head/net/haproxy-devel/Makefile	Wed Oct 21 11:02:42 2015	(r399902)
@@ -9,11 +9,13 @@ PKGNAMESUFFIX=	-devel
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	demon@FreeBSD.org
-COMMENT=	The Reliable, High Performance TCP/HTTP Load Balancer
+COMMENT=	Reliable, High Performance TCP/HTTP Load Balancer
 
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
+IGNORE=		no devel version available yet
+
 USES=		cpe gmake
 CONFLICTS=	haproxy-[1234567890]\*
 USE_RC_SUBR=	haproxy
@@ -60,10 +62,6 @@ IGNORE?=	Enable PCRE support to use Devi
 
 .if ${PORT_OPTIONS:MOPENSSL}
 USE_OPENSSL=	yes
-.if ${OSVERSION} < 1000015
-WITH_OPENSSL_PORT=	yes
-MAKE_ARGS+=	SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC}
-.endif
 MAKE_ARGS+=	USE_OPENSSL=1
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510211102.t9LB2g5x031241>