Date: Wed, 16 Jul 2014 20:43:05 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362111 - in head/print/lyx: . files Message-ID: <201407162043.s6GKh5mZ098801@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <limits.h> ++#include <locale.h> + #include <stdlib.h> + + #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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407162043.s6GKh5mZ098801>