From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 20 15:20:41 2004 Return-Path: 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 A3D6D16A4E5 for ; Fri, 20 Aug 2004 15:20:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FC4E43D1D for ; Fri, 20 Aug 2004 15:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7KFKLGf024679 for ; Fri, 20 Aug 2004 15:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7KFKLYX024678; Fri, 20 Aug 2004 15:20:21 GMT (envelope-from gnats) Resent-Date: Fri, 20 Aug 2004 15:20:21 GMT Resent-Message-Id: <200408201520.i7KFKLYX024678@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, Ying-Chieh Chen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 004B916A4CE for ; Fri, 20 Aug 2004 15:13:42 +0000 (GMT) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74ADB43D31 for ; Fri, 20 Aug 2004 15:13:41 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) i7KFDVU1053847 for ; Fri, 20 Aug 2004 23:13:31 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.12.11/8.12.3/Submit) id i7KFDVbA053846; Fri, 20 Aug 2004 23:13:31 +0800 (CST) Message-Id: <200408201513.i7KFDVbA053846@alumni.csie.nctu.edu.tw> Date: Fri, 20 Aug 2004 23:13:31 +0800 (CST) From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70721: [UPDATE] Enable OPTIONS feature of ports/games/duke3d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 15:20:41 -0000 >Number: 70721 >Category: ports >Synopsis: [UPDATE] Enable OPTIONS feature of ports/games/duke3d >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: Fri Aug 20 15:20:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.10-STABLE i386 >Organization: NCTU CSIE >Environment: System: FreeBSD alumni 4.10-STABLE FreeBSD 4.10-STABLE #25: Fri Jul 2 07:46:15 CST 2004 wcpan@ccduty:/bsdhome/bsd4/obj/bsdhome/bsd4/src/sys/CSIEBSD i386 >Description: Enable OPTIONS feature of ports/games/duke3d >How-To-Repeat: Apply the patch. >Fix: --- duke3d.patch begins here --- diff -ruN /usr/ports/games/duke3d/Makefile duke3d/Makefile --- /usr/ports/games/duke3d/Makefile Mon Aug 16 09:13:13 2004 +++ duke3d/Makefile Fri Aug 20 21:25:46 2004 @@ -28,13 +28,11 @@ PROG_FILES= ${WRKSRC}/source/${PORTNAME} ${WRKSRC}/source/buildengine/build DOC_FILES= README BUILDLIC.TXT CONTRIB TODO CHANGELOG ../../readme.txt ../../gnu.txt -pre-everything:: -.ifndef(WITHOUT_DOSBOX) - @${ECHO_MSG} "" - @${ECHO_MSG} "Define WITHOUT_DOSBOX to disable the dependency on dosbox." - @${ECHO_MSG} "Then however you will not be able to change the Duke3D config." - @${ECHO_MSG} "" +OPTIONS= DOSBOX "dependency on dosbox" on + +.include +.ifndef(WITHOUT_DOSBOX) RUN_DEPENDS= ${LOCALBASE}/bin/dosbox:${PORTSDIR}/emulators/dosbox .endif @@ -78,4 +76,4 @@ .endif @${SED} -e 's|%%DOCSDIR%%|${DOCSDIR}|' ${PKGMESSAGE} -.include +.include --- duke3d.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: