summaryrefslogtreecommitdiff
path: root/editors/texworks/Makefile
AgeCommit message (Collapse)Author
2018-07-29Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
2018-06-28Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
2018-06-18Adjust USES to fix builds on gcc-based architectures.Mark Linimon
While here, pet portlint. Tested for no regression on amd64. Approved by: portmgr (tier-2 blanket)
2018-03-18Mark broken on armvX.Mark Linimon
Approved by: portmgr (tier-2 blanket)
2017-11-30Convert Python ports to FLAVORS.Mathieu Arnold
Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
2017-08-24Bump PORTREVISION after recent poppler updateSteve Wills
2017-01-07textproc/hunspell: update to 1.6.0Jan Beich
- 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
2017-01-07Chase update of graphics/poppler (and slaves ports) in revision r430777Olivier Duchateau
2016-12-03textproc/hunspell: update to 1.5.4Jan Beich
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)
2016-09-05Chase update of Poppler after revision r421386Olivier Duchateau
2016-05-23Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov
by default anyway and don't need to be listed Approved by: portmgr blanket
2016-04-01Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold
With hat: portmgr Sponsored by: Absolight
2016-01-21Update poppler to 0.40.0. [1]Koop Mast
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3]
2015-12-08Don't use GH_TAGNAME when DISTVERSION* variables can be used.Mathieu Arnold
With hat: portmgr Sponsored by: Absolight
2015-08-22- Update to 0.4.6.Hiroki Sato
- Use libsynctex.so provided by devel/tex-synctex.
2015-08-02Update poppler to 0.34.0. [1]Koop Mast
Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
2015-05-11Cleanup DIST* variables.Mathieu Arnold
When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
2015-02-03Update poppler to 0.30.0 [1].Koop Mast
Make sure we use openjpeg1 in poppler, while openjpeg2 support was added there still bugs in openjpeg2 that need to be fixed. Add patches to inkscape for API changes in poppler 0.29.0 [2]. PR: 196599 [1] Submitted by: olivierd@ [1] Exp-run by: antoine@ Obtained from: upstream [2]
2014-12-21Put back the plugin directory in the plistAntoine Brodin
2014-12-20Cleanup plistBaptiste Daroussin
2014-12-10- Reset maintainership of my portsPietro Cerutti
2014-11-25Bump PORTREVISION after graphics/poppler update to 0.26.3Max Brazhnikov
2014-10-19- Convert ports from dns/, editors/ and emulators/ to newMarcus von Appen
USES=python Approved by: portmgr (implicit)
2014-05-26Finish conversion to USES=luaBaptiste Daroussin
2013-12-27Update poppler to 0.24.4.Koop Mast
Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax.
2013-11-22- Convert to USES=qmakeMax Brazhnikov
- Support staging properly Approved by: portmgr (blanket approval)
2013-11-14- Fix installation of HTML manualPietro Cerutti
2013-11-14- Update to 0.4.5Pietro Cerutti
- Add optional support for Lua and Python scripting
2013-10-08Explicitly define LDFLAGS for 4 QT4-based portsJohn Marino
Fixes come from dports. Problem and solution verified on FreeBSD using gcc48. Approved by: portmgr (bapt, implicit)
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin
editors)
2013-08-14- Remove MAKE_JOBS_SAFE variableAlex Kozlov
Approved by: portmgr (bdrewery)
2013-04-23Convert e* to USES=pkgconfigBaptiste Daroussin
2013-03-21- Update poppler to 0.22.2.Jeremy Messenger
- Bump the rest ports that depend on the poppler and poppler-qt because of shared library version have been changed. - Add a note in the UPDATING for require to rebuild all ports that depend on poppler. Submitted by: kwm (poppler* part)
2013-03-18- Make spellchecking work by fixing the path to dictionary filesPietro Cerutti
- Bump PORTREVISION Reported by: Sergey <potzilov@gmail.com>
2013-02-28- Add missing Qt4 components to fix build [1]Max Brazhnikov
- Respect CC, etc by passing QMAKEFLAGS to qmake - Tweak desktop entry Approved by: gahr (maintainer) Reported by: miwi [1]
2013-01-23Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov
2012-12-07- Fix pkgconf dependency declarationPietro Cerutti
Feature safe: yes Reported by: jhale
2012-12-06- Cleanup the Makefile, NOPORTDOCS -> PORT_OPTIONS:MDOCSAlexey Dokuchaev
- Augment port description Approved by: maintainer (gahr) Feature safe: yes
2012-12-06- Update to 0.4.4Pietro Cerutti
Release announcement: http://tug.org/pipermail/texworks/2012q2/005468.html - Fix DESKTOP entry - Install MAN1 page - Respect NOPORTDOCS Feature safe: yes
2012-12-06- Take maintainershipPietro Cerutti
- Remove duplicate dependency (devel/dbus is implied by QT4 dbus component) - Simplify do-configure target - Remove article from COMMENT Feature safe: yes
2012-12-06- Return maintainership to the pool at maintainer's requestJason E. Hale
- Trim Makefile headers PR: ports/174217, ports/174218, ports/174220, ports/174221 Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer) Feature safe: yes
2012-06-06- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke
Review by: bapt, David Naylor (kde team)
2012-06-01- update png to 1.5.10Dirk Meyer
2011-10-31Update poppler to 0.18.0.Koop Mast
The qt3 bindings are removed upstream. The glib library lost the last gdk-pixbuf code. And rename it from -gtk to -glib. Thanks to: pav for a exp-runs bapt for double checking the libreoffice ports
2011-08-23Chase poppler shlib bumps.Koop Mast
2011-07-18- Connect textproc/hunspell to the buildJulien Laffaye
- Unconnect hungarian/hunspell - Chase hunspell move - Add an entry to MOVED and UPDATING Approved by: bapt (mentor)
2010-11-20Chase poppler update.Koop Mast
2010-03-28- update to 1.4.1Dirk Meyer
Reviewed by: exp8 run on pointyhat Supported by: miwi
2010-02-05- update to jpeg-8Dirk Meyer
2009-10-21- Update to 0.2.2Martin Wilke
PR; 139706 Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer)