From owner-freebsd-ports Thu Jun 28 2:10: 8 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 7C64037B401 for ; Thu, 28 Jun 2001 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5S9A2q82165; Thu, 28 Jun 2001 02:10:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 28 Jun 2001 02:10:02 -0700 (PDT) Message-Id: <200106280910.f5S9A2q82165@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Willem van Engen Subject: Re: ports/28450: New ports: sword bible library, sword-modules, cheatah Reply-To: Willem van Engen 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: Willem van Engen To: freebsd-gnats-submit@freebsd.org Cc: stephen@math.missouri.edu Subject: Re: ports/28450: New ports: sword bible library, sword-modules, cheatah Date: Thu, 28 Jun 2001 11:07:24 +0200 Ok, here is a patch which doesn't install the libsword.[so|a].1.0 files but only libsword.[so|a].1 (patch should be applied in /usr/ports/misc/sword). - Willem van Engen # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sword01.patch # echo x - sword01.patch sed 's/^X//' >sword01.patch << 'END-of-sword01.patch' Xdiff -ru Makefile.old Makefile X--- Makefile.old Thu Jun 28 10:51:51 2001 X+++ Makefile Thu Jun 28 10:51:58 2001 X@@ -23,12 +23,10 @@ X @echo "instdir:= ${PREFIX}" >${WRKSRC}/localport.cfg X X do-install: X- ${INSTALL_PROGRAM} ${WRKSRC}/lib/libsword.a ${PREFIX}/lib/libsword.a.1.0 X- ${LN} -s ${PREFIX}/lib/libsword.a.1.0 ${PREFIX}/lib/libsword.a.1 X- ${LN} -s ${PREFIX}/lib/libsword.a.1.0 ${PREFIX}/lib/libsword.a X- ${INSTALL_PROGRAM} ${WRKSRC}/lib/libsword.so ${PREFIX}/lib/libsword.so.1.0 X- ${LN} -s ${PREFIX}/lib/libsword.so.1.0 ${PREFIX}/lib/libsword.so.1 X- ${LN} -s ${PREFIX}/lib/libsword.so.1.0 ${PREFIX}/lib/libsword.so X+ ${INSTALL_PROGRAM} ${WRKSRC}/lib/libsword.a ${PREFIX}/lib/libsword.a.1 X+ ${LN} -s ${PREFIX}/lib/libsword.a.1 ${PREFIX}/lib/libsword.a X+ ${INSTALL_PROGRAM} ${WRKSRC}/lib/libsword.so ${PREFIX}/lib/libsword.so.1 X+ ${LN} -s ${PREFIX}/lib/libsword.so.1 ${PREFIX}/lib/libsword.so X ${INSTALL_DATA} ${FILESDIR}/sword.conf ${PREFIX}/etc X ${MKDIR} ${PREFIX}/share/sword X ${MKDIR} ${PREFIX}/include/sword Xdiff -ru pkg-plist.old pkg-plist X--- pkg-plist.old Thu Jun 28 10:52:13 2001 X+++ pkg-plist Thu Jun 28 10:52:17 2001 X@@ -63,10 +63,8 @@ X include/sword/zipcomprs.h X include/sword/ztext.h X include/sword/zverse.h X-lib/libsword.a.1.0 X lib/libsword.a.1 X lib/libsword.a X-lib/libsword.so.1.0 X lib/libsword.so.1 X lib/libsword.so X @dirrm include/sword END-of-sword01.patch exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message