aboutsummaryrefslogtreecommitdiff
path: root/Tools/make_readmes
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-1/+0
| | | | Where appropriate fiddle with a few other things.
* Fix readme building.Emanuel Haupt2011-08-121-10/+10
| | | | Notes: svn path=/head/; revision=279522
* Make it possible to override the templates by using an environementErwin Lansing2007-05-241-1/+2
| | | | | | | | | | variable TEMPLATES. RT: 105108 (reworked from) Submitted by: Curtis Jewell<swordsman@csjewell.fastmail.us> Notes: svn path=/head/; revision=191651
* Put $FreeBSD$ for ident(1)'ing.Kirill Ponomarev2005-03-131-0/+1
| | | | Notes: svn path=/head/; revision=131056
* Hopefully last try to fix readmes build.Kirill Ponomarev2005-03-111-1/+2
| | | | | | | | Submitted by: Christopher Kelley <bsd at kelleycows.com> Pointyhat to: krion Notes: svn path=/head/; revision=130942
* Fix problems with quoting if PORTSTOP is specified.Kirill Ponomarev2005-03-091-1/+1
| | | | Notes: svn path=/head/; revision=130756
* * Add info files to TMPPLIST, only if INFO is specified. [1]Kirill Ponomarev2005-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix PATH problems during README.html generation if "make -DPORTSTOP readmes" is defined. [2] * Add support for early rcNG startup scripts. [3] * Remove duplicate USE_XLIB handling. [4] * Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if both are specified. [5] * Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6] * Introduce bsd.gstreamer.mk and utilize new macros: USE_GSTREAMER/WANT_GSTREAMER. [7] PR: ports/77634 [1], ports/77592 [2], ports/77385 [3], ports/77557 [4], ports/77344 [5], ports/77211 [6], ports/77838 [7] Submitted by: krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6], pav [4], lofi [5], ahze [7] Notes: svn path=/head/; revision=130042
* * Fix INDEX build if MAINTAINER is not defined. [1]Kirill Ponomarev2004-11-191-0/+47
* Remove USE_QT2 since it's obsolete now. [2] * Clarify comments about ARCH. [3] * Speedup 'make readmes'. Add a perl script "Tools/make_readmes" and modify bsd.port.subdir.mk to avoid recursing into individual port directories to create README.html. [4] * Fix 'make search' to allow case insensitive search on 5-x/6-x. [5] * Add the possibility to search the ports by category. [6] * Remove tk42 and tcl76 from virtual categories since they're obsolete. [7] * Introduce new variable - DISTVERSION, vendor version of the distribution, that can be set instead of PORTVERSION and is automatically converted in a conforming PORTVERSION. [8] * Use --suffix instead of -b option for patch(1) to make it compatible with BSD patch(1) [9] * Fix {WANT,WITH}_MYSQL_VER behavior, to deal with conflicting versions. [10] PR: ports/68895 [1], ports/69486 [2], ports/68539 [3], ports/70018 [4], ports/68896 [5], ports/73299 [6], ports/73570 [7], ports/67171 [8], ports/72182 [9] Submitted by: linimon [1][3], arved [2][7], cperciva [4], Matthew Seaman <m.seaman@infracaninophile.co.uk> [5], Radek Kozlowski <radek@raadradd.com> [6], eik [8], Andreas Hauser <andy-freebsd@splashground.de> [9], clement [10] Notes: svn path=/head/; revision=121961