[Midnightbsd-cvs] mports [23532] trunk/net: fix ssl for net ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 12 15:42:10 EDT 2018
Revision: 23532
http://svnweb.midnightbsd.org/mports/?rev=23532
Author: laffer1
Date: 2018-05-12 15:42:09 -0400 (Sat, 12 May 2018)
Log Message:
-----------
fix ssl for net ports
Modified Paths:
--------------
trunk/net/freerdp/Makefile
trunk/net/hostapd/Makefile
trunk/net/liboauth/Makefile
trunk/net/libsrtp/Makefile
trunk/net/openldap24-server/Makefile
trunk/net/openslp/Makefile
trunk/net/qt4-network/Makefile
trunk/net/qt5-network/Makefile
trunk/net/rdesktop/Makefile
trunk/net/ulxmlrpcpp/Makefile
trunk/net/x11vnc/Makefile
trunk/net/yaz/Makefile
Modified: trunk/net/freerdp/Makefile
===================================================================
--- trunk/net/freerdp/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/freerdp/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -4,7 +4,7 @@
PORTNAME= freerdp
DISTVERSION= 2.0.0-rc1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net comms ipv6
MAINTAINER= ports at MidnightBSD.org
@@ -13,8 +13,7 @@
LICENSE= apache2
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_OPENSSL= yes
-USES= alias cmake:outsource compiler:c++11-lib cpe gettext localbase pathfix pkgconfig
+USES= alias cmake:outsource compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl
USE_LDCONFIG= yes
CPE_VENDOR= freerdp_project
Modified: trunk/net/hostapd/Makefile
===================================================================
--- trunk/net/hostapd/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/hostapd/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -3,7 +3,7 @@
PORTNAME= hostapd
PORTVERSION= 2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://w1.fi/releases/
PATCH_SITES= https://w1.fi/security/2017-1/
@@ -21,8 +21,7 @@
LICENSE= bsd3
-USE_OPENSSL= yes
-USES= cpe gmake
+USES= cpe gmake ssl
CPE_VENDOR= w1.f1
BUILD_WRKSRC= ${WRKSRC}/hostapd
CFLAGS+= -I${OPENSSLINC}
Modified: trunk/net/liboauth/Makefile
===================================================================
--- trunk/net/liboauth/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/liboauth/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -2,6 +2,7 @@
PORTNAME= liboauth
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}
@@ -17,8 +18,7 @@
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
INSTALL_TARGET= install-strip
-USE_OPENSSL= yes
-USES= pkgconfig libtool
+USES= pkgconfig libtool ssl
USE_LDCONFIG= yes
post-patch:
Modified: trunk/net/libsrtp/Makefile
===================================================================
--- trunk/net/libsrtp/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/libsrtp/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -20,9 +20,8 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-openssl
CFLAGS+= -fPIC # Taken from configure script
-USES= gmake pathfix pkgconfig
+USES= gmake pathfix pkgconfig ssl
USE_LDCONFIG= yes
-USE_OPENSSL= yes
WITH_OPENSSL_PORT= yes
.if ! defined(WITH_DEBUG)
Modified: trunk/net/openldap24-server/Makefile
===================================================================
--- trunk/net/openldap24-server/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/openldap24-server/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -38,8 +38,7 @@
GNU_CONFIGURE= yes
# :keepla because port uses lt_dlopen
-USES= cpe libtool:keepla
-USE_OPENSSL= yes
+USES= cpe libtool:keepla ssl
.if !defined(CLIENT_ONLY)
USERS= ldap
GROUPS= ldap
Modified: trunk/net/openslp/Makefile
===================================================================
--- trunk/net/openslp/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/openslp/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -2,18 +2,18 @@
PORTNAME= openslp
PORTVERSION= 2.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/${PORTVERSION}%20Release
MAINTAINER= ports at MidnightBSD.org
COMMENT= Open-source implementation of the Service Location Protocol
+
LICENSE= bsd3
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= alias libtool
-USE_OPENSSL= yes
+USES= alias libtool ssl
USE_LDCONFIG= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \
--localstatedir=/var
Modified: trunk/net/qt4-network/Makefile
===================================================================
--- trunk/net/qt4-network/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/qt4-network/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -3,7 +3,7 @@
PORTNAME= network
DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= net ipv6
PKGNAMEPREFIX= qt4-
@@ -12,8 +12,9 @@
LICENSE= gpl3
-RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
+USES= ssl
USE_QT4= qmake_build moc_build rcc_build corelib
QT_NONSTANDARD= yes
QT_DIST= yes
@@ -20,7 +21,6 @@
HAS_CONFIGURE= yes
USE_LDCONFIG= ${PREFIX}/lib/qt4
-USE_OPENSSL= yes
ALL_TARGET= first
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
Modified: trunk/net/qt5-network/Makefile
===================================================================
--- trunk/net/qt5-network/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/qt5-network/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -14,7 +14,7 @@
LIB_DEPENDS= libproxy.so:net/libproxy
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-USE_OPENSSL= yes
+USES= ssl
USE_QT5= core qmake_build buildtools_build
QT_DIST= base
HAS_CONFIGURE= yes
Modified: trunk/net/rdesktop/Makefile
===================================================================
--- trunk/net/rdesktop/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/rdesktop/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -2,7 +2,7 @@
PORTNAME= rdesktop
PORTVERSION= 1.8.3
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= net comms ipv6
MASTER_SITES= SF
@@ -12,9 +12,8 @@
LICENSE= gpl3
USE_XORG= x11
-USES= gmake pkgconfig iconv
+USES= gmake pkgconfig iconv ssl
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-credssp
-USE_OPENSSL= yes
GNU_CONFIGURE= yes
DOCS= doc/AUTHORS doc/TODO doc/*.txt
Modified: trunk/net/ulxmlrpcpp/Makefile
===================================================================
--- trunk/net/ulxmlrpcpp/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/ulxmlrpcpp/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -6,7 +6,7 @@
PORTNAME= ulxmlrpcpp
PORTVERSION= 1.7.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net devel
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -20,8 +20,7 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= tar:bzip2 pathfix iconv libtool
-USE_OPENSSL= yes
+USES= tar:bzip2 pathfix iconv libtool ssl
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_LIBS="-lpthread"
INSTALL_TARGET= install-strip
Modified: trunk/net/x11vnc/Makefile
===================================================================
--- trunk/net/x11vnc/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/x11vnc/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -2,7 +2,7 @@
PORTNAME= x11vnc
PORTVERSION= 0.9.13
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= SF/libvncserver/${PORTNAME}/${PORTVERSION}
@@ -20,8 +20,7 @@
# Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS
LDFLAGS+= -L${LOCALBASE}/lib
-USE_OPENSSL= yes
-USES= iconv pkgconfig
+USES= iconv pkgconfig ssl
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: trunk/net/yaz/Makefile
===================================================================
--- trunk/net/yaz/Makefile 2018-05-12 15:16:14 UTC (rev 23531)
+++ trunk/net/yaz/Makefile 2018-05-12 19:42:09 UTC (rev 23532)
@@ -2,6 +2,7 @@
PORTNAME= yaz
PORTVERSION= 4.2.65
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
@@ -12,9 +13,8 @@
LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu
-USE_OPENSSL= yes
GNU_CONFIGURE= yes
-USES= pathfix pkgconfig iconv
+USES= pathfix pkgconfig iconv ssl
USE_GNOME= libxml2 libxslt
USE_LDCONFIG= yes
More information about the Midnightbsd-cvs
mailing list