Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2013 17:29:22 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184663: [PATCH] www/volta changed dependency after databases/tinycdb update
Message-ID:  <201312101729.rBAHTMij018232@oldred.freebsd.org>
Resent-Message-ID: <201312101730.rBAHU0Dp098691@freefall.freebsd.org>

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

>Number:         184663
>Category:       ports
>Synopsis:       [PATCH] www/volta changed dependency after databases/tinycdb update
>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 Dec 10 17:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        11.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 11.0-CURRENT FreeBSD 11.0-CURRENT #6 r259064M: Sat Dec  7 11:24:24 CET 2013     corn@blaviken.slowicza.org:/usr/obj/old/src/sys/GENERIC  amd64

>Description:
http://svnweb.freebsd.org/ports?view=revision&revision=335935

After this commit your port now links dynamically to libcdb.so
Proposed patch sets port's dependencies to current state.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(wersja 336068)
+++ Makefile	(kopia robocza)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	volta
-DISTVERSION=	0.2.0
+PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://dl.dropbox.com/u/7234177/Releases/ \
 		http://projects.martini.nu/volta/chrome/site/
@@ -14,7 +15,7 @@
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	cdb:${PORTSDIR}/databases/tinycdb
+LIB_DEPENDS=	libcdb.so:${PORTSDIR}/databases/tinycdb
 
 USES=		pkgconfig
 USE_GMAKE=	yes


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



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