Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 17:06:00 GMT
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189778: [patch] net/vino: fix for libtool versioning change
Message-ID:  <201405131706.s4DH60St008694@cgiserv.freebsd.org>
Resent-Message-ID: <201405131710.s4DHA11B085828@freefall.freebsd.org>

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

>Number:         189778
>Category:       ports
>Synopsis:       [patch] net/vino: fix for libtool versioning change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 13 17:10:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Hurling
>Release:        11.0-CURRENT amd64 (clang)
>Organization:
>Environment:
FreeBSD xxx.xxx.xxx 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265910: Mon May 12 13:30:21 CEST 2014     xxx@xxx.xxx.xxx:/usr/obj/usr/src/sys/XXX  amd64
>Description:
After recent changes to USES=libtool, as reported by tijl@ at ports@, here is my first candidate for it.

net/vino does not find one of its dependencies because of an apparently lower version number. Instead of accepting libunique-1.0.so it looks for libunique-1.0.2.so.

>How-To-Repeat:
Try to build r353934 of net/vino
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2014-05-13 16:54:04.000000000 +0200
+++ Makefile	2014-05-13 18:48:08.000000000 +0200
@@ -14,7 +14,7 @@
 
 LIB_DEPENDS=	gnutls:${PORTSDIR}/security/gnutls \
 		telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \
-		unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
+		unique-1.0:${PORTSDIR}/x11-toolkits/unique
 
 USE_BZIP2=	yes
 USES=		gettext gmake pkgconfig



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



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