Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2016 04:50:04 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421976 - head/net/xisp
Message-ID:  <201609130450.u8D4o4qD080217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Sep 13 04:50:04 2016
New Revision: 421976
URL: https://svnweb.freebsd.org/changeset/ports/421976

Log:
  net/xisp: Document SSL requirement and configure it properly
  
  Approved by:	SSL blanket

Modified:
  head/net/xisp/Makefile

Modified: head/net/xisp/Makefile
==============================================================================
--- head/net/xisp/Makefile	Tue Sep 13 03:43:34 2016	(r421975)
+++ head/net/xisp/Makefile	Tue Sep 13 04:50:04 2016	(r421976)
@@ -14,12 +14,14 @@ COMMENT=	User-friendly X interface to pp
 
 LIB_DEPENDS=	libforms.so:x11-toolkits/xforms
 
+USES=		alias ssl
 USE_XORG=	xpm
 
+CFLAGS+=	-DUSE_OPENSSL -I${OPENSSLINC}
 MAKE_ENV+=	CCFLAGS="${CFLAGS}"
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
-		${WRKSRC}/Makefile
+		-e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>



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