| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=400392
|
|
|
|
|
|
|
|
|
| |
9.3 and some ports (science/netcdf, print/hplip) now fail to configure
With hat: portmgr
Notes:
svn path=/head/; revision=400373
|
|
|
|
| |
Notes:
svn path=/head/; revision=400358
|
|
|
|
| |
Notes:
svn path=/head/; revision=400357
|
|
|
|
| |
Notes:
svn path=/head/; revision=400355
|
|
|
|
| |
Notes:
svn path=/head/; revision=400354
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=400350
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=399867
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=381877
|
|
|
|
| |
Notes:
svn path=/head/; revision=375224
|
|
|
|
| |
Notes:
svn path=/head/; revision=373972
|
|
|
|
|
|
|
| |
Reported by: bdrewery
Notes:
svn path=/head/; revision=366283
|
|
|
|
| |
Notes:
svn path=/head/; revision=366280
|
|
|
|
| |
Notes:
svn path=/head/; revision=366279
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=356642
|
|
|
|
| |
Notes:
svn path=/head/; revision=349240
|
|
|
|
|
|
|
| |
Reported by: eadler, mat
Notes:
svn path=/head/; revision=345052
|
|
|
|
|
|
|
|
|
| |
http://opensource.org/licenses/postgresql
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=344731
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
cover the dual license portion. This will be covered by the port.
Discussed with: sunpoet
Notes:
svn path=/head/; revision=336310
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=332812
|
|
|
|
|
|
|
|
|
| |
PR: ports/183363
Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru>
With hat: portmgr
Notes:
svn path=/head/; revision=331955
|
|
|
|
|
|
|
|
|
| |
created/removed by individual ports
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331266
|
|
|
|
|
|
|
|
|
|
|
| |
due to utmpx
This fixes build for at least security/openssh-portable
With hat: portmgr
Notes:
svn path=/head/; revision=326136
|
|
|
|
|
|
|
| |
Reported by: ohauer@ (by mail) and crest (irc)
Notes:
svn path=/head/; revision=325919
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=325724
|