summaryrefslogtreecommitdiff
path: root/textproc/source-highlight/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/source-highlight: fix "make test" or -DWITH_TESTING buildMatthias Andree2024-04-233-2/+44
| | | | | | | | | | | | | | | | | | | | The normal build works for me, but "make test", or poudriere-devel builds on FreeBSD 14.0-RELEASE amd64 under WITH_TESTING=yes, fail for me in the test phase. Fix two compiler bugs that LLVM/clang asserts: * lib/tests/stdboosterror.h poses a most vexing parse, resolve by switching to C++11 uniform initialization (GCC 12 or 13 disambiguates by resolving to variable init.) * lib/tests/test_wordtokenizer_main.cpp sees LLVM/clang complain about unresolved operator<< (needs to be defined earlier, so move the declaration up) (couldn't test with GCC) Serialize tests/Makefile: * tests/Makefile* causes "No such file or directory" errors when running with MAKE_JOBS, so patch a .NOTPARALLEL into the Makefile. Approved by: portmgr@ (blanket just-fix-it approval for failing build)
* Fix the run dependency and install the bash completion file.Kevin Lo2016-08-265-15/+15
| | | | | | | | PR: 212154 Submitted by: Tobias Kortkamp <t@tobik.me> Notes: svn path=/head/; revision=420884
* Update to 3.1.6Kevin Lo2012-01-034-27/+22
| | | | Notes: svn path=/head/; revision=288463
* Update to 3.1.3Kevin Lo2010-04-195-3/+60
| | | | | | | | PR: ports/143007 Submitted by: bf1783 at gmail dot com Notes: svn path=/head/; revision=252897
* Update to 2.10Kevin Lo2008-08-192-0/+22
| | | | Notes: svn path=/head/; revision=218818
* Update to 2.7Kevin Lo2007-09-144-65/+0
| | | | | | | | PR: ports/116337 Submitted by: Toby Burress <kurin at delete.org> Notes: svn path=/head/; revision=199472
* Fix build. Pointed out by krisKevin Lo2004-08-171-0/+11
| | | | Notes: svn path=/head/; revision=116462
* Update to version 1.8Kevin Lo2003-11-121-0/+18
| | | | | | | | PR: 57535 Submitted by: Ports Fury Notes: svn path=/head/; revision=93799
* Add source-highlight-1.1Kris Kennaway2001-08-252-0/+36
Source-highlight is a simple program that, given a source C/C++ or Java file, produces an html source with syntax highlighting. Obtained from: OpenBSD Notes: svn path=/head/; revision=46864