Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2013 11:15:15 GMT
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181210: [patch] [kde] textproc/rasqal: add ftp/curl dependency
Message-ID:  <201308101115.r7ABFFEH020841@oldred.freebsd.org>
Resent-Message-ID: <201308101120.r7ABK0Gj075363@freefall.freebsd.org>

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

>Number:         181210
>Category:       ports
>Synopsis:       [patch] [kde] textproc/rasqal: add ftp/curl dependency
>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:   Sat Aug 10 11:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 10-amd64
>Organization:
BSDprint
>Environment:
FreeBSD BB049.int.wart.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #50 r253993: Tue Aug  6 20:03:20 SAMT 2013     bsam@BB049.int.wart.ru:/usr/obj/usr/src/sys/BB64X  amd64
>Description:
After recent ftp/curl upgrade I get this:
-----
% pkg_libchk -a
rasqal-0.9.30: /usr/local/bin/roqet misses libcurl.so.6
rasqal-0.9.30: /usr/local/lib/librasqal.so.3 misses libcurl.so.6
-----

Analysis:
The port has a direct dependency (showed above), included only indirectly via textproc/raptor2. But the dependency should be listsed at textproc/rasqal itself. And this port should bump PORTREVISION if library at ftp/curl changes.
>How-To-Repeat:
Upgrade ftp/curl to new version while having extproc/rasqal built with an older ftp/curl version.
>Fix:


Patch attached with submission follows:

Index: /usr/ports/textproc/rasqal/Makefile
===================================================================
--- /usr/ports/textproc/rasqal/Makefile	(revision 324469)
+++ /usr/ports/textproc/rasqal/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rasqal
 PORTVERSION=	0.9.30
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://download.librdf.org/source/ \
 		SF/librdf/${PORTNAME}/${PORTVERSION}
@@ -11,7 +12,8 @@
 COMMENT=	High-level interface for RDF
 
 LIB_DEPENDS=	raptor2:${PORTSDIR}/textproc/raptor2 \
-		pcre:${PORTSDIR}/devel/pcre
+		pcre:${PORTSDIR}/devel/pcre \
+		curl:${PORTSDIR}/ftp/curl
 
 USE_GNOME=	gnomehack lthack
 USE_OPENSSL=	yes


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



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