garbage collect CONFIGURE_SHARED

This commit is contained in:
naddy 2016-03-11 20:07:49 +00:00
parent 2f54ee8f62
commit c30d26ae75
9 changed files with 15 additions and 22 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2015/06/26 19:37:10 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2016/03/11 20:07:49 naddy Exp $
PORTROACH= limit:[0-9]\.[0-9]\.[0-9][0-9]$
@ -23,7 +23,6 @@ MODULES= x11/qt3
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -pthread"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2015/03/16 18:07:37 naddy Exp $
# $OpenBSD: Makefile,v 1.27 2016/03/11 20:07:49 naddy Exp $
COMMENT= library for Chinese language processing
@ -22,8 +22,7 @@ LIB_DEPENDS= databases/db/v3
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-db-inc=${LOCALBASE}/include/db \
--with-db-lib=${LOCALBASE}/lib/db \
${CONFIGURE_SHARED}
--with-db-lib=${LOCALBASE}/lib/db
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/script
WRKDIST= ${WRKDIR}/libtabe

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2015/03/16 18:07:38 naddy Exp $
# $OpenBSD: Makefile,v 1.16 2016/03/11 20:07:49 naddy Exp $
COMMENT= convert Excel and PowerPoint to HTML
@ -18,6 +18,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-static ${CONFIGURE_SHARED}
CONFIGURE_ARGS= --enable-static
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2016/03/09 18:31:36 jasper Exp $
# $OpenBSD: Makefile,v 1.26 2016/03/11 20:07:49 naddy Exp $
COMMENT= high performance embedded database library
@ -19,7 +19,7 @@ MODULES= converters/libiconv
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-zlib \
--enable-iconv ${CONFIGURE_SHARED}
--enable-iconv
MAKE_FLAGS= LIBVER=${LIBqdbm_VERSION:R} LIBREV=${LIBqdbm_VERSION:E}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2016/01/17 17:29:09 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2016/03/11 20:07:49 naddy Exp $
COMMENT = font rendering library for OpenGL applications
@ -24,8 +24,7 @@ WRKDIST = ${WRKDIR}/${DISTNAME:S/-rc/~rc/}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ftgl/}
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--with-gl-inc=${X11BASE}/include \
CONFIGURE_ARGS += --with-gl-inc=${X11BASE}/include \
--with-gl-lib=${X11BASE}/lib
CONFIGURE_ENV += ac_cv_path_DOXYGEN=no

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2015/12/20 00:16:27 naddy Exp $
# $OpenBSD: Makefile,v 1.33 2016/03/11 20:07:49 naddy Exp $
ONLY_FOR_ARCHS = ${GCC4_ARCHS}
SYSV = 4.2.1
@ -96,8 +96,7 @@ CONFIGURE_ARGS += \
--disable-bootstrap \
--with-gnu-as \
--with-gnu-ld \
--disable-cpp \
${CONFIGURE_SHARED}
--disable-cpp
SEPARATE_BUILD = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2016/03/01 00:06:57 sthen Exp $
# $OpenBSD: Makefile,v 1.40 2016/03/11 20:07:49 naddy Exp $
COMMENT-main= find the country where IP address/hostname originates from
COMMENT-db= GeoIP GeoLite database: IPv4/v6 address to country
@ -37,8 +37,7 @@ RUN_DEPENDS-main= net/GeoIP,-db
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= Yes
CONFIGURE_ARGS= --datadir=${LOCALSTATEDIR}/db \
${CONFIGURE_SHARED}
CONFIGURE_ARGS= --datadir=${LOCALSTATEDIR}/db
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/GeoIP/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.1.1.1 2015/04/17 18:39:00 ajacoutot Exp $
# $OpenBSD: Makefile.inc,v 1.2 2016/03/11 20:07:49 naddy Exp $
SHARED_ONLY= Yes
@ -16,7 +16,6 @@ USE_GMAKE= Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE ?= gnu
CONFIGURE_ARGS ?= ${CONFIGURE_SHARED}
CONFIGURE_SCRIPT= ${LOCALBASE}/bin/bash configure
BUILD_DEPENDS += shells/bash

View File

@ -1,4 +1,4 @@
# $OpenBSD: gnome.port.mk,v 1.99 2015/04/03 22:32:27 ajacoutot Exp $
# $OpenBSD: gnome.port.mk,v 1.100 2016/03/11 20:07:49 naddy Exp $
#
# Module for GNOME related ports
@ -17,7 +17,6 @@ USE_GMAKE?= Yes
.endif
.if ${CONFIGURE_STYLE:Mgnu} || ${CONFIGURE_STYLE:Msimple}
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
# https://mail.gnome.org/archives/desktop-devel-list/2011-September/msg00064.html
. if !defined(AUTOCONF_VERSION) && !defined(AUTOMAKE_VERSION)
CONFIGURE_ARGS += --disable-maintainer-mode