https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243357

--- Comment #2 from jnaug...@ee.ryerson.ca ---
Well just upgraded from 11.2-RELEASE to 11.3-RELEASE, using GENERIC kernel:

uname -a:

FreeBSD host.ee.ryerson.ca 11.3-RELEASE-p5 FreeBSD 11.3-RELEASE-p5 #0: Tue Nov
12 08:59:04 UTC 2019    
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64


did portsnap fetch update

cd /usr/ports/security/openssl
make deinstall clean install

pkg info |grep openssl
# pkg info |grep openssl
openssl-1.1.1d,1               TLSv1.3 capable SSL and crypto library

# grep -v "^#" /etc/make.conf 
CPUTYPE?=nocona
SENDMAIL_MC=/etc/mail/mailhost.mc
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
SENDMAIL_CFLAGS+= -D_FFR_SMTP_SSL
SVN_UPDATE=YES
DEFAULT_VERSIONS+= ssl=openssl

Using default src.conf ie:

# ls -l /etc/src.conf
ls: /etc/src.conf: No such file or directory


With regards to the steps to reproduce, simply followed handbook:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/SMTP-Auth.html

# cd /usr/src/lib/libsmutil
# make cleandir && make obj && make
# cd /usr/src/lib/libsm
# make cleandir && make obj && make
# cd /usr/src/usr.sbin/sendmail
# make cleandir && make obj && make && make install

On the last make (prior to make install) sendmail fails to compile on the file
tls.c as listed in first posting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to