Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2005 23:48:59 -0700
From:      Travis Poppe <tlp@liquidx.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90677: [MAINTAINER UPDATE]: games/stratagus broken dependency fix
Message-ID:  <200512192348.59373.tlp@liquidx.org>
Resent-Message-ID: <200512200650.jBK6o20D086503@freefall.freebsd.org>

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

>Number:         90677
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/stratagus broken dependency fix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 20 06:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
Two dependencies are improperly listed as BUILD_DEPENDS rather than LIB_DEPENDS. I noticed this 
when I attempted to install it via 'pkg_add -r stratagus' and lua was not fetched.
>How-To-Repeat:
>Fix:
--- Makefile.orig	Mon Dec 19 23:42:26 2005
+++ Makefile	Mon Dec 19 23:42:50 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	stratagus
 PORTVERSION=	2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,7 +16,7 @@
 MAINTAINER=	tlp@liquidx.org
 COMMENT=	Free cross-platform real-time strategy gaming engine
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \
+LIB_DEPENDS=	${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \
 		${LOCALBASE}/lib/liblua.a:${PORTSDIR}/lang/lua
 
 USE_SDL=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512192348.59373.tlp>