From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 2 07:40:49 2007 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1127816A416 for ; Tue, 2 Jan 2007 07:40:49 +0000 (UTC) (envelope-from john_m_cooper@yahoo.com) Received: from smtp103.biz.mail.re2.yahoo.com (smtp103.biz.mail.re2.yahoo.com [68.142.229.217]) by mx1.freebsd.org (Postfix) with SMTP id B566213C459 for ; Tue, 2 Jan 2007 07:40:48 +0000 (UTC) (envelope-from john_m_cooper@yahoo.com) Received: (qmail 79424 invoked from network); 2 Jan 2007 07:40:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type; b=wdABTNObl7jdQzBHzwIp8oQVB0G0tzwGcziyMSr+3LrXjyWmEX9MFwZ0I2O30dS7P7b4JMnehDSh2ZPCU0yuJTZNevVRVMgYXnx0R7np8alVI2VDfZTRrf7+/QalqFxa7J+unIAWTWVex98dltOaxrHfvlMbF+j9bSPeXzAyPdM= ; Received: from unknown (HELO borgdemon2.13tentmillln.home) (j.m.cooper@borgsdemons.com@68.33.224.115 with login) by smtp103.biz.mail.re2.yahoo.com with SMTP; 2 Jan 2007 07:40:48 -0000 X-YMail-OSG: IbvoYZMVM1lvyNU37EEJvZ3qoSiMk7aV_ZhLDlC.hym5NXgHCoV1hon3WyyKO60ENer_K_TK5bmk_1l_1IzkbGZeo0A.svGEB5JmUGZH0YZ2pbjsybi2rkB0XcUnNnbNn.OD5KQT2ZuP2.mxLr5uzUR08a2SJkmNxTWVn6Q4YrgK1EHkQ6.X_KyOkb4h Received: from [127.0.0.1] (localhost [127.0.0.1]) by borgdemon2.13tentmillln.home (Postfix) with ESMTP id C98545C4A; Tue, 2 Jan 2007 02:40:46 -0500 (EST) Message-ID: <459A0C7C.5020901@yahoo.com> Date: Tue, 02 Jan 2007 02:40:44 -0500 From: John Merryweather Cooper User-Agent: Thunderbird 1.5.0.9 (X11/20061224) MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <200701020730.l027UFCK072251@freefall.freebsd.org> In-Reply-To: <200701020730.l027UFCK072251@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------040107070006080909000409" 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 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2007 07:40:49 -0000 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--