From owner-svn-ports-head@freebsd.org Thu Oct 13 12:57:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76D9FC0DEBB; Thu, 13 Oct 2016 12:57:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26C1526D; Thu, 13 Oct 2016 12:57:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DCvUvw041101; Thu, 13 Oct 2016 12:57:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DCvUGq041100; Thu, 13 Oct 2016 12:57:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610131257.u9DCvUGq041100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 13 Oct 2016 12:57:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423911 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 12:57:31 -0000 Author: amdmi3 Date: Thu Oct 13 12:57:29 2016 New Revision: 423911 URL: https://svnweb.freebsd.org/changeset/ports/423911 Log: - Switch to USES=localbase - Verbosify build - Cosmetic fixes Approved by: portmgr blanket Modified: head/multimedia/mkvtoolnix/Makefile Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Thu Oct 13 12:49:34 2016 (r423910) +++ head/multimedia/mkvtoolnix/Makefile Thu Oct 13 12:57:29 2016 (r423911) @@ -20,21 +20,19 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbi libmatroska.so:multimedia/libmatroska BROKEN_FreeBSD_9= does not build: g++48 internal compiler error +BROKEN_sparc64= does not install -USES= compiler:c++11-lib iconv pkgconfig tar:xz +USES= compiler:c++11-lib iconv localbase pkgconfig tar:xz GNU_CONFIGURE= yes USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= ac_cv_path_PO4A=no ZLIB_CFLAGS=-I/usr/include ZLIB_LIBS=-lz CONFIGURE_ARGS= --without-curl \ --with-boost=${LOCALBASE} \ --with-boost-filesystem=boost_filesystem \ --with-boost-system=boost_system \ --with-boost-regex=boost_regex - -BROKEN_sparc64= does not install +MAKE_ENV= V=1 OPTIONS_DEFINE= FLAC NLS QT5 OPTIONS_DEFAULT= FLAC QT5 @@ -49,12 +47,7 @@ NLS_CONFIGURE_WITH= gettext QT5_DESC= Build and install GUI application (Qt 5) QT5_USES= desktop-file-utils shared-mime-info QT5_USE= QT5=buildtools_build,core,gui,network,quick,widgets -QT5_CONFIGURE_ON= --enable-qt -QT5_CONFIGURE_OFF= --disable-qt - -.if defined(PACKAGE_BUILDING) -MAKE_ENV+= V=1 -.endif +QT5_CONFIGURE_ENABLE= qt .include @@ -83,7 +76,7 @@ post-patch: @${REINPLACE_CMD} -e 's|std::lround|lround|g' \ ${WRKSRC}/src/propedit/tag_target.cpp .endif - ${REINPLACE_CMD} -e '/LIBS="-lintl/s,-liconv,$$ICONV_LIBS,' \ + @${REINPLACE_CMD} -e '/LIBS="-lintl/s,-liconv,$$ICONV_LIBS,' \ ${WRKSRC}/configure post-configure-NLS-off: