svn commit: r544175 - head/security/sssd

Fernando Apesteguía fernape at FreeBSD.org
Tue Aug 4 15:47:50 UTC 2020


Author: fernape
Date: Tue Aug  4 15:47:49 2020
New Revision: 544175
URL: https://svnweb.freebsd.org/changeset/ports/544175

Log:
  security/sssd: Add comment in case of package fail
  
  Add a comment to give a clue in case of failure during the package phase.
  
  PR:	244778

Modified:
  head/security/sssd/Makefile

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Tue Aug  4 15:19:43 2020	(r544174)
+++ head/security/sssd/Makefile	Tue Aug  4 15:47:49 2020	(r544175)
@@ -73,6 +73,12 @@ PORTDATA=	*
 OPTIONS_DEFINE=	DOCS SMB
 OPTIONS_SUB=	yes
 
+# If the port fails to package with SMB=on due to some missing files from
+# pkg-plist, check if there was a version bump of security/krb5 and
+# update files/patch-src__external__krb5.m4 accordingly.
+#
+# See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244778
+
 SMB_DESC=		Install IPA and AD providers (requires Samba4)
 SMB_USES=		samba:lib # libndr-krb5pac libndr-nbt libndr libsamba-util
 SMB_CONFIGURE_WITH=	samba


More information about the svn-ports-head mailing list