aboutsummaryrefslogtreecommitdiff
path: root/print/lyx
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.0.7.Raphael Kubo da Costa2014-01-252-4/+5
| | | | | | | Announcement and changelog: http://www.lyx.org/announce/2_0_7.txt Notes: svn path=/head/; revision=341103
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-2/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* Fix the build with libc++, and a lot more.Raphael Kubo da Costa2013-10-206-46/+225
| | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=331054
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327334
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-2/+2
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=326316
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Adjust the Python dependency; LyX does not support Python3 yet.Raphael Kubo da Costa2013-06-011-1/+1
| | | | Notes: svn path=/head/; revision=319590
* Use shared HUNSPELL description added in r317928.Raphael Kubo da Costa2013-05-121-1/+0
| | | | Notes: svn path=/head/; revision=317938
* - Update to 2.0.6.Raphael Kubo da Costa2013-05-096-109/+8
| | | | | | | | | - Remove patch that has been upstreamed. - Adjust pkg-message now that texlive is in ports. - Update pkg-descr to its new format. Notes: svn path=/head/; revision=317748
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Chase boost updateBaptiste Daroussin2013-01-311-1/+2
| | | | Notes: svn path=/head/; revision=311310
* Update to 2.5.1.Raphael Kubo da Costa2013-01-092-3/+3
| | | | | | | | | | 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> Notes: svn path=/head/; revision=310148
* - Update to 2.0.5.Raphael Kubo da Costa2012-12-254-16/+29
| | | | | | | | | | - 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. Notes: svn path=/head/; revision=309487
* Clean up the headers of the ports I maintain.Raphael Kubo da Costa2012-10-071-5/+1
| | | | Notes: svn path=/head/; revision=305477
* Update to 2.0.4.Raphael Kubo da Costa2012-07-064-20/+6
| | | | Notes: svn path=/head/; revision=300540
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 2.0.3Raphael Kubo da Costa2012-03-205-184/+15
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293615
* The variable is USE_PERL5 not USE_PERLEitan Adler2012-02-071-1/+1
| | | | | | | | | Submitted by: Alex Kozlov Reviewed by: perl (swills) Approved by: portmgr (pav) Notes: svn path=/head/; revision=290590
* Add a .desktop file for the port. An upstream version will show up in the 2.1.xRaphael Kubo da Costa2012-01-293-0/+31
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=289992
* Update to 2.0.2.Raphael Kubo da Costa2012-01-125-9/+171
| | | | | | | | | | This includes two upstream SVN commits that should make the port build with clang. Approved by: avilla (mentor) Notes: svn path=/head/; revision=289017
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Fix build when boost-libs is compiled with a newer (> 4.2 from base) gcc.Raphael Kubo da Costa2011-09-171-0/+103
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=281873
* Update to 2.0.1.Raphael Kubo da Costa2011-09-095-31/+40
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=281519
* Update my mail address in the ports I maintain.Raphael Kubo da Costa2011-08-281-1/+1
| | | | | | | Approved by: avilla Notes: svn path=/head/; revision=280636
* Update to 2.0.0Max Brazhnikov2011-07-044-30/+382
| | | | | | | | PR: ports/158401 Submitted by: Aldis Berjoza (former maintainer) Notes: svn path=/head/; revision=277071
* - Update to 1.6.10Beech Rintoul2011-06-284-5/+17
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=276615
* - Update to 1.6.9Martin Wilke2011-02-083-3/+4
| | | | | | | | | PR: 154573 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268776
* - Update to 1.6.8Nicola Vitale2010-12-113-7/+18
| | | | | | | | PR: ports/152572 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer) Notes: svn path=/head/; revision=266044
* Mark conflict with lyx-develMax Brazhnikov2010-10-091-1/+2
| | | | Notes: svn path=/head/; revision=262701
* Add licenseSteven Kreuzer2010-09-251-0/+2
| | | | | | | | PR: ports/150861 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> Notes: svn path=/head/; revision=261813
* - Update to 1.6.7Philippe Audeoud2010-07-153-4/+8
| | | | | | | | PR: ports/148627 Submitted by: Aldis Berjoza <aldis _AT_ bsdroot.lv> Notes: svn path=/head/; revision=257807
* Update to 1.6.6.1 for Qt4Max Brazhnikov2010-06-149-982/+1197
| | | | | | | | | | | Pass maintainership to submitter. PR: ports/147243 Submitted by: Aldis Berjoza <aldis at bsdroot.lv> Approved by: mi@ (previous maintainer) Notes: svn path=/head/; revision=256530
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update boost to 1.39Pav Lucistnik2009-07-281-1/+1
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* - Fix building with boost 1.37Li-Wen Hsu2009-04-074-78/+81
| | | | | | | | | PR: ports/133044 Submitted by: amdmi3 Approved by: maintainer Notes: svn path=/head/; revision=231777
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-3/+1
| | | | Notes: svn path=/head/; revision=225335
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Refresh master-sites.Mikhail Teterin2008-04-141-8/+6
| | | | Notes: svn path=/head/; revision=211256
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209697
* Upgrade to 1.4.5.1, which should be able to read files created byMikhail Teterin2007-12-123-19/+35
| | | | | | | | | the 1.5.x branch (available from the lyx-devel port). Delayed by: portfreeze Notes: svn path=/head/; revision=203173
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200778
* Add a patch to ensure we compile against the new Boost-1.34, whileMikhail Teterin2007-07-062-0/+108
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=195100
* Add the overlooked gl.mo (localization)Mikhail Teterin2007-06-021-0/+1
| | | | | | | Notified by: kris Notes: svn path=/head/; revision=192564