From owner-freebsd-questions@FreeBSD.ORG Tue Dec 5 11:13:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D597916A4B3 for ; Tue, 5 Dec 2006 11:13:52 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id D699843CAB for ; Tue, 5 Dec 2006 11:13:12 +0000 (GMT) (envelope-from maanjee@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so1413985wra for ; Tue, 05 Dec 2006 03:13:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=scqxRo42BFI0FPHw/A/USuxO8pJiGhsuaV/nhCkjzbZxMsWztaOquuf3L0JaKiLbCtDbpLGgMYFO5NaJQNaNGcKkTw3ZazyDLWiEV2sJk0VIqeiEmQAduoM6wDDYHgJLT/Txq7h2Ov1ZEOar4SFOmf7B0dFJI3UJGsVHTXfOpaA= Received: by 10.100.124.5 with SMTP id w5mr2272614anc.1165317229087; Tue, 05 Dec 2006 03:13:49 -0800 (PST) Received: by 10.100.33.13 with HTTP; Tue, 5 Dec 2006 03:13:49 -0800 (PST) Message-ID: <2cd0a0da0612050313w7bf768e8ye175db406afa3950@mail.gmail.com> Date: Tue, 5 Dec 2006 12:13:49 +0100 From: VeeJay To: "Julian D. Seifert" In-Reply-To: <20061205102445.GA74276@213-203-244-237.bsdtest.vdserver.de> MIME-Version: 1.0 References: <2cd0a0da0612050138t782fab92q4bf77cbf1c8c8aca@mail.gmail.com> <20061205102445.GA74276@213-203-244-237.bsdtest.vdserver.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD-Questions Subject: Re: FreeBSD Port Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2006 11:13:52 -0000 Thanks Julian.... But it is still compiled distribution " mysql-standard-5.0.27-freebsd6.0-i386.tar.gz" I have tried to download it and tar it.... Like there is a Source distribution is also availible for Windows plateform: "mysql-5.0.24a-win-src.tar.gz" I wonder if I can get Source Distribution for FreeBSD 6.x :o( Brgds VJ On 12/5/06, Julian D. Seifert wrote: > > > On Tue, Dec 05, 2006 at 10:38:30AM +0100, VeeJay wrote: > > a snipt from Makefile: > > > > PORTNAME?= mysql > > PORTVERSION= 5.0.2 > > PORTREVISION?= 0 > > CATEGORIES= databases > > MASTER_SITES= ${MASTER_SITE_MYSQL} > > # grep -nie master.*site.*mysql /usr/ports/Mk/* > /usr/ports/Mk/bsd.sites.mk:661:.if !defined(IGNORE_MASTER_SITE_MYSQL) > /usr/ports/Mk/bsd.sites.mk:662:MASTER_SITE_MYSQL+= \ > > After looking into the file /usr/ports/Mk/bsd.sites.mk we see for example: > ftp://ftp.easynet.be/mysql/Downloads/%SUBDIR%/ \ > > so what about subdir? > /usr/ports/databases/mysql50-server]# grep -ie subdir= Make > MASTER_SITE_SUBDIR= MySQL-5.0 > > so we have: > ftp://ftp.easynet.be/mysql/Downloads/MySQL-5.0/ > > tada :) > > cya, > > Julian D. `alamar` Seifert > > -- > If the truth is in your favor no one will believe you. > > gpg fingerprint: > 435D DDDA 251B 9D70 2F72 78E0 AA5F 11F4 A4ED 451E > > > -- Thanks! BR / vj