aboutsummaryrefslogtreecommitdiff
path: root/Templates
Commit message (Collapse)AuthorAgeFilesLines
* Framework: Finalize switch to share/man for manpagesMuhammad Moinur Rahman2024-04-111-224/+2
| | | | | PR: 277603 Approved by: portmgr
* Templates/config.site: gl_cv_func_fnmatch_posix=noTijl Coosemans2024-03-231-1/+1
| | | | | | | | | | | FreeBSD fnmatch(3) does not conform to POSIX. Collating symbol expressions, equivalence class expressions and character class expressions are not supported. This fixes make test in devel/gettext-tools. PR: 277725 Exp-run by: antoine
* Templates/BSD.local.dist: Add share/man/ja/man8Yasuhiro Kimura2024-03-121-0/+2
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add share/man/ja/man7Muhammad Moinur Rahman2024-03-021-0/+2
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add share/man/it/man8Muhammad Moinur Rahman2024-03-011-0/+2
|
* Templates/BSD.local.dist: Add share/man/it/man7Muhammad Moinur Rahman2024-02-291-0/+4
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add share/man/cat9Muhammad Moinur Rahman2024-02-261-0/+2
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add share/man/fr/man7Muhammad Moinur Rahman2024-02-261-0/+4
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add share/man/cat6Muhammad Moinur Rahman2024-02-261-0/+2
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: unbreakAntoine Brodin2024-02-251-0/+1
|
* Templates/BSD.local.dist: Add share/man/ru.KOI8-R/man1Muhammad Moinur Rahman2024-02-241-0/+3
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add share/man/cat4Muhammad Moinur Rahman2024-02-241-0/+2
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add share/man/cat3Muhammad Moinur Rahman2024-02-231-0/+2
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add share/man/cat2Muhammad Moinur Rahman2024-02-231-0/+2
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add share/man/es/man8Muhammad Moinur Rahman2024-02-221-0/+2
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add missing es/man7 directoryMuhammad Moinur Rahman2024-02-211-0/+5
| | | | Approved by: portmgr (blanket)
* Templates/config.site: Enable ac_cv_header_byteswap_hDaniel Engberg2024-02-121-1/+1
| | | | | | | | | With 12.4 EOL all supported versions of FreeBSD have this header so we can now unconditionally enable it PR: 276671 Reviewed by: portmgr (bofh) Exp-run by: antoine
* Templates/BSD.local.dist: Add share/man/mannMuhammad Moinur Rahman2024-01-301-0/+2
| | | | Approved by: portmgr (blanket)
* Templates/BSD.local.dist: Add share/man/ja/man1Muhammad Moinur Rahman2024-01-301-0/+5
| | | | Approved by: portmgr
* Templates/BSD.local.dist: Add share/man/cat8Muhammad Moinur Rahman2024-01-291-0/+2
| | | | Approved by: portmgr
* Templates/BSD.local.dist: Add share/man/cat7Muhammad Moinur Rahman2024-01-291-0/+2
| | | | Approved by: portmgr
* Templates/BSD.local.dist: Add share/man/cat5Muhammad Moinur Rahman2024-01-281-0/+2
| | | | Approved by: portmgr
* Templates/BSD.local.dist: Add share/man/cat1Muhammad Moinur Rahman2024-01-281-0/+2
| | | | | | - Remove NOOP MKDIR in other ports Approved by: portmgr
* Templates/BSD.local.dist: Add manl pathMuhammad Moinur Rahman2024-01-241-0/+2
| | | | | | | | As we are moving ${PREFIX}/man to ${PREFIX}/share/man we should gradually add the missing paths under ${PREFIX}/share/man too rather than creating the directories manually at post-install target. Approved by: portmgr
* Templates/Makefile: Modernize and extendFelix Palmen2023-10-111-1/+5
| | | | | | | | | | | | | | | | The template for a port Makefile can be used automatically by editors like vim. It hasn't been updated since its introduction in 2014 though. Modernize and extend it to meet current best practices: - Replace PORTVERSION with DISTVERSION, which is now the preferred variable to use. - Add the WWW variable which should be set for every port. - Add the LICENSE and LICENSE_FILE variables which should also be set whenever possible. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D42155
* Templates/BSD.local.dist: add share/iconsBaptiste Daroussin2021-09-271-0/+2
| | | | | | | | share/icons is a common place to install applications icons for a long time. An upcoming change in the way we handle icon cache generation leads to make check-plist thinking some packages are now leaking (left overs) this directory, adding it to the mtree fixes this issue.
* Templates/BSD.local.dist: Add shell completion pathsLewis Cook2021-08-211-0/+12
| | | | | | | | | This removes the necessity in creating the shell completion directories for bash, fish and zsh when installing any accompanying programmable shell completion files. Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D31629
* 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