Hi,
Excluding special cases like KDE stuff and a couple of other ports,
ports from the patch below are getting their CONFIGURE_STYLE from
MODULES=devel/cmake, so the do not need extra line for setting up
CONFIGURE_STYLE explicitely.
make show=CONFIGURE_STYLE still shows "cmake" after extra line removal.
OK?

Index: astro/stellarium/Makefile
===================================================================
RCS file: /cvs/ports/astro/stellarium/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- astro/stellarium/Makefile   9 Jan 2016 08:34:35 -0000       1.42
+++ astro/stellarium/Makefile   1 Mar 2016 14:46:16 -0000
@@ -26,7 +26,6 @@
                devel/desktop-file-utils \
                x11/gtk+3,-guic

-CONFIGURE_STYLE=cmake
 CONFIGURE_ENV= HOME=${WRKDIR}
 CONFIGURE_ARGS=        -Wno-dev \
                -DCMAKE_C_FLAGS="${CFLAGS} -I${X11BASE}/include" \
Index: cad/xtrkcad/Makefile
===================================================================
RCS file: /cvs/ports/cad/xtrkcad/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- cad/xtrkcad/Makefile        21 Nov 2015 06:48:33 -0000      1.13
+++ cad/xtrkcad/Makefile        1 Mar 2016 14:46:18 -0000
@@ -27,7 +27,6 @@

 LIB_DEPENDS=   www/webkit>=1.4.0v0

-CONFIGURE_STYLE=cmake
 CONFIGURE_ENV+=        CFLAGS=-I${PREFIX}/include \
                LDFLAGS="-pthread -L${PREFIX}/lib -liconv -lintl"

Index: comms/rtl-sdr/Makefile
===================================================================
RCS file: /cvs/ports/comms/rtl-sdr/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- comms/rtl-sdr/Makefile      22 May 2015 11:31:11 -0000      1.3
+++ comms/rtl-sdr/Makefile      1 Mar 2016 14:46:18 -0000
@@ -24,8 +24,6 @@
 MODULES=       devel/cmake
 LIB_DEPENDS=   devel/libusb1

-CONFIGURE_STYLE= cmake
-
 NO_TEST=       Yes

 # rtl_tcp, rtl_adsb and rtl_fm require asynchronous mode which is
Index: databases/sqliteman/Makefile
===================================================================
RCS file: /cvs/ports/databases/sqliteman/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- databases/sqliteman/Makefile        21 Apr 2015 18:40:21 -0000      1.21
+++ databases/sqliteman/Makefile        1 Mar 2016 14:46:19 -0000
@@ -16,7 +16,6 @@
 WANTLIB += pthread qscintilla2 stdc++

 MODULES =              devel/cmake
-CONFIGURE_STYLE =      cmake

 LIB_DEPENDS =  x11/qt4 \
                editors/qscintilla
Index: games/lostpixels/Makefile
===================================================================
RCS file: /cvs/ports/games/lostpixels/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- games/lostpixels/Makefile   11 Mar 2013 11:07:39 -0000      1.12
+++ games/lostpixels/Makefile   1 Mar 2016 14:46:24 -0000
@@ -29,7 +29,6 @@
 MODULES +=             devel/cmake \
                        lang/lua
 MODLUA_BUILDDEP =      No
-CONFIGURE_STYLE =      cmake
 WRKDIST =              ${WRKDIR}/blinkensisters/lostpixels/game/software/

 SEPARATE_BUILD =       No
Index: graphics/autopano-sift-c/Makefile
===================================================================
RCS file: /cvs/ports/graphics/autopano-sift-c/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- graphics/autopano-sift-c/Makefile   21 Apr 2015 18:24:22 -0000      1.12
+++ graphics/autopano-sift-c/Makefile   1 Mar 2016 14:46:25 -0000
@@ -27,7 +27,6 @@
                        textproc/libxml

 MODULES +=             devel/cmake
-CONFIGURE_STYLE =      cmake

 NO_TEST =              Yes

Index: math/eigen2/Makefile
===================================================================
RCS file: /cvs/ports/math/eigen2/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- math/eigen2/Makefile        3 Dec 2015 21:24:30 -0000       1.9
+++ math/eigen2/Makefile        1 Mar 2016 14:46:28 -0000
@@ -18,7 +18,6 @@


 MODULES =              devel/cmake
