summaryrefslogtreecommitdiff
path: root/textproc/java2html/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Remove USE_AUTOTOOLSTijl Coosemans2014-09-241-2/+1
|
* * Convert to stagingMathieu Arnold2014-01-211-8/+6
| | | | | | | * Add license * Rename patch to follow makepatch naming Sponsored by: Absolight
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | textproc)
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* - use DOCSDIRIon-Mihai Tetcu2008-11-221-2/+3
| | | | | | | | - fix plist for -DNOPORTDOCS - bump PORTREVISION Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
|
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
|
* Update to version 0.9.2.Steve Price2000-05-281-1/+1
|
* Update to version 0.9.1.Steve Price2000-04-301-1/+1
| | | | | PR: 18183 Submitted by: maintainer
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
|
* Update to version 0.7.2.Steve Price1999-12-251-2/+2
| | | | | PR: 15562 Submitted by: maintainer
* Update {java,perl}2html to 0.6.3Dan Moschuk1999-09-281-1/+1
| | | | | PR: ports/1400[34] Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* Update to version 0.6.1.Steve Price1999-05-291-2/+2
| | | | | PR: 11897 Submitted by: maintainer
* Update to version 0.5.Steve Price1999-05-041-5/+5
| | | | | PR: 10885 Submitted by: maintainer
* Initial import of java2html version 0.4.Steve Price1999-05-031-0/+28
A Jave, C, and C++ to HTML converter. PR: 10885 Submitted by: Martin Kammerhofer <mkamm@gmx.net>