From owner-svn-ports-branches@freebsd.org Tue Nov 29 00:50:34 2016 Return-Path: Delivered-To: svn-ports-branches@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 62DBEC58EAE; Tue, 29 Nov 2016 00:50:34 +0000 (UTC) (envelope-from jbeich@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 3263C1F41; Tue, 29 Nov 2016 00:50:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAT0oXXE058552; Tue, 29 Nov 2016 00:50:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAT0oX6d058551; Tue, 29 Nov 2016 00:50:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611290050.uAT0oX6d058551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 29 Nov 2016 00:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427352 - branches/2016Q4/editors/texmaker X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2016 00:50:34 -0000 Author: jbeich Date: Tue Nov 29 00:50:33 2016 New Revision: 427352 URL: https://svnweb.freebsd.org/changeset/ports/427352 Log: MFH: r427290 editors/texmaker: fix Hunspell ABI mismatch The port passes -I. -I/usr/local/include/hunspell ... -I/usr/local/include but then proceeds to #include "hunspell/hunspell.hxx" which ends up picking bundled version. #include "hunspell.hxx" would be more correct but would require adjusting texmaker.pro to add -I./hunspell for OS X. PR: 214848 Submitted by: rakuco Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/editors/texmaker/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/editors/texmaker/Makefile ============================================================================== --- branches/2016Q4/editors/texmaker/Makefile Tue Nov 29 00:49:28 2016 (r427351) +++ branches/2016Q4/editors/texmaker/Makefile Tue Nov 29 00:50:33 2016 (r427352) @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.5 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ @@ -20,6 +20,7 @@ _USE_QT4= gui network xml webkit \ _USE_QT5= concurrent network printsupport script webkit widgets \ xml buildtools_build USE_TEX= latex dvipsk +EXTRACT_AFTER_ARGS= --exclude hunspell QMAKE_ARGS= ICONDIR=${PREFIX}/share/pixmaps \ DESKTOPDIR=${DESKTOPDIR}