svn commit: r375911 - in head/net-mgmt/xymon-server: . files

Mark Felder feld at FreeBSD.org
Wed Dec 31 20:18:27 UTC 2014


Author: feld
Date: Wed Dec 31 20:18:26 2014
New Revision: 375911
URL: https://svnweb.freebsd.org/changeset/ports/375911
QAT: https://qat.redports.org/buildarchive/r375911/

Log:
  Permit building against OpenSSL without SSLv2 support
  
  PR:		195796
  Submitted by:	lifanov at mail.lifanov.com

Modified:
  head/net-mgmt/xymon-server/Makefile
  head/net-mgmt/xymon-server/files/Makefile

Modified: head/net-mgmt/xymon-server/Makefile
==============================================================================
--- head/net-mgmt/xymon-server/Makefile	Wed Dec 31 19:22:17 2014	(r375910)
+++ head/net-mgmt/xymon-server/Makefile	Wed Dec 31 20:18:26 2014	(r375911)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xymon
 PORTVERSION=	4.3.18
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt www
 #MASTER_SITES=	SF/xymon/Xymon/${PORTVERSION}
 MASTER_SITES=	https://www.xymon.com/patches/

Modified: head/net-mgmt/xymon-server/files/Makefile
==============================================================================
--- head/net-mgmt/xymon-server/files/Makefile	Wed Dec 31 19:22:17 2014	(r375910)
+++ head/net-mgmt/xymon-server/files/Makefile	Wed Dec 31 20:18:26 2014	(r375911)
@@ -58,7 +58,7 @@ RPATHVAL += ${LOCALBASE}/lib
 DORRD = yes
 #
 # OpenSSL settings
-SSLFLAGS = -DHAVE_OPENSSL -DHAVE_SSLV2_SUPPORT
+SSLFLAGS = -DHAVE_OPENSSL
 SSLINCDIR = -I${OPENSSLINC}
 SSLLIBS = -L${OPENSSLLIB} -lssl -lcrypto
 RPATHVAL += ${OPENSSLLIB}


More information about the svn-ports-head mailing list