Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 02:46:53 +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: r444011 - in head/security: krb5-113 krb5-114 krb5-115
Message-ID:  <201706210246.v5L2kr43080809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jun 21 02:46:52 2017
New Revision: 444011
URL: https://svnweb.freebsd.org/changeset/ports/444011

Log:
  Switch to USES=localbase.

Modified:
  head/security/krb5-113/Makefile
  head/security/krb5-114/Makefile
  head/security/krb5-115/Makefile

Modified: head/security/krb5-113/Makefile
==============================================================================
--- head/security/krb5-113/Makefile	Wed Jun 21 02:45:20 2017	(r444010)
+++ head/security/krb5-113/Makefile	Wed Jun 21 02:46:52 2017	(r444011)
@@ -28,7 +28,7 @@ USE_PERL5=		build
 USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
-USES=			cpe gmake perl5 libtool:build \
+USES=			cpe gmake localbase perl5 libtool:build \
 			gssapi:bootstrap,mit pkgconfig:run ssl
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var"
@@ -61,8 +61,8 @@ LIBEDIT_CONFIGURE_WITH=	libedit
 .if defined(KRB5_HOME)
 PREFIX=			${KRB5_HOME}
 .endif
-CPPFLAGS+=		-I${LOCALBASE}/include -I${OPENSSLINC}
-LDFLAGS+=		-L${LOCALBASE}/lib -L${OPENSSLLIB}
+CPPFLAGS+=		-I${OPENSSLINC}
+LDFLAGS+=		-L${OPENSSLLIB}
 
 USE_RC_SUBR=		kpropd
 OPTIONS_SUB=		yes

Modified: head/security/krb5-114/Makefile
==============================================================================
--- head/security/krb5-114/Makefile	Wed Jun 21 02:45:20 2017	(r444010)
+++ head/security/krb5-114/Makefile	Wed Jun 21 02:46:52 2017	(r444011)
@@ -25,7 +25,7 @@ USE_PERL5=		build
 USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
-USES=			cpe gmake perl5 libtool:build \
+USES=			cpe gmake localbase perl5 libtool:build \
 			gssapi:bootstrap,mit pkgconfig:run ssl
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var"
@@ -58,8 +58,8 @@ LIBEDIT_CONFIGURE_WITH=	libedit
 .if defined(KRB5_HOME)
 PREFIX=			${KRB5_HOME}
 .endif
-CPPFLAGS+=		-I${LOCALBASE}/include -I${OPENSSLINC}
-LDFLAGS+=		-L${LOCALBASE}/lib -L${OPENSSLLIB}
+CPPFLAGS+=		-I${OPENSSLINC}
+LDFLAGS+=		-L${OPENSSLLIB}
 
 USE_RC_SUBR=		kpropd
 OPTIONS_SUB=		yes

Modified: head/security/krb5-115/Makefile
==============================================================================
--- head/security/krb5-115/Makefile	Wed Jun 21 02:45:20 2017	(r444010)
+++ head/security/krb5-115/Makefile	Wed Jun 21 02:46:52 2017	(r444011)
@@ -25,7 +25,7 @@ USE_PERL5=		build
 USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
-USES=			cpe gmake perl5 libtool:build \
+USES=			cpe gmake localbase perl5 libtool:build \
 			gssapi:bootstrap,mit pkgconfig:run ssl
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var"
@@ -58,8 +58,8 @@ LIBEDIT_CONFIGURE_WITH=	libedit
 .if defined(KRB5_HOME)
 PREFIX=			${KRB5_HOME}
 .endif
-CPPFLAGS+=		-I${LOCALBASE}/include -I${OPENSSLINC}
-LDFLAGS+=		-L${LOCALBASE}/lib -L${OPENSSLLIB}
+CPPFLAGS+=		-I${OPENSSLINC}
+LDFLAGS+=		-L${OPENSSLLIB}
 
 USE_RC_SUBR=		kpropd
 OPTIONS_SUB=		yes



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