Date: Wed, 24 Aug 2011 09:08:44 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: root@cooltrainer.org Subject: ports/160045: [PATCH] emulators/visualboyadvance-m: fix SFML depend Message-ID: <20110824050844.D2316B823@hades.panopticon> Resent-Message-ID: <201108240510.p7O5AAud014903@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160045 >Category: ports >Synopsis: [PATCH] emulators/visualboyadvance-m: fix SFML depend >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: Wed Aug 24 05:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Mar 8 09:48:52 MSK >Description: Fix devel/sfml dependency First, using just build denendency is incomplete, as libraries are required at run time, second, I've updated sfml port so LIB_DEPENDS can be used to depend on it. Port maintainer (root@cooltrainer.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- visualboyadvance-m-1.8.0r1001_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/visualboyadvance-m/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 4 Aug 2011 21:08:37 -0000 1.4 +++ Makefile 24 Aug 2011 05:05:10 -0000 @@ -7,16 +7,16 @@ PORTNAME= visualboyadvance-m PORTVERSION= 1.8.0r${SVN_REV} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://update.cooltrainer.org/emulators/visualboyadvance-m/ MAINTAINER= root@cooltrainer.org COMMENT= Game Boy Advance emulator with GTK frontend -BUILD_DEPENDS= ${LOCALBASE}/lib/libsfml-system.so:${PORTSDIR}/devel/sfml LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - cairomm-1.0.1:${PORTSDIR}/graphics/cairomm + cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \ + sfml-system.1:${PORTSDIR}/devel/sfml OPTIONS= GVBAM "Build gvbam (GTK2 frontend)" on \ ASM "Enable ASM core and filters (i386 only)" off --- visualboyadvance-m-1.8.0r1001_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?20110824050844.D2316B823>