- Adds a new LLVM_VERSION knob to control the LLVM version the port uses
when using the LLVM option
- Switches the default LLVM version from 3.7 to 3.8
PR: 212009
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
- Adds editable text fields that are longer than the visible string
and introduces a new way of selecting a range of amino acids.
- introduces interfaces to the open source packages openbabel and pharmer.
Openbabel is used to create 2D images of the molecules in a .sdf
file. It is also used to do 2D fingerprint searching.
Pharmer is used to pharmacophore (3D) searching against indexed
databases of .sdf files.
Changelog:
- Generating the activity tags timetables
- Added comments for teachers, students, subjects, activity tags,
rooms and buildings
- Very rare crash bugs fixed
- Added a new example file from Indonesia
PR: 212148
Submitted by: Zsolt Udvari (maintainer)
This is the last version that doesn't use to_string(). to_string() is a
c++11 function and gcc 4.8 on 9.3-RELEASE, used by compiler:c++11-lib,
doesn't provide this function.
Add small blob mentioning this.
Bump portepoch due to version going back.
Reported by: pkg-fallout@
Remove bogus dependency on devel/libconfig. Some time ago I added this because
the ports tree's Q/A check warned that the icinga2 binary is linked against libconfig.
However this is a private library shipped with Icinga 2.
With version 2.5.1 USES=ssl was added to the port's Makefile which added
rpath=${LOCALBASE}/openssl when Icinga 2 gets built and {Open,Libre}SSL from ports
was installed. The result was that ld picked up libconfig.so from the devel/libconfig
port instead of Icinga 2's private library.
To prevent this, the following CMAKE_ARGS were added:
CMAKE_{EXE,MODULE,SHARED,STATIC}_LINKER_FLAGS=${PREFIX}/lib/icinga2
At the moment only EXE_ and SHARED_ linker flags are really needed, to be prepared for
future changes the other flags were also set.
Thanks to mat and Gunnar Beutner (upstream developer) for the insights on the ports
and Icinga 2's build system.
- Re-add USES=ssl
- Bump PORTREVSION
This library has no documentation, no maintainer, no consumers in the ports tree
Also there are no new releases since 2008. Because of this reasons, mark it
deprecated and set to expire at 2016-09-25.
This is a minor bug fix version. Changes include:
* Set close-on-exec operation mode on popen. This is required to stop
leaking file descriptors in highly concurrent modes (e.g. 32 builders).
It's not supported on FreeBSD 9 or DragonFly 4.4 (and earlier) so this
modification is removed for those platforms.
* Remove procfs mount for lang/rust and lang/rust-nightly. This was
necessary for DragonFly, but rust has been fixed for DF 4.6 and later
* Add a stage-QA exception for entries left /var/spool/*. The presence
of these are not an identication of a port issue
* Sanitize synthexec to verify file descriptors 0 .. 2 are in use and
automatically close any file descriptor > 2 before execv fork.
Features:
- VSPAERO v3.0 - Panel method, batch runs, control surfaces, much more
- Improved VSPAERO integration
- One-Axis Kinematic Joint (Hinge/Slider)
- Group Transformation/Scale -- Thanks Alex Gary
- 2D AutoCad Export of feature lines
Bug Fixes:
- Change to Geom type name lookup instead of type ID number
- Fix Python API
- Fix VarPresets API to built-in scripting
PR: 212131
Submitted by: maintainer