ports/184664: [PATCH] www/cblog changed dependency after databases/tinycdb update

Pawel Pekala pawel at FreeBSD.org
Tue Dec 10 17:30:01 UTC 2013


>Number:         184664
>Category:       ports
>Synopsis:       [PATCH] www/cblog changed dependency after databases/tinycdb update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>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:
After my commit your port now links dynamically to libcdb.so.

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

Proposed patch sets dependencies to current state.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(wersja 336068)
+++ Makefile	(kopia robocza)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cblog
 PORTVERSION=	0.1.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://files.etoilebsd.net/cblog/
 
@@ -9,9 +9,9 @@
 MAINTAINER=	bapt at FreeBSD.org
 COMMENT=	Simple weblog in C using markdown
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver \
-		${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb
-LIB_DEPENDS=	libfcgi.so:${PORTSDIR}/www/fcgi
+BUILD_DEPENDS=	${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver
+LIB_DEPENDS=	libcdb.so:${PORTSDIR}/databases/tinycdb \
+		libfcgi.so:${PORTSDIR}/www/fcgi
 
 LICENSE=	BSD
 


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


More information about the freebsd-ports-bugs mailing list