[Midnightbsd-cvs] mports [23543] trunk/sysutils: fix ssl
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 12 16:54:24 EDT 2018
Revision: 23543
http://svnweb.midnightbsd.org/mports/?rev=23543
Author: laffer1
Date: 2018-05-12 16:54:23 -0400 (Sat, 12 May 2018)
Log Message:
-----------
fix ssl
Modified Paths:
--------------
trunk/sysutils/LPRng/Makefile
trunk/sysutils/fusefs-s3fs/Makefile
trunk/sysutils/ucspi-tcp/Makefile
Modified: trunk/sysutils/LPRng/Makefile
===================================================================
--- trunk/sysutils/LPRng/Makefile 2018-05-12 20:52:28 UTC (rev 23542)
+++ trunk/sysutils/LPRng/Makefile 2018-05-12 20:54:23 UTC (rev 23543)
@@ -7,8 +7,8 @@
PORTNAME= LPRng
PORTVERSION= 3.8.C
-PORTREVISION= 0
-PORTEPOC= 1
+PORTREVISION= 1
+PORTEPOCH= 1
CATEGORIES= sysutils print
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}
@@ -19,10 +19,9 @@
LICENSE= artistic gpl2
LICENSE_COMB= dual
-LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= libgdbm.so:databases/gdbm
-USES= gmake
-USE_OPENSSL= yes
+USES= gmake ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-config_subdir="" \
--with-filterdir=${PREFIX}/libexec/filters \
Modified: trunk/sysutils/fusefs-s3fs/Makefile
===================================================================
--- trunk/sysutils/fusefs-s3fs/Makefile 2018-05-12 20:52:28 UTC (rev 23542)
+++ trunk/sysutils/fusefs-s3fs/Makefile 2018-05-12 20:54:23 UTC (rev 23543)
@@ -18,9 +18,8 @@
USE_GITHUB= yes
GH_ACCOUNT= s3fs-fuse
-USES= autoreconf fuse pkgconfig
+USES= autoreconf fuse pkgconfig ssl
GNU_CONFIGURE= yes
-USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTVERSION}
Modified: trunk/sysutils/ucspi-tcp/Makefile
===================================================================
--- trunk/sysutils/ucspi-tcp/Makefile 2018-05-12 20:52:28 UTC (rev 23542)
+++ trunk/sysutils/ucspi-tcp/Makefile 2018-05-12 20:54:23 UTC (rev 23543)
@@ -80,8 +80,7 @@
.endif
.if ${PORT_OPTIONS:MSSL}
-# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
-.include "${PORTSDIR}/Mk/bsd.openssl.mk"
+EXTENSIONS+= ssl
PATCH_SITES+= http://www.nrg4u.com/qmail/:ssl
PATCHFILES+= ucspi-tcp-ssl-20050405.patch.gz:ssl
.endif
More information about the Midnightbsd-cvs
mailing list