From owner-freebsd-ports Mon May 21 21:10: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E28E937B42C for ; Mon, 21 May 2001 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M4A1x29821; Mon, 21 May 2001 21:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F13137B422 for ; Mon, 21 May 2001 21:08:47 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M48lY29769; Mon, 21 May 2001 21:08:47 -0700 (PDT) (envelope-from nobody) Message-Id: <200105220408.f4M48lY29769@freefall.freebsd.org> Date: Mon, 21 May 2001 21:08:47 -0700 (PDT) From: sean@chittenden.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27530: vpopmail failes configure in ports, unistd.h isn't included Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27530 >Category: ports >Synopsis: vpopmail failes configure in ports, unistd.h isn't included >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 21 21:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: 4.3-STABLE >Organization: >Environment: FreeBSD rand.tgd.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat Apr 21 12:27:27 PDT 2001 sean@rand.tgd.net:/usr/src/sys/compile/TITAN i386 9:07pm >Description: unistd.h isn't included in the configure script, therefore unlink() isn't found and the test fails to compile The patch to solve the problem is included below. This may need to be passed over to the vpopmail guys. >How-To-Repeat: cd /usr/ports/mail/vpopmail make configure >Fix: 1471a1472 > #include 9:04pm root@rand:/usr/ports/mail/vpopmail/work/vpopmail-4.9.8 # diff -u configure.orig configure --- configure.orig Mon May 21 21:04:13 2001 +++ configure Mon May 21 21:02:26 2001 @@ -1469,6 +1469,7 @@ #include "confdefs.h" +#include #include #include #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message