Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2004 20:56:23 +0400 (MSD)
From:      Igor Pokrovsky <ip@doom.homeunix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72002: Update port: graphics/deng dependency fix
Message-ID:  <200409221656.i8MGuNXc001934@doom.homeunix.org>
Resent-Message-ID: <200409221700.i8MH0PM8094379@freefall.freebsd.org>

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

>Number:         72002
>Category:       ports
>Synopsis:       Update port: graphics/deng 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:   Wed Sep 22 17:00:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Sun Aug 29 13:51:59 MSD 2004 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:
Added missed png dependency.
Marked broken on amd64.
	
>How-To-Repeat:
	
>Fix:

	

--- deng.diff begins here ---
diff -ru /usr/ports/games/deng/Makefile deng/Makefile
--- /usr/ports/games/deng/Makefile	Wed Sep 22 20:34:02 2004
+++ deng/Makefile	Wed Sep 22 20:49:30 2004
@@ -14,10 +14,9 @@
 MAINTAINER=	ip@doom.homeunix.org
 COMMENT=	An enhanced Doom, Heretic and Hexen source port
 
+LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
 RUN_DEPENDS=	${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity
 
-BROKEN=		Missing dependency
-
 USE_REINPLACE=	yes
 REINPLACE_ARGS=	-i ""
 GNU_CONFIGURE=	yes
@@ -27,6 +26,7 @@
 USE_SDL=	sdl mixer net
 USE_GL=		yes
 INSTALLS_SHLIB=	yes
+NOT_FOR_ARCHS=	amd64
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
--- deng.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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