From 27566d96b73152373eaa361bbe1e1d51e50643ce Mon Sep 17 00:00:00 2001 From: pawel Date: Tue, 23 Aug 2016 20:31:07 +0000 Subject: - Fix build after databases/sqlite update - Convert to USES=localbase - Register proxy dependencies found by stage-qa --- editors/texmacs/Makefile | 10 +++++----- editors/texmacs/files/patch-src_Plugins_Sqlite3_sqlite3.hpp | 13 +++++++++++++ 2 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 editors/texmacs/files/patch-src_Plugins_Sqlite3_sqlite3.hpp (limited to 'editors') diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index d3a3cb4feff9..a504da44fefd 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -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 diff --git a/editors/texmacs/files/patch-src_Plugins_Sqlite3_sqlite3.hpp b/editors/texmacs/files/patch-src_Plugins_Sqlite3_sqlite3.hpp new file mode 100644 index 000000000000..cd1fa8e06c8e --- /dev/null +++ b/editors/texmacs/files/patch-src_Plugins_Sqlite3_sqlite3.hpp @@ -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 (); -- cgit