rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
- Change to new OPTIONS style
- Add RUN_DEPENDS on py-nose
PR: ports/171349
Submitted by: Li-Lun Wang <llwang@infor.org> (maintainer)
Reported by: A.J. Kehoe IV (Nanoman)
- Update to new header
PR: ports/172155
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
- Convert to new options framework
- make py-scipy optional dependency
- Remove py-symeig, symeig routines come with mdp
- Add py-pp and libsvm-python OPTIONS
- Add OPTIONSFILE for sane make config across python versions
- Patch config.py to handle OSError as exception when it cant find libsvm.so
- Update and sort pkg-plist
- Add LICENSE
PR: ports/169266
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: Li-Lun "Leland" Wang <llwang@infor.org> (maintainer)
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.
- Add/update *DEPENDS for libcdcl.so which is introduced by science/cdcl 5.4.5
- Use PORTDOCS and PORTEXAMPLES
- Use dirrmtry
PR: ports/169033
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Fix build with clang [2]
Change WWW in pkg-descr and pkg-message to point to current web side [3]
PR: ports/169925 [1]
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) [1], kwm [2], [3]
Approved by: maintainer, kwm (mentor)
Fix build with clang [2]
Change WWW in pkg-descr and pkg-message to point to current web side [3]
PR: ports/169924 [1]
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) [1], kwm [2], [3]
Approved by: maintainer, kwm (mentor)
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly
note the restrictive license of the metis ports (while here, append the MPI port to
*DEPENDS in math/parmetis, rather than using an assignment)
PR: 169578
If a user had eigen3 installed, but not eigen2, the min. port version
check would not differentiate between the two.
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51
- use gtk by default because WITHOUT_GTK does not work.
- use PORTDOCS and PORTEXAMPLES
PR: ports/169031
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
flexible and allow CRAN ports to override it; add a regression-test
target; set USE_FORTRAN to match math/R; remove some of the
redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS
Reviewed by: thierry, tota, wen
Approved by: D. Rue (maintainer) [1], wen [2]
Unbreak, untangle. Stop fetching/installing documents (other
than man-pages) -- these are available online.
Using standard libtool instead of the bundled one fails -- an
autotools expert should take a closer look.
- add and update URLs of MASTER_SITES
- update author's email address
- use @dirrmtry
- change port category from math to science.
- Completes repo copy from math/ruby-netcdf -> science/ruby-netcdf
PR: ports/165314
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
-Wrap long lines
-Fix java paths so the hdfview script works
-Add jpeg support
-Build javadoc
-Prevent implicit dependencies
PR: ports/163601
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Functions for latent class analysis, short time Fourier transform,
fuzzy clustering, support vector machines, shortest path computation,
bagged clustering, naive Bayes classifier, ...
WWW: http://cran.r-project.org/web/packages/e1071/
. Fix Java version detection for OpenJDK.
. Remove RESTRICTED and manual download as the source is now freely available.
PR: 164814
Approved by: Yuri Khotyaintsev <yuri@irfu.se> (MAINTAINER)
The snow package provides support for simple parallel computing on a
network of workstations using R. A master R process calls makeCluster
to start a cluster of worker processes; the master process then uses
functions such as clusterCall and clusterApply to execute R code on
the worker processes and collect and return the results on the master.
This framework supports many forms of "embarrassingly parallel"
computations.
Snow can use one of four communications mechanisms: sockets, PVM, MPI,
or NetWorkSpaces (NWS). NWS support was provided by Steve Weston.
PVM clusters use the rpvm package; MPI clusters use package Rmpi; NWS
clusters use package nws. If pvm is used, then pvm must be started,
either using a pvm console (e.g the pvm text console or the graphical
xpvm console, both available with pvm) or from R using functions
provided by rpvm. Similarly, LAM-MPI must be started, e.g. using
lamboot, for MPI clusters that use Rmpi and LAM-MPI. If NWS is used,
the NetWorkSpaces server must be running. SOCK clusters are the
easiest approach for using snow on a single multi-core computer as
they require no additional software.
WWW: http://cran.r-project.org/web/packages/snow/
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
from a file based waveform archive and storing in into a standard SQL
database. Supported waveform formats depend on installed ObsPy packages.
WWW: http://www.obspy.org/
Feature safe: yes