Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2016 20:31:07 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420744 - in head/editors/texmacs: . files
Message-ID:  <201608232031.u7NKV73S051838@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <http://www.gnu.org/licenses/gpl-3.0.html>.
+ ******************************************************************************/
+ 
+-#ifndef SQLITE3_H
+-#define SQLITE3_H
++#ifndef TM_SQLITE3_H
++#define TM_SQLITE3_H
+ #include "url.hpp"
+ 
+ bool sqlite3_present ();



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