From owner-freebsd-ports Thu Feb 1 9:20:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ewdafa.b0rk.co.uk (pc58-gui2.cable.ntl.com [62.252.3.58]) by hub.freebsd.org (Postfix) with ESMTP id 158CC37B6A7 for ; Thu, 1 Feb 2001 09:20:30 -0800 (PST) Received: from pc133-gui2.cable.ntl.com (zink) [62.252.3.133] by ewdafa.b0rk.co.uk with smtp (Exim 3.12 #1 (Debian)) id 14OMy8-0000f8-00; Thu, 01 Feb 2001 16:52:24 +0000 Message-ID: <001701c08baa$57b736e0$0a00a8c0@reevolved.net> From: "ewdafa" To: "James Housley" Cc: References: <005201c08ba8$3ac799a0$0a00a8c0@reevolved.net> <3A7999E0.3EE8B62E@thehousleys.net> Subject: Re: @comment ORIGIN Date: Wed, 31 Jan 2001 17:22:07 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Cheers thats exactly it :-) -ed ----- Original Message ----- From: "James Housley" To: "ewdafa" Cc: Sent: Thursday, February 01, 2001 5:16 PM Subject: Re: @comment ORIGIN > ewdafa wrote: > > > > Ello, > > The recent addition of the ORIGIN comment is great. It's allowed me to whip > > up a ports checking tool that checks out /var/db/pkg/ for installed packages > > and then looks under /usr/ports for updated versions of the packages. BUT, > > there are some inconsistencies.. these are probably down to the package > > maintainers themselves. > > I found that mysql323-client and mysql323-server both have a strange > > Makefile scheme thats different to other ports e.g. > > mysql323-client: > > PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} > > mysql323-server: > > PORTNAME?= ${MASTERPORTNAME} > > > > It seems the client is just a kind of wrapper around the server, but, it > > would still be handy to have the proper information in there. Hm. > > This at the moment is the only thing breaking my app, apart from that it > > seems to work quite well. > > > > That is a master/slave port. There are several of them. What you need > to do, should do, is "make -V PORTNAME". Check the man page, but -V > will print the value the makefile creates for any variable. > > housley@baby:~ {2} cd /usr/ports/databases/mysql323-client/ > housley@baby:...s/databases/mysql323-client {3} make -V PORTNAME > mysql-client > > That is the best way to get any of these. Hope this helps. > > Jim > -- > /"\ ASCII Ribbon Campaign . > \ / - NO HTML/RTF in e-mail . > X - NO Word docs in e-mail . > / \ ----------------------------------------------------------------- > jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve > jim@TheHousleys.Net http://www.TheHousleys.net > --------------------------------------------------------------------- > Nothing is fool proof, because fools are too ingenious. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message