Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2008 04:04:15 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122026: [MAINTAINER] games/wop: depend on makedepend in a correct way
Message-ID:  <20080324010415.51E4917046@hades.panopticon>
Resent-Message-ID: <200803240110.m2O1A1FP013084@freefall.freebsd.org>

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

>Number:         122026
>Category:       ports
>Synopsis:       [MAINTAINER] games/wop: depend on makedepend in a correct way
>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 Mar 24 01:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
* Depend on `makedepend' in a correct way (according to http://wiki.freebsd.org/Ports/X11/Todo)
* Remove useless GCC variable
>How-To-Repeat:
>Fix:

--- wop.patch begins here ---
diff -ruN wop.orig/Makefile wop/Makefile
--- wop.orig/Makefile	2008-03-24 03:57:40.000000000 +0300
+++ wop/Makefile	2008-03-24 03:58:06.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	wop
 PORTVERSION=	0.4.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	http://wormsofprey.org/download/ \
 		http://www.amdmi3.ru/distfiles/
@@ -17,12 +17,11 @@
 MAINTAINER=	amdmi3@amdmi3.ru
 COMMENT=	Free real-time Worms game
 
-BUILD_DEPENDS=	makedepend:${X_IMAKE_PORT}
+BUILD_DEPENDS=	makedepend:${PORTSDIR}/devel/makedepend
 
 USE_BZIP2=	yes
 USE_SDL=	sdl net mixer ttf image
 USE_GMAKE=	yes
-USE_GCC=	3.4+
 
 MAKE_ENV=	"CXX=${CXX}"
 
--- wop.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?20080324010415.51E4917046>