From owner-freebsd-ports@FreeBSD.ORG Sat Apr 14 09:58:57 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5807516A400 for ; Sat, 14 Apr 2007 09:58:57 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 1AFDD13C45E for ; Sat, 14 Apr 2007 09:58:57 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 11EFA9F2DC3; Sat, 14 Apr 2007 11:40:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XBon5tvjL3-P; Sat, 14 Apr 2007 11:40:31 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id EAB0C9F2DB6; Sat, 14 Apr 2007 11:40:30 +0200 (CEST) Message-ID: <4620A176.4020209@FreeBSD.org> Date: Sat, 14 Apr 2007 11:40:06 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Matthew Seaman References: <46209BE3.2080903@infracaninophile.co.uk> In-Reply-To: <46209BE3.2080903@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd ports Subject: Re: /usr/ports/databases/Makefile -- subdir entry didn't get removed with the port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2007 09:58:57 -0000 Matthew Seaman schrieb: > happy-idiot-talk:/usr/ports:% diff -u databases/Makefile{.save,} > --- databases/Makefile.save Sat Apr 14 10:07:55 2007 > +++ databases/Makefile Sat Apr 14 10:08:15 2007 > @@ -130,7 +130,6 @@ > SUBDIR += mylibrary > SUBDIR += mysql++ > SUBDIR += mysql++1 > - SUBDIR += mysql-administrator > SUBDIR += mysql-connector-java > SUBDIR += mysql-connector-odbc > SUBDIR += mysql-editor > > Cheers, > > Matthew > > Fixed, thanks! Regards, Gabor