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@
This commit is contained in:
naddy 2022-11-13 22:24:51 +00:00
parent 31c2568d66
commit c0f5554a06
9 changed files with 0 additions and 14 deletions

View File

@ -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}" \

View File

@ -22,8 +22,6 @@ LIB_DEPENDS = archivers/bzip2 \
RUN_DEPENDS = devel/desktop-file-utils
CONFIGURE_STYLE = none
USE_GMAKE = Yes
FAKE_FLAGS = DESTDIR=

View File

@ -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:

View File

@ -21,7 +21,6 @@ WANTLIB = c m SDL2
LIB_DEPENDS = devel/sdl2
USE_GMAKE = Yes
CONFIGURE_STYLE = none
ALL_TARGET = zelda3
pre-build:

View File

@ -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

View File

@ -39,8 +39,6 @@ BUILD_DEPENDS += devel/cmake \
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = none
MAKE_ENV += CXXFLAGS="${CXXFLAGS}" \
MAKE_JOBS="${MAKE_JOBS}" \
WRKSRC="${WRKSRC}" \

View File

@ -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}

View File

@ -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

View File

@ -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 <bsd.port.mk>