[Midnightbsd-cvs] mports [23524] trunk/devel: update ssl for devel ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 12 11:02:13 EDT 2018
Revision: 23524
http://svnweb.midnightbsd.org/mports/?rev=23524
Author: laffer1
Date: 2018-05-12 11:02:12 -0400 (Sat, 12 May 2018)
Log Message:
-----------
update ssl for devel ports
Modified Paths:
--------------
trunk/devel/efl/Makefile
trunk/devel/git/Makefile
trunk/devel/gnome-vfs/Makefile
trunk/devel/libgit2/Makefile
trunk/devel/monodevelop/Makefile
trunk/devel/uclmmbase/Makefile
Modified: trunk/devel/efl/Makefile
===================================================================
--- trunk/devel/efl/Makefile 2018-05-12 14:59:40 UTC (rev 23523)
+++ trunk/devel/efl/Makefile 2018-05-12 15:02:12 UTC (rev 23524)
@@ -106,7 +106,7 @@
.endif
.if ${PORT_OPTIONS:MSSL}
-USE_OPENSSL= yes
+EXTENSIONS+= ssl
WITH_OPENSSL_PORT= yes
.else
CONFIGURE_ARGS+= --with-crypto=none
Modified: trunk/devel/git/Makefile
===================================================================
--- trunk/devel/git/Makefile 2018-05-12 14:59:40 UTC (rev 23523)
+++ trunk/devel/git/Makefile 2018-05-12 15:02:12 UTC (rev 23524)
@@ -2,6 +2,7 @@
PORTNAME= git
DISTVERSION= 2.10.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG/software/scm/git
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@@ -24,11 +25,10 @@
PKGMESSAGE= ${WRKDIR}/pkg-message
GNU_CONFIGURE= yes
-USES= gmake shebangfix tar:xz
+USES= gmake shebangfix ssl tar:xz
CPPFLAGS+= -isystem${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV+= V=1 XMLTO_EXTRA=--skip-validation
-USE_OPENSSL= yes
USE_RC_SUBR= git_daemon
SHEBANG_FILES= *.perl */*.perl */*/*.perl */*.pl */*/*.pl */*/*/*.pl \
contrib/hooks/update-paranoid \
Modified: trunk/devel/gnome-vfs/Makefile
===================================================================
--- trunk/devel/gnome-vfs/Makefile 2018-05-12 14:59:40 UTC (rev 23523)
+++ trunk/devel/gnome-vfs/Makefile 2018-05-12 15:02:12 UTC (rev 23524)
@@ -3,7 +3,7 @@
PORTNAME= gnome-vfs
PORTVERSION= 2.24.4
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -25,10 +25,9 @@
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
libdbus-1.so:devel/dbus
-USES+= gettext gmake libtool:keepla pathfix pkgconfig
+USES+= gettext gmake libtool:keepla pathfix pkgconfig ssl
USE_GNOME= gconf2 gnomemimedata intlhack referencehack
INSTALL_TARGET= install-strip
-USE_OPENSSL= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-openssl \
Modified: trunk/devel/libgit2/Makefile
===================================================================
--- trunk/devel/libgit2/Makefile 2018-05-12 14:59:40 UTC (rev 23523)
+++ trunk/devel/libgit2/Makefile 2018-05-12 15:02:12 UTC (rev 23524)
@@ -17,9 +17,8 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= cmake pkgconfig python:build
+USES= cmake pkgconfig python:build ssl
USE_LDCONFIG= yes
-USE_OPENSSL= yes
PLIST_SUB= PORTVERSION=${PORTVERSION} SHLIB_VER=${PORTVERSION:R:E}
Modified: trunk/devel/monodevelop/Makefile
===================================================================
--- trunk/devel/monodevelop/Makefile 2018-05-12 14:59:40 UTC (rev 23523)
+++ trunk/devel/monodevelop/Makefile 2018-05-12 15:02:12 UTC (rev 23524)
@@ -2,6 +2,7 @@
PORTNAME= monodevelop
PORTVERSION= 6.1.1.15
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= ports at MidnightBSD.org
@@ -56,8 +57,7 @@
mono:roslyn:16e117c:roslyn \
mono:xwt:9ee2853:xwt
-USES= autoreconf desktop-file-utils gettext gmake mono:nuget pathfix shared-mime-info libarchive
-USE_OPENSSL= yes
+USES= autoreconf desktop-file-utils gettext gmake mono:nuget pathfix shared-mime-info libarchive ssl
USE_GNOME= gtksharp20 gnomesharp20
INSTALLS_ICONS= yes
Modified: trunk/devel/uclmmbase/Makefile
===================================================================
--- trunk/devel/uclmmbase/Makefile 2018-05-12 14:59:40 UTC (rev 23523)
+++ trunk/devel/uclmmbase/Makefile 2018-05-12 15:02:12 UTC (rev 23524)
@@ -2,7 +2,7 @@
PORTNAME= uclmmbase
PORTVERSION= 1.2.18
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel ipv6
MASTER_SITES= http://aldan.algebra.com/~mi/port-stuff/
DISTNAME= common-${PORTVERSION}
@@ -15,9 +15,8 @@
OPTIONS_DEFINE= IPV6
WRKSRC= ${WRKDIR}/common
-USES= uidfix tar:xz
+USES= uidfix ssl tar:xz
GNU_CONFIGURE= yes
-USE_OPENSSL= yes
IPV6_CONFIGURE_ENABLE= ipv6
More information about the Midnightbsd-cvs
mailing list