Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2019 15:05:14 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496469 - head/www/shellinabox
Message-ID:  <201903211505.x2LF5EBk013182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Thu Mar 21 15:05:14 2019
New Revision: 496469
URL: https://svnweb.freebsd.org/changeset/ports/496469

Log:
  Fix: build against SSL from ports and connection problem with TLS 1.3
  
  PR:		236697
  Submitted by:	gahr

Modified:
  head/www/shellinabox/Makefile

Modified: head/www/shellinabox/Makefile
==============================================================================
--- head/www/shellinabox/Makefile	Thu Mar 21 14:49:28 2019	(r496468)
+++ head/www/shellinabox/Makefile	Thu Mar 21 15:05:14 2019	(r496469)
@@ -4,7 +4,7 @@
 PORTNAME=	shellinabox
 PORTVERSION=	2.20
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 
 MAINTAINER=	olivier@FreeBSD.org
@@ -12,7 +12,7 @@ COMMENT=	Publish command line shell through AJAX inter
 
 LICENSE=	GPLv2
 
-USES=	autoreconf libtool
+USES=	autoreconf libtool ssl
 
 OPTIONS_DEFINE=	CORES NOLOGIN
 CORES_DESC=	Patch shellinaboxd to enable core dumps
@@ -29,6 +29,9 @@ PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
 
 SUB_FILES=	pkg-deinstall
 SUB_LIST=	USERS=${USERS} GROUPS=${GROUPS}
+
+CONFIGURE_ARGS=	--disable-runtime-loading --disable-pam \
+		CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
 
 NOLOGIN_CONFIGURE_ON=	--disable-login
 



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