summaryrefslogtreecommitdiff
path: root/textproc/highlight
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing on powerpc64. These ports are either newMark Linimon2017-06-021-0/+2
| | | | | | | | | | | ports, or had been recently unblocked. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=442405
* Update highlight to 3.36.Koop Mast2017-05-235-21/+42
| | | | | | | Regen patches with make makepatch Notes: svn path=/head/; revision=441509
* 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
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* 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
* 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
* textproc/highlight: unbreak on 9.xJan Beich2016-10-031-1/+2
| | | | | | | | | | | | | ./cli/main.cpp: In member function 'int HLCmdLineApp::run(int, const char**)': ./cli/main.cpp:406: error: 'unique_ptr' was not declared in this scope ./cli/main.cpp:406: error: expected primary-expression before '>' token ./cli/main.cpp:406: error: 'generator' was not declared in this scope Reported by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=423168
* Backout the update to 3.31 and "update" to 2.29.Koop Mast2016-08-254-29/+14
| | | | | | | | | | | | | | This is the last version that doesn't use to_string(). to_string() is a c++11 function and gcc 4.8 on 9.3-RELEASE, used by compiler:c++11-lib, doesn't provide this function. Add small blob mentioning this. Bump portepoch due to version going back. Reported by: pkg-fallout@ Notes: svn path=/head/; revision=420881
* Add back LOCALBASE replace which was accidently hardcoded in the update.Koop Mast2016-08-201-1/+1
| | | | | | | Reported by: adamw@ Notes: svn path=/head/; revision=420527
* Update highlight to 3.31.Koop Mast2016-08-204-12/+30
| | | | | | | Strip binary. Notes: svn path=/head/; revision=420526
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update highlight to 3.28.Koop Mast2016-02-183-3/+13
| | | | Notes: svn path=/head/; revision=409132
* Update highlight to 3.24.Koop Mast2015-12-123-3/+12
| | | | Notes: svn path=/head/; revision=403607
* Update highlight to 3.23.Koop Mast2015-08-193-3/+5
| | | | Notes: svn path=/head/; revision=394776
* Update highlight to 3.22.Koop Mast2015-07-024-17/+17
| | | | | | | Add dos2unix USES for ^M fun. Notes: svn path=/head/; revision=391162
* Cleanup plistAntoine Brodin2014-11-151-5/+0
| | | | Notes: svn path=/head/; revision=372605
* Update to 3.18.Koop Mast2014-04-295-122/+277
| | | | | | | | Use @sample for config file. Take maintainership. Notes: svn path=/head/; revision=352627
* textproc/highlight: fix runtimeRuslan Makhmatkhanov2014-03-042-205/+203
| | | | | | | | | | | - fix runtime by placing port data files into proper locations - bump PORTREVISION PR: 187151 Reported by: Nunzio Ilari <nunzio.ilari@gmail.com> Notes: svn path=/head/; revision=347003
* Support staging.Mathieu Arnold2014-01-282-35/+223
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=341589
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Reset yzlin's portsBryan Drewery2013-08-171-6/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=324852
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Update to 2.16Yi-Jheng Lin2010-05-132-4/+4
| | | | | | | Approved by: lwhsu/rafan (mentors, implicit) Notes: svn path=/head/; revision=254242
* - Update to 2.13Yi-Jheng Lin2009-10-212-4/+4
| | | | | | | | | PR: ports/139687 Submitted by: Sylvio Cesar <scjamorim AT bsd.com.br> Approved by: rafan (co-mentor) Notes: svn path=/head/; revision=243138
* - Update to 2.12Yi-Jheng Lin2009-09-272-4/+4
| | | | | | | | Approved by: rafan (co-mentor) Feature safe: yes Notes: svn path=/head/; revision=242170
* - Update to 2.11Yi-Jheng Lin2009-08-072-7/+7
| | | | | | | | | - Take maintainership Approved by: rafan (co-mentor) Notes: svn path=/head/; revision=239082
* - Update to 2.9Nicola Vitale2009-08-052-4/+4
| | | | | | | | PR: ports/134946 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Notes: svn path=/head/; revision=238949
* Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonseMark Linimon2009-08-021-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=238758
* - Update to 2.8Pav Lucistnik2009-05-152-12/+8
| | | | | | | | | PR: ports/133575 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: maintainer timeout (alexbl; 1 month) Notes: svn path=/head/; revision=233940
* - Update to 2.6.14Pav Lucistnik2009-03-302-8/+13
| | | | | | | | | PR: ports/129905 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: maintainer timeout (alexbl; 3 months) Notes: svn path=/head/; revision=231332
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-061-4/+0
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=225333
* - Update to 2.6.12Pav Lucistnik2008-12-172-12/+11
| | | | | | | | | PR: ports/127715 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: maintainer timeout (alexbl; 2 months) Notes: svn path=/head/; revision=224335
* - update to 2.6.10Alexander Botero-Lowry2008-09-012-6/+6
| | | | | | | | PR: 125439 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Notes: svn path=/head/; revision=219571
* - Mark BROKEN on 5.x: error: forward declaration of `struct highlight::ReGroup'Pav Lucistnik2008-04-221-0/+4
| | | | Notes: svn path=/head/; revision=211801
* - Update to 2.6.7Pav Lucistnik2008-03-312-22/+15
| | | | | | | | | PR: ports/119830 Submitted by: Kuang-che Wu <kcwu@csie.org> Approved by: maintainer timeout (alexbl; 2 months) Notes: svn path=/head/; revision=210298
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* Bring back bsd.port.pre.mk since the post-install requires PREFIXEdwin Groothuis2007-10-101-1/+4
| | | | | | | | to be defined. Noticed by: YAPHR Notes: svn path=/head/; revision=201229
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200793
* - update to 2.4.8Alexander Botero-Lowry2007-04-092-4/+4
| | | | | | | | PR: 111390 Submitted by: Philip Jenvey <pjenvey@groovie.org> Notes: svn path=/head/; revision=189528
* - fix a hardcoded path (/etc/highlight)Alexander Botero-Lowry2007-02-121-0/+2
| | | | | | | | PR: 107340 Submitted by: Bernard Buri<bsd@ask-us.at> Notes: svn path=/head/; revision=185034
* - Update to 2.4.7 to resolve segfaultAlexander Botero-Lowry2006-10-152-5/+5
| | | | | | | | | - take maintainership Approved by: portmgr (clement) Notes: svn path=/head/; revision=175319
* - Update to 2.4.4Marcus Alves Grando2006-03-152-9/+11
| | | | | | | | | | | - Does no compile on 4.x so mark it broken - portlint(1) PR: 94285 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=157271
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* - Update to 2.2.10Michael Johnson2005-06-222-4/+5
| | | | | | | | PR: ports/82506 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=137825
* Update to 2.2.7Kirill Ponomarev2005-01-142-3/+3
| | | | Notes: svn path=/head/; revision=126444
* . Update to 2.2.5.Greg Lewis2004-11-042-5/+5
| | | | | | | | PR: 73475 Submitted by: Ports Fury Notes: svn path=/head/; revision=120817
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* Update to 2.2-2Kirill Ponomarev2004-08-092-5/+3
| | | | Notes: svn path=/head/; revision=115765
* BROKEN: UnfetchableKris Kennaway2004-08-091-0/+2
| | | | Notes: svn path=/head/; revision=115763
* Update to 2.2.1Kirill Ponomarev2004-07-102-3/+3
| | | | Notes: svn path=/head/; revision=113355