-CONFIGURE_STYLE =      cmake
 NO_TEST=               Yes
 # CONFIGURE_ARGS =     -DEIGEN_BUILD_TESTS:BOOL=ON \
 #                      -DEIGEN_BUILD_EXAMPLES:BOOL=ON
Index: math/eigen3/Makefile
===================================================================
RCS file: /cvs/ports/math/eigen3/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- math/eigen3/Makefile        3 Dec 2015 21:24:30 -0000       1.7
+++ math/eigen3/Makefile        1 Mar 2016 14:46:28 -0000
@@ -33,7 +33,6 @@
                        math/suitesparse

 MODULES =              devel/cmake x11/qt4
-CONFIGURE_STYLE =      cmake

 # Needs Fortran support
 USE_NINJA =            No
Index: net/spectrum/Makefile
===================================================================
RCS file: /cvs/ports/net/spectrum/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- net/spectrum/Makefile       6 Nov 2015 20:37:34 -0000       1.23
+++ net/spectrum/Makefile       1 Mar 2016 14:46:32 -0000
@@ -30,8 +30,6 @@

 SPVARDIR =     /var/spectrum

-CONFIGURE_STYLE = cmake
-
 CONFIGURE_ENV += LDFLAGS=-pthread
 USE_GROFF =    Yes
 NO_TEST =      Yes
Index: net/wireshark/Makefile
===================================================================
RCS file: /cvs/ports/net/wireshark/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- net/wireshark/Makefile      1 Mar 2016 00:07:17 -0000       1.34
+++ net/wireshark/Makefile      1 Mar 2016 14:46:32 -0000
@@ -92,7 +92,6 @@
                        audio/portaudio-svn

 MODULES +=             devel/cmake
-CONFIGURE_STYLE =      cmake
 CONFIGURE_ARGS =       -DDUMPCAP_INST_VALS=suid \
                        -DCMAKE_INSTALL_MANDIR=${TRUEPREFIX}/man \
                        -DCOMPILER_CAN_HANDLE_SSE4_2=false \
Index: productivity/taskd/Makefile
===================================================================
RCS file: /cvs/ports/productivity/taskd/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- productivity/taskd/Makefile 14 Feb 2016 11:31:25 -0000      1.6
+++ productivity/taskd/Makefile 1 Mar 2016 14:46:33 -0000
@@ -25,8 +25,6 @@

 LIB_DEPENDS =  security/gnutls

-CONFIGURE_STYLE =      cmake
-
 CONFIGURE_ARGS +=      -DTASKD_DOCDIR=share/taskd \
                        -DTASKD_MAN1DIR=man/man1 \
                        -DTASKD_MAN5DIR=man/man5
Index: productivity/taskwarrior/Makefile
===================================================================
RCS file: /cvs/ports/productivity/taskwarrior/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- productivity/taskwarrior/Makefile   23 Dec 2015 16:05:20 -0000      1.19
+++ productivity/taskwarrior/Makefile   1 Mar 2016 14:46:33 -0000
@@ -29,8 +29,6 @@

 LIB_DEPENDS =          security/gnutls

-CONFIGURE_STYLE =      cmake
-
 CONFIGURE_ARGS +=      -DTASK_DOCDIR=share/taskwarrior \
                        -DTASK_MAN1DIR=man/man1 \
                        -DTASK_MAN5DIR=man/man5
Index: security/libnipper/Makefile
===================================================================
RCS file: /cvs/ports/security/libnipper/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- security/libnipper/Makefile 16 Mar 2015 18:07:54 -0000      1.16
+++ security/libnipper/Makefile 1 Mar 2016 14:46:34 -0000
@@ -17,7 +17,6 @@
 EXTRACT_SUFX =         .tgz

 WANTLIB=               m stdc++
-CONFIGURE_STYLE =      cmake
 MODULES +=             devel/cmake

 NO_TEST =              Yes
Index: security/nipper/Makefile
===================================================================
RCS file: /cvs/ports/security/nipper/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- security/nipper/Makefile    11 Oct 2013 23:50:44 -0000      1.9
+++ security/nipper/Makefile    1 Mar 2016 14:46:34 -0000
@@ -20,7 +20,6 @@

 LIB_DEPENDS=           security/libnipper

-CONFIGURE_STYLE =      cmake
 MODULES +=             devel/cmake

 NO_TEST =              Yes


Reply via email to