Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 22:06:21 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c1f8e2dc102 - main - games/uhexen2: Fix use of PORTSCOUT=skipb
Message-ID:  <202104152206.13FM6LbC058218@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c1f8e2dc1026abe597ae3fd7bc74d3ddb8fadd6

commit 6c1f8e2dc1026abe597ae3fd7bc74d3ddb8fadd6
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-04-15 22:00:30 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-04-15 22:06:23 +0000

    games/uhexen2: Fix use of PORTSCOUT=skipb
    
    The only valid value for skipb is 0. See
    https://github.com/freebsd/portscout/blob/master/docs/portscout-portconfig.txt
    
    Unset the variable PORTSCOUT variable as it serves no purpose here.
    
    Approved by:    portmgr blanket
---
 games/uhexen2/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games/uhexen2/Makefile b/games/uhexen2/Makefile
index 8c2e58a4e3e4..b3df752e14b9 100644
--- a/games/uhexen2/Makefile
+++ b/games/uhexen2/Makefile
@@ -24,7 +24,6 @@ USE_SDL=	sdl
 MAKE_ARGS=	X11BASE="${LOCALBASE}"
 MAKE_JOBS_UNSAFE=	yes
 
-PORTSCOUT=	skipb:yes
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=		DOCS FLAC MIKMOD OGG OPUS



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