Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2012 14:06:53 GMT
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173361: [patch] textproc/sigil: fix ABI library at LIB_DEPENDS
Message-ID:  <201211041406.qA4E6rAN050200@red.freebsd.org>
Resent-Message-ID: <201211041410.qA4EA0Aw005885@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173361
>Category:       ports
>Synopsis:       [patch] textproc/sigil: fix ABI library at LIB_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 04 14:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 9-STABLE
>Organization:
BSDprint
>Environment:
FreeBSD srv.bb.tel.ru 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #5 r241393: Wed Oct 10 12:27:20 SAMT 2012     bsam@srv.bb.tel.ru:/usr/obj/usr/src/sys/BB  i386
>Description:
For libhunspell the number 1.3 is a part of the name: "libhunspell-1.3.so.0",
while ".0" is an ABI version.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 306902)
+++ Makefile	(working copy)
@@ -12,7 +12,7 @@
 
 LIB_DEPENDS=	boost_thread:${PORTSDIR}/devel/boost-libs \
 		xerces-c:${PORTSDIR}/textproc/xerces-c3 \
-		hunspell-1:${PORTSDIR}/textproc/hunspell \
+		hunspell-1.3:${PORTSDIR}/textproc/hunspell \
 		pcre:${PORTSDIR}/devel/pcre
 
 LICENCE=	GPLv3


>Release-Note:
>Audit-Trail:
>Unformatted:



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