Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2002 12:07:21 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41072: [maintainer-update] games/sopwidth: invalid BUILD_DEPENDENCY
Message-ID:  <20020728020721.CFA676A711E@k7.mavetju>

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

>Number:         41072
>Category:       ports
>Synopsis:       [maintainer-update] games/sopwidth: invalid BUILD_DEPENDENCY
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 27 19:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

>Description:

The dependency in games/sopwith is graphics/sdl12, but it should
be devel/sdl12. (also make portlint happy)

>How-To-Repeat:
>Fix:

Please commit ports/40061 first.

--- Makefile-old	Sun Jul 28 11:20:04 2002
+++ Makefile	Sun Jul 28 11:23:04 2002
@@ -7,13 +7,14 @@
 
 PORTNAME=	sopwith
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://fraggle.despayre.org:81/stuffage/sopwith/
 DISTNAME=	sdl_sopwith-1.4.0
 
-BUILD_DEPENDS=	${PREFIX}/bin/sdl11-config:${PORTSDIR}/graphics/sdl12
-
 MAINTAINER=	edwin@mavetju.org
+
+BUILD_DEPENDS=	${LOCALBASE}/bin/sdl11-config:${PORTSDIR}/devel/sdl12
 
 USE_GTK=	yes
 USE_GMAKE=	yes
--- pkg-comment-old	Sun Jul 28 11:23:47 2002
+++ pkg-comment	Sun Jul 28 11:23:18 2002
@@ -1 +1 @@
-Sopwith, port of the classic computer game.
+Sopwith, port of the classic computer game
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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