svn commit: r490150 - in head/security: krb5-115 krb5-116 krb5-117 krb5-devel

Cy Schubert cy at FreeBSD.org
Sun Jan 13 15:57:21 UTC 2019


Author: cy
Date: Sun Jan 13 15:57:20 2019
New Revision: 490150
URL: https://svnweb.freebsd.org/changeset/ports/490150

Log:
  pkgconfig is used at build time, not runtime.
  
  MFH:		2019Q1 (krb5-devel will need to have all its previous
  		commits brought up to level in 2019Q1 first)

Modified:
  head/security/krb5-115/Makefile
  head/security/krb5-116/Makefile
  head/security/krb5-117/Makefile
  head/security/krb5-devel/Makefile

Modified: head/security/krb5-115/Makefile
==============================================================================
--- head/security/krb5-115/Makefile	Sun Jan 13 15:52:13 2019	(r490149)
+++ head/security/krb5-115/Makefile	Sun Jan 13 15:57:20 2019	(r490150)
@@ -30,7 +30,7 @@ USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
 USES=			cpe gmake localbase perl5 libtool:build \
-			gssapi:bootstrap,mit pkgconfig:run ssl \
+			gssapi:bootstrap,mit pkgconfig ssl \
 			gettext-runtime
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var" \

Modified: head/security/krb5-116/Makefile
==============================================================================
--- head/security/krb5-116/Makefile	Sun Jan 13 15:52:13 2019	(r490149)
+++ head/security/krb5-116/Makefile	Sun Jan 13 15:57:20 2019	(r490150)
@@ -27,7 +27,7 @@ USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
 USES=			cpe gmake localbase perl5 libtool:build \
-			gssapi:bootstrap,mit pkgconfig:run ssl \
+			gssapi:bootstrap,mit pkgconfig ssl \
 			gettext-runtime
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var" \

Modified: head/security/krb5-117/Makefile
==============================================================================
--- head/security/krb5-117/Makefile	Sun Jan 13 15:52:13 2019	(r490149)
+++ head/security/krb5-117/Makefile	Sun Jan 13 15:57:20 2019	(r490150)
@@ -27,7 +27,7 @@ USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
 USES=			cpe gmake localbase perl5 libtool:build \
-			gssapi:bootstrap,mit pkgconfig:run ssl \
+			gssapi:bootstrap,mit pkgconfig ssl \
 			gettext-runtime
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var" \

Modified: head/security/krb5-devel/Makefile
==============================================================================
--- head/security/krb5-devel/Makefile	Sun Jan 13 15:52:13 2019	(r490149)
+++ head/security/krb5-devel/Makefile	Sun Jan 13 15:57:20 2019	(r490150)
@@ -30,7 +30,7 @@ USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
 USES=			autoreconf cpe gmake localbase perl5 libtool:build \
-			gssapi:bootstrap,mit pkgconfig:run ssl
+			gssapi:bootstrap,mit pkgconfig ssl
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var"
 CONFIGURE_ENV=		INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"


More information about the svn-ports-head mailing list