This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043
Change log:
https://github.com/ALPSCore/ALPSCore/releases/tag/v2.1.1
Additional port changes:
Added DOCS and DOXYGEN port options.
These options are added to be exactly the same way as
devel/protobuf-c will be after D13651.
IMO, this approach actually has a flaw that it allows
the meaningless combination DOCS=on and DOXYGEN=off.
I meant to discuss this further with portmgr@ but
didn't yet do this.
A better approach would be for DOXYGEN to enable
PORTDOCS and other necessary bits that DOCS normally
enables without actually requiring DOCS to be present.
PR: 224162
Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D14146
Changes: 0.1.6 (2018-01-26)
---------------------------
* Fix an issue with FX2 based logic analyzers that could cause non-working
and/or prematurely aborted acquisitions (bug #655).
* FX2 based logic analyzers will now toggle pin PA1 during acquisition,
and keep it high while idle. On fx2grok-tiny and fx2grok-flat devices
there's a LED connected to PA1. Thus, those devices will visually indicate
whether a firmware has been uploaded (LED will light up and stay like that
while the device is idle). During any acquisition the LED will blink.
* Refactor the oscilloscope code to avoid duplication (bug #984).
* Fix a 'make distclean' error.
* Fix a compiler warning with recent sdcc versions (e.g. v3.6.9).
For a short time LLD_BOOTSTRAP (on amd64) broke many USES=fortran
consumers but now that it's fixed the workaround can go away.
-CURRENT support in ports is primarily limited to the latest tip,
not an arbitrary old version.
PR: 225230
Tested by: Rainer Hurling (maintainer)
is already used by some of the dependencies.
This avoids build errors of the following kind:
/lib/libgcc_s.so.1: version GCC_4.6.0 required by
/usr/local/lib/gcc6/libgfortran.so.3 not found
Submitted by: maintainer (Rainer Hurling <rhurlin@gwdg.de>)
PR: 225230
checking for gcc... cc
checking whether the C compiler works... no
configure: error: in `/wrkdirs/usr/ports/science/libghemical/work/libghemical-3.0.0':
configure: error: C compiler cannot create executables
Reported by: pkg-fallout
This release includes a fix that should make it build with C++14.
PR: 216080
Reviewed by: jbeich
Differential Revision: https://reviews.freebsd.org/D13951
- Use upstream build system instead of do-build and do-install.
- Rename DOCS option DOXYGEN.
- Add EXAMPLES option.
- Depend on MPICH 3 instead of 2.
- Convert to USES=blaslapack.
- Use more option helpers.
- Update pkg-descr.
instead. Autoreconf runs autoheader which replaces a handmade config
header.
- Remove options. DEBUG only adds -g which is already handled by
WITH_DEBUG. DERIV and R12 don't have any impact. They are enabled by
default upstream and the port Makefile never passed --disable-* when the
options are disabled. Reasons to remove these options: the only port
(science/mpqc) that depends on this port requires the options to be
enabled, no additional dependencies and no significant additional build
time or disk space.
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.
PR: 224618
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13550
${CMAKE_DL_LIBS} expands to "" on FreeBSD where the dl functions are
included in the Standard C library (libc), but to "dl" on operating
systems where the dl functions are part of libdl.
This change to the patch does not result in a change in contents of the
resulting package.
Reported by: jbeich
Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
type: build (default), run
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
* Convert the existing ports to use it
- biology/iqtree: remove run time dependency (seemed not to be needed)
- graphics/movit: remove run time dependency (seemed not to be needed)
- science/avogadro: add run time dependeny (installed cmake file requires it to be present)
Reviewed by: rakuco, mat
Differential Revision: https://reviews.freebsd.org/D13702
Replacing the identical version committed by me as a new port in r456696.
The old math/petsc port also had a slave port math/petsc-mpich that has also been deleted.
Original differential revision is https://reviews.freebsd.org/D13527
Submitted by: myself
Reported by: thierry that math/petsc and math/petsc-mpich existed before
Approved by: adamw (mentor)
Multiphysics Object Oriented Simulation Environment
MOOSE-neural-simulator allows to simulate
- chemical and biochemical reactions
- networks of neurons
- neural networks
This project is commonly referred to as MOOSE, in the capitalized form.
There is another science project called MOOSE, completely unrelated to this one, which will also be ported.
MOOSE-neural-simulator is a candidate for the future 'chemistry' category in case it will be approved.
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13539