From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 20 06:50:03 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEA5716A41F for ; Tue, 20 Dec 2005 06:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCBA43D49 for ; Tue, 20 Dec 2005 06:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBK6o2wN086507 for ; Tue, 20 Dec 2005 06:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBK6o20D086503; Tue, 20 Dec 2005 06:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 20 Dec 2005 06:50:02 GMT Resent-Message-Id: <200512200650.jBK6o20D086503@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Travis Poppe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB3416A420 for ; Tue, 20 Dec 2005 06:48:41 +0000 (GMT) (envelope-from tlp@liquidx.org) Received: from illusionist.sov.kewlio.net.uk (illusionist.sov.kewlio.net.uk [85.116.5.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4559B43D53 for ; Tue, 20 Dec 2005 06:48:39 +0000 (GMT) (envelope-from tlp@liquidx.org) Received: from [192.168.0.18] (71-33-104-72.bois.qwest.net [71.33.104.72]) (authenticated bits=0 user=tlp) by illusionist.sov.kewlio.net.uk (8.13.4/8.13.4) with ESMTP id jBK6mZmN019279 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 20 Dec 2005 06:48:37 GMT Message-Id: <200512192348.59373.tlp@liquidx.org> Date: Mon, 19 Dec 2005 23:48:59 -0700 From: Travis Poppe To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/90677: [MAINTAINER UPDATE]: games/stratagus broken dependency fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 06:50:03 -0000 >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: