Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 14:35:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513487 - in head: archivers/star cad/geda databases/libgdamm5 devel/gconfmm26 devel/glibmm devel/glibmm-reference devel/gnome-vfsmm devel/libglademm24 devel/libsigc++12 graphics/gexiv2...
Message-ID:  <201910011435.x91EZOb0028907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Oct  1 14:35:23 2019
New Revision: 513487
URL: https://svnweb.freebsd.org/changeset/ports/513487

Log:
  Drop build dependency on GNU m4.
  
  m4 from base is able to do the job, if properly wrapped to mimic GNU m4
  
  Differential Revision:	https://reviews.freebsd.org/D21835

Modified:
  head/archivers/star/Makefile
  head/cad/geda/Makefile
  head/databases/libgdamm5/Makefile
  head/devel/gconfmm26/Makefile
  head/devel/glibmm-reference/Makefile
  head/devel/glibmm/Makefile
  head/devel/gnome-vfsmm/Makefile
  head/devel/libglademm24/Makefile
  head/devel/libsigc++12/Makefile
  head/graphics/gexiv2/Makefile
  head/graphics/libgnomecanvasmm26/Makefile
  head/lang/parrot/Makefile
  head/net-mgmt/docsis/Makefile
  head/net/tigervnc-server/Makefile
  head/sysutils/pacman/Makefile
  head/textproc/libxml++26/Makefile
  head/x11-toolkits/gtkmm20/Makefile
  head/x11-toolkits/gtkmm24/Makefile
  head/x11-toolkits/gtkmm30/Makefile
  head/x11-toolkits/libgnomeprintuimm/Makefile
  head/x11-toolkits/libgnomeuimm26/Makefile
  head/x11-toolkits/pangomm/Makefile
  head/x11/libgnomemm26/Makefile

Modified: head/archivers/star/Makefile
==============================================================================
--- head/archivers/star/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/archivers/star/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -14,9 +14,8 @@ LICENSE=	CDDL GPLv2
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/CDDL.Schily.txt
 
-BUILD_DEPENDS=	gm4:devel/m4
-
 USES=		gmake gettext iconv tar:bzip2
+BINARY_WRAPPERS=	gm4
 
 MAKE_ARGS=	GMAKE_NOWARN=true DESTDIR=${STAGEDIR} INS_BASE=${PREFIX} \
 		MANBASE=

Modified: head/cad/geda/Makefile
==============================================================================
--- head/cad/geda/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/cad/geda/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -21,7 +21,6 @@ BROKEN=		ld: error: ../src/.libs/libgeda.so: undefined
 LIB_DEPENDS=	libstroke.so:devel/libstroke \
 		libguile.so:lang/guile
 RUN_DEPENDS=	gawk:lang/gawk\
-		m4>=1.4.11:devel/m4
 
 USES=		desktop-file-utils gettext gmake libtool pathfix perl5 \
 		pkgconfig python:run shared-mime-info shebangfix
@@ -33,7 +32,6 @@ SHEBANG_FILES=	examples/lightning_detector/bom libgeda
 USE_GNOME=	gtk20
 USE_PERL5=	run
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	M4=${LOCALBASE}/bin/gm4
 CONFIGURE_ARGS=	--with-libstroke=${LOCALBASE}
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
@@ -43,6 +41,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-gaf
 DATADIR=	${PREFIX}/share/gEDA
 INFO=		geda-scheme
+BINARY_WRAPPERS=	gm4
 
 CONFLICTS=	geda-docs-[0-9]* geda-examples-[0-9]* geda-gattrib-[0-9]* \
 		geda-gschem-[0-9]* geda-netlist-[0-9]* geda-symbols-[0-9]* \

Modified: head/databases/libgdamm5/Makefile
==============================================================================
--- head/databases/libgdamm5/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/databases/libgdamm5/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -10,8 +10,6 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	bland@FreeBSD.org
 COMMENT=	C++ wrapper for libgda5 library
 
-BUILD_DEPENDS=	gm4:devel/m4
-
 USES=		gmake libtool pathfix pkgconfig tar:xz compiler:c++11-lang gnome
 USE_CXXSTD=	c++11
 USE_GNOME=	libgda5 glibmm
@@ -19,6 +17,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-documentation
+BINARY_WRAPPERS=	gm4
 
 OPTIONS_DEFINE=	BDB
 

