| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
| |
Submitted by: marino
Reported by: Eduardo Lemos de Sa <eduardo.lemosdesa@gmail.com>
MFH: 2016Q4
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- upstream distfile is moving target with same version number
Submitted by: antoine
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Missing hydrogens atoms of HETATM molecules (pdb files) are stored locally.
- Pdb files can now be clipped.
- Fixes missing residues. Introduces an alternative way of generating rotamers,
without using z-matrices. This potentially a faster algorithm.
- Supports Movie making through avconv/ffmpeg.
- calculates the Electron Localization Function (ELF).
- Updated code of ambfor/ambmd to speed up optimisations/MD of proteins
solvated in water (Jan, 2014).
PR: 204341
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
|
| |
Submitted by: ak
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: 185942
Submitted by: ports fury
|
|
|
|
|
|
|
| |
- Add dependency on xproto.
- Fix build with new CFLAGS.
- Staging.
- New WWW.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
biology)
|
|
|
|
|
| |
PR: 178032
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add MAKE_JOBS_UNSAFE
- Convert to optionsng
PR: ports/171970
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
|
| |
|
|
|
|
|
| |
- Mute MKDIRs, remove trailing dot from RESTRICTED, drop leading indefinite
article from COMMENT where appropriate
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
|
| |
|
|
|
|
|
|
| |
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
re-rolled.
- Move post-patch target into files/patch-xwin.c to remove sed invocation.
- Respect NOPORTDATA and DATADIR.
- Bring files/patch-aa back (to preserve history) and retire patch-makefile.
- Fixup files/patch-xwin.c so it applies cleanly to this version.
|
| |
|
|
|
|
| |
While I'm here, make it respect NOPORTDOCS.
|
|
|
|
|
| |
PR: ports/128476
Submitted by: fulvio ciriaco <oivulf@gmail.com>
|
|
|
|
| |
Submitted by: Steve Kargl <sgk at troutmask.apl.washington.edu> at ports@ ML
|
|
|
|
|
|
| |
symbol
Reported by: pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
| |
|
|
|
|
| |
Bump portrevision.
|
| |
|
|
|
|
| |
Changelog at <http://www.cmbi.ru.nl/molden/HISTORY>.
|
|
|
|
| |
for termination on 2006-12-01
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
|
|
|
|
|
|
|
| |
- Add dependecy to MESA
PR: ports/89795
Submitted by: Johan van Selst <johans@stack.nl>
|
| |
|
|
|
|
|
| |
o unbreak
o due to no fix for long period, drop maintainership to ports.
|
|
|
|
| |
broken at that time, and a fix has not been submitted to GNATS.
|
| |
|
|
|
|
|
|
|
| |
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
|
|
|
|
|
|
|
|
|
|
| |
update to 3.9, not 3.8, which is newer :)
Committed by maintainer timeout:
> Sat Apr 5 17:46:57 EST 2003 - edwin - informed maintainer
PR: 47177
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
|
| |
|
|
|
|
| |
Approved by: rmiya@cc.hirosaki-u.ac.jp (maintainer)
|
|
|
|
| |
Requested by: maintainer
|
|
|
|
|
|
| |
We couldn't update distinfo without inspecting distfile's changes.
PR: ports/37476
Suggested by: kris
|
|
|
|
|
|
| |
so md5 has to be rewritten.
PR: ports/37476
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
differences from the PR:
- this port requires Xlib so add USE_XLIB.
- remove unnecessary PORTREVISION.
PR: 34196
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
Maintainer does not have previous distfile.
As the distfile for this port is not distributable, it is OK to me to change
distinfo now.
PR: 31010
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 25422
Submitted by: Marc van Woerkom <marc.vanwoerkom@science-factory.com>
|
|
|
|
|
|
|
| |
No response from MAINTAINER
PR: 21345
Submitted by: Johann Visagie <wjv@cityip.co.za> (actual patch)
|
|
|
|
|
| |
PR: 19091
Submitted by: MAINTAINER
|
|
|
|
| |
while I'm here.
|
| |
|
| |
|
|
|
|
|
| |
PR: 16445
Submitted by: Alexander Langer <alex@cichlids.com>
|
|
|
|
| |
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
|
| |
|
| |
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
| |
|
| |
|
|
Submitted by: rmiya@cc.hirosaki-u.ac.jp (Ryo MIYAMOTO)
|