Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 15:57:20 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490150 - in head/security: krb5-115 krb5-116 krb5-117 krb5-devel
Message-ID:  <201901131557.x0DFvKjQ066773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901131557.x0DFvKjQ066773>