From owner-svn-ports-all@freebsd.org Tue Aug 23 20:31:09 2016 Return-Path: Delivered-To: svn-ports-all@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 1C969BC4F96; Tue, 23 Aug 2016 20:31:09 +0000 (UTC) (envelope-from pawel@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 C9A7E14DF; Tue, 23 Aug 2016 20:31:08 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7NKV8bR051840; Tue, 23 Aug 2016 20:31:08 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7NKV73S051838; Tue, 23 Aug 2016 20:31:07 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608232031.u7NKV73S051838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 23 Aug 2016 20:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420744 - in head/editors/texmacs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2016 20:31:09 -0000 Author: pawel Date: Tue Aug 23 20:31:07 2016 New Revision: 420744 URL: https://svnweb.freebsd.org/changeset/ports/420744 Log: - Fix build after databases/sqlite update - Convert to USES=localbase - Register proxy dependencies found by stage-qa Added: head/editors/texmacs/files/patch-src_Plugins_Sqlite3_sqlite3.hpp (contents, props changed) Modified: head/editors/texmacs/Makefile Modified: head/editors/texmacs/Makefile ============================================================================== --- head/editors/texmacs/Makefile Tue Aug 23 20:28:17 2016 (r420743) +++ head/editors/texmacs/Makefile Tue Aug 23 20:31:07 2016 (r420744) @@ -14,15 +14,15 @@ COMMENT= WYSIWYG scientific text editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libguile.so:lang/guile +LIB_DEPENDS= libltdl.so:devel/libltdl \ + libguile.so:lang/guile \ + libgmp.so:math/gmp RUN_DEPENDS= fig2dev:print/transfig -USES= cpe desktop-file-utils gmake iconv pkgconfig python \ +USES= cpe desktop-file-utils gmake iconv localbase pkgconfig python \ shared-mime-info shebangfix USE_TEX= tex:run dvipsk:run GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-optimize="${CXXFLAGS}" MAKE_ARGS= CP="${CP} -R -f" ALL_TARGET= ${PORTNAME:tu} @@ -51,7 +51,7 @@ IMLIB2_CONFIGURE_WITH= imlib2 PDF_CONFIGURE_ENABLE= pdf-renderer PDF_LDFLAGS= -lz PDF_IMPLIES= FREETYPE GHOSTSCRIPT -QT4_USE= qt4=accessible,gui,imageformats \ +QT4_USE= qt4=accessible,corelib,gui,imageformats \ qt4=moc_build,qmake_build,rcc_build,uic_build QT4_USE_OFF= xorg=xext QT4_CONFIGURE_ON= --with-qt=${QT_PREFIX} --enable-qtpipes Added: head/editors/texmacs/files/patch-src_Plugins_Sqlite3_sqlite3.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/texmacs/files/patch-src_Plugins_Sqlite3_sqlite3.hpp Tue Aug 23 20:31:07 2016 (r420744) @@ -0,0 +1,13 @@ +--- src/Plugins/Sqlite3/sqlite3.hpp.orig 2016-08-22 16:04:07 UTC ++++ src/Plugins/Sqlite3/sqlite3.hpp +@@ -9,8 +9,8 @@ + * in the root directory or . + ******************************************************************************/ + +-#ifndef SQLITE3_H +-#define SQLITE3_H ++#ifndef TM_SQLITE3_H ++#define TM_SQLITE3_H + #include "url.hpp" + + bool sqlite3_present ();