From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 2 07:50:19 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EDB916A40F for ; Tue, 2 Jan 2007 07:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8E3E113C467 for ; Tue, 2 Jan 2007 07:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l027oImp074704 for ; Tue, 2 Jan 2007 07:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l027oIwD074698; Tue, 2 Jan 2007 07:50:18 GMT (envelope-from gnats) Date: Tue, 2 Jan 2007 07:50:18 GMT Message-Id: <200701020750.l027oIwD074698@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: John Merryweather Cooper Cc: Subject: Re: ports/107421: [NEW PORT/REPO-COPY] x11-toolkits/gtkada-gps -- A Gtk Ada Binding X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Merryweather Cooper List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2007 07:50:19 -0000 The following reply was made to PR ports/107421; it has been noted by GNATS. From: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/107421: [NEW PORT/REPO-COPY] x11-toolkits/gtkada-gps -- A Gtk Ada Binding Date: Tue, 02 Jan 2007 02:40:44 -0500 This is a multi-part message in MIME format. --------------040107070006080909000409 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/107421'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=107421 > > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: [NEW PORT/REPO-COPY] x11-toolkits/gtkada-gps -- A Gtk Ada Binding >> Arrival-Date: Tue Jan 02 07:30:15 GMT 2007 >> > > Oops! Left out MASTER_SITES and manual download instructions. See attached Makefile. jmc --------------040107070006080909000409 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # New ports collection makefile for: gtkada-gps # Date created: 31 Dec 2006 # Whom: John Merryweather Cooper # # $FreeBSD$ # PORTNAME= gtkada-gps PORTVERSION= 3.1.3 CATEGORIES= x11-toolkits MASTER_SITES= http://libre.adacore.com/ EXTRACT_SUFX= -src.tgz MAINTAINER= john_m_cooper@yahoo.com COMMENT= GNOME Gtk2 Ada Binding BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat CONFLICTS= gtkada-[0-9]* gtkada-devel-[0-9]* gtkada-gcc-[0-9]* USE_GNOME= gtk20 libglade2 USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes # Check for GNAT sources. .if !exists(${DISTDIR}/${DISTFILE}) && !defined(PACKAGE_BUILDING) ECHO_MSG= ${PRINTF} IGNORE=Because of licensing and registration restrictions, you must fetch\n \ the source distribution manually. Please access\n \ http://libre.adacore.com/\ with a web browser, register\n \ (It's free!) and log in. Download the source files:\n\n \ \t${DISTFILE}\n\n \ and place them in ${DISTDIR}\n ${ECHO_MSG} ${IGNORE} .endif WRKSRC= ${WRKDIR}/GtkAda-2.4.2 .include --------------040107070006080909000409--