Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2020 15:47:50 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544175 - head/security/sssd
Message-ID:  <202008041547.074Flo3F056117@repo.freebsd.org>

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



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