| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=506432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Catalog files for commands had been merged with their main files
- Unfortunately, C++14 is now required for compilation
- Remove -Wno-error=narrowing gimmick added in r492118, offending
code is not there since version 3.15.4:
--- worker-3.15.3/src/exprfilter_scanner.cc
+++ worker-4.0.0/src/exprfilter_scanner.cc
@@ -76,7 +76,7 @@ static const char _expr_parser_index_off
49, 51, 53, 55, 0
};
-static const char _expr_parser_trans_cond_spaces[] = {
+static const signed char _expr_parser_trans_cond_spaces[] = {
-1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1,
Approved by: maintainer
Tested on: Mac mini G4
Notes:
svn path=/head/; revision=505818
|
|
|
|
|
|
|
|
|
|
| |
- Remove bogus indefinite article from AVFS_DESC
- Chase HTTP 302 redirection in the WWW: line
Approved by: maintainer
Notes:
svn path=/head/; revision=494044
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exprfilter_scanner.rl:114:1: warning: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
Add -Wno-error=narrowing to CXXFLAGS on GCC-based architectures to fix
the build.
PR: 235349
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=492118
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=490952
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
| |
- Enable font rendering with XFT by default
Approved by: maintainer
Notes:
svn path=/head/; revision=478446
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Notes:
svn path=/head/; revision=475857
|
|
|
|
| |
Notes:
svn path=/head/; revision=471571
|
|
|
|
|
|
|
| |
Approved by: jpaetzel (mentor)
Notes:
svn path=/head/; revision=457966
|
|
|
|
|
|
|
| |
Approved by: jpaetzel (mentor)
Notes:
svn path=/head/; revision=454312
|
|
|
|
|
|
|
| |
Approved by: jpaetzel (mentor)
Notes:
svn path=/head/; revision=452174
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
| |
Approved by: jpaetzel (mentor)
Notes:
svn path=/head/; revision=448286
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
|
|
|
| |
Approved by: jpaetzel (implicit)
Notes:
svn path=/head/; revision=441002
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Notes:
svn path=/head/; revision=437439
|
|
|
|
|
|
|
| |
Approved by: jpaetzel (implicit)
Notes:
svn path=/head/; revision=431395
|
|
|
|
|
|
|
|
| |
PR: 212969
Submitted by: <mp39590@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=422783
|
|
|
|
|
|
|
|
| |
PR: 209666
Submitted by: <mp39590@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=415643
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
|
|
|
|
| |
PR: 206972
Submitted by: <mp39590@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=408585
|
|
|
|
|
|
|
|
| |
PR: 203692
Submitted by: mp39590@gmail.com (maintainer)
Notes:
svn path=/head/; revision=399272
|
|
|
|
|
|
|
|
| |
PR: 201880
Submitted by: mp39590@gmail.com (maintainer)
Notes:
svn path=/head/; revision=393096
|
|
|
|
|
|
|
|
| |
PR: 200681
Submitted by: mp39590 at gmail.com (maintainer)
Notes:
svn path=/head/; revision=388741
|
|
|
|
|
|
|
|
| |
PR: 200248
Submitted by: mp39590@gmail.com (maintainer)
Notes:
svn path=/head/; revision=386868
|
|
|
|
|
|
|
|
|
|
| |
AVFS doesn't build on DragonFly, so setting the option on by default
broke the port.
Approved by: blanket
Notes:
svn path=/head/; revision=384170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add missing USES=pkgconfig, or things would be breaking in weird ways
- Because of the above, we have a chance to properly indent USES
- Do not assign initial RUN_DEPENDS with +=, it is confusing
- Add new options (HAL, INOTIFY, LUA); enable AVFS and INOTIFY by default
- Enable Xinerama support unconditionally because configure script tries
to detect it, but does not allow to disable (initially was an OPTION)
- Improve on COMMENT and port description text while I'm here
PR: 199299
Submitted by: maintainer
Notes:
svn path=/head/; revision=383906
|
|
|
|
|
|
|
|
| |
PR: 198804
Submitted by: mp39590@gmail.com (maintainer)
Notes:
svn path=/head/; revision=382432
|
|
|
|
|
|
|
|
| |
PR: 197943
Submitted by: maintainer
Notes:
svn path=/head/; revision=380071
|
|
|
|
|
|
|
|
|
|
|
| |
Rather than marking specific version of GCC in USE_GCC switching to yes
as it satisfies the requirement of 4.6+.
Submitted by: gerald
Approved by: bapt marino (implicit)
Notes:
svn path=/head/; revision=378683
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add support for building with clang on 10+
- Add support for AVFS option to conveniently step into archives
PR: 196958
Submitted by: mp39590@gmail.com (maintainer)
Approved by: bapt marino (implicit)
Notes:
svn path=/head/; revision=378640
|
|
|
|
|
|
|
|
|
|
|
| |
- Submitter is now new maintainer
PR: 196331
Submitted by: mp39590@gmail.com
Approved by: simond@irrelevant.org (maintainer)
Notes:
svn path=/head/; revision=376267
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove @dirrm's from pkg-plist
PR: 194519
Submitted by: mp39590@gmail.com
Approved by: maintainer timeout (16 days)
Notes:
svn path=/head/; revision=372236
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
| |
PR: ports/190844
Submitted by: mp39590@gmail.com
Notes:
svn path=/head/; revision=357234
|
|
|
|
| |
Notes:
svn path=/head/; revision=356201
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
Notes:
svn path=/head/; revision=347809
|
|
|
|
|
|
|
| |
Approved by: portmgr (mat)
Notes:
svn path=/head/; revision=346975
|
|
|
|
|
|
|
|
|
|
|
| |
- Add license [1]
- Use options helpers
PR: ports/184088
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1]
Notes:
svn path=/head/; revision=334427
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331644
|
|
|
|
|
|
|
|
|
|
|
| |
the mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331275
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop .asc file
- Add stage support
- Use shebangfix instead of REINPLACE_CMD
PR: ports/183078
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1]
Notes:
svn path=/head/; revision=330847
|
|
|
|
|
|
|
| |
x11-fm)
Notes:
svn path=/head/; revision=327780
|
|
|
|
| |
Notes:
svn path=/head/; revision=322056
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update master_site
while here:
- remove no more existing --disable-libxpkmaster from CONFIGURE_ARGS
- convert to optionsNG
- use ${LOCALBASE} in reinplace
PR: 170608
Submitted by: Simon Dick <simond at irrelevant dot org> (maintainer)
Notes:
svn path=/head/; revision=302564
|
|
|
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
Notes:
svn path=/head/; revision=284232
|
|
|
|
|
|
|
| |
With hat: portmgr (myself)
Notes:
svn path=/head/; revision=271274
|
|
|
|
|
|
|
|
|
| |
Download the PGP signature and add a verify target
Approved by: Simon Dick <simond@irrelevant.org> (maintainer)
Notes:
svn path=/head/; revision=217926
|