ports/184663: [PATCH] www/volta changed dependency after databases/tinycdb update
Pawel Pekala
pawel at FreeBSD.org
Tue Dec 10 17:30:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list