Re: FreeBSD Port: fetchmail-6.3.26_9

2019-01-07 Thread Alex V. Petrov
In my case If set
GSSAPI_NONE = on: disable GSSAPI support
then going error free


07.01.2019 05:09, Alex V. Petrov пишет:
> I have openssl from ports and 12.0-STABLE
> 
> 07.01.2019 05:01, Corey Halpin пишет:
>> When I build with the options you've shown on 11.2/amd64 using OpenSSL
>> from base, I don't see the failure you're reporting.
>>
>> Instead, my configure output shows:
>>
>> checking for Kerberos V in /usr/local... found
>> checking for krb5_des_string_to_key in -lcrypto... no
>> checking for krb5_des_string_to_key in -lk5crypto... yes
>> checking for krb5_init_context in -lkrb5... yes
>>
>> Looking through the Makefile for krb5, I'm not seeing any obvious way
>> to disable the des_string_to_key functions. Do you perhaps have
>> something non-obvious in your make.conf that would affect how krb5 is
>> built? Does a rebuild of krb5 make any difference?
>>
>> ~crh
>>
>> On 2019-01-07, Alex V. Petrov wrote:
>>> make -C mail/fetchmail  showconfig
>>> ===> The following configuration options are available for
>>> fetchmail-6.3.26_9:
>>>  DOCS=on: Build and/or install documentation
>>>  NLS=on: Native Language Support
>>>  NTLM=off: NTLM authentication support
>>>  POP2=off: POP2 Protocol support[obsolete]
>>>  X11=off: Python/Tkinter dependencies for ``fetchmailconf''
>>> > GSSAPI Security API support: you have to select exactly one of them
>>>  GSSAPI_BASE=off: GSSAPI support via base system (needs Kerberos)
>>>  GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
>>>  GSSAPI_MIT=on: GSSAPI support via security/krb5
>>>  GSSAPI_NONE=off: Disable GSSAPI support
>>> ===> Use 'make config' to modify these settings
>>>
>>> 07.01.2019 03:16, Corey Halpin пишет:
 make showconfig
>>>
>>> --
>>> -
>>> Alex.
> 

-- 
-
Alex.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2019-01-07 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
shells/sparforte| 2.0.2   | v2.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: fetchmail-6.3.26_9

2019-01-07 Thread Carmel NY
On Mon, 07 Jan 2019 08:31:27 +0200, Oleg V. Nauman stated:

>On Sunday, January 6, 2019 9:58:29 PM EET Alex V. Petrov wrote:
>> New depence?
>> 
>> checking for Kerberos V in /usr/local... found
>> checking for krb5_des_string_to_key in -lcrypto... no
>> checking for krb5_des_string_to_key in -lk5crypto... no
>> configure: error: Kerberos 5 DES libraries not found
>> gmake[2]: *** [Makefile:622: config.status] Error 1
>> gmake[2]: Leaving directory
>> '/usr/ports/mail/fetchmail/work/fetchmail-6.3.26'  
>> ===> Compilation failed unexpectedly.  
>> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the
>> failure to the maintainer.
>> *** Error code 1
>> 
>> Stop.
>> make[1]: stopped in /usr/ports/mail/fetchmail
>> *** Error code 1
>> 
>> Stop.
>> make: stopped in /usr/ports/mail/fetchmail
>>   
>> ===>>> make build failed for mail/fetchmail
>> ===>>> Aborting update  
>
>
> I'm observing another fetchmail configure failure ( 13.0 CURRENT ):
>
>...
>checking for procmail... no
>checking for sendmail... /usr/sbin/sendmail
>checking for maildrop... /usr/local/bin/maildrop
>configure: Will not use a fallback MDA.
>checking size of short... 0
>checking size of int... 0
>checking size of long... 0
>checking opie.h usability... yes
>checking opie.h presence... yes
>checking for opie.h... yes
>checking for opiegenerator in -lopie... no
>configure: error: cannot find libopie, which is required for OPIE
>support. gmake[2]: *** [Makefile:622: config.status] Error 1
>gmake[2]: Leaving directory '/usr/obj/usr/ports/mail/fetchmail/work/
>fetchmail-6.3.26'
>===> Compilation failed unexpectedly.  
>Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the
>failure to the maintainer.
>*** Error code 1
>
>..
>
># ldconfig -rv|grep opie
>59:-lopie.8 => /usr/lib/libopie.so.8
>1162:-lopie.7 => /usr/local/lib/compat/libopie.so.7

I have this building correctly in FreeBSD 12.0 RELEASE p1 using
poudriere.

This is entire configuration options for fetchmail that I am using:

~ $ poudriere options -s mail/fetchmail
[00:00:01] Appending to make.conf: /usr/local/etc/poudriere.d/make.conf
===> The following configuration options are available for fetchmail-6.3.26_9:
 DOCS=on: Build and/or install documentation
 NLS=on: Native Language Support
 NTLM=off: NTLM authentication support
 POP2=off: POP2 Protocol support[obsolete]
 X11=off: Python/Tkinter dependencies for ``fetchmailconf''
> GSSAPI Security API support: you have to select exactly one of them
 GSSAPI_BASE=off: GSSAPI support via base system (needs Kerberos)
 GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
 GSSAPI_MIT=off: GSSAPI support via security/krb5
 GSSAPI_NONE=on: Disable GSSAPI support
===> Use 'make config' to modify these settings
===> The following configuration options are available for fetchmail-6.3.26_9 
and dependencies
===> The following configuration options are available for fetchmail-6.3.26_9:
 DOCS=on: Build and/or install documentation
 NLS=on: Native Language Support
 NTLM=off: NTLM authentication support
 POP2=off: POP2 Protocol support[obsolete]
 X11=off: Python/Tkinter dependencies for ``fetchmailconf''
> GSSAPI Security API support: you have to select exactly one of them
 GSSAPI_BASE=off: GSSAPI support via base system (needs Kerberos)
 GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
 GSSAPI_MIT=off: GSSAPI support via security/krb5
 GSSAPI_NONE=on: Disable GSSAPI support
===> Use 'make config' to modify these settings
===> The following configuration options are available for pkg-1.10.5_5:
 DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
===> The following configuration options are available for gmake-4.2.1_3:
 NLS=on: Native Language Support
===> Use 'make config' to modify these settings
===> The following configuration options are available for ccache-3.4.3:
 CLANGLINK=on: Create clang compiler links if clang is installed
 DOCS=on: Build and/or install documentation
 LLVMLINK=on: Create llvm compiler links if llvm is installed
 MEMCACHED=off: Build in experimental Memcached support
 STATIC=off: Build static executables and/or libraries
 TINDERBOX=off: Create tarball for tinderbox usage
===> Use 'make config' to modify these settings
===> The following configuration options are available for python36-3.6.8:
 DEBUG=off: Build with debugging support
 IPV6=on: IPv6 protocol support
 LIBFFI=on: Use libffi from ports instead of bundled version
 NLS=on: Enable gettext support for the locale module
 PYMALLOC=on: Enable specialized mallocs
 THREADS=on: Threading support
> Hash Algorithm (PEP-456): you can only select none or one of them
 FNV=off: Modified Fowler-Noll-Vo Algorithm
 SIPHASH=off: SipHash24 Algorithm
===> Use 'make config' to modify these settings
===> The following