Date: Tue, 30 Nov 2004 01:19:56 -0800 From: Sean Chittenden <sean@chittenden.org> To: Sean Chittenden <seanc@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases Makefile ports/databases/libmemcache Makefile distinfo pkg-descr pkg-plist Message-ID: <001DA520-42B1-11D9-9C6A-000A95C705DC@chittenden.org> In-Reply-To: <200411300909.iAU99RI6078889@repoman.freebsd.org> References: <200411300909.iAU99RI6078889@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001DA520-42B1-11D9-9C6A-000A95C705DC>