From: Jag Talon Subject: Re: [update] Add DEBUG_PACKAGES to dhewm3 To: ports@openbsd.org Date: Sat, 10 Feb 2024 18:46:59 -0500 Adding REVISION as well at the request of bentley@ On 2/10/24 3:38 PM, Jag Talon wrote: > Enable debug packages for dhewm3. > > ok? > -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag https://aangat.lahat.computer/ Index: Makefile =================================================================== RCS file: /cvs/ports/games/dhewm3/Makefile,v retrieving revision 1.16 diff -u -p -u -r1.16 Makefile --- Makefile 27 Nov 2022 19:18:51 -0000 1.16 +++ Makefile 10 Feb 2024 23:44:31 -0000 @@ -4,6 +4,8 @@ GH_ACCOUNT = dhewm GH_PROJECT = dhewm3 GH_TAGNAME = 1.5.2 +REVISION = 0 + COMMENT = open-source version of Doom 3 CATEGORIES = games @@ -24,6 +26,8 @@ COMPILER = base-clang ports-gcc LIB_DEPENDS = devel/sdl2 \ audio/openal \ net/curl + +DEBUG_PACKAGES = ${BUILD_PACKAGES} NO_TEST = Yes