aboutsummaryrefslogtreecommitdiff
path: root/Templates
Commit message (Collapse)AuthorAgeFilesLines
* Add more functions to the autoconf cache that appeared in FreeBSD 9 or 10.Rene Ladan2017-06-101-9/+5
| | | | | | | | | | | PR: 219871 Submitted by: rene Reviewed by: bdrewery Exp-run: antoine Differential Revision: https://reviews.freebsd.org/D11101 Notes: svn path=/head/; revision=443121
* Add the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE versions 1 and 2.Mathieu Arnold2017-05-102-0/+27
| | | | | | | | | PR: 218843, 214492 Submitted by: Dave Cottlehuber, Yuri Victorovich Sponsored by: Absolight Notes: svn path=/head/; revision=440557
* Add powerpcspe to config.sub templateJustin Hibbits2017-05-031-2/+2
| | | | | | | | | | | With this single change many ports now build for the relatively new (in 12-current) powerpc.powerpcspe arch target. Additional changes will be needed on a port-by-port basis. Approved by: swills Notes: svn path=/head/; revision=439997
* Cache ac_cv_sys_long_file_names conftest result (always yes)John Marino2016-05-061-0/+3
| | | | | | | | | | | | | | There are a few ports that check for long file name support during configuration, but the conftest actually modifies $LOCALBASE/lib when the port is built by the root user. By caching the result (yes), the test is avoiding and so is the consequential file system violation. (The synth test option can detect this FS violation.) Differential Revision: https://reviews.freebsd.org/D6160 Approved by: portmgr (bapt@, bdrewery@) Notes: svn path=/head/; revision=414724
* Re-apply r400350 which is correct, to remove libutil-provided symbols.Bryan Drewery2015-10-281-3/+0
| | | | Notes: svn path=/head/; revision=400392
* Revert recent config.site changes, ports-mgmt/pkg fails to build on FreeBSDAntoine Brodin2015-10-281-225/+15
| | | | | | | | | 9.3 and some ports (science/netcdf, print/hplip) now fail to configure With hat: portmgr Notes: svn path=/head/; revision=400373
* Indent and remove more libutil functions.Bryan Drewery2015-10-271-9/+6
| | | | Notes: svn path=/head/; revision=400358
* Fix reversed logic for utmp vs utxBryan Drewery2015-10-271-1/+1
| | | | Notes: svn path=/head/; revision=400357
* Woops, openpty is libutil as fixed before but missed in previous commit.Bryan Drewery2015-10-271-1/+1
| | | | Notes: svn path=/head/; revision=400355
* Correct a commentBryan Drewery2015-10-271-1/+1
| | | | Notes: svn path=/head/; revision=400354
* Add more cached values.Bryan Drewery2015-10-271-12/+228
| | | | | | | | | | - This now supports checking OPSYS and OSVERSION. - Add some comments about how to generate some of this automatically. With hat: portmgr Notes: svn path=/head/; revision=400351
* Remove functions provided by libutil.Bryan Drewery2015-10-271-3/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=400350
* Add /usr/local/lib/debug for WIP debug symbol splitting started in r399701.Bryan Drewery2015-10-201-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=399867
* Update config.guess and config.sub to the latest version.Ed Schouten2015-06-212-194/+102
| | | | | | | | | | | | | In order to make ports like cloudabi-binutils work (PR 200968), we need to bump up these scripts to the latest upstream version. An exp-run seems to indicate that this causes no regressions. PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200967 Differential Revision: D2867 Approved by: antoine Notes: svn path=/head/; revision=390201
* Remove lib/X11/fonts/* from the default mtreeBaptiste Daroussin2015-03-211-4/+0
| | | | Notes: svn path=/head/; revision=381877
* Remove trailing empty lineBaptiste Daroussin2014-12-221-1/+0
| | | | Notes: svn path=/head/; revision=375224
* Add a template for the port MakefilesBaptiste Daroussin2014-12-041-0/+12
| | | | Notes: svn path=/head/; revision=373972
* Remove an addition to BSD.local.dist which wasn't intendedBaptiste Daroussin2014-08-261-2/+0
| | | | | | | Reported by: bdrewery Notes: svn path=/head/; revision=366283
* Add etc/libmap.d to the local mtreeBaptiste Daroussin2014-08-261-0/+2
| | | | Notes: svn path=/head/; revision=366280
* Add etc/rc.conf.d to the local mtreeBaptiste Daroussin2014-08-261-0/+4
| | | | Notes: svn path=/head/; revision=366279
* - Add LOCALBASE/etc/newsyslog.conf.d from base r266463Bryan Drewery2014-06-051-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=356642
* Cache a bit more function for autoconf based on texlive config.logsBaptiste Daroussin2014-03-261-0/+5
| | | | Notes: svn path=/head/; revision=349240
* - Remove PGSQL: Year and Organization must be filled-in by licensor.Pietro Cerutti2014-02-191-28/+0
| | | | | | | Reported by: eadler, mat Notes: svn path=/head/; revision=345052
* - Add PostgreSQL license to the databasePietro Cerutti2014-02-171-0/+28
| | | | | | | | | http://opensource.org/licenses/postgresql Approved by: portmgr (bapt) Notes: svn path=/head/; revision=344731
* Add GMGPL to license databaseJohn Marino2014-02-151-0/+6
| | | | | | | | | | | | | | The GNAT Modified General Public Licence is an older license that is commonly used with Ada programs, specifically to address legal quirks with the Ada generics feature. It is meant to be used as "multi" licence in combination with GPL or GPLv2. It is not typically seen combined with GPLv3 to my knowledge. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=344409
* Define GPLv3RLE license (GPLv3 Runtime Library Exception)John Marino2014-02-121-0/+73
| | | | | | | | | | | | | | The GCC ports either do not have any license defined, or they are defined as GPLv3 which is not completely correct. The runtime libraries in the FSF-issued GCC releases have a standard exception to the GPLv3 license. In order to properly reflect this, the GCC ports can define a "multi" license, GPLv3 and GPLv3RLE, which are both in effect. Concerns PR: ports/185970 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=344032
* Register a 'tests' directory under /usr/local.Julio Merino2014-02-091-0/+2
| | | | | | | | | | | This mimics the layout of the base system (see hier(7)) and will be used by ports to install tests into. This directory will later be hooked into the /usr/tests test suite so that all tests can be run transparently in one go. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=343428
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-0/+0
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* The RUBY license covers only the second portion of the license. It should notEitan Adler2013-12-131-4/+0
| | | | | | | | | cover the dual license portion. This will be covered by the port. Discussed with: sunpoet Notes: svn path=/head/; revision=336310
* Templates, Mk/ lang/ruby*: add the RUBY licenseEitan Adler2013-12-111-0/+56
| | | | | | | | | | The current Ruby license is an optional choice of BSD-2-Clause and the 'Ruby' license. This is not OSI approved. Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=336235
* - This OFL was version 1.1, now replaced by OFL11Thomas Abthorpe2013-11-051-97/+0
| | | | Notes: svn path=/head/; revision=332812
* - Add license templates for OFL 1.0 and 1.1Bryan Drewery2013-10-292-0/+184
| | | | | | | | | PR: ports/183363 Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru> With hat: portmgr Notes: svn path=/head/; revision=331955
* - Add share/applications to mtree, so it no longer needs to be ↵Dmitry Marakasov2013-10-221-0/+2
| | | | | | | | | created/removed by individual ports Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331266
* - login(3), logout(3), and logwtmp(3) were removed in base r202216Bryan Drewery2013-09-031-3/+0
| | | | | | | | | | | due to utmpx This fixes build for at least security/openssh-portable With hat: portmgr Notes: svn path=/head/; revision=326136
* Do not cache the openpty function this breaks at least heimdal and rancidBaptiste Daroussin2013-09-011-1/+2
| | | | | | | Reported by: ohauer@ (by mail) and crest (irc) Notes: svn path=/head/; revision=325919
* Remove 2 lines for structs which were declared in utmp.hAntoine Brodin2013-08-301-2/+0
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325724
* Remove the utmp.h cache added by mistakeBaptiste Daroussin2013-08-301-1/+0
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=325669
* - Cache moreBryan Drewery2013-08-301-1/+5
| | | | | | | | PR: ports/178346 Submitted by: eadler Notes: svn path=/head/; revision=325647
* Note that this must reflect the oldest supported releaseBryan Drewery2013-08-301-0/+1
| | | | Notes: svn path=/head/; revision=325644
* Cache more GNU configure tests, obtained from gettext and openssh configure ↵Baptiste Daroussin2013-08-301-32/+589
| | | | | | | | | script run on FreeBSD 8.3 Remove all cached *_works entries as it can hide problems. Notes: svn path=/head/; revision=325642
* Add some guidance on what not to addBryan Drewery2013-08-291-0/+9
| | | | Notes: svn path=/head/; revision=325625
* Add a few more headers/functionsBryan Drewery2013-08-291-0/+25
| | | | Notes: svn path=/head/; revision=325624
* Sort pathsBryan Drewery2013-08-291-6/+6
| | | | Notes: svn path=/head/; revision=325622
* Sort each groupBryan Drewery2013-08-291-184/+174
| | | | Notes: svn path=/head/; revision=325621
* Cache more functionsBaptiste Daroussin2013-08-231-0/+4
| | | | Notes: svn path=/head/; revision=325279
* Cache strlcpy and strlcat testsBaptiste Daroussin2013-08-231-0/+2
| | | | Notes: svn path=/head/; revision=325277
* Remove unwanted changesBaptiste Daroussin2013-06-051-1/+1
| | | | Notes: svn path=/head/; revision=319949
* Propertly makes config.sub working as expecting on amd64Baptiste Daroussin2013-06-051-8/+2
| | | | | | | Reported by: many Notes: svn path=/head/; revision=319948
* Actually commit the right config.subBaptiste Daroussin2013-06-041-0/+6
| | | | | | | Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=319875
* Update to lastest version from upstreamBaptiste Daroussin2013-06-042-595/+1013
| | | | Notes: svn path=/head/; revision=319866