aboutsummaryrefslogtreecommitdiffstats
path: root/Templates
Commit message (Collapse)AuthorAgeFilesLines
* - login(3), logout(3), and logwtmp(3) were removed in base r202216bdrewery2013-09-031-3/+0
| | | | | | | | due to utmpx This fixes build for at least security/openssh-portable With hat: portmgr
* Do not cache the openpty function this breaks at least heimdal and rancidbapt2013-09-021-1/+2
| | | | Reported by: ohauer@ (by mail) and crest (irc)
* Remove 2 lines for structs which were declared in utmp.hantoine2013-08-311-2/+0
| | | | Approved by: portmgr (bapt)
* Remove the utmp.h cache added by mistakebapt2013-08-301-1/+0
| | | | Submitted by: antoine
* - Cache morebdrewery2013-08-301-1/+5
| | | | | PR: ports/178346 Submitted by: eadler
* Note that this must reflect the oldest supported releasebdrewery2013-08-301-0/+1
|
* Cache more GNU configure tests, obtained from gettext and openssh configure ↵bapt2013-08-301-32/+589
| | | | | | script run on FreeBSD 8.3 Remove all cached *_works entries as it can hide problems.
* Add some guidance on what not to addbdrewery2013-08-301-0/+9
|
* Add a few more headers/functionsbdrewery2013-08-301-0/+25
|
* Sort pathsbdrewery2013-08-301-6/+6
|
* Sort each groupbdrewery2013-08-301-184/+174
|
* Cache more functionsbapt2013-08-241-0/+4
|
* Cache strlcpy and strlcat testsbapt2013-08-241-0/+2
|
* Remove unwanted changesbapt2013-06-051-1/+1
|
* Propertly makes config.sub working as expecting on amd64bapt2013-06-051-8/+2
| | | | Reported by: many
* Actually commit the right config.subbapt2013-06-051-0/+6
| | | | Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
* Update to lastest version from upstreambapt2013-06-042-595/+1013
|
* Eliminate redundancy in this file which also helps avoids typos.bdrewery2013-05-311-372/+372
| | | | Generated with: sed -e 's/\([^=]*\)=\${\1=\([^}]*\)}/: ${\1=\2}/'
* Fix typosbdrewery2013-05-311-2/+2
|
* Revert as it brings too many breakage, it needs more work before getting syncbapt2013-05-242-1021/+592
| | | | Pointyhat to: bapt
* Cache more autotools testsbapt2013-05-241-3/+179
|
* Sync with latest version from upstreambapt2013-05-242-592/+1021
| | | | Obtained from: http://savannah.gnu.org/projects/config
* All supported FreeBSD have net/if.h and net/if_media.h cache them in ↵bapt2013-04-301-0/+2
| | | | config.site given that they are often badly tested by autotools
* waitid(2) is only in 10bdrewery2013-04-251-1/+2
| | | | | Reported by: nox, koobs With hat: portmgr
* Add a global config.site cache.bapt2013-04-231-0/+215
| | | | | | | | | | | | | This has 2 effects: - it caches lots of things autotools are looking for and we know that are already on FreeBSD (speeding up configure scripts) - it forces the autotool enable build chain to use by default commands from the base system like sed, awk, cp, bzip2, gzip etc To overwrite things set in config.site just add the variable in CONFIGURE_ENV within your port Please help us to add new values in this config.site
* Add in many popular licenses used by the ports infrastructure. Thesetabthorpe2012-02-2814-0/+3684
| | | | | | are stock copy and paste licenses. Other common licenses such as BSD and others are not listed, as the holder is to add owner/organization/year to the header.
* - Include etc/devd in mtree, as referenced in devd.conf(5)pav2010-11-131-1/+3
| | | | | PR: ports/145598 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
* Add the new etc/man.d directory.gordon2010-10-051-1/+3
| | | | Approved by: portmgr (pav)
* Add missing mtree file.flz2007-05-201-0/+952
| | | | Approved by: portmgr (pav)
* Recognise amd64 machines.kris2003-07-111-1/+1
| | | | Submitted by: marcel
* Import of GNU config.sub master script, version 2003-07-04kris2003-07-111-0/+1504
|
* Import of GNU config.guess master script, version 2003-07-02kris2003-07-111-0/+1407
|
* Fix typo in mailing list address.naddy2003-02-131-1/+1
| | | | | PR: 48200 Submitted by: Erwin Lansing <erwin@lansing.dk>
* * Run throught tidy -i since they are malformed HTML.kris2003-02-103-57/+82
| | | | | | | | | * Templates/README.port - %%PKG%% moved. - %%WEBSITE%%, %%EMAIL%% and port mailing-list added. Submitted by: Cyrille Lefevre <clefevre@citeweb.net> PR: ports/31389
* Fix links to the Handbook, the FAQ and the porters-handbook.blackend2002-08-041-2/+2
| | | | Approved by: portmgr
* Fix COMMENT handling -- it was incorrectly using the fixed stringasami2000-10-141-0/+6
| | | | | | | | | | | | | | "pkg/COMMENT' which of course blew up in the entire tree when we changed the layout. Fix it to use `make -V COMMENT` so it will use even for ports that define MASTERDIR etc. Reported by PRs: 21851, 21952 While I'm here, add the contents of pkg/COMMENT in category READMEs. I don't know why I didn't include them in the first place when I've been creating all those files!
* (1) Add support for a "flat" directory structure, with no pkg/ andasami2000-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | patches/. In addition, patches live in files/ and files/md5 is moved to "distinfo" in main directory. It is disabled by default, but you can test it by defining NEWLAYOUT. I will convert the entire ports tree in a week and make NEWLAYOUT the default. Reviewed by: the ports list Submitted by: nectar ("distinfo" name) (2) Bump XFree86 version number in PKG_IGNORE_DEPENDS. (3) New variable RESTRICTED_FILES to be used when only a subset of a RESTRICTED or NO_CDROM port's distfiles/patchfiles list is not redistributable. (Set RESTRICTED_FILES to the list of redistribution-challenged files.) Reviewed by: the ports list
* Refer to new location to the porter's handbook. Also, while I'm hereasami2000-08-191-2/+2
| | | | | | | change freebsd's to FreeBSD's. PR: 20648 Submitted by: Vivek Khera <khera@kciLink.com>
* (1) Add new USE_BISON directive, which will expand to BUILD_DEPENDS onasami2000-01-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 4-current post bison-removal and to a no-op otherwise. Note this should only be used when the software in question uses a feature in bison that is not in byacc -- otherwise it should be patched to use byacc (or detect the absense of bison correctly). [bsd.port.mk] (2) Do not assume all category names are lowercase. In particular, remove package links by removing them one by one, instead of doing a "rm [a-z]*/${PKGNAME}.tgz". [bsd.port.mk] (3) Do not assume the category name doesn't include a path separator (/). Make links accordingly. [bsd.port.mk,README.category,README.port] (4) Do not assume all category makefiles are directly under ${PORTSDIR}. [bsd.port.mk,README.category] (5) Add new "package-name" target which prints out the directory name to be used in the parent README.html. [bsd.port.subdir.mk] (2) through (5) are in preparation for going to multi-level categories. They shouldn't make any difference yet, but are committed first so people can start testing.
* Keep all the HTML in templates/README.*fenner1997-12-161-1/+12
|
* The template files required to generate README.htmls in all the portsasami1996-04-013-0/+69
directories.