From owner-cvs-ports@FreeBSD.ORG Tue Nov 30 09:34:32 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1EC316A4CE; Tue, 30 Nov 2004 09:34:31 +0000 (GMT) Received: from mail.trippynames.com (mail.trippynames.com [38.113.223.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A612343D31; Tue, 30 Nov 2004 09:34:31 +0000 (GMT) (envelope-from sean@chittenden.org) Received: from localhost (localhost [127.0.0.1]) by mail.trippynames.com (Postfix) with ESMTP id C5D85C9A27; Tue, 30 Nov 2004 01:34:30 -0800 (PST) Received: from mail.trippynames.com ([127.0.0.1]) by localhost (rand.nxad.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03760-06; Tue, 30 Nov 2004 01:34:29 -0800 (PST) Received: from [192.168.102.100] (c-67-168-93-230.client.comcast.net [67.168.93.230]) by mail.trippynames.com (Postfix) with ESMTP id 5386EABAD4; Tue, 30 Nov 2004 01:34:29 -0800 (PST) In-Reply-To: <1101806605.38078.9.camel@pav.hide.vol.cz> References: <200411300909.iAU99RI6078889@repoman.freebsd.org> <001DA520-42B1-11D9-9C6A-000A95C705DC@chittenden.org> <1101806605.38078.9.camel@pav.hide.vol.cz> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <074899D0-42B3-11D9-9C6A-000A95C705DC@chittenden.org> Content-Transfer-Encoding: 7bit From: Sean Chittenden Date: Tue, 30 Nov 2004 01:34:27 -0800 To: pav@FreeBSD.org X-Mailer: Apple Mail (2.619) cc: Sean Chittenden cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases Makefile ports/databases/libmemcache Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:34:32 -0000 >> 2) pkg_version seems to want to shorten libmemcache.so.1.0 to >> libmemcache.so.1, which is rather broken. >> >> I'm using the @unexec directive as a workaround, but it appears as >> though there's a problem with pkg_version's parsing of pkg-plist >> files. >> I haven't dug into this too much beyond noting there's a problem. >> -sc > > That's not a bug, that's a feature. We don't do libfoo.so.X.Y on > FreeBSD, we do libfoo.so.X only. Please fix your software :) Yikes! You're probably not joking... but could you be? Please? pkg-plist should pass bits through to +CONTENTS and not "mother knows best" me. qmake(1) supports major, minor, and micro version numbering of libraries. pmk(1) supports major and minor. I consider this a rather large malfeature that had good intentions, but isn't serving any real purpose beyond being a shortcut. -sc -- Sean Chittenden