Modified: head/devel/gconfmm26/Makefile
==============================================================================
--- head/devel/gconfmm26/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/devel/gconfmm26/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -12,8 +12,7 @@ MAINTAINER=	bland@FreeBSD.org
 COMMENT=	C++ wrapper for gconf2 API library
 
 LIB_DEPENDS=	libglibmm-2.4.so:devel/glibmm
-BUILD_DEPENDS=	gm4:devel/m4 \
-		${LOCALBASE}/lib/libgtkmm-2.4.so.1:x11-toolkits/gtkmm24
+BUILD_DEPENDS=	${LOCALBASE}/lib/libgtkmm-2.4.so.1:x11-toolkits/gtkmm24
 
 USES=		compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \
 		tar:bzip2 gnome xorg
@@ -24,6 +23,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-static --disable-documentation
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	VERSION="2.6" API_VERSION="2.6"
 

Modified: head/devel/glibmm-reference/Makefile
==============================================================================
--- head/devel/glibmm-reference/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/devel/glibmm-reference/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -3,8 +3,7 @@
 
 PORTREVISION=	3
 
-BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/glibmm-2.4.pc:devel/glibmm \
-		gm4:devel/m4
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/glibmm-2.4.pc:devel/glibmm
 
 GNU_CONFIGURE=	yes
 USES=		compiler:c++11-lang gmake pkgconfig

Modified: head/devel/glibmm/Makefile
==============================================================================
--- head/devel/glibmm/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/devel/glibmm/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -21,8 +21,6 @@ PLIST_SUB=	VERSION="2.4"
 
 .if !defined(REFERENCE_PORT)
 
-BUILD_DEPENDS=	gm4:devel/m4
-
 USES+=		compiler:c++11-lang gettext gmake libtool pathfix \
 		perl5 pkgconfig
 USE_GNOME=	glib20 libsigc++20
@@ -30,6 +28,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-documentation
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 post-patch:
 .for d in docs examples tests

Modified: head/devel/gnome-vfsmm/Makefile
==============================================================================
--- head/devel/gnome-vfsmm/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/devel/gnome-vfsmm/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -12,8 +12,6 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	bland@FreeBSD.org
 COMMENT=	C++ wrapper for gnomevfs2 library
 
-BUILD_DEPENDS=	gm4:devel/m4
-
 USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2 \
 		compiler:c++11-lang
 USE_CXXSTD=	c++11
@@ -21,6 +19,7 @@ USE_GNOME=	glibmm gnomevfs2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	VERSION="2.6" API_VERSION="2.6"
 

Modified: head/devel/libglademm24/Makefile
==============================================================================
--- head/devel/libglademm24/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/devel/libglademm24/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -15,7 +15,6 @@ COMMENT=	C++ wrapper for libglade2 library
 OPTIONS_DEFINE=	DOCS
 
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
-BUILD_DEPENDS=	gm4:devel/m4
 
 USE_XORG=	x11 ice
 USES=		compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \
@@ -26,6 +25,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-static
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	VERSION="2.4" API_VERSION="2.4"
 

Modified: head/devel/libsigc++12/Makefile
==============================================================================
--- head/devel/libsigc++12/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/devel/libsigc++12/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -12,11 +12,12 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Callback Framework for C++
 
-BUILD_DEPENDS=	gm4:devel/m4
+LICENSE=	LGPL21
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		gmake libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
+BINARY_WRAPPERS=	gm4
 
 .include <bsd.port.mk>

Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/graphics/gexiv2/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -13,14 +13,14 @@ COMMENT=	GObject-based wrapper around Exiv2 library
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gm4:devel/m4 \
-		vala>=0:lang/vala
+BUILD_DEPENDS=	vala>=0:lang/vala
 LIB_DEPENDS=	libexiv2.so:graphics/exiv2
 
 USES=		compiler:c++11-lang gnome libtool:build meson pathfix \
 		pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
+BINARY_WRAPPERS=	gm4
 
 OPTIONS_DEFINE=		DOCS
 OPTIONS_SUB=		yes

Modified: head/graphics/libgnomecanvasmm26/Makefile
==============================================================================
--- head/graphics/libgnomecanvasmm26/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/graphics/libgnomecanvasmm26/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -13,7 +13,6 @@ MAINTAINER=	bland@FreeBSD.org
 COMMENT=	C++ wrapper for libgnomecanvas library
 
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
-BUILD_DEPENDS=	gm4:devel/m4
 
 USES=		compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \
 		tar:bzip2
