From owner-freebsd-ports Wed Jun 27 8:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C813737B405 for ; Wed, 27 Jun 2001 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5RFe3n30277; Wed, 27 Jun 2001 08:40:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 27 Jun 2001 08:40:03 -0700 (PDT) Message-Id: <200106271540.f5RFe3n30277@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Stephen Montgomery-Smith Subject: Re: ports/28450: New ports: sword bible library, sword-modules, cheatah frontend Reply-To: Stephen Montgomery-Smith Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28450; it has been noted by GNATS. From: Stephen Montgomery-Smith To: Willem van Engen Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/28450: New ports: sword bible library, sword-modules, cheatah frontend Date: Wed, 27 Jun 2001 10:36:44 -0500 I was trying out this port, and I noticed something interesting when I did make deinstall. I get the error pkg_delete: file `/usr/local/lib/libsword.so.1' doesn't really exist and I need to manually delete /usr/local/lib/libsword.so.1.0 In pkg-plist is listed lib/libsword.so.1.0 lib/libsword.so.1 But after make install, in /var/db/pkg/sword-1.5.1a/+CONTENTS is listed lib/libsword.so.1 @comment MD5:525932e293c09fbaa388715c439146b1 lib/libsword.so.1 @comment MD5:525932e293c09fbaa388715c439146b1 It seems that this is caused by the following lines in /usr/ports/Mk/bsd.port.mk (sorry if my mail client messes them up a bit): .if (${PORTOBJFORMAT} == "aout") @${SED} -e 's,\(/lib.*\.so\.[0-9]*\)$$,\1.0,' ${TMPPLIST} > ${TMPPLIST}.tmp .else @${SED} -e 's,\(/lib.*\.so\.[0-9]*\)\.[0-9]*$$,\1,' ${TMPPLIST} > ${TMPPLIST}.tmp .endif -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message