From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 16 22:20:15 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 88AD416A41F for ; Sat, 16 Jul 2005 22:20:15 +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 03A8E43D49 for ; Sat, 16 Jul 2005 22:20:15 +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 j6GMKE90006941 for ; Sat, 16 Jul 2005 22:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6GMKEjn006940; Sat, 16 Jul 2005 22:20:14 GMT (envelope-from gnats) Resent-Date: Sat, 16 Jul 2005 22:20:14 GMT Resent-Message-Id: <200507162220.j6GMKEjn006940@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, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B483C16A41C; Sat, 16 Jul 2005 22:14:37 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E4543D48; Sat, 16 Jul 2005 22:14:37 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by mail.grupos.com.br (Postfix) with ESMTP id 0EA8E11E8C5; Sat, 16 Jul 2005 19:14:36 -0300 (BRT) Received: from corp.grupos.com.br (localhost [127.0.0.1]) by corp.grupos.com.br (Postfix) with ESMTP id B7A1C55CF; Sat, 16 Jul 2005 19:14:35 -0300 (BRT) Received: by corp.grupos.com.br (Postfix, from userid 0) id 84E6055C0; Sat, 16 Jul 2005 19:14:35 -0300 (BRT) Message-Id: <20050716221435.84E6055C0@corp.grupos.com.br> Date: Sat, 16 Jul 2005 19:14:35 -0300 (BRT) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: seanc@FreeBSD.org Subject: ports/83575: Update port: mail/dbmail fix build on 4.x pointed by pointyhat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 22:20:15 -0000 >Number: 83575 >Category: ports >Synopsis: Update port: mail/dbmail fix build on 4.x pointed by pointyhat >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: Sat Jul 16 22:20:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Jul 11 10:07:29 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: - Fix build on 4.x pointed by pointyhat Add files: files/patch-imapd.c files/patch-lmtpd.c files/patch-pop3d.c >How-To-Repeat: >Fix: --- dbmail.patch begins here --- diff -ruN dbmail.orig/files/patch-imapd.c dbmail/files/patch-imapd.c --- dbmail.orig/files/patch-imapd.c Wed Dec 31 21:00:00 1969 +++ dbmail/files/patch-imapd.c Sat Jul 16 19:09:30 2005 @@ -0,0 +1,15 @@ +--- imapd.c.orig Sat Jul 16 19:09:07 2005 ++++ imapd.c Sat Jul 16 19:09:17 2005 +@@ -35,11 +35,11 @@ + #include + #include + #include +-#include "dm_getopt.h" + #include "imap4.h" + #include "server.h" + #include "debug.h" + #include "misc.h" ++#include "dm_getopt.h" + #include "pidfile.h" + #include "dbmail.h" + #include "pool.h" diff -ruN dbmail.orig/files/patch-lmtpd.c dbmail/files/patch-lmtpd.c --- dbmail.orig/files/patch-lmtpd.c Wed Dec 31 21:00:00 1969 +++ dbmail/files/patch-lmtpd.c Sat Jul 16 19:10:06 2005 @@ -0,0 +1,15 @@ +--- lmtpd.c.orig Sat Jul 16 19:09:38 2005 ++++ lmtpd.c Sat Jul 16 19:09:48 2005 +@@ -35,11 +35,11 @@ + #include + #include + #include +-#include "dm_getopt.h" + #include "imap4.h" + #include "server.h" + #include "debug.h" + #include "misc.h" ++#include "dm_getopt.h" + #include "pidfile.h" + #include "dbmail.h" + #include "pool.h" diff -ruN dbmail.orig/files/patch-pop3d.c dbmail/files/patch-pop3d.c --- dbmail.orig/files/patch-pop3d.c Wed Dec 31 21:00:00 1969 +++ dbmail/files/patch-pop3d.c Sat Jul 16 19:08:41 2005 @@ -0,0 +1,18 @@ +--- pop3d.c.orig Sat Jul 16 19:07:11 2005 ++++ pop3d.c Sat Jul 16 19:08:07 2005 +@@ -35,7 +35,6 @@ + #include + #include + #include +-#include "dm_getopt.h" + #include "server.h" + #include "debug.h" + #include "misc.h" +@@ -44,6 +43,7 @@ + #include "clientinfo.h" + #include "pool.h" + #include "pop3.h" ++#include "dm_getopt.h" + #ifdef PROC_TITLES + #include "proctitleutils.h" + #endif --- dbmail.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: