From owner-freebsd-ports Sat Jan 29 8:50:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 359ED14E98 for ; Sat, 29 Jan 2000 08:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA87465; Sat, 29 Jan 2000 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F5470.dip0.t-ipconnect.de [193.159.84.112]) by hub.freebsd.org (Postfix) with ESMTP id 9040B1521E for ; Sat, 29 Jan 2000 08:44:29 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id C9268AB96 for ; Sat, 29 Jan 2000 17:45:34 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id RAA22884; Sat, 29 Jan 2000 17:44:55 +0100 (CET) (envelope-from alex) Message-Id: <200001291644.RAA22884@cichlids.cichlids.com> Date: Sat, 29 Jan 2000 17:44:55 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16446: fix mail/maildrop (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16446 >Category: ports >Synopsis: fix mail/maildrop (bentofied) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 29 08:50:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: This space is intentionally left blank. >Environment: bento >Description: see bento: * use getpgrp() without args * extern "C" sprintf() >How-To-Repeat: build >Fix: add these patches to the (empty) patch-subdir: --- funcs.C.old Sat Jan 29 17:28:18 2000 +++ funcs.C Sat Jan 29 17:28:45 2000 @@ -114,13 +114,7 @@ static GETGROUPS_T getprocgroup() { #if HAS_GETPGRP - -#ifdef GETPGRP_VOID - return ( getpgrp() ); -#else - return ( getpgrp( getpid()) ); -#endif #else #if HAS_GETPGID return ( getpgid( 0 ) ); AAAAAAAAAAAAAAAAAAAAAANNND: --- main.C.orig Mon May 10 18:34:07 1999 +++ main.C Sat Jan 29 17:41:39 2000 @@ -36,6 +36,7 @@ extern void setprocgroup(); +extern "C" int sprintf(char *str, const char *format, ...); static Message m1, m2; extern char **environ; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message