From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 13 03:20:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4D131065686 for ; Mon, 13 Oct 2008 03:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 92F058FC15 for ; Mon, 13 Oct 2008 03:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9D3K38T047459 for ; Mon, 13 Oct 2008 03:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9D3K3a8047458; Mon, 13 Oct 2008 03:20:03 GMT (envelope-from gnats) Date: Mon, 13 Oct 2008 03:20:03 GMT Message-Id: <200810130320.m9D3K3a8047458@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephen Montgomery-Smith Cc: Subject: Re: ports/128034: new port math/open-axiom X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 03:20:03 -0000 The following reply was made to PR ports/128034; it has been noted by GNATS. From: Stephen Montgomery-Smith To: bug-followup@FreeBSD.org, stephen@math.missouri.edu Cc: Subject: Re: ports/128034: new port math/open-axiom Date: Sun, 12 Oct 2008 22:18:33 -0500 This is a multi-part message in MIME format. --------------010602040102010101020009 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Apologies again - use this patch instead of the previous one. --------------010602040102010101020009 Content-Type: text/plain; name="sss" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sss" --- Makefile-old 2008-10-12 22:15:19.000000000 -0500 +++ Makefile 2008-10-12 22:14:33.000000000 -0500 @@ -15,6 +15,10 @@ BUILD_DEPENDS= clisp:${PORTSDIR}/lang/clisp \ noweb:${PORTSDIR}/devel/noweb +LIB_DEPENDS= readline:${PORTSDIR}/devel/readline \ + sigsegv:${PORTSDIR}/devel/libsigsegv \ + intl:${PORTSDIR}/devel/gettext \ + iconv:${PORTSDIR}/converters/libiconv USE_BZIP2= yes GNU_CONFIGURE= yes --------------010602040102010101020009--