svn commit: r419156 - in head/security: krb5-112 krb5-113

Cy Schubert cy at FreeBSD.org
Wed Jul 27 01:56:25 UTC 2016


Author: cy
Date: Wed Jul 27 01:56:23 2016
New Revision: 419156
URL: https://svnweb.freebsd.org/changeset/ports/419156

Log:
  Modernize krb5-112 and krb5-113 replacing USE_OPENSSL with USES=ssl.

Modified:
  head/security/krb5-112/Makefile
  head/security/krb5-113/Makefile

Modified: head/security/krb5-112/Makefile
==============================================================================
--- head/security/krb5-112/Makefile	Wed Jul 27 01:54:47 2016	(r419155)
+++ head/security/krb5-112/Makefile	Wed Jul 27 01:56:23 2016	(r419156)
@@ -28,7 +28,7 @@ USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
 USES=			cpe gettext gmake perl5 libtool:build \
-			gssapi:bootstrap,mit pkgconfig:both
+			gssapi:bootstrap,mit pkgconfig:both ssl
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var"
 CONFIGURE_ENV=		INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"
@@ -53,7 +53,6 @@ PREFIX=			${KRB5_HOME}
 CPPFLAGS+=		-I${LOCALBASE}/include -I${OPENSSLINC}
 LDFLAGS+=		-L${LOCALBASE}/lib -L${OPENSSLLIB}
 
-USE_OPENSSL=		yes
 USE_RC_SUBR=		kpropd
 
 .include <bsd.port.options.mk>

Modified: head/security/krb5-113/Makefile
==============================================================================
--- head/security/krb5-113/Makefile	Wed Jul 27 01:54:47 2016	(r419155)
+++ head/security/krb5-113/Makefile	Wed Jul 27 01:56:23 2016	(r419156)
@@ -25,7 +25,7 @@ USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
 USES=			cpe gettext gmake perl5 libtool:build \
-			gssapi:bootstrap,mit pkgconfig:both
+			gssapi:bootstrap,mit pkgconfig:both ssl
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var"
 CONFIGURE_ENV=		INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"
@@ -50,7 +50,6 @@ PREFIX=			${KRB5_HOME}
 CPPFLAGS+=		-I${LOCALBASE}/include -I${OPENSSLINC}
 LDFLAGS+=		-L${LOCALBASE}/lib -L${OPENSSLLIB}
 
-USE_OPENSSL=		yes
 USE_RC_SUBR=		kpropd
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list