From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:20:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F4416A4CE; Tue, 30 Nov 2004 09:20:00 +0000 (GMT) Received: from mail.trippynames.com (mail.trippynames.com [38.113.223.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFC843D5E; Tue, 30 Nov 2004 09:20:00 +0000 (GMT) (envelope-from sean@chittenden.org) Received: from localhost (localhost [127.0.0.1]) by mail.trippynames.com (Postfix) with ESMTP id D6C9DC9A32; Tue, 30 Nov 2004 01:19:59 -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 02354-02; Tue, 30 Nov 2004 01:19:58 -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 68B33C9A31; Tue, 30 Nov 2004 01:19:58 -0800 (PST) In-Reply-To: <200411300909.iAU99RI6078889@repoman.freebsd.org> References: <200411300909.iAU99RI6078889@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <001DA520-42B1-11D9-9C6A-000A95C705DC@chittenden.org> Content-Transfer-Encoding: 7bit From: Sean Chittenden Date: Tue, 30 Nov 2004 01:19:56 -0800 To: Sean Chittenden X-Mailer: Apple Mail (2.619) 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:20:01 -0000 > Modified files: > databases Makefile > Added files: > databases/libmemcache Makefile distinfo pkg-descr pkg-plist > Log: > Add a port for libmemcache, a C API for memcached. Two things I noticed doing this port and while writing libmemcache: 1) pmk is a fantastic alternative to auto* and is vastly faster. pmkshgen is coming in the next version so there won't be the build dependency on pmk. 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 -- Sean Chittenden