From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 22 09:50:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3061F16A41F for ; Thu, 22 Sep 2005 09:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB9B43D48 for ; Thu, 22 Sep 2005 09:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8M9o6LQ073907 for ; Thu, 22 Sep 2005 09:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8M9o6pu073906; Thu, 22 Sep 2005 09:50:06 GMT (envelope-from gnats) Resent-Date: Thu, 22 Sep 2005 09:50:06 GMT Resent-Message-Id: <200509220950.j8M9o6pu073906@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dirk.meyer@dinoex.sub.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAFFB16A41F for ; Thu, 22 Sep 2005 09:43:24 +0000 (GMT) (envelope-from dm@home.dinoex.sub.de) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1353D43D48 for ; Thu, 22 Sep 2005 09:43:23 +0000 (GMT) (envelope-from dm@home.dinoex.sub.de) Received: from home.dinoex.sub.de (dm@home.dinoex.sub.de [194.45.71.22]) by uucp.dinoex.sub.de (8.13.4/8.13.3) with ESMTP id j8M9h8Bq035510 for ; Thu, 22 Sep 2005 11:43:08 +0200 (CEST) (envelope-from dm@home.dinoex.sub.de) Received: (from dm@localhost) by home.dinoex.sub.de (8.13.4/8.13.3/Submit) id j8M9hBfU055022; Thu, 22 Sep 2005 11:43:11 +0200 (CEST) (envelope-from dm) Message-Id: <200509220943.j8M9hBfU055022@home.dinoex.sub.de> Date: Thu, 22 Sep 2005 11:43:11 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86452: security/cyrus-sasl2 does not compile with openssl 0.9.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dirk.meyer@dinoex.sub.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 09:50:07 -0000 >Number: 86452 >Category: ports >Synopsis: security/cyrus-sasl2 does not compile with openssl 0.9.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 22 09:50:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 5.4-STABLE >Organization: privat >Environment: FreeBSD 5.4-STABLE #4: Fri Jun 10 16:47:43 CEST 2005 >Description: 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' >How-To-Repeat: cd /usr/ports/security/openssl && make install cd /usr/ports/security/cyrus-sasl2 && make >Fix: apply or approve thsi patch: - fix build with openssl-0.9.8 Index: files/patch-ntlm.c =================================================================== RCS file: files/patch-ntlm.c diff -N files/patch-ntlm.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-ntlm.c 22 Sep 2005 09:39:40 -0000 @@ -0,0 +1,10 @@ +--- plugins/ntlm.c.orig Fri Dec 24 17:06:14 2004 ++++ plugins/ntlm.c Thu Sep 22 11:26:31 2005 +@@ -74,6 +74,7 @@ + #endif /* WIN32 */ + + #include ++#include + #include + #include + #include >Release-Note: >Audit-Trail: >Unformatted: