ports/86092: games/yadex: unbreak

Johan van Selst johans at stack.nl
Tue Sep 13 20:00:30 UTC 2005


>Number:         86092
>Category:       ports
>Synopsis:       games/yadex: unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 13 20:00:29 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE #5: Wed Jul 13 12:15:37 CEST 2005 johans at mud.stack.nl:/usr/obj/usr/src/sys/mud i386


	
>Description:
	
	Change sequence in Makefile, so that supplied patch that
	fixes the compilation dependency problem is always applied.

>How-To-Repeat:
	
>Fix:

	


diff -uNr yadex/Makefile yadex/Makefile
--- yadex/Makefile	Mon Sep 12 04:07:56 2005
+++ yadex/Makefile	Tue Sep 13 21:53:42 2005
@@ -15,10 +15,6 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A WAD-file editor, for games like Doom and Hexen
 
-BROKEN=		Does not compile
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=2005-09-22
-
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 MAKEFILE=	GNUmakefile
@@ -35,14 +31,15 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_3D_RENDER) || defined(WITH_SEARCH) \
-	|| defined(WITH_EXTRA_TOOLS) || defined(WITH_LAPTOP_KEYS)
 PATCH_SITES=	http://glbsp.sourceforge.net/%SUBDIR%/
 PATCH_SITE_SUBDIR=	${PORTNAME}
 PATCH_DIST_STRIP=	-p1
 PATCH_PREFIX=	${PORTNAME:U:C/^(.).*$/\1/g}${PORTNAME:C/^(.)//}_${PORTVERSION:S/.//g}
 PATCH_SUFFIX=	.diff
 PATCHFILES=	${PATCH_PREFIX}_Depend${PATCH_SUFFIX}
+
+.if defined(WITH_3D_RENDER) || defined(WITH_SEARCH) \
+	|| defined(WITH_EXTRA_TOOLS) || defined(WITH_LAPTOP_KEYS)
 . if defined(WITH_3D_RENDER)
 PATCHFILES+=	${PATCH_PREFIX}_Render3D${PATCH_SUFFIX}
 PLIST_SUB+=	3DRENDER=""
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list