Commit graph

174 commits

Author SHA1 Message Date
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
Max Brazhnikov
d7fafd6f6b Mark conflict with lyx-devel 2010-10-09 18:02:24 +00:00
Steven Kreuzer
7fda66f2ed Add license
PR:		ports/150861
Submitted by:	Aldis Berjoza <aldis@bsdroot.lv>
2010-09-25 02:17:08 +00:00
Philippe Audeoud
1f0ee5857a - Update to 1.6.7
PR:		ports/148627
Submitted by:	Aldis Berjoza <aldis _AT_ bsdroot.lv>
2010-07-15 11:39:52 +00:00
Max Brazhnikov
442a99a9f1 Update to 1.6.6.1 for Qt4
Pass maintainership to submitter.

PR:		ports/147243
Submitted by:	Aldis Berjoza <aldis at bsdroot.lv>
Approved by:	mi@ (previous maintainer)
2010-06-14 18:11:27 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00
Li-Wen Hsu
d0901a77fb - Fix building with boost 1.37
PR:		ports/133044
Submitted by:	amdmi3
Approved by:	maintainer
2009-04-07 12:23:13 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Mikhail Teterin
2c9dbb722f Refresh master-sites. 2008-04-14 17:51:32 +00:00
Martin Wilke
52c5d58921 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 17:02:27 +00:00
Mikhail Teterin
d17862b310 Upgrade to 1.4.5.1, which should be able to read files created by
the 1.5.x branch (available from the lyx-devel port).

Delayed by:	portfreeze
2007-12-12 05:23:09 +00:00
Edwin Groothuis
52d564a552 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:24:29 +00:00
Mikhail Teterin
6686ae02cc Add a patch to ensure we compile against the new Boost-1.34, while
maintaining compatibility with Boost-1.33. Also, when compiling against
1.34, be sure to remove the `-fno-exceptions' flag, because the new
Boost throws in a few places...

Notified by:	pav
2007-07-06 20:29:55 +00:00
Mikhail Teterin
3ecc8b8113 Add the overlooked gl.mo (localization)
Notified by:	kris
2007-06-02 02:25:47 +00:00
Mikhail Teterin
d84047f0c9 Upgrade from 1.4.3 to 1.4.4. Add (optional) support for Aiksaurus. 2007-05-28 21:05:34 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00