Date: Wed, 28 Mar 2012 17:11:17 +0300 From: Mykola Dzham <i@levsha.me> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/166464: [MAINTAINER] audio/liquidsoap: fix RUN_DEPENDS Message-ID: <E1SCtan-00086L-Gu@laptop.levsha.me> Resent-Message-ID: <201203281420.q2SEK8o1036178@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166464 >Category: ports >Synopsis: [MAINTAINER] audio/liquidsoap: fix RUN_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 28 14:20:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mykola Dzham >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD laptop.levsha.me 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r233330: Mon Mar 26 12:02:33 EEST >Description: caml-camomile required on runtime, not only on build Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- liquidsoap-1.0.0_1.patch begins here --- ? .git Index: Makefile =================================================================== RCS file: /zdata/arch/csup/ports/audio/liquidsoap/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 24 Mar 2012 23:03:12 -0000 1.14 +++ Makefile 28 Mar 2012 14:09:59 -0000 @@ -7,6 +7,7 @@ PORTNAME= liquidsoap PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= SF/savonet/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-full @@ -21,6 +22,8 @@ ${LOCALBASE}/${OCAML_SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ ${LOCALBASE}/${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/ocaml-camomile +RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/ocaml-camomile + DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} .if !defined(NOPORTDOCS) --- liquidsoap-1.0.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1SCtan-00086L-Gu>