ports/160045: [PATCH] emulators/visualboyadvance-m: fix SFML depend

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Aug 24 05:10:10 UTC 2011


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list