Bug 86452 - security/cyrus-sasl2 does not compile with openssl 0.9.8
Summary: security/cyrus-sasl2 does not compile with openssl 0.9.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-22 10:50 UTC by dirk.meyer
Modified: 2005-09-27 21:14 UTC (History)
0 users

See Also:


Attachments
file.diff (535 bytes, patch)
2005-09-22 10:50 UTC, dirk.meyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!