@@ -23,6 +22,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-static
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	VERSION="2.6" API_VERSION="2.6"
 

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/lang/parrot/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -14,7 +14,6 @@ COMMENT=	Parrot - virtual machine for dynamic language
 LICENSE=	ART20
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
-		gm4:devel/m4 \
 		pcre-config:devel/pcre
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libicudata.so:devel/icu
@@ -41,6 +40,7 @@ SHEBANG_FILES=	tools/dev/create_language.pl \
 		tools/dev/pprof2cg.pl \
 		tools/dev/reconfigure.pl
 perl_OLD_CMD=	perl
+BINARY_WRAPPERS=	gm4
 
 DOCSDIR=	share/doc/${PORTNAME}/${PORTVERSION}
 PLIST_SUB=	PARROT_VER="${PORTVERSION}"

Modified: head/net-mgmt/docsis/Makefile
==============================================================================
--- head/net-mgmt/docsis/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/net-mgmt/docsis/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -11,8 +11,7 @@ COMMENT=	Binary configuration file encoder/decoder
 
 LICENSE=	GPLv2+
 
-BUILD_DEPENDS=	gm4:devel/m4 \
-		flex:textproc/flex
+BUILD_DEPENDS=	flex:textproc/flex
 LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp \
 		libpkg.so:ports-mgmt/pkg
 
@@ -20,6 +19,7 @@ USES=		autoreconf bison libtool ssl
 USE_GITHUB=	yes
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	MIBS=share/snmp/mibs
 

Modified: head/net/tigervnc-server/Makefile
==============================================================================
--- head/net/tigervnc-server/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/net/tigervnc-server/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -9,7 +9,6 @@ COMMENT=	TigerVNC Server
 PATCH_DEPENDS+=	${NONEXISTENT}:x11-servers/xorg-server:patch
 BUILD_DEPENDS+=	${LOCALBASE}/include/GL/internal/dri_interface.h:graphics/mesa-dri \
 		${LOCALBASE}/libdata/pkgconfig/fontutil.pc:x11-fonts/font-util \
-		gm4:devel/m4 \
 		bash:shells/bash
 LIB_DEPENDS=	libxshmfence.so:x11/libxshmfence
 # almost equivalent to x11-servers/xorg-server's
@@ -21,6 +20,8 @@ USE_LDCONFIG=	yes
 USE_GL+=	gl
 USE_XORG+=	ice pixman sm x11 xau xdamage xdmcp xext xfixes xfont xkbfile \
 		xorg-macros xorgproto xrandr xrender xtrans xtst
+
+BINARY_WRAPPERS=	gm4
 
 OPTIONS_DEFINE=	DOCS GNUTLS PAM
 OPTIONS_DEFAULT=	GNUTLS PAM

Modified: head/sysutils/pacman/Makefile
==============================================================================
--- head/sysutils/pacman/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/sysutils/pacman/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -14,8 +14,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	asciidoc:textproc/asciidoc \
-		bash:shells/bash \
-		gm4:devel/m4
+		bash:shells/bash
 RUN_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libarchive.so.13:archivers/libarchive
 
@@ -27,6 +26,7 @@ CONFIGURE_ARGS=	--with-root-dir="${PACMAN_ROOT}" \
 		--localstatedir=/var
 CONFIGURE_ENV=	LIBSSL_CFLAGS="-I${OPENSSLINC}" LIBSSL_LIBS="-L${OPENSSLLIB}"
 USE_LDCONFIG=	yes
+BINARY_WRAPPERS=	gm4
 
 SUB_FILES=	pkg-message pkg-deinstall
 SUB_LIST=	PACMAN_ROOT="${PACMAN_ROOT}" PREFIX="${PREFIX}"

Modified: head/textproc/libxml++26/Makefile
==============================================================================
--- head/textproc/libxml++26/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/textproc/libxml++26/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -19,14 +19,13 @@ PLIST_SUB=	VERSION="2.6" API_VERSION="2.6"
 
 .if !defined(REFERENCE_PORT)
 
-BUILD_DEPENDS=	gm4:devel/m4
-
 USES+=		gmake libtool pathfix pkgconfig
 USE_GNOME=	glibmm libxml2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-static --disable-documentation
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \

Modified: head/x11-toolkits/gtkmm20/Makefile
==============================================================================
--- head/x11-toolkits/gtkmm20/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/x11-toolkits/gtkmm20/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -20,7 +20,6 @@ PORTSCOUT=	ignore:1
 .if !defined(REFERENCE_PORT)
 
 LIB_DEPENDS=	libsigc-1.2.so:devel/libsigc++12
