From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 10 17:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE239951 for ; Tue, 10 Dec 2013 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F79E1F46 for ; Tue, 10 Dec 2013 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBAHU0ET098692 for ; Tue, 10 Dec 2013 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBAHU0Dp098691; Tue, 10 Dec 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Dec 2013 17:30:00 GMT Resent-Message-Id: <201312101730.rBAHU0Dp098691@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Pekala Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15D03944 for ; Tue, 10 Dec 2013 17:29:23 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 028441F3D for ; Tue, 10 Dec 2013 17:29:23 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBAHTMOo018233 for ; Tue, 10 Dec 2013 17:29:22 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBAHTMij018232; Tue, 10 Dec 2013 17:29:22 GMT (envelope-from nobody) Message-Id: <201312101729.rBAHTMij018232@oldred.freebsd.org> Date: Tue, 10 Dec 2013 17:29:22 GMT From: Pawel Pekala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184663: [PATCH] www/volta changed dependency after databases/tinycdb update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 17:30:00 -0000 >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: