Commit graph

194 commits

Author SHA1 Message Date
Raphael Kubo da Costa
b0f50e0d61 Update to 2.2.2.
Release notes: http://www.lyx.org/announce/2_2_2.txt

Switch the build to Qt5 now that we have Qt 5.6 in the tree. While here,
stop mentioning the long-defunct print/teTeX port in pkg-message.
2016-10-16 10:04:11 +00:00
Raphael Kubo da Costa
a1070ae317 Update to 2.2.1.
Changes: http://www.lyx.org/announce/2_2_1.txt
2016-08-06 13:13:12 +00:00
Raphael Kubo da Costa
26dd086b80 Add patch to fix the build on FreeBSD 10.1.
LyX 2.2.0 had some code changes and is using std::bind() when C++11 support is
available. The libc++ version on 10.0 and 10.1 does not work as expected, so
force boost::bind() on those systems to avoid the following error:

frontends/qt4/liblyxqt4.a(GuiWorkArea.o): In function `_ZN5boost6detail8function26void_function_obj_invoker0INSt3__16__bindIMN3lyx8frontend11GuiWorkAreaEFvvEJPS7_EEEvE6invokeERNS1_15function_bufferE':
GuiWorkArea.cpp:(.text._ZN5boost6detail8function26void_function_obj_invoker0INSt3__16__bindIMN3lyx8frontend11GuiWorkAreaEFvvEJPS7_EEEvE6invokeERNS1_15function_bufferE[_ZN5boost6detail8function26void_function_obj_invoker0INSt3__16__bindIMN3lyx8frontend11GuiWorkAreaEFvvEJPS7_EEEvE6invokeERNS1_15function_bufferE]+0xa): undefined reference to `_ZNSt3__18__invokeIRMN3lyx8frontend11GuiWorkAreaEFvvERPS3_JEvEEDTcldsdeclsr3std3__1E7forwardIT0_Efp0_Efp_spclsr3std3__1E7forwardIT1_Efp1_EEEOT_OS9_DpOSA_'
/usr/bin/ld: lyx: hidden symbol `_ZNSt3__18__invokeIRMN3lyx8frontend11GuiWorkAreaEFvvERPS3_JEvEEDTcldsdeclsr3std3__1E7forwardIT0_Efp0_Efp_spclsr3std3__1E7forwardIT1_Efp1_EEEOT_OS9_DpOSA_' isn't defined
/usr/bin/ld: final link failed: Nonrepresentable section on output
2016-07-11 21:02:50 +00:00
Raphael Kubo da Costa
5f1da1e07f Update to 2.2.0.
Changes and release notes:
http://wiki.lyx.org/LyX/NewInLyX22

The GUI still uses Qt4, as 2.2.0's release notes only advise using the Qt5
versions with Qt >= 5.6.0.
2016-07-03 13:16:17 +00:00
Raphael Kubo da Costa
c6292a7d19 Update to 2.1.5, the last release in the 2.1 series. 2016-06-21 12:31:52 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Raphael Kubo da Costa
8b22ba780a Update to 2.1.4.
Release notes: http://www.lyx.org/announce/2_1_4.txt
2015-08-03 22:18:28 +00:00
Raphael Kubo da Costa
a4e1d16cc6 Update to 2.1.3. 2015-02-19 20:51:32 +00:00
Antoine Brodin
115aba45f3 Cleanup plist 2014-11-13 07:41:17 +00:00
Marcus von Appen
d45fbf3040 - Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
2014-10-24 16:42:59 +00:00
Raphael Kubo da Costa
f8f2eb0309 Update to 2.1.2 2014-09-28 18:37:05 +00:00
Adam Weinberger
fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00
Raphael Kubo da Costa
b98493e580 Update to 2.1.1. 2014-07-16 20:43:05 +00:00
Tijl Coosemans
3127da9b78 Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
2014-07-04 20:28:31 +00:00
Raphael Kubo da Costa
0bbad73ac6 Update to 2.1.0.
This allows us to remove many patches that made it into the 2.1 series.

For a list of changes, see http://wiki.lyx.org/LyX/NewInLyX21
2014-05-05 17:30:01 +00:00
Raphael Kubo da Costa
680762c27d - Update to 2.0.8.
- Remove CONFLICTS with older versions that have been removed long ago.
- Remove USES=shebangfix, the fix was upstreamed.
2014-04-26 23:32:08 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Raphael Kubo da Costa
8729f74013 Update to 2.0.7.
Announcement and changelog: http://www.lyx.org/announce/2_0_7.txt
2014-01-25 21:09:12 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Raphael Kubo da Costa
1af68ec201 Fix the build with libc++, and a lot more.
- Support staging.
- Remove outdated pthread-related variables in Makefile.
- Sort plist.
- Sort the USES lines.
- Switch away from the deprecated USE_GNOME=desktopfileutils.
- Use the new library format for libraries in LIB_DEPENDS.
- Use the new syntax for configuration options.
2013-10-20 18:57:18 +00:00
Baptiste Daroussin
6c6152ff82 Add NO_STAGE all over the place in preparation for the staging support (cat: print) 2013-09-20 22:43:59 +00:00
Andrej Zverev
d6908e9cb1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 08:15:41 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Raphael Kubo da Costa
409b04c0fc Adjust the Python dependency; LyX does not support Python3 yet. 2013-06-01 21:15:37 +00:00
Raphael Kubo da Costa
d6828d29ae Use shared HUNSPELL description added in r317928. 2013-05-12 08:46:19 +00:00
Raphael Kubo da Costa
2028cbcd2a - Update to 2.0.6.
- Remove patch that has been upstreamed.
- Adjust pkg-message now that texlive is in ports.
- Update pkg-descr to its new format.
2013-05-09 20:27:24 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Raphael Kubo da Costa
19b105a282 Update to 2.5.1.
See http://www.lyx.org/announce/2_0_5_1.txt for more information on what has
changed.

Submitted by:	Mikhail T. <mi@aldan.algebra.com>
2013-01-09 14:52:22 +00:00
Raphael Kubo da Costa
e07f9e9773 - Update to 2.0.5.
- Convert to OptionsNG.
- Install the .desktop file and PNG icon into ${PREFIX} instead of
  ${LOCALBASE}. This should make no difference to everyone else, but makes
  using `port test' easier with the port.
