From owner-freebsd-ports@FreeBSD.ORG  Fri Jan  2 14:46:41 2004
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4337916A4CE; Fri,  2 Jan 2004 14:46:41 -0800 (PST)
Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3F42443D2F; Fri,  2 Jan 2004 14:46:34 -0800 (PST)
	(envelope-from petef@sirius.firepipe.net)
Received: from sirius.firepipe.net (localhost.firepipe.net [127.0.0.1])
	by sirius.firepipe.net (Postfix) with ESMTP
	id E97CC178EC; Fri,  2 Jan 2004 16:46:33 -0600 (CST)
From: Pete Fritchman <petef@FreeBSD.org>
To: harti@freebsd.org
In-Reply-To: Message from Harti Brandt <brandt@fokus.fraunhofer.de> 
	<20040102162252.C624@beagle.fokus.fraunhofer.de> 
Date: Fri, 02 Jan 2004 17:46:33 -0500
Sender: petef@sirius.firepipe.net
Message-Id: <20040102224633.E97CC178EC@sirius.firepipe.net>
cc: ports@freebsd.org
Subject: Re: help from a ports committer needed 
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
	<mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
	<mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 02 Jan 2004 22:46:41 -0000

* Fri, 02 Jan 2004 16:33:10 +0100 - Harti Brandt:
| I have attached what, I think, constitutes a minimal port infrastructure.
| Unfortunately the port makefile fails, while the package builds just fine
| standalone (just do a configure; make). This seems due to the arguments
| which are passed to the configure script. Perhaps something is missing in
| the Makefile.

Ok.  You'll need a distinfo, too, which you can generate with "make makesum".

I think these modifications would be good (helps the port pass portlint
and configure),

http://people.freebsd.org/~petef/atmsupport.diff

However, I still can't compile this on a 4.x machine:

cc1: Invalid option `-Wsystem-headers'
cc1: unknown C standard `c99'
ats_exp.c:41: syntax error before `expr'
cc1: warnings being treated as errors
[...] (full log on request)

HTH,

--pete