FreeBSD Bugzilla – Attachment 248416 Details for
Bug 277015
security/krb5: add slave ports for LDAP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
use flavors
0001-security-krb5-Flavorize-with-default-and-ldap-flavor.patch (text/plain), 4.65 KB, created by
Cy Schubert
on 2024-02-13 01:03:26 UTC
(
hide
)
Description:
use flavors
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2024-02-13 01:03:26 UTC
Size:
4.65 KB
patch
obsolete
>From 928d57942326ec6e09d09b77c06cc39e3aa6f589 Mon Sep 17 00:00:00 2001 >From: Cy Schubert <cy@FreeBSD.org> >Date: Mon, 12 Feb 2024 16:33:16 -0800 >Subject: [PATCH] security/krb5*: Flavorize with default and ldap flavors > >--- > security/krb5-119/Makefile | 12 ++++++++++-- > security/krb5-120/Makefile | 12 ++++++++++-- > security/krb5-121/Makefile | 12 ++++++++++-- > security/krb5-devel/Makefile | 9 ++++++++- > 4 files changed, 38 insertions(+), 7 deletions(-) > >diff --git a/security/krb5-119/Makefile b/security/krb5-119/Makefile >index af529b667c19..88698cdd903d 100644 >--- a/security/krb5-119/Makefile >+++ b/security/krb5-119/Makefile >@@ -1,10 +1,12 @@ > PORTNAME= krb5 > PORTVERSION= 1.19.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= security > MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ > .if !defined(MASTERDIR) >-PKGNAMESUFFIX= -119 >+PKGNAMESUFFIX= -${FLAVOR}-119 >+.else >+PKGNAMESUFFIX= -${FLAVOR} > .endif > > DEPRECATED= Desupported by MIT following 1.21 >@@ -44,6 +46,8 @@ CPE_VENDOR= mit > CPE_VERSION= 5-${PORTVERSION} > CPE_PRODUCT= kerberos > >+FLAVORS= default ldap >+ > OPTIONS_DEFINE= EXAMPLES NLS KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP LMDB > OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML READLINE > OPTIONS_RADIO= CMD_LINE_EDITING >@@ -69,6 +73,10 @@ LIBEDIT_CONFIGURE_WITH= libedit > LIBEDIT_BASE_CONFIGURE_WITH= libedit > LIBEDIT_BASE_DESC= Use libedit in FreeBSD base > >+.if ${FLAVOR:U} == ldap >+OPTIONS_DEFAULT+= LDAP >+.endif >+ > .if defined(KRB5_HOME) > PREFIX= ${KRB5_HOME} > .endif >diff --git a/security/krb5-120/Makefile b/security/krb5-120/Makefile >index f76802d9aff1..aeb13fe33097 100644 >--- a/security/krb5-120/Makefile >+++ b/security/krb5-120/Makefile >@@ -1,10 +1,12 @@ > PORTNAME= krb5 > PORTVERSION= 1.20.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= security > MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ > .if !defined(MASTERDIR) >-PKGNAMESUFFIX= -120 >+PKGNAMESUFFIX= -${FLAVOR}-120 >+.else >+PKGNAMESUFFIX= -${FLAVOR} > .endif > > PATCH_SITES= http://web.mit.edu/kerberos/advisories/ >@@ -37,6 +39,8 @@ CPE_VENDOR= mit > CPE_VERSION= 5-${PORTVERSION} > CPE_PRODUCT= kerberos > >+FLAVORS= default ldap >+ > OPTIONS_DEFINE= EXAMPLES NLS KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP LMDB > OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML READLINE > OPTIONS_RADIO= CMD_LINE_EDITING >@@ -62,6 +66,10 @@ LIBEDIT_CONFIGURE_WITH= libedit > LIBEDIT_BASE_CONFIGURE_WITH= libedit > LIBEDIT_BASE_DESC= Use libedit in FreeBSD base > >+.if ${FLAVOR:U} == ldap >+OPTIONS_DEFAULT+= LDAP >+.endif >+ > .if defined(KRB5_HOME) > PREFIX= ${KRB5_HOME} > .endif >diff --git a/security/krb5-121/Makefile b/security/krb5-121/Makefile >index 159ff47c6055..d1a1c44f33cb 100644 >--- a/security/krb5-121/Makefile >+++ b/security/krb5-121/Makefile >@@ -1,10 +1,12 @@ > PORTNAME= krb5 > PORTVERSION= 1.21.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= security > MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ > .if !defined(MASTERDIR) >-PKGNAMESUFFIX= -121 >+PKGNAMESUFFIX= -${FLAVOR}-121 >+.else >+PKGNAMESUFFIX= -${FLAVOR} > .endif > > PATCH_SITES= http://web.mit.edu/kerberos/advisories/ >@@ -37,6 +39,8 @@ CPE_VENDOR= mit > CPE_VERSION= 5-${PORTVERSION} > CPE_PRODUCT= kerberos > >+FLAVORS= default ldap >+ > OPTIONS_DEFINE= EXAMPLES NLS KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP LMDB > OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML READLINE > OPTIONS_RADIO= CMD_LINE_EDITING >@@ -62,6 +66,10 @@ LIBEDIT_CONFIGURE_WITH= libedit > LIBEDIT_BASE_CONFIGURE_WITH= libedit > LIBEDIT_BASE_DESC= Use libedit in FreeBSD base > >+.if ${FLAVOR:U} == ldap >+OPTIONS_DEFAULT+= LDAP >+.endif >+ > .if defined(KRB5_HOME) > PREFIX= ${KRB5_HOME} > .endif >diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile >index 8448da7d05fb..df72441b8b5a 100644 >--- a/security/krb5-devel/Makefile >+++ b/security/krb5-devel/Makefile >@@ -1,8 +1,9 @@ > PORTNAME= krb5 > PORTVERSION= 1.22.${MIT_COMMIT_DATE} >+PORTREVISION= 1 > CATEGORIES= security > .if !defined(MASTERDIR) >-PKGNAMESUFFIX= -devel >+PKGNAMESUFFIX= -${FLAVOR}-devel > .endif > HASH= f5ad07bd3 > MIT_COMMIT_DATE= 2024.01.24 >@@ -38,6 +39,8 @@ CPE_VENDOR= mit > CPE_VERSION= 5-${PORTVERSION} > CPE_PRODUCT= kerberos > >+FLAVORS= default ldap >+ > OPTIONS_DEFINE= EXAMPLES NLS DNS_FOR_REALM LDAP LMDB > OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML READLINE > OPTIONS_RADIO= CMD_LINE_EDITING >@@ -61,6 +64,10 @@ LIBEDIT_CONFIGURE_WITH= libedit > LIBEDIT_BASE_CONFIGURE_WITH= libedit > LIBEDIT_BASE_DESC= Use libedit in FreeBSD base > >+.if ${FLAVOR:U} == ldap >+OPTIONS_DEFAULT+= LDAP >+.endif >+ > .if defined(KRB5_HOME) > PREFIX= ${KRB5_HOME} > .endif >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277015
:
248412
|
248414
|
248415
|
248416
|
248417