ports/173361: [patch] textproc/sigil: fix ABI library at LIB_DEPENDS

Boris Samorodov bsam at FreeBSD.org
Sun Nov 4 14:10:01 UTC 2012


>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 at 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:


More information about the freebsd-ports-bugs mailing list