Bug 86452

Summary: security/cyrus-sasl2 does not compile with openssl 0.9.8
Product: Ports & Packages Reporter: dirk.meyer <dirk.meyer>
Component: Individual Port(s)Assignee: Hajimu UMEMOTO <ume>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dirk.meyer 2005-09-22 10:50:05 UTC
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/include -Wall -W -pipe -W -W
all -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wconversion -Wformat -W
id-clash-30 -Wimplicit -Wimplicit-function-delcaration -Wimplicit-int -Wlong-long -Wmain -Wmissing-declarations -Wmissin
g-prototypes -Wnested-externs -Wno-import -Wno-parentheses -Wparentheses -Wpointer-arith -Wredundant-decls -Wreturn-type
 -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wtraditional -Wtrigraphs -Wunused -Wwrite-strings -c ntlm.c -Wp,-
MD,.deps/ntlm.TPlo  -fPIC -DPIC -o .libs/ntlm.lo
In file included from ntlm.c:94:
../include/sasl.h:347: warning: function declaration isn't a prototype
In file included from ../include/saslplug.h:14,
                 from ntlm.c:96:
../include/hmac-md5.h:11: syntax error before `MD5_CTX'

Fix: apply or approve thsi patch:

- fix build with openssl-0.9.8
How-To-Repeat: 
	cd /usr/ports/security/openssl && make install
	cd /usr/ports/security/cyrus-sasl2 && make
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2005-09-22 11:10:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ume

over to maintainer
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2005-09-27 21:13:03 UTC
State Changed
From-To: open->closed

Thanks, committed!