2012-12-25 16:28:34 +00:00
Raphael Kubo da Costa
d047dd4f98 Clean up the headers of the ports I maintain. 2012-10-07 13:59:39 +00:00
Raphael Kubo da Costa
961963488e Update to 2.0.4. 2012-07-06 00:49:31 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Raphael Kubo da Costa
8fbe62ec56 Update to 2.0.3
Feature safe:	yes
2012-03-20 23:59:13 +00:00
Eitan Adler
2872eba657 The variable is USE_PERL5 not USE_PERL
Submitted by:	Alex Kozlov
Reviewed by:	perl (swills)
Approved by:	portmgr (pav)
2012-02-07 13:29:00 +00:00
Raphael Kubo da Costa
bb58f34740 Add a .desktop file for the port. An upstream version will show up in the 2.1.x
series. Based on some initial work done by Denny Lin [1].

PR:		164076 [1]
Submitted by:	Denny Lin <dennylin93@hs.ntnu.edu.tw>
Reviewed by:	avilla
2012-01-29 00:03:17 +00:00
Raphael Kubo da Costa
5c20da37ff Update to 2.0.2.
This includes two upstream SVN commits that should make the port build with
clang.

Approved by:	avilla (mentor)
2012-01-12 12:55:15 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Raphael Kubo da Costa
57f8b9f10a Fix build when boost-libs is compiled with a newer (> 4.2 from base) gcc.
LyX originally uses the AC_CHECK_LIB macro to check for boost, however
this macro always calls a C compiler, even to check for a C++ library
such as boost. This made the test program built for this check to
always fail to link when boost was compiled witha recent enough
compiler.

A fix was submitted upstream [1], and this patch needs to be applied
meanwhile.

[1] http://article.gmane.org/gmane.editors.lyx.devel/138405

Reported by:	avg
Approved by:	avilla (mentor)
2011-09-17 02:49:28 +00:00
Raphael Kubo da Costa
547de40950 Update to 2.0.1.
Note that the dependency list has been updated (it should have been in
2.0.0, but nobody noticed), and the pkg-message was reworded to
include more advice.

Approved by:	makc (mentor)
2011-09-09 14:44:32 +00:00
Raphael Kubo da Costa
3e00b12630 Update my mail address in the ports I maintain.
Approved by:	avilla
2011-08-28 18:04:48 +00:00
Max Brazhnikov
e8f96326ce Update to 2.0.0
PR:		ports/158401
Submitted by:	Aldis Berjoza (former maintainer)
2011-07-04 22:01:48 +00:00
Beech Rintoul
b8acd0b6ef - Update to 1.6.10
- Fix typo in pkg-message
- Pass maintainership to submitter

PR:		ports/158295
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
Approved by:	Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
2011-06-28 21:32:05 +00:00
Martin Wilke
527f0141cb - Update to 1.6.9
PR:		154573
Submitted by:	Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
Feature safe:	yes
2011-02-08 06:51:33 +00:00
Nicola Vitale
e242c3ce43 - Update to 1.6.8
PR:		ports/152572
Submitted by:	Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
2010-12-11 17:40:26 +00:00