| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=471929
|
|
|
|
|
|
|
| |
version 1.1.0 (via revision 464079).
Notes:
svn path=/head/; revision=464084
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry
Notes:
svn path=/head/; revision=428057
|
|
|
|
|
|
|
|
|
|
|
| |
This rounds the size of the struct to a multiple of the alignment such that
malloc and friends allocate memory with the correct alignment.
PR: 214784
MFH: 2016Q4
Notes:
svn path=/head/; revision=426949
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
| |
separate variable for each compiler wrapper now.
PR: 206655
Notes:
svn path=/head/; revision=407716
|
|
|
|
| |
Notes:
svn path=/head/; revision=401389
|
|
|
|
|
|
|
| |
- Add option group descriptions
Notes:
svn path=/head/; revision=386676
|
|
|
|
|
|
|
|
|
|
| |
- Pass *FLAGS variables to configure via MPICHLIB_*FLAGS because otherwise
they are hardcoded into mpicc [1]
PR: 197563 [1]
Notes:
svn path=/head/; revision=380043
|
|
|
|
|
|
|
|
|
| |
From the announcement:
This release adds several enhancements to Portals4 support, PAMI, RMA, and
ROMIO. It also contains a large number of bug fixes.
Notes:
svn path=/head/; revision=370515
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From the announcement:
This release contains significant enhancements to the BG/Q device,
especially for RMA and shared memory functionality. It also contains
enhancements to ROMIO and upgrades hwloc to 1.9. In addition, it updates
its weak alias support to align with gcc-4.x, has a better implementation
of MPI_Allreduce for intercommunicator, adds more F08 test cases and fixes
several bugs present in 3.1.1.
Notes:
svn path=/head/; revision=365036
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
- Add LICENSE_FILE
- While here, fix stagedir reference in www/trafficserver
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=362817
|
|
|
|
|
|
|
|
|
|
|
| |
From the announcement:
This is a stable release that adds several capabilities including Blue
Gene/Q implementation supports for MPI-3, experimental Fortran 2008
bindings, significant rework of MPICH library management, and a large
number of bug fixes.
Notes:
svn path=/head/; revision=357370
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
Notes:
svn path=/head/; revision=352986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove bash and perl dependencies.
- Make Fortran support optional.
- Add options to select process managers.
Based on suggestions made by Matthieu Volat <matthieu.volat@ujf-grenoble.fr>
Notes:
svn path=/head/; revision=345271
|
|
|
|
|
|
|
| |
upstream MPICH2 has been renamed back to MPICH.
Notes:
svn path=/head/; revision=344313
|
|
|
|
|
|
|
|
|
| |
other port depends on it, and has been superseded by net/mpich2.
Discussed with: pav
Notes:
svn path=/head/; revision=226708
|
|
|
|
| |
Notes:
svn path=/head/; revision=225403
|
|
|
|
|
|
|
|
|
|
|
| |
gfortran43 nowadays).
Remove F77=${FC} from CONFIGURE_ENV since this provided by Mk/bsd.gcc.mk.
Add USE_GCC=4.3 since this port uses both C and Fortran frontends.
Notes:
svn path=/head/; revision=225361
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
| |
interface and fix on -CURRENT.
Notes:
svn path=/head/; revision=196444
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
| |
with letter n-p
Notes:
svn path=/head/; revision=190385
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=179659
|
|
|
|
|
|
|
|
| |
PR: 105844
Approved by: maintainer's time-out
Notes:
svn path=/head/; revision=179369
|
|
|
|
|
|
|
|
|
|
| |
- Change WWW and add a note about MPICH-2.
PR: ports/100522
Approved by: maintainer time-out (one month)
Notes:
svn path=/head/; revision=171059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
Notes:
svn path=/head/; revision=169648
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154193
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=136140
|
|
|
|
|
|
|
|
|
|
| |
Since I'm there, prune empty directories.
Reported by: Kris via pointyhat [1]
Approved by: maintainer [1]
Notes:
svn path=/head/; revision=135740
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
jdk14.
With some cleaning to pet portlint.
Remark: java is disabled when PACKAGE_BUILDING.
PR: ports/79279
Submitted by: maintainer
Notes:
svn path=/head/; revision=135235
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
Approved By: maintainer
Notes:
svn path=/head/; revision=101756
|
|
|
|
|
|
|
|
|
| |
released by MPICH since then.
Approved by: maintainer
Notes:
svn path=/head/; revision=99983
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
|
|
|
|
| |
- maintainer mail address change
- added some patch files to PATCHFILES
PR: 55608
Submitted by: David A. Bader <dbader@ece.unm.edu> (maintainer)
Notes:
svn path=/head/; revision=87176
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
| |
PR: ports/48230
Submitted by: David A. Bader <dbader@eece.unm.edu>
Notes:
svn path=/head/; revision=75436
|
|
|
|
|
|
|
|
| |
PR: ports/39094
Submitted by: trevor
Notes:
svn path=/head/; revision=71007
|
|
|
|
|
|
|
|
| |
Submitted by: Mikhail Teterin <mi+mx@aldan.algebra.com>
Approved by: David A. Bader <dbader@eece.unm.edu> (maintainer)
Notes:
svn path=/head/; revision=69252
|
|
|
|
|
|
|
|
|
| |
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Reviewed by: maintainer
Approved by: knu (mentor)
Notes:
svn path=/head/; revision=66216
|
|
|
|
|
|
|
|
|
|
| |
PR: 39658
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Reviewed by: maintainer
Approved by: knu (mentor)
Notes:
svn path=/head/; revision=62073
|
|
|
|
| |
Notes:
svn path=/head/; revision=59365
|
|
|
|
|
|
|
|
| |
PR: 35550
Submitted by: maintainer
Notes:
svn path=/head/; revision=55585
|