svn commit: r496469 - head/www/shellinabox
Olivier Cochard
olivier at FreeBSD.org
Thu Mar 21 15:05:15 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list