| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 277603
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
| |
- Remove NOOP MKDIR in other ports
Approved by: portmgr
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Where appropriate fiddle with a few other things.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
PR: 245366
Notes:
svn path=/head/; revision=535001
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
PR: 222796
Notes:
svn path=/head/; revision=510716
|
|
|
|
|
|
|
| |
PR: 21519
Notes:
svn path=/head/; revision=503514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 230987
With hat: portmgr
Notes:
svn path=/head/; revision=478367
|
|
|
|
|
|
|
|
|
|
|
| |
This includes gnueabihf addition to armv6 and armv7 targets
PR: 228706
Submitted by: Mikael Urankar
With hat: portmgr
Notes:
svn path=/head/; revision=477111
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=477106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=472806
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=464654
|
|
|
|
| |
Notes:
svn path=/head/; revision=464631
|
|
|
|
| |
Notes:
svn path=/head/; revision=464602
|
|
|
|
|
|
|
|
|
|
| |
All ports now are using MPL[10|11|20] license.
Approved by: portmgr (rene)
Differential Revision: D12940
Notes:
svn path=/head/; revision=453460
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 219871
Submitted by: rene
Reviewed by: bdrewery
Exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D11101
Notes:
svn path=/head/; revision=443121
|
|
|
|
|
|
|
|
|
| |
PR: 218843, 214492
Submitted by: Dave Cottlehuber, Yuri Victorovich
Sponsored by: Absolight
Notes:
svn path=/head/; revision=440557
|