-BUILD_DEPENDS=	gm4:devel/m4
 
 USES+=		autoreconf gmake libtool:keepla pathfix pkgconfig
 GNU_CONFIGURE=	yes
@@ -29,6 +28,7 @@ USE_GNOME=	gtk20
 CONFIGURE_ARGS=	--enable-static=yes \
 		--with-sigc-prefix=${LOCALBASE}
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g' \

Modified: head/x11-toolkits/gtkmm24/Makefile
==============================================================================
--- head/x11-toolkits/gtkmm24/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/x11-toolkits/gtkmm24/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -18,7 +18,6 @@ PORTSCOUT=	ignore:1
 
 .if !defined(REFERENCE_PORT)
 
-BUILD_DEPENDS=	gm4:devel/m4
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
@@ -32,6 +31,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-documentation
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	VERSION="2.4" API_VERSION="2.4"
 

Modified: head/x11-toolkits/gtkmm30/Makefile
==============================================================================
--- head/x11-toolkits/gtkmm30/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/x11-toolkits/gtkmm30/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -20,8 +20,6 @@ PORTSCOUT=	limitw:1,even
 
 .if !defined(REFERENCE_PORT)
 
-BUILD_DEPENDS=	gm4:devel/m4
-
 USES+=		gettext gmake gnome libtool pathfix pkgconfig \
 		compiler:c++11-lang
 USE_CXXSTD=	c++11
@@ -30,6 +28,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-documentation
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	API_VERSION="3.0"
 

Modified: head/x11-toolkits/libgnomeprintuimm/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeprintuimm/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/x11-toolkits/libgnomeprintuimm/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -13,7 +13,6 @@ COMMENT=	C++ wrappers for the GNOME print support libr
 
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24 \
 		libgnomeprintmm-2.5.so:print/libgnomeprintmm
-BUILD_DEPENDS=	gm4:devel/m4
 
 USES=		compiler:c++11-lang gmake libtool:keepla pathfix \
 		pkgconfig tar:bzip2
@@ -23,6 +22,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-static
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	VERSION="2.5" API_VERSION="2.6"
 

Modified: head/x11-toolkits/libgnomeuimm26/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeuimm26/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/x11-toolkits/libgnomeuimm26/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -17,7 +17,6 @@ LIB_DEPENDS=	libgnomemm-2.6.so:x11/libgnomemm26 \
 		libgconfmm-2.6.so:devel/gconfmm26 \
 		libglademm-2.4.so:devel/libglademm24 \
 		libgnomevfsmm-2.6.so:devel/gnome-vfsmm
-BUILD_DEPENDS=	gm4:devel/m4
 
 USES=		compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \
 		tar:bzip2
@@ -28,6 +27,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-static
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	VERSION="2.6" API_VERSION="2.6"
 

Modified: head/x11-toolkits/pangomm/Makefile
==============================================================================
--- head/x11-toolkits/pangomm/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/x11-toolkits/pangomm/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -18,8 +18,6 @@ USES=		tar:xz
 .if !defined(REFERENCE_PORT)
 PORTSCOUT=	limitw:1,even
 
-BUILD_DEPENDS=	gm4:devel/m4
-
 USES+=		gmake libtool localbase pathfix pkgconfig compiler:c++11-lang
 USE_CXXSTD=	c++11
 USE_GNOME=	cairomm glibmm pango
@@ -28,6 +26,7 @@ USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-documentation \
 		--enable-static=yes
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	VERSION="2.4" API_VERSION="1.4"
 

Modified: head/x11/libgnomemm26/Makefile
==============================================================================
--- head/x11/libgnomemm26/Makefile	Tue Oct  1 14:33:24 2019	(r513486)
+++ head/x11/libgnomemm26/Makefile	Tue Oct  1 14:35:23 2019	(r513487)
@@ -13,7 +13,6 @@ MAINTAINER=	bland@FreeBSD.org
 COMMENT=	C++ wrapper for libgnome library
 
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
-BUILD_DEPENDS=	gm4:devel/m4
 
 USES=		compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \
 		tar:bzip2
@@ -24,6 +23,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-static
 INSTALL_TARGET=	install-strip
+BINARY_WRAPPERS=	gm4
 
 PLIST_SUB=	VERSION="2.6" API_VERSION="2.6"
 



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