Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2012 15:34:24 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304534 - head/print/cups-base
Message-ID:  <201209191534.q8JFYOZJ018263@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed Sep 19 15:34:24 2012
New Revision: 304534
URL: http://svn.freebsd.org/changeset/ports/304534

Log:
  - use WITH_OPENSSL_HACK7

Modified:
  head/print/cups-base/Makefile

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Wed Sep 19 15:33:09 2012	(r304533)
+++ head/print/cups-base/Makefile	Wed Sep 19 15:34:24 2012	(r304534)
@@ -82,11 +82,6 @@ XDG_OPEN=		Build with XDG_OPEN as browse
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} < 800000
-# the openssl in base of FreeBSD 7.x is too old
-WITH_OPENSSL_PORT?=	yes
-.endif
-
 .if defined(CUPS_CLIENT)
 COMMENT2=	Library cups
 INSTALL_WRKSRC=	${WRKSRC}/cups
@@ -138,6 +133,7 @@ LIB_DEPENDS+=		gnutls.47:${PORTSDIR}/sec
 USE_PKGCONFIG=	yes
 .else
 CONFIGURE_ARGS+=	--disable-gnutls --enable-openssl
+WITH_OPENSSL_HACK7=	yes
 .include "${PORTSDIR}/Mk/bsd.openssl.mk"
 .endif
 



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