aboutsummaryrefslogtreecommitdiff
path: root/textproc/htmldoc
Commit message (Collapse)AuthorAgeFilesLines
* Fix htmldoc after r523104Baptiste Daroussin2020-01-152-2/+1
| | | | | | | | | | | | htmldoc was using the MANDIRS variable which was never made to be: 1/ unique 2/ used directly inside ports Now that the ${PREFIX}/share/man (which is the default target of the htmldoc build system for manpages) is valid, there is no need anyway to workaround it Notes: svn path=/head/; revision=523161
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-0/+1
| | | | Notes: svn path=/head/; revision=517008
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* textproc/htmldoc: Add workaround for hangs when compiled with clang 8Tobias Kortkamp2019-04-241-0/+15
| | | | | | | http://beefy12.nyi.freebsd.org/data/head-amd64-default/p499421_s346424/logs/errors/htmldoc-1.9.3.log Notes: svn path=/head/; revision=499817
* This port requires a C11-aware compiler to build on GCC-basedMark Linimon2018-12-201-0/+1
| | | | | | | | | | | architectures. PR: 234053 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487856
* textproc/htmldoc: Update to 1.9.3Steve Wills2018-12-097-380/+36
| | | | | | | | | | PR: 223721 Submitted by: Nathan <ndowens@yahoo.com> Submitted by: delphij Reported by: Zsolt Udvari <uzsolt@uzsolt.hu> Notes: svn path=/head/; revision=487012
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-1/+1
| | | | Notes: svn path=/head/; revision=484599
* textproc/htmldoc: Do not use arc4random_stir.Xin LI2018-08-262-2/+2
| | | | | | | | | | | | (Note that there is an updated version which will solve this too, but I am committing this one and will rebase the patch in bug 223721 as it still needs maintainer approval). PR: 230831, 230756 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=478107
* Use BROKEN_SSLSunpoet Po-Chuan Hsieh2018-02-171-7/+3
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=462145
* Unbreak by providing a working MASTER_SITESAntoine Brodin2017-05-141-3/+1
| | | | Notes: svn path=/head/; revision=440866
* - Broken checksum mismatchMartin Wilke2017-05-131-0/+1
| | | | | | | fetch: http://www.msweet.org/files/project1/htmldoc-1.8.28-source.tar.bz2: size mismatch: expected 4026568, actual 5545 Notes: svn path=/head/; revision=440767
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* textproc/htmldoc: unbreak with clang 4.0Jan Beich2017-02-012-1/+12
| | | | | | | | | | | | | htmlsep.cxx:527:19: error: ordered comparison between pointer and zero ('int *' and 'int') if (heading >= 0) ~~~~~~~ ^ ~ PR: 216159 Reported by: antoine (via exp-run) Approved by: portmgr blanket Notes: svn path=/head/; revision=432965
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-1/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=386097
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Explicitely disable gnutls as it fails to build if detectedAntoine Brodin2014-12-241-0/+2
| | | | | | | Reported and tested by: Scott Allendorf Notes: svn path=/head/; revision=375474
* - Properly support png15, remove useless patchAntoine Brodin2014-12-242-23/+11
| | | | | | | - Allow building with openssl from ports Notes: svn path=/head/; revision=375383
* Cleanup plistAntoine Brodin2014-11-151-4/+0
| | | | Notes: svn path=/head/; revision=372605
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362053
* USES=tar:bzip2Baptiste Daroussin2014-05-091-1/+2
| | | | Notes: svn path=/head/; revision=353376
* Upgrade to HTMLDOC 1.8.28, fixing security-relevant bugs.Matthias Andree2014-01-298-80/+140
| | | | | | | | | | | | | Support staging, and modernize LIB_DEPENDS. Tweak build environment to get proper detection of png/jpeg libs. Switch to using BZIP2 tarballs. PR: ports/186024 Approved by: jose@diasfernandes.pt (maintainer) Security: 6d08fa63-83bf-11e3-bdba-080027ef73ec Notes: svn path=/head/; revision=341774
* Update WWW address.Matthias Andree2014-01-221-1/+1
| | | | Notes: svn path=/head/; revision=340752
* Update master sites for some ports formerly hosted on easysw.com, now extinct.Matthias Andree2014-01-221-1/+2
| | | | | | | | Remove easysw.com domain from MASTER_SITE_EASYSW, and drop tu-bs.de from mirror list (is no longer mirroring easysw.com). Notes: svn path=/head/; revision=340749
* 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
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* - adopt optionsNGJason Helfman2013-03-211-7/+5
| | | | | | | | | - trim historical header Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314780
* - update png to 1.5.10Dirk Meyer2012-06-012-3/+22
| | | | Notes: svn path=/head/; revision=297915
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Really disable GUI if not neededPietro Cerutti2010-01-261-2/+2
| | | | | | | | | PR: 142747 Submitted by: gahr Approved by: maintainer (timeout) Notes: svn path=/head/; revision=248597
* - update to jpeg7Dirk Meyer2009-07-181-1/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Use `off' instead of `no' for the default value of OPTION.Mikhail Teterin2007-05-281-1/+3
| | | | | | | | | | | | Add an explicit --disable-gui to CONFIGURE_ARGS, when no GUI is requested. Without this, vendors software would still build with GUI-support, if fltk is present on the system. Submitted by: Eygene Ryabinkin PR: ports/113020 Notes: svn path=/head/; revision=192183
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Bump PORTREVISION to repair package creation botch from previous commit.Kris Kennaway2007-05-021-1/+1
| | | | | | | Refused to fix: mi Notes: svn path=/head/; revision=191423
* I did add the patch-file itself before. However, I failed to add theMikhail Teterin2007-04-181-0/+259
| | | | | | | | | files/ directory... Re-do it now. Notified by: kris Notes: svn path=/head/; revision=190295
* Improve the port as follows:Mikhail Teterin2007-04-162-83/+115
| | | | | | | | | | | | | | | 1) do not extract, configure, build the bundled (old) PNG and JPEG libraries; 2) do not compile the bundled md5 and rc4 algorithms (USE_OPENSSL); 3) do not compile the bundled snprintf. The resulting executable is over twice smaller on my amd64 system. Bump PORTREVISION. Approved by: maintainer timeout Notes: svn path=/head/; revision=190061
* Assign port to submitter of last PR.Mark Linimon2007-03-141-1/+1
| | | | Notes: svn path=/head/; revision=187379
* Reset glenn@trewitt.org due to maintainer-timeouts and no response to email.Mark Linimon2007-03-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=187358
* - Update to 1.8.27Rong-En Fan2006-12-313-9/+36
| | | | | | | | | | | This port needs some work to respect NOPORTDOCS, DATADIR, DOCSDIR. PR: ports/106715 Submitted by: Jose Fernandes <jose at diasfernandes.pt> Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=181170
* - Make fetchableStanislav Sedov2006-10-241-1/+1
| | | | | | | | Reported by: Glenn Trewitt <glenn@trewitt.org> (maintainer) Approved by: portmgr (erwin), Glenn Trewitt <glenn@trewitt.org> (maintainer) Notes: svn path=/head/; revision=175520
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* sorry for commit the wrong pathYing-Chieh Liao2003-01-041-1/+1
| | | | | | | | PR: 46744 Submitted by: Rong-en Fan <rafan@infor.org> Notes: svn path=/head/; revision=72491