svn commit: r384944 - head/net/freeradius3

Ryan Steinmetz zi at FreeBSD.org
Tue Apr 28 23:20:07 UTC 2015


Author: zi
Date: Tue Apr 28 23:20:06 2015
New Revision: 384944
URL: https://svnweb.freebsd.org/changeset/ports/384944

Log:
  - Use libkrb5support.so to track security/krb5 dependency, libkrb5.so is present
  on base and can confuses ports system not installing security/krb5. No bump on
  PORTREVISION since it's disabled by default

Modified:
  head/net/freeradius3/Makefile

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Tue Apr 28 22:32:05 2015	(r384943)
+++ head/net/freeradius3/Makefile	Tue Apr 28 23:20:06 2015	(r384944)
@@ -92,7 +92,7 @@ LIB_DEPENDS+=	libkrb5.so:${PORTSDIR}/sec
 .endif
 CONFIGURE_ARGS+=--enable-heimdal-krb5 --enable-pthread-support
 .else
-LIB_DEPENDS+=	libkrb5.so:${PORTSDIR}/security/krb5
+LIB_DEPENDS+=	libkrb5support.so:${PORTSDIR}/security/krb5
 .endif
 CONFIGURE_ARGS+=--with-rlm_krb5
 .if ${PORT_OPTIONS:MHEIMDAL} && empty(PORT_OPTIONS:MHEIMDAL_PORT)


More information about the svn-ports-head mailing list