Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2001 08:40:03 -0700 (PDT)
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/28450: New ports: sword bible library, sword-modules, cheatah  frontend
Message-ID:  <200106271540.f5RFe3n30277@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/28450; it has been noted by GNATS.

From: Stephen Montgomery-Smith <stephen@math.missouri.edu>
To: Willem van Engen <wvengen@stack.nl>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106271540.f5RFe3n30277>