| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| | |
|
| |
|
|
| |
Notes:
svn path=/head/; revision=563755
|
| |
|
|
|
|
|
| |
Due to Clang's bug (reported upstream), use GCC on powerpc64 elfv2. Since libc++ requires C++11 compatibility when used with GCC, force C++11.
Notes:
svn path=/head/; revision=528651
|
| |
|
|
| |
Notes:
svn path=/head/; revision=514130
|
| |
|
|
| |
Notes:
svn path=/head/; revision=508835
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
| |
|
|
|
|
|
| |
Pointy hat: pkubaj
Notes:
svn path=/head/; revision=503504
|
| |
|
|
|
|
|
|
|
|
| |
Requires C11 features:
/wrkdirs/usr/ports/databases/percona55-server/work/percona-server-5.5.61-38.13/storage/innobase/include/os0sync.h:386:4: error: #error "Unsupported platform"
Approved by: mentors (implicit approval)
Notes:
svn path=/head/; revision=503501
|
| |
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
Notes:
svn path=/head/; revision=498476
|
| |
|
|
|
|
|
|
|
|
|
| |
Options helpers are ineffective when set after bsd.port.options.mk.
Since this port is not using helpers in the first place append to
USES directly.
Reported by: tobik (in D19553)
Notes:
svn path=/head/; revision=495779
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
Notes:
svn path=/head/; revision=488341
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: 230932
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
Notes:
svn path=/head/; revision=479333
|
| |
|
|
|
|
|
|
| |
PR: 227234, 227235
Submitted by: 0mp
Notes:
svn path=/head/; revision=470324
|
| |
|
|
|
|
|
|
|
| |
PR: 228336
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
Security: 57aec168-453e-11e8-8777-b499baebfeaf
Notes:
svn path=/head/; revision=470320
|
| |
|
|
| |
Notes:
svn path=/head/; revision=468361
|
| |
|
|
|
|
|
|
|
|
| |
PR: 225587
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
MFH: 2018Q1
Security: e3445736-fd01-11e7-ac58-b499baebfeaf
Notes:
svn path=/head/; revision=461609
|
| |
|
|
|
|
|
|
|
|
| |
PR: 222619
Submitted by: sergey <sergey@akhmatov.ru>
MFH: 2017Q4
Security: https://vuxml.freebsd.org/freebsd/c41bedfd-b3f9-11e7-ac58-b499baebfeaf.html
Notes:
svn path=/head/; revision=456485
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mysqlwsrep56-server has been present for some time and
databases/mysqlwsrep57-server has been added recently. Both ports
conflict with other MySQL server ports and this has been reflected
in databases/mysqlwsrep5[67]-server/Makefile but must also be
reflected in all conflicting ports' Makefiles as well.
The conflicting ports are:
databases/mariadb100-server
databases/mariadb101-server
databases/mariadb102-server
databases/mariadb55-server
databases/mysql55-server
databases/mysql56-server
databases/mysql57-server
databases/mysql80-server
databases/percona55-server
databases/percona56-server
databases/percona57-server
There is not going to be mysqlwsrep*-client* ports (because the vanilla
mysql*-client* ports suffice), so the entry in CONFLICTS just reads
mysqlwsrep*.
PR: 220791
Submitted by: vd
Approved by: brnrd, ale (maintainer timeout), feld (maintainer timeout), flo, mmokhi, koobs
Notes:
svn path=/head/; revision=447926
|
| |
|
|
|
|
|
|
|
|
| |
Fix OPENSSL option to actually enable linking with OpenSSL
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D9122
Notes:
svn path=/head/; revision=446475
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
Notes:
svn path=/head/; revision=444463
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
Notes:
svn path=/head/; revision=444324
|
| |
|
|
| |
Notes:
svn path=/head/; revision=436110
|
| |
|
|
|
|
|
| |
These ports built successfully
Notes:
svn path=/head/; revision=422175
|
| |
|
|
|
|
|
|
| |
Security: https://www.percona.com/blog/2016/09/12/percona-server-critical-update-cve-2016-6662/
MFH: 2016Q3
Notes:
svn path=/head/; revision=421982
|
| |
|
|
| |
Notes:
svn path=/head/; revision=413874
|
| |
|
|
| |
Notes:
svn path=/head/; revision=413746
|
| |
|
|
|
|
|
|
|
|
| |
- fix permission on db dir [1]
PR: 204144 [1]
Reported by: <sergey@akhmatov.ru> [1]
Notes:
svn path=/head/; revision=400946
|
| |
|
|
|
|
|
| |
Committed from: Essen FreeBSD Hackathon
Notes:
svn path=/head/; revision=392879
|
| |
|
|
| |
Notes:
svn path=/head/; revision=388781
|
| |
|
|
|
|
|
| |
MFH: 2015Q1
Notes:
svn path=/head/; revision=377635
|
| |
|
|
|
|
|
|
|
|
| |
Update CONFLICTS [1]
PR: 194820 [1]
Submitted by: Bernard Spil <spil.oss@gmail.com> [1]
Notes:
svn path=/head/; revision=373398
|
| |
|
|
| |
Notes:
svn path=/head/; revision=371255
|
| |
|
|
| |
Notes:
svn path=/head/; revision=367015
|
| |
|
|
| |
Notes:
svn path=/head/; revision=360885
|
| |
|
|
| |
Notes:
svn path=/head/; revision=360112
|
| |
|
|
| |
Notes:
svn path=/head/; revision=359981
|
| |
|
|
|
|
|
| |
Reported by: Jenkins (swills)
Notes:
svn path=/head/; revision=358078
|
| |
|
|
|
|
|
| |
Reported by: Ronald Klop <ronald@klop.ws>
Notes:
svn path=/head/; revision=357628
|
| |
|
|
|
|
|
|
|
| |
- Also pass --defaults-extra-file to mysql_install_db [1]
Submitted by: Daniel Ylitalo <daniel@203core.se>
Notes:
svn path=/head/; revision=349059
|
| |
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/185889
Submitted by: Jim Ohlstein <jim@selenium.jlkhosting.com>
Notes:
svn path=/head/; revision=340348
|
| |
|
|
|
|
|
| |
unfetchable after every upstream update.
Notes:
svn path=/head/; revision=337107
|
| |
|
|
|
|
|
| |
Reported by: Dmitriy Simakov <basilio@j-vista.ru>
Notes:
svn path=/head/; revision=336956
|
| |
|
|
| |
Notes:
svn path=/head/; revision=331890
|
| |
|
|
|
|
|
| |
- support stageing
Notes:
svn path=/head/; revision=331877
|
| |
|
|
| |
Notes:
svn path=/head/; revision=330036
|
| |
|
|
| |
Notes:
svn path=/head/; revision=329564
|