From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 3 22:40:20 2006 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 3FA6D16A4DA for ; Sun, 3 Sep 2006 22:40:20 +0000 (UTC) (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 BAF3E43D46 for ; Sun, 3 Sep 2006 22:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k83MeJhE020195 for ; Sun, 3 Sep 2006 22:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k83MeJp6020194; Sun, 3 Sep 2006 22:40:19 GMT (envelope-from gnats) Resent-Date: Sun, 3 Sep 2006 22:40:19 GMT Resent-Message-Id: <200609032240.k83MeJp6020194@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, "Simon L. Nielsen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA1E16A4DF for ; Sun, 3 Sep 2006 22:31:47 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A7E43D5C for ; Sun, 3 Sep 2006 22:31:33 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id A797B32E493 for ; Sun, 3 Sep 2006 22:31:32 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 8D8281141D; Mon, 4 Sep 2006 00:31:32 +0200 (CEST) Message-Id: <20060903223132.8D8281141D@zaphod.nitro.dk> Date: Mon, 4 Sep 2006 00:31:32 +0200 (CEST) From: "Simon L. Nielsen" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102837: [patch] www/wyvern: openssl 0.9.8b compile fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 22:40:20 -0000 >Number: 102837 >Category: ports >Synopsis: [patch] www/wyvern: openssl 0.9.8b compile fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 03 22:40:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon L. Nielsen >Release: FreeBSD 7.0-CURRENT i386 >Organization: FreeBSD.org >Environment: >Description: This patch fixes compile of www/wyvern on recent 7-CURRENT. maintainer, could you approve this patch? >How-To-Repeat: >Fix: --- port-wyvern-openssl.patch begins here --- Index: files/patch-src_modules_auth.c =================================================================== RCS file: files/patch-src_modules_auth.c diff -N files/patch-src_modules_auth.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_modules_auth.c 3 Sep 2006 22:23:40 -0000 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/modules/auth.c.orig ++++ src/modules/auth.c +@@ -44,6 +44,7 @@ + #include "config.h" + #endif /* HAVE_CONFIG_H */ + ++#include + #include + #if HAVE_STDLIB_H + #include Index: files/patch-src_wyvern.h =================================================================== RCS file: files/patch-src_wyvern.h diff -N files/patch-src_wyvern.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_wyvern.h 3 Sep 2006 22:24:35 -0000 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/wyvern.h.orig ++++ src/wyvern.h +@@ -56,6 +56,7 @@ + #include + #if USE_SSL + #include ++#include + #endif /* USE_SSL */ + #include + #include "status.h" --- port-wyvern-openssl.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: