Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2012 00:28:56 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/171127: [MAINTAINER] games/fbg2: added BUILD_DEPENDS
Message-ID:  <20120827222857.0D20B1065673@hub.freebsd.org>
Resent-Message-ID: <201208272230.q7RMU7i8030316@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171127
>Category:       ports
>Synopsis:       [MAINTAINER] games/fbg2: added BUILD_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:   Mon Aug 27 22:30:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:

Added

+BUILD_DEPENDS=>${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- fbg2-0.4_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/fbg2/Makefile ./Makefile
--- /usr/ports/games/fbg2/Makefile	2012-08-25 08:28:54.000000000 +0200
+++ ./Makefile	2012-08-28 00:22:58.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	fbg2
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/fbg/
 
@@ -21,8 +21,8 @@
 LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt
 LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
 
-LIB_DEPENDS=	radius:${PORTSDIR}/graphics/radius-engine \
-		lua-5.1:${PORTSDIR}/lang/lua \
+BUILD_DEPENDS=	${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine
+LIB_DEPENDS=	lua-5.1:${PORTSDIR}/lang/lua \
 		png15:${PORTSDIR}/graphics/png \
 		physfs.1:${PORTSDIR}/devel/physfs
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
--- fbg2-0.4_2.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?20120827222857.0D20B1065673>