From c0f5554a06d98cdafac7c4f8c4e6c4ed17f3dcb8 Mon Sep 17 00:00:00 2001 From: naddy Date: Sun, 13 Nov 2022 22:24:51 +0000 Subject: [PATCH] remove useless CONFIGURE_STYLE=none If a port should not attempt to run a configure script, simply don't set CONFIGURE_STYLE at all. The perl and pyton modules use CONFIGURE_STYLE=none for their own purposes. Also, some ports use it to disable a default provided by Makefile.inc. Apart from that, CONFIGURE_STYLE=none has no meaning. ok semarie@ ajacoutot@ kn@ sthen@ --- devel/fpm/Makefile | 2 -- games/jumpnbump/Makefile | 2 -- games/zelda3-sprites/Makefile | 1 - games/zelda3/Makefile | 1 - lang/go/Makefile | 1 - lang/zig/Makefile | 2 -- misc/osinfo/osinfo-db/Makefile | 2 -- misc/rocrail/Makefile | 1 - sysutils/checkrestart/Makefile | 2 -- 9 files changed, 14 deletions(-) diff --git a/devel/fpm/Makefile b/devel/fpm/Makefile index 26a56f11ac2..6b1c520d780 100644 --- a/devel/fpm/Makefile +++ b/devel/fpm/Makefile @@ -39,8 +39,6 @@ TEST_DEPENDS += devel/git,-main SEPARATE_BUILD = Yes -CONFIGURE_STYLE = none - MAKE_ENV += FPM_FC="${MODFORTRAN_COMPILER}" \ FPM_FFLAGS="${FFLAGS}" \ FPM_CC="${CC}" \ diff --git a/games/jumpnbump/Makefile b/games/jumpnbump/Makefile index 6df0c53e125..c6f5ced6ab3 100644 --- a/games/jumpnbump/Makefile +++ b/games/jumpnbump/Makefile @@ -22,8 +22,6 @@ LIB_DEPENDS = archivers/bzip2 \ RUN_DEPENDS = devel/desktop-file-utils -CONFIGURE_STYLE = none - USE_GMAKE = Yes FAKE_FLAGS = DESTDIR= diff --git a/games/zelda3-sprites/Makefile b/games/zelda3-sprites/Makefile index 0a1b548b9a3..62182b31012 100644 --- a/games/zelda3-sprites/Makefile +++ b/games/zelda3-sprites/Makefile @@ -14,7 +14,6 @@ HOMEPAGE = https://snesrev.github.io/sprites-gfx/snes/zelda3/link/ PERMIT_PACKAGE = no license PERMIT_DISTFILES = ${PERMIT_PACKAGE} -CONFIGURE_STYLE = none NO_BUILD = Yes do-install: diff --git a/games/zelda3/Makefile b/games/zelda3/Makefile index 0667af087a7..46f7e5df7b0 100644 --- a/games/zelda3/Makefile +++ b/games/zelda3/Makefile @@ -21,7 +21,6 @@ WANTLIB = c m SDL2 LIB_DEPENDS = devel/sdl2 USE_GMAKE = Yes -CONFIGURE_STYLE = none ALL_TARGET = zelda3 pre-build: diff --git a/lang/go/Makefile b/lang/go/Makefile index c1a66b0e8ed..d7f19abbaae 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -29,7 +29,6 @@ DISTFILES = ${DISTNAME}${EXTRACT_SUFX} BUILD_DEPENDS = shells/bash SEPARATE_BUILD = Yes -CONFIGURE_STYLE = None SUBST_VARS = GOCFG PSEUDO_FLAVORS = native_bootstrap diff --git a/lang/zig/Makefile b/lang/zig/Makefile index c0999b8c62f..e6794be2c18 100644 --- a/lang/zig/Makefile +++ b/lang/zig/Makefile @@ -39,8 +39,6 @@ BUILD_DEPENDS += devel/cmake \ SEPARATE_BUILD = Yes -CONFIGURE_STYLE = none - MAKE_ENV += CXXFLAGS="${CXXFLAGS}" \ MAKE_JOBS="${MAKE_JOBS}" \ WRKSRC="${WRKSRC}" \ diff --git a/misc/osinfo/osinfo-db/Makefile b/misc/osinfo/osinfo-db/Makefile index 6cfd79e9c18..89ed9811f73 100644 --- a/misc/osinfo/osinfo-db/Makefile +++ b/misc/osinfo/osinfo-db/Makefile @@ -12,8 +12,6 @@ USE_GMAKE= No BUILD_DEPENDS= misc/osinfo/osinfo-db-tools -CONFIGURE_STYLE= none # !meson - do-install: osinfo-db-import --root ${WRKINST} --dir ${TRUEPREFIX}/share/osinfo \ ${FULLDISTDIR}/${DISTFILES} diff --git a/misc/rocrail/Makefile b/misc/rocrail/Makefile index b86d21d9dc1..e91fa0a48f8 100644 --- a/misc/rocrail/Makefile +++ b/misc/rocrail/Makefile @@ -32,7 +32,6 @@ LIB_DEPENDS-gui += x11/wxWidgets>=3.0.4 RUN_DEPENDS-gui += ${PKGPATH},-main USE_GMAKE = Yes -CONFIGURE_STYLE = none MAKE_ENV = CC="${CC}" CXX="${CXX}" MAKE_FILE = makefile MAKE_FLAGS = PLATFORM=OPENBSD diff --git a/sysutils/checkrestart/Makefile b/sysutils/checkrestart/Makefile index d4652629125..6b0cfe389b0 100644 --- a/sysutils/checkrestart/Makefile +++ b/sysutils/checkrestart/Makefile @@ -20,8 +20,6 @@ WANTLIB = c kvm>=16.2 MAKE_ENV = BINDIR=${LOCALBASE}/sbin \ MANDIR=${LOCALBASE}/man/man -CONFIGURE_STYLE = none - NO_TEST = Yes .include