From owner-svn-ports-head@FreeBSD.ORG Wed Jul 16 20:43:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B80D7854; Wed, 16 Jul 2014 20:43:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 8AF882177; Wed, 16 Jul 2014 20:43:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GKh6xP098805; Wed, 16 Jul 2014 20:43:06 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6GKh5mZ098801; Wed, 16 Jul 2014 20:43:05 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407162043.s6GKh5mZ098801@svn.freebsd.org> From: Raphael Kubo da Costa Date: Wed, 16 Jul 2014 20:43:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362111 - in head/print/lyx: . 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-head@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 16 Jul 2014 20:43:06 -0000 Author: rakuco Date: Wed Jul 16 20:43:05 2014 New Revision: 362111 URL: http://svnweb.freebsd.org/changeset/ports/362111 QAT: https://qat.redports.org/buildarchive/r362111/ Log: Update to 2.1.1. Added: head/print/lyx/files/patch-src__support__os_unix.cpp (contents, props changed) Modified: head/print/lyx/Makefile head/print/lyx/distinfo head/print/lyx/pkg-plist Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Wed Jul 16 20:37:19 2014 (r362110) +++ head/print/lyx/Makefile Wed Jul 16 20:43:05 2014 (r362111) @@ -3,7 +3,6 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -21,7 +20,7 @@ LIB_DEPENDS= libboost_regex.so:${PORTSDI libmythes-1.2.so:${PORTSDIR}/textproc/mythes MAJOR_VERSION= 2.1 -MINOR_VERSION= 0 +MINOR_VERSION= 1 USES= desktop-file-utils gmake iconv pkgconfig perl5 USE_PYTHON= 2 Modified: head/print/lyx/distinfo ============================================================================== --- head/print/lyx/distinfo Wed Jul 16 20:37:19 2014 (r362110) +++ head/print/lyx/distinfo Wed Jul 16 20:43:05 2014 (r362111) @@ -1,2 +1,2 @@ -SHA256 (lyx-2.1.0.tar.xz) = f1c9a4f2387e38efee43c0684b4f6fc0972f68d6cb2ad06a1b30c58a81f22d48 -SIZE (lyx-2.1.0.tar.xz) = 10600316 +SHA256 (lyx-2.1.1.tar.xz) = ca5bf218bc86deadc9eca22030a96e911b0642b3fa0e359c14891dff7f0b39ba +SIZE (lyx-2.1.1.tar.xz) = 10638872 Added: head/print/lyx/files/patch-src__support__os_unix.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/lyx/files/patch-src__support__os_unix.cpp Wed Jul 16 20:43:05 2014 (r362111) @@ -0,0 +1,15 @@ +Build fix, at least building with libc++ fails because LC_ALL is not defined if +locale.h is not included. + +Submitted upstream: http://article.gmane.org/gmane.editors.lyx.devel/152732 +--- src/support/os_unix.cpp ++++ src/support/os_unix.cpp +@@ -23,6 +23,7 @@ + #include "support/lassert.h" + + #include ++#include + #include + + #ifdef __APPLE__ + Modified: head/print/lyx/pkg-plist ============================================================================== --- head/print/lyx/pkg-plist Wed Jul 16 20:37:19 2014 (r362110) +++ head/print/lyx/pkg-plist Wed Jul 16 20:43:05 2014 (r362111) @@ -2326,7 +2326,6 @@ share/icons/hicolor/scalable/apps/lyx.sv @dirrm %%DATADIR%%/images/oxygen @dirrm %%DATADIR%%/images/math @dirrm %%DATADIR%%/images/ipa -@dirrm %%DATADIR%%/images/commands @dirrm %%DATADIR%%/images/classic @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/fonts