/audio/mpg321/

f='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
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>