summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/htmltolatex: fix build with GCC-based architecturesPiotr Kubaj2019-04-272-11/+18
| | | | | | | | | | | | | | | | | | Add USES=compiler:c++11-lang. Add include <cstring> and <strings.h> to CH2L.cpp. Add include <cstring> to util.cpp. Required to build with GCC (used on GCC architectures): undefined reference to std::__cxx11::basic_string PR: 237549 Approved by: pi (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20050 Notes: svn path=/head/; revision=500204
* textproc/htmltolatex: fix build on currentKurt Jaeger2018-01-191-2/+11
| | | | Notes: svn path=/head/; revision=459396
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-227-21/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - Change a patch to fix build with libc++.Tijl Coosemans2013-10-231-1/+1
| | | | | | | | | | | - Support staging. - Hand maintainership to submitter. PR: ports/183111 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Notes: svn path=/head/; revision=331365
* Fix build with gcc 3.3Kris Kennaway2003-08-162-6/+14
| | | | Notes: svn path=/head/; revision=87088
* Fix build for -CURRENT (GCC3).Christian Weisgerber2003-02-218-6/+171
| | | | Notes: svn path=/head/; revision=76068
* Fix build with bison 1.75.Joe Marcus Clarke2002-12-021-0/+10
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=71307
* add htmltolatex 1Ying-Chieh Liao2002-01-201-0/+11
HTML to LaTeX to PDF Converter Notes: svn path=/head/; revision=53391