summaryrefslogtreecommitdiff
path: root/print/lyx (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix shebangs.Raphael Kubo da Costa2017-05-031-2/+5
| | | | Notes: svn path=/head/; revision=440041
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-092-35/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* textproc/hunspell: update to 1.6.0Jan Beich2017-01-071-2/+2
| | | | | | | | | | | | | | | | | | - Restore DIST_SUBDIR from r305651 - Adjust license for "or later" clause - Restore GPLv2+/LGPL21+ license files removed upstream as GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built) - Unbreak |make makepatch| Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0 PR: 215714 Submitted by: sunpoet (based on) Exp-run by: antoine MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D8887 Notes: svn path=/head/; revision=430796
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* textproc/hunspell: update to 1.5.4Jan Beich2016-12-031-2/+2
| | | | | | | | | | Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt) Notes: svn path=/head/; revision=427743
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-0/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Update to 2.2.2.Raphael Kubo da Costa2016-10-163-12/+9
| | | | | | | | | | 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. Notes: svn path=/head/; revision=424054
* Update to 2.2.1.Raphael Kubo da Costa2016-08-063-4/+122
| | | | | | | Changes: http://www.lyx.org/announce/2_2_1.txt Notes: svn path=/head/; revision=419744
* Add patch to fix the build on FreeBSD 10.1.Raphael Kubo da Costa2016-07-112-1/+35
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=418407
* Update to 2.2.0.Raphael Kubo da Costa2016-07-035-1392/+1419
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=417970
* Update to 2.1.5, the last release in the 2.1 series.Raphael Kubo da Costa2016-06-213-3/+8
| | | | Notes: svn path=/head/; revision=417206
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 2.1.4.Raphael Kubo da Costa2015-08-033-4/+24
| | | | | | | Release notes: http://www.lyx.org/announce/2_1_4.txt Notes: svn path=/head/; revision=393500
* Update to 2.1.3.Raphael Kubo da Costa2015-02-193-3/+14
| | | | Notes: svn path=/head/; revision=379388
* Cleanup plistAntoine Brodin2014-11-131-84/+0
| | | | Notes: svn path=/head/; revision=372510
* - Convert ports of news/ and print/ to new USES=pythonMarcus von Appen2014-10-241-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371452
* Update to 2.1.2Raphael Kubo da Costa2014-09-283-3/+5
| | | | Notes: svn path=/head/; revision=369486
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* Update to 2.1.1.Raphael Kubo da Costa2014-07-164-5/+18
| | | | Notes: svn path=/head/; revision=362111
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portsTijl Coosemans2014-07-041-0/+1
| | | | | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) Notes: svn path=/head/; revision=360658
* Update to 2.1.0.Raphael Kubo da Costa2014-05-058-282/+631
| | | | | | | | | 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 Notes: svn path=/head/; revision=353034
* - Update to 2.0.8.Raphael Kubo da Costa2014-04-263-7/+7
| | | | | | | | - Remove CONFLICTS with older versions that have been removed long ago. - Remove USES=shebangfix, the fix was upstreamed. Notes: svn path=/head/; revision=352385
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* 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