aboutsummaryrefslogtreecommitdiff
path: root/Templates
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-062-3/+0
| | | | Where appropriate fiddle with a few other things.
* Set configure variables to "yes" instead of "1".Tijl Coosemans2020-08-041-2/+2
| | | | | | | | | | | | The configure script in the next version of gettext specifically tests for gl_cv_func_sigprocmask=yes. PR: 248346 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=544150
* malloc.h is now usable on headAntoine Brodin2020-05-121-1/+0
| | | | | | | PR: 245366 Notes: svn path=/head/; revision=535001
* Add LOCALBASE/share/man to the valid path for manpagesBaptiste Daroussin2020-01-151-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also compress manpages in this location. As a followup of a discussion which occured in 2017: https://lists.freebsd.org/pipermail/freebsd-arch/2017-March/018115.html And following: https://svnweb.freebsd.org/base?view=revision&revision=315053 and https://svnweb.freebsd.org/base?view=revision&revision=315142 All the supported FreeBSD version now supports share/man in manpath for LOCALBASE As a result the ports tree can now accept it for manpage, but more over migrate to this new path. Resulting in more consistency now the manpages in base and ports would be in the relative path (under share/) and a reduced amount of patching needed to port something to FreeBSD Note1: this has already be done for GNU info pages earlier Note2: due to the fact that for end user no functionnality will change during the migration of the manpages to the new location and to avoid massive rebuild of packages, it has been decided to not bump portrevision when migrating. Reviewed by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D23166 Notes: svn path=/head/; revision=523104
* gets was removed from headAntoine Brodin2019-09-011-2/+0
| | | | | | | PR: 222796 Notes: svn path=/head/; revision=510716
* sys/dir.h is deprecated and is scheduled to be removed from baseAntoine Brodin2019-06-051-1/+0
| | | | | | | PR: 21519 Notes: svn path=/head/; revision=503514
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* config.guess: merge upstream changes up to 2018-08-29Antoine Brodin2018-08-291-17/+12
| | | | | | | | PR: 230987 With hat: portmgr Notes: svn path=/head/; revision=478367
* Merge config.guess upstream changes up to 2018-07-18Antoine Brodin2018-08-131-40/+55
| | | | | | | | | | | This includes gnueabihf addition to armv6 and armv7 targets PR: 228706 Submitted by: Mikael Urankar With hat: portmgr Notes: svn path=/head/; revision=477111
* Remove duplicate CPU types coming from a mismergeAntoine Brodin2018-08-131-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=477106
* Update our copies of config.guess and config.sub scriptsRuslan Bukin2018-06-252-1155/+1191
| | | | | | | | | | | | | | (RISC-V machine added). PR: 229176 Reviewed by: bapt Approved by: portmgr (antoine) Sponsored by: DARPA, AFRL Exp-run: antoine Differential Revision: https://reviews.freebsd.org/D15925 Notes: svn path=/head/; revision=473324
* Revert r472783, no exp-run and no approval = no cookieAntoine Brodin2018-06-192-1203/+1156
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=472806
* Update config.guess and config.sub to the latest version.Ruslan Bukin2018-06-192-1156/+1203
| | | | | | | | | | RISC-V machine added to config.sub allowing us to build ports/packages for RISC-V. Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=472783
* Revert libm functions.Bryan Drewery2018-03-161-2/+0
| | | | | | | | These require -lm but by caching a 'yes' value some ports fail to add -lm properly, such as x11-toolkits/vte3. Notes: svn path=/head/; revision=464716
* Do not autodetect floor(3), it breaks some portsAntoine Brodin2018-03-161-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=464654
* Add more random itemsBryan Drewery2018-03-151-0/+71
| | | | Notes: svn path=/head/; revision=464631
* Add some more random functions in all releases.Bryan Drewery2018-03-151-1/+64
| | | | Notes: svn path=/head/; revision=464602
* Remove MPL (without version) licenseDanilo G. Baio2017-11-041-373/+0
| | | | | | | | | | All ports now are using MPL[10|11|20] license. Approved by: portmgr (rene) Differential Revision: D12940 Notes: svn path=/head/; revision=453460
* Templates/Licenses: Add MPL[10|11]Danilo G. Baio2017-07-283-0/+1202
| | | | | | | | | | | | - Add MPL[10|11] - Copy MPL -> MPL20 Reported by: sunpoet Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D11772 Notes: svn path=/head/; revision=446836
* Add The Unlicense to Mk/bsd.licenses.db.mkTobias Kortkamp2017-07-051-0/+24
| | | | | | | | | | | - Update all ports that currently use a custom definition - Also add a link to a list of certified copyfree licenses Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D11487 Notes: svn path=/head/; revision=445082
* 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