Re: git: 36d2e3ddae92 - main - news/inn: Enable embedded Python OPTION by default
- In reply to: Kevin Bowling : "git: 36d2e3ddae92 - main - news/inn: Enable embedded Python OPTION by default"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 19:52:58 UTC
On Sun, Oct 9, 2022 at 7:56 AM Kevin Bowling <kbowling@freebsd.org> wrote: > The branch main has been updated by kbowling: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=36d2e3ddae92040f7978b2c0a17fb11280762bdc > > commit 36d2e3ddae92040f7978b2c0a17fb11280762bdc > Author: Kevin Bowling <kbowling@FreeBSD.org> > AuthorDate: 2022-10-08 23:55:27 +0000 > Commit: Kevin Bowling <kbowling@FreeBSD.org> > CommitDate: 2022-10-08 23:55:27 +0000 > > news/inn: Enable embedded Python OPTION by default > You have to bump PORTREVISION for dependency and package change. > > Suggested by: Upstream > --- > news/inn/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/news/inn/Makefile b/news/inn/Makefile > index d2d767f14bb5..63f2cac4d617 100644 > --- a/news/inn/Makefile > +++ b/news/inn/Makefile > @@ -25,8 +25,8 @@ CONFLICTS?= inn-current > OPTIONS_DEFINE= BERKELEYDB BLACKLISTD GNUPG KERBEROS > PYTHON SASL \ > SQLITE KEYWORDS LARGE_FILES OPENSSL SETGID_INEWS \ > TAGGED_HASH UUCP_RNEWS DOCS EXAMPLES > -OPTIONS_DEFAULT= BERKELEYDB BLACKLISTD GNUPG SQLITE KEYWORDS > OPENSSL \ > - LARGE_FILES SETGID_INEW UUCP_RNEWS > +OPTIONS_DEFAULT= BERKELEYDB BLACKLISTD GNUPG PYTHON SQLITE KEYWORDS > \ > + OPENSSL LARGE_FILES SETGID_INEWS UUCP_RNEWS > OPTIONS_SUB= yes > > KERBEROS_DESC= Enable Kerberos v5 (for auth_krb5) > >