| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
| |
Reported by: portscout
|
| |
|
| |
|
|
|
|
|
|
| |
This versiom includes enhancements to the bundled dc command.
Approved by: antoine (implicit)
|
| |
|
| |
|
|
|
|
|
|
| |
fuzzy sets, multisets, and fuzzy multisets, customizable sets, and intervals.
WWW: https://cran.r-project.org/web/packages/sets/
|
| |
|
|
|
|
|
|
|
|
| |
- Remove vtk5 from conflicts.
- Bump portrevision.
PR: 242361
Submitted by: Piotr Kubaj <pkubaj@FreeBSD.org>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
clang doesn't find vec_nand:
In file included from /wrkdirs/usr/ports/math/sleef/work/sleef-3.4.0/src/libm/sleefsimdsp.c:145:
/wrkdirs/usr/ports/math/sleef/work/sleef-3.4.0/src/arch/helperpower_128.h:266:54: warning: implicit declaration of function 'vec_nand' is invalid in C99 [-Wimplicit-function-declaration]
static INLINE vopmask vnot_vo_vo(vopmask o) { return vec_nand(o, o); }
^
/wrkdirs/usr/ports/math/sleef/work/sleef-3.4.0/src/arch/helperpower_128.h:266:54: error: returning 'int' from a function with incompatible result type 'vopmask' (vector of 4 'unsigned int' values)
static INLINE vopmask vnot_vo_vo(vopmask o) { return vec_nand(o, o); }
^~~~~~~~~~~~~~
-mpower8-vector is needed because vec_nand is behind #ifdef __POWER8_VECTOR__ in clang's altivec.h.
PR: 242143
Approved by: linimon (mentor), jmd (maintainer)
|
| |
|
| |
|
|
|
|
| |
- Update to 20191201.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is matgeom.
Geometry toolbox for 2D/3D geometric computing.
WWW: http://octave.sourceforge.net/
|
|
|
|
| |
Pointy hat: yuri
|
|
|
|
| |
Pointy hat: yuri
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
| |
powerpc64 elfv2 needs the same patches as arm* and aarch64, but builds without -DNO_ASM. Simplify the port by applying the arm patches everywhere and use CPPFLAGS_${ARCH} instead of .if ${ARCH} block. Build passes on powerpc64 elfv1 fine, so the original issue must have been fixed.
PR: 242296
Approved by: wen (maintainer), linimon (mentor)
|
|
|
|
| |
Reported by: repology
|
|
|
|
|
|
|
| |
Use newer GCC:
../include/xlsxwriter/workbook.h:911: error: wrong number of arguments specified for 'deprecated' attribute
Approved by: mentors (implicit approval)
|
| |
|
| |
|
|
|
|
|
|
|
| |
libcurv/geom/viewer/fbo.cc, libcurv/geom/viewer/mesh.cc, libcurv/geom/viewer/text.cc and libcurv/geom/viewer/vertexLayout.cc need to include sys/types.h to make uint type known. /wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/libcurv/geom/viewer/fbo.cc:42:26: error: 'uint' does not name a type; did you mean 'int'?
PR: 241418
Approved by: linimon (mentor), yuri (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
|
|
|
|
|
|
|
|
|
|
|
| |
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Approved by: antoine (implicit)
|
| |
|
|
|
|
| |
- Update WWW: line in pkg-descr
|
|
|
|
|
|
|
|
| |
/!\ vtk6-6.2.0_9: Makefile warnings, please consider fixing /!\
These options name have characters outside of [-_A-Z0-9]:
Groups Wrapping
|
|
|
|
|
| |
The project moved to another GitHub account.
The Apache Incubator adopted it with a lot of new commits.
|
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
| |
PR: 242097
Submitted by: mjl@luckie.org.nz
|
|
|
|
| |
optimization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From ChangeLog:
https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-19.11.1
* Improved italian translation by Marco Ciampa
* Autocompletion no more causes asserts
* A better logic that decides which cell to send to maxima
* wxMaxima now supports "-l", "-u" and "-X" command-line args like maxima
* The help files now are installed in the Right Place
* Many additional small bug fixes
PR: 241964
Submitted by: phascolarctos@protonmail.ch (maintainer)
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
| |
2: add LICENSE & LICENSE_FILE.
3: pet portlint.
|
|
|
|
|
|
| |
Also add the 'test' target.
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
| |
CMake Error in app/clingo/CMakeLists.txt:
Target "clingo" requires the language dialect "CXX14" , but CMake does not
know the compile flags to use to enable it.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
| |
- Update math/octave-forge-linear-algebra to 2.2.3.
- In math/octave-forge, option linear-algebra defaults to on.
- Bump port revision of math/octave-forge.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Provides a new artist for matplotlib to display a scale bar, aka micron bar. It
is particularly useful when displaying calibrated images plotted using
plt.imshow(...).
- While I'm here:
- Add LICENSE_FILE
- Use USE_LOCALE instead of patch file
WWW: https://github.com/ppinard/matplotlib-scalebar
PR: 241508
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
|
|
|
|
| |
Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst
|
|
|
|
| |
Approved by: antoine (implicit)
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
| |
- Give maintainership to Lorenzo Salvadore <phascolarctos@protonmail.ch>
PR: 241290
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
November 07, 2019.
Today KDE released the third stability update for KDE Applications 19.08. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.
More than a dozen recorded bugfixes include improvements to Kontact, Ark,
Cantor, K3b, Kdenlive, Konsole, Okular, Spectacle, Umbrello, among others.
Improvements include:
* In the video-editor Kdenlive, compositions no longer disappear when
reopening a project with locked tracks
* Okular's annotation view now shows creation times in local time zone
instead of UTC
* Keyboard control has been improved in the Spectacle screenshot utility
You can find the full list of changes here:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.3
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Submitted by: emaste (TRYBROKEN run)
|
| |
|
|
|
|
|
| |
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
calc provides a horrific Makefile that uses ?= for nothing at all,
requiring the file to be mangled by hand. Still, it was a little
much for us to redefine every system command. `cp` is unlikely to
wander out of $PATH.
While here, add some options to not install some stuff. In particular,
make it possible to just install a simple usable calculator without
hundreds of scripts, functions, headers, and help files.
|
| |
|
|
|
|
|
| |
Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS
https://github.com/rpy2/rpy2/blob/master/NEWS
|
|
|
|
| |
Changes: https://github.com/openai/gym/blob/master/README.rst#whats-new
|
|
|
|
| |
Release notes: http://www.yacas.org/release_1.8.0/
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Enable cycle counter via the PMCCNTR_EL0 register on arm64 for all variants
* Enable NEON instructions for -float flavor
* Runtime tested with bench utility in tests directory
(./work/fftw-3.3.8/tests/bench if compiling ports) on Orange Pi PC running
13.0-CURRENT r347967
PR: 239511
Submitted by: daniel.engberg.lists@pyret.net
Reviewed by: mikael.urankar@gmail.com
Approved by: jhale (maintainer timeout, 3 months)
|
| |
|
|
|
|
|
| |
PR: 238228
Submitted by: Artyom Davidov <ard_1@mail.ru>
|
| |
|
| |
|
|
|
|
|
|
|
| |
This port fails to build on big-endian architectures, because it redefines __BIG_ENDIAN__. Our compilers already define __BIG_ENDIAN__ and redefining it breaks compilation.
PR: 241546
Approved by: linimon (mentor), yuri (maintainer)
|
|
|
|
| |
Reported by: mat
|
|
|
|
|
|
|
| |
PR: 238228
Reviewed by: Artyom Davidov <ard_1@mail.ru>
Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
Differential Revision: https://reviews.freebsd.org/D20866
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Math-BigInt-Pari
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Math-BigInt-GMP
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Math-BigInt-FastCalc
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Math-BigInt
|
|
|
|
|
|
|
|
|
|
|
| |
Don't unconditionally depend on libomp, this breaks compilation on GCC architectures.
Instead, add USES=compiler:openmp.
Bump PORTREVISION because of dependency change.
PR: 241017
Approved by: linimon (mentor), yuri (maintainer timeout)
|
|
|
|
|
|
| |
cc1: error: unrecognized command line option "-std=c11"
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
| |
using MKL-DNN
|
| |
|
|
|
|
|
|
|
| |
Also update the maintainer's email address.
PR: 241344
Submitted by: Nathan <ndowens04@gmail.com>
|
|
|
|
|
| |
PR: 241436
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 241140
Submitted by: tota@ (myself)
Approved by: maintainer timeout (wen@, > 2 weeks)
|
|
|
|
|
|
|
|
|
|
| |
Changes this release:
https://sourceforge.net/p/plplot/news/2019/06/plplot-5150-has-been-released/
https://sourceforge.net/p/plplot/news/2018/12/plplot-5140-has-been-released/
https://sourceforge.net/p/plplot/news/2017/08/plplot-5130-has-been-released/
PR: 236577
Submitted by: yuri (partially)
|
|
|
|
|
|
|
|
|
|
| |
- math/p5-Math-GSL does not seem to have any upstream activity to make it work with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://labplot.kde.org/2019/10/24/labplot-2-7-released/
Summary:
- Spreadsheet mode much improved
- Plot cursor
- Speedups in plotting
OPTION cantor now requires poppler.
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Math-BigInt-Lite
|
|
|
|
|
| |
PR: 240976
Exp-run by: antoine
|
| |
|
|
|
|
| |
Exchange)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
creating /tmp/tmpFiVPVw/tmp
creating /tmp/tmpFiVPVw/tmp/tmpFiVPVw
compile options: '-I/usr/include -I/usr/local/include -I/usr/local/include/suitesparse -c'
cc: /tmp/tmpFiVPVw/source.c
cc /tmp/tmpFiVPVw/tmp/tmpFiVPVw/source.o -L/usr/local/lib -lcblas -o /tmp/tmpFiVPVw/a.out
/usr/local/lib/libcblas.so: undefined reference to `cgemv_'
/usr/local/lib/libcblas.so: undefined reference to `cscal_'
/usr/local/lib/libcblas.so: undefined reference to `sdot_'
/usr/local/lib/libcblas.so: undefined reference to `dtrmm_'
/usr/local/lib/libcblas.so: undefined reference to `zhpr_'
/usr/local/lib/libcblas.so: undefined reference to `snrm2_'
/usr/local/lib/libcblas.so: undefined reference to `zherk_'
/usr/local/lib/libcblas.so: undefined reference to `sspmv_'
/usr/local/lib/libcblas.so: undefined reference to `cswap_'
/usr/local/lib/libcblas.so: undefined reference to `dswap_'
/usr/local/lib/libcblas.so: undefined reference to `dgemm_'
/usr/local/lib/libcblas.so: undefined reference to `ztrmv_'
/usr/local/lib/libcblas.so: undefined reference to `zgbmv_'
/usr/local/lib/libcblas.so: undefined reference to `ctbsv_'
/usr/local/lib/libcblas.so: undefined reference to `dger_'
/usr/local/lib/libcblas.so: undefined reference to `dtpsv_'
/usr/local/lib/libcblas.so: undefined reference to `sspr_'
/usr/local/lib/libcblas.so: undefined reference to `cher_'
/usr/local/lib/libcblas.so: undefined reference to `caxpy_'
/usr/local/lib/libcblas.so: undefined reference to `ztpsv_'
/usr/local/lib/libcblas.so: undefined reference to `zscal_'
/usr/local/lib/libcblas.so: undefined reference to `sswap_'
/usr/local/lib/libcblas.so: undefined reference to `ctpsv_'
/usr/local/lib/libcblas.so: undefined reference to `dzasum_'
/usr/local/lib/libcblas.so: undefined reference to `daxpy_'
/usr/local/lib/libcblas.so: undefined reference to `ctrsv_'
/usr/local/lib/libcblas.so: undefined reference to `izamax_'
/usr/local/lib/libcblas.so: undefined reference to `sasum_'
/usr/local/lib/libcblas.so: undefined reference to `drotg_'
/usr/local/lib/libcblas.so: undefined reference to `dsymm_'
/usr/local/lib/libcblas.so: undefined reference to `zhpr2_'
/usr/local/lib/libcblas.so: undefined reference to `stpsv_'
/usr/local/lib/libcblas.so: undefined reference to `ssbmv_'
/usr/local/lib/libcblas.so: undefined reference to `cgbmv_'
/usr/local/lib/libcblas.so: undefined reference to `zhbmv_'
/usr/local/lib/libcblas.so: undefined reference to `srotmg_'
/usr/local/lib/libcblas.so: undefined reference to `cgemm_'
/usr/local/lib/libcblas.so: undefined reference to `dtpmv_'
/usr/local/lib/libcblas.so: undefined reference to `chemv_'
/usr/local/lib/libcblas.so: undefined reference to `ssyr2_'
/usr/local/lib/libcblas.so: undefined reference to `ctbmv_'
/usr/local/lib/libcblas.so: undefined reference to `saxpy_'
/usr/local/lib/libcblas.so: undefined reference to `drotm_'
/usr/local/lib/libcblas.so: undefined reference to `dnrm2_'
/usr/local/lib/libcblas.so: undefined reference to `ctrmm_'
/usr/local/lib/libcblas.so: undefined reference to `ztbsv_'
/usr/local/lib/libcblas.so: undefined reference to `dtrsv_'
/usr/local/lib/libcblas.so: undefined reference to `zdotu_'
/usr/local/lib/libcblas.so: undefined reference to `dsyr_'
/usr/local/lib/libcblas.so: undefined reference to `srot_'
/usr/local/lib/libcblas.so: undefined reference to `ccopy_'
/usr/local/lib/libcblas.so: undefined reference to `zgeru_'
/usr/local/lib/libcblas.so: undefined reference to `zhpmv_'
/usr/local/lib/libcblas.so: undefined reference to `csyr2k_'
/usr/local/lib/libcblas.so: undefined reference to `ctrsm_'
/usr/local/lib/libcblas.so: undefined reference to `sscal_'
/usr/local/lib/libcblas.so: undefined reference to `cgerc_'
/usr/local/lib/libcblas.so: undefined reference to `dcopy_'
/usr/local/lib/libcblas.so: undefined reference to `scnrm2_'
/usr/local/lib/libcblas.so: undefined reference to `zgemm_'
/usr/local/lib/libcblas.so: undefined reference to `sgbmv_'
/usr/local/lib/libcblas.so: undefined reference to `sspr2_'
/usr/local/lib/libcblas.so: undefined reference to `ztrsv_'
/usr/local/lib/libcblas.so: undefined reference to `cgeru_'
/usr/local/lib/libcblas.so: undefined reference to `dscal_'
/usr/local/lib/libcblas.so: undefined reference to `dgbmv_'
/usr/local/lib/libcblas.so: undefined reference to `chpr_'
/usr/local/lib/libcblas.so: undefined reference to `zdscal_'
/usr/local/lib/libcblas.so: undefined reference to `strmm_'
/usr/local/lib/libcblas.so: undefined reference to `ssymm_'
/usr/local/lib/libcblas.so: undefined reference to `zgemv_'
/usr/local/lib/libcblas.so: undefined reference to `ddot_'
/usr/local/lib/libcblas.so: undefined reference to `isamax_'
/usr/local/lib/libcblas.so: undefined reference to `drotmg_'
/usr/local/lib/libcblas.so: undefined reference to `zsyrk_'
/usr/local/lib/libcblas.so: undefined reference to `stbsv_'
/usr/local/lib/libcblas.so: undefined reference to `strsv_'
/usr/local/lib/libcblas.so: undefined reference to `scasum_'
/usr/local/lib/libcblas.so: undefined reference to `srotg_'
/usr/local/lib/libcblas.so: undefined reference to `sdsdot_'
/usr/local/lib/libcblas.so: undefined reference to `sgemm_'
/usr/local/lib/libcblas.so: undefined reference to `scopy_'
/usr/local/lib/libcblas.so: undefined reference to `zdotc_'
/usr/local/lib/libcblas.so: undefined reference to `dsyr2k_'
/usr/local/lib/libcblas.so: undefined reference to `dsyrk_'
/usr/local/lib/libcblas.so: undefined reference to `csscal_'
/usr/local/lib/libcblas.so: undefined reference to `dasum_'
/usr/local/lib/libcblas.so: undefined reference to `ssyr_'
/usr/local/lib/libcblas.so: undefined reference to `ssyr2k_'
/usr/local/lib/libcblas.so: undefined reference to `dspr2_'
/usr/local/lib/libcblas.so: undefined reference to `zher2_'
/usr/local/lib/libcblas.so: undefined reference to `dtrsm_'
/usr/local/lib/libcblas.so: undefined reference to `idamax_'
/usr/local/lib/libcblas.so: undefined reference to `dtbsv_'
/usr/local/lib/libcblas.so: undefined reference to `ctrmv_'
/usr/local/lib/libcblas.so: undefined reference to `strmv_'
/usr/local/lib/libcblas.so: undefined reference to `zaxpy_'
/usr/local/lib/libcblas.so: undefined reference to `zher_'
/usr/local/lib/libcblas.so: undefined reference to `ssymv_'
/usr/local/lib/libcblas.so: undefined reference to `zhemm_'
/usr/local/lib/libcblas.so: undefined reference to `dtrmv_'
/usr/local/lib/libcblas.so: undefined reference to `zgerc_'
/usr/local/lib/libcblas.so: undefined reference to `chemm_'
/usr/local/lib/libcblas.so: undefined reference to `zher2k_'
/usr/local/lib/libcblas.so: undefined reference to `ztpmv_'
/usr/local/lib/libcblas.so: undefined reference to `zswap_'
/usr/local/lib/libcblas.so: undefined reference to `dspmv_'
/usr/local/lib/libcblas.so: undefined reference to `zsymm_'
/usr/local/lib/libcblas.so: undefined reference to `ztrmm_'
/usr/local/lib/libcblas.so: undefined reference to `dtbmv_'
/usr/local/lib/libcblas.so: undefined reference to `dgemv_'
/usr/local/lib/libcblas.so: undefined reference to `sgemv_'
/usr/local/lib/libcblas.so: undefined reference to `chpr2_'
/usr/local/lib/libcblas.so: undefined reference to `cdotu_'
/usr/local/lib/libcblas.so: undefined reference to `ctpmv_'
/usr/local/lib/libcblas.so: undefined reference to `cher2k_'
/usr/local/lib/libcblas.so: undefined reference to `csymm_'
/usr/local/lib/libcblas.so: undefined reference to `ztrsm_'
/usr/local/lib/libcblas.so: undefined reference to `cherk_'
/usr/local/lib/libcblas.so: undefined reference to `cdotc_'
/usr/local/lib/libcblas.so: undefined reference to `dsbmv_'
/usr/local/lib/libcblas.so: undefined reference to `csyrk_'
/usr/local/lib/libcblas.so: undefined reference to `stpmv_'
/usr/local/lib/libcblas.so: undefined reference to `chpmv_'
/usr/local/lib/libcblas.so: undefined reference to `sger_'
/usr/local/lib/libcblas.so: undefined reference to `cher2_'
/usr/local/lib/libcblas.so: undefined reference to `zsyr2k_'
/usr/local/lib/libcblas.so: undefined reference to `strsm_'
/usr/local/lib/libcblas.so: undefined reference to `dznrm2_'
/usr/local/lib/libcblas.so: undefined reference to `stbmv_'
/usr/local/lib/libcblas.so: undefined reference to `chbmv_'
/usr/local/lib/libcblas.so: undefined reference to `dsyr2_'
/usr/local/lib/libcblas.so: undefined reference to `dsdot_'
/usr/local/lib/libcblas.so: undefined reference to `zcopy_'
/usr/local/lib/libcblas.so: undefined reference to `dspr_'
/usr/local/lib/libcblas.so: undefined reference to `icamax_'
/usr/local/lib/libcblas.so: undefined reference to `dsymv_'
/usr/local/lib/libcblas.so: undefined reference to `zhemv_'
/usr/local/lib/libcblas.so: undefined reference to `ssyrk_'
/usr/local/lib/libcblas.so: undefined reference to `srotm_'
/usr/local/lib/libcblas.so: undefined reference to `drot_'
/usr/local/lib/libcblas.so: undefined reference to `ztbmv_'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
cc /tmp/tmpFiVPVw/tmp/tmpFiVPVw/source.o -L/usr/local/lib -lblas -o /tmp/tmpFiVPVw/a.out
/tmp/tmpFiVPVw/tmp/tmpFiVPVw/source.o: In function `main':
source.c:(.text+0xd1): undefined reference to `cblas_ddot'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 250, in <module>
setup_package()
File "setup.py", line 247, in setup_package
setup(**metadata)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/core.py", line 137, in setup
config = configuration()
File "setup.py", line 143, in configuration
config.add_subpackage('scikits.umfpack')
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1036, in add_subpackage
caller_level = 2)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1005, in get_subpackage
caller_level = caller_level + 1)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 942, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "scikits/umfpack/setup.py", line 27, in configuration
blas_info = get_info('blas_opt')
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 448, in get_info
return cl().get_info(notfound_action)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 641, in get_info
self.calc_info()
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1661, in calc_info
blas_info = get_info('blas')
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 448, in get_info
return cl().get_info(notfound_action)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 641, in get_info
self.calc_info()
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1697, in calc_info
lib = self.has_cblas(info)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1740, in has_cblas
extra_postargs=info.get('extra_link_args', []))
File "/usr/local/lib/python2.7/distutils/ccompiler.py", line 700, in link_executable
debug, extra_preargs, extra_postargs, None, target_lang)
File "/usr/local/lib/python2.7/distutils/unixccompiler.py", line 202, in link
raise LinkError, msg
distutils.errors.LinkError: Command "cc /tmp/tmpFiVPVw/tmp/tmpFiVPVw/source.o -L/usr/local/lib -lblas -o /tmp/tmpFiVPVw/a.out" failed with exit status 1
PR: 240937
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
creating /tmp/tmp2txkG8/tmp
creating /tmp/tmp2txkG8/tmp/tmp2txkG8
compile options: '-I/usr/include -I/usr/local/include -I/usr/local/include/suitesparse -c'
cc: /tmp/tmp2txkG8/source.c
cc /tmp/tmp2txkG8/tmp/tmp2txkG8/source.o -L/usr/local/lib -lcblas -o /tmp/tmp2txkG8/a.out
/usr/local/lib/libcblas.so: undefined reference to `cgemv_'
/usr/local/lib/libcblas.so: undefined reference to `cscal_'
/usr/local/lib/libcblas.so: undefined reference to `sdot_'
/usr/local/lib/libcblas.so: undefined reference to `dtrmm_'
/usr/local/lib/libcblas.so: undefined reference to `zhpr_'
/usr/local/lib/libcblas.so: undefined reference to `snrm2_'
/usr/local/lib/libcblas.so: undefined reference to `zherk_'
/usr/local/lib/libcblas.so: undefined reference to `sspmv_'
/usr/local/lib/libcblas.so: undefined reference to `cswap_'
/usr/local/lib/libcblas.so: undefined reference to `dswap_'
/usr/local/lib/libcblas.so: undefined reference to `dgemm_'
/usr/local/lib/libcblas.so: undefined reference to `ztrmv_'
/usr/local/lib/libcblas.so: undefined reference to `zgbmv_'
/usr/local/lib/libcblas.so: undefined reference to `ctbsv_'
/usr/local/lib/libcblas.so: undefined reference to `dger_'
/usr/local/lib/libcblas.so: undefined reference to `dtpsv_'
/usr/local/lib/libcblas.so: undefined reference to `sspr_'
/usr/local/lib/libcblas.so: undefined reference to `cher_'
/usr/local/lib/libcblas.so: undefined reference to `caxpy_'
/usr/local/lib/libcblas.so: undefined reference to `ztpsv_'
/usr/local/lib/libcblas.so: undefined reference to `zscal_'
/usr/local/lib/libcblas.so: undefined reference to `sswap_'
/usr/local/lib/libcblas.so: undefined reference to `ctpsv_'
/usr/local/lib/libcblas.so: undefined reference to `dzasum_'
/usr/local/lib/libcblas.so: undefined reference to `daxpy_'
/usr/local/lib/libcblas.so: undefined reference to `ctrsv_'
/usr/local/lib/libcblas.so: undefined reference to `izamax_'
/usr/local/lib/libcblas.so: undefined reference to `sasum_'
/usr/local/lib/libcblas.so: undefined reference to `drotg_'
/usr/local/lib/libcblas.so: undefined reference to `dsymm_'
/usr/local/lib/libcblas.so: undefined reference to `zhpr2_'
/usr/local/lib/libcblas.so: undefined reference to `stpsv_'
/usr/local/lib/libcblas.so: undefined reference to `ssbmv_'
/usr/local/lib/libcblas.so: undefined reference to `cgbmv_'
/usr/local/lib/libcblas.so: undefined reference to `zhbmv_'
/usr/local/lib/libcblas.so: undefined reference to `srotmg_'
/usr/local/lib/libcblas.so: undefined reference to `cgemm_'
/usr/local/lib/libcblas.so: undefined reference to `dtpmv_'
/usr/local/lib/libcblas.so: undefined reference to `chemv_'
/usr/local/lib/libcblas.so: undefined reference to `ssyr2_'
/usr/local/lib/libcblas.so: undefined reference to `ctbmv_'
/usr/local/lib/libcblas.so: undefined reference to `saxpy_'
/usr/local/lib/libcblas.so: undefined reference to `drotm_'
/usr/local/lib/libcblas.so: undefined reference to `dnrm2_'
/usr/local/lib/libcblas.so: undefined reference to `ctrmm_'
/usr/local/lib/libcblas.so: undefined reference to `ztbsv_'
/usr/local/lib/libcblas.so: undefined reference to `dtrsv_'
/usr/local/lib/libcblas.so: undefined reference to `zdotu_'
/usr/local/lib/libcblas.so: undefined reference to `dsyr_'
/usr/local/lib/libcblas.so: undefined reference to `srot_'
/usr/local/lib/libcblas.so: undefined reference to `ccopy_'
/usr/local/lib/libcblas.so: undefined reference to `zgeru_'
/usr/local/lib/libcblas.so: undefined reference to `zhpmv_'
/usr/local/lib/libcblas.so: undefined reference to `csyr2k_'
/usr/local/lib/libcblas.so: undefined reference to `ctrsm_'
/usr/local/lib/libcblas.so: undefined reference to `sscal_'
/usr/local/lib/libcblas.so: undefined reference to `cgerc_'
/usr/local/lib/libcblas.so: undefined reference to `dcopy_'
/usr/local/lib/libcblas.so: undefined reference to `scnrm2_'
/usr/local/lib/libcblas.so: undefined reference to `zgemm_'
/usr/local/lib/libcblas.so: undefined reference to `sgbmv_'
/usr/local/lib/libcblas.so: undefined reference to `sspr2_'
/usr/local/lib/libcblas.so: undefined reference to `ztrsv_'
/usr/local/lib/libcblas.so: undefined reference to `cgeru_'
/usr/local/lib/libcblas.so: undefined reference to `dscal_'
/usr/local/lib/libcblas.so: undefined reference to `dgbmv_'
/usr/local/lib/libcblas.so: undefined reference to `chpr_'
/usr/local/lib/libcblas.so: undefined reference to `zdscal_'
/usr/local/lib/libcblas.so: undefined reference to `strmm_'
/usr/local/lib/libcblas.so: undefined reference to `ssymm_'
/usr/local/lib/libcblas.so: undefined reference to `zgemv_'
/usr/local/lib/libcblas.so: undefined reference to `ddot_'
/usr/local/lib/libcblas.so: undefined reference to `isamax_'
/usr/local/lib/libcblas.so: undefined reference to `drotmg_'
/usr/local/lib/libcblas.so: undefined reference to `zsyrk_'
/usr/local/lib/libcblas.so: undefined reference to `stbsv_'
/usr/local/lib/libcblas.so: undefined reference to `strsv_'
/usr/local/lib/libcblas.so: undefined reference to `scasum_'
/usr/local/lib/libcblas.so: undefined reference to `srotg_'
/usr/local/lib/libcblas.so: undefined reference to `sdsdot_'
/usr/local/lib/libcblas.so: undefined reference to `sgemm_'
/usr/local/lib/libcblas.so: undefined reference to `scopy_'
/usr/local/lib/libcblas.so: undefined reference to `zdotc_'
/usr/local/lib/libcblas.so: undefined reference to `dsyr2k_'
/usr/local/lib/libcblas.so: undefined reference to `dsyrk_'
/usr/local/lib/libcblas.so: undefined reference to `csscal_'
/usr/local/lib/libcblas.so: undefined reference to `dasum_'
/usr/local/lib/libcblas.so: undefined reference to `ssyr_'
/usr/local/lib/libcblas.so: undefined reference to `ssyr2k_'
/usr/local/lib/libcblas.so: undefined reference to `dspr2_'
/usr/local/lib/libcblas.so: undefined reference to `zher2_'
/usr/local/lib/libcblas.so: undefined reference to `dtrsm_'
/usr/local/lib/libcblas.so: undefined reference to `idamax_'
/usr/local/lib/libcblas.so: undefined reference to `dtbsv_'
/usr/local/lib/libcblas.so: undefined reference to `ctrmv_'
/usr/local/lib/libcblas.so: undefined reference to `strmv_'
/usr/local/lib/libcblas.so: undefined reference to `zaxpy_'
/usr/local/lib/libcblas.so: undefined reference to `zher_'
/usr/local/lib/libcblas.so: undefined reference to `ssymv_'
/usr/local/lib/libcblas.so: undefined reference to `zhemm_'
/usr/local/lib/libcblas.so: undefined reference to `dtrmv_'
/usr/local/lib/libcblas.so: undefined reference to `zgerc_'
/usr/local/lib/libcblas.so: undefined reference to `chemm_'
/usr/local/lib/libcblas.so: undefined reference to `zher2k_'
/usr/local/lib/libcblas.so: undefined reference to `ztpmv_'
/usr/local/lib/libcblas.so: undefined reference to `zswap_'
/usr/local/lib/libcblas.so: undefined reference to `dspmv_'
/usr/local/lib/libcblas.so: undefined reference to `zsymm_'
/usr/local/lib/libcblas.so: undefined reference to `ztrmm_'
/usr/local/lib/libcblas.so: undefined reference to `dtbmv_'
/usr/local/lib/libcblas.so: undefined reference to `dgemv_'
/usr/local/lib/libcblas.so: undefined reference to `sgemv_'
/usr/local/lib/libcblas.so: undefined reference to `chpr2_'
/usr/local/lib/libcblas.so: undefined reference to `cdotu_'
/usr/local/lib/libcblas.so: undefined reference to `ctpmv_'
/usr/local/lib/libcblas.so: undefined reference to `cher2k_'
/usr/local/lib/libcblas.so: undefined reference to `csymm_'
/usr/local/lib/libcblas.so: undefined reference to `ztrsm_'
/usr/local/lib/libcblas.so: undefined reference to `cherk_'
/usr/local/lib/libcblas.so: undefined reference to `cdotc_'
/usr/local/lib/libcblas.so: undefined reference to `dsbmv_'
/usr/local/lib/libcblas.so: undefined reference to `csyrk_'
/usr/local/lib/libcblas.so: undefined reference to `stpmv_'
/usr/local/lib/libcblas.so: undefined reference to `chpmv_'
/usr/local/lib/libcblas.so: undefined reference to `sger_'
/usr/local/lib/libcblas.so: undefined reference to `cher2_'
/usr/local/lib/libcblas.so: undefined reference to `zsyr2k_'
/usr/local/lib/libcblas.so: undefined reference to `strsm_'
/usr/local/lib/libcblas.so: undefined reference to `dznrm2_'
/usr/local/lib/libcblas.so: undefined reference to `stbmv_'
/usr/local/lib/libcblas.so: undefined reference to `chbmv_'
/usr/local/lib/libcblas.so: undefined reference to `dsyr2_'
/usr/local/lib/libcblas.so: undefined reference to `dsdot_'
/usr/local/lib/libcblas.so: undefined reference to `zcopy_'
/usr/local/lib/libcblas.so: undefined reference to `dspr_'
/usr/local/lib/libcblas.so: undefined reference to `icamax_'
/usr/local/lib/libcblas.so: undefined reference to `dsymv_'
/usr/local/lib/libcblas.so: undefined reference to `zhemv_'
/usr/local/lib/libcblas.so: undefined reference to `ssyrk_'
/usr/local/lib/libcblas.so: undefined reference to `srotm_'
/usr/local/lib/libcblas.so: undefined reference to `drot_'
/usr/local/lib/libcblas.so: undefined reference to `ztbmv_'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
cc /tmp/tmp2txkG8/tmp/tmp2txkG8/source.o -L/usr/local/lib -lblas -o /tmp/tmp2txkG8/a.out
/tmp/tmp2txkG8/tmp/tmp2txkG8/source.o: In function `main':
source.c:(.text+0x5c): undefined reference to `cblas_ddot'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 163, in <module>
setup_package()
File "setup.py", line 153, in setup_package
configuration=configuration,
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/core.py", line 137, in setup
config = configuration()
File "setup.py", line 62, in configuration
config.add_subpackage('pysparse')
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1036, in add_subpackage
caller_level = 2)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1005, in get_subpackage
caller_level = caller_level + 1)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 942, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "pysparse/setup.py", line 11, in configuration
config.add_subpackage('sparse')
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1036, in add_subpackage
caller_level = 2)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1005, in get_subpackage
caller_level = caller_level + 1)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 942, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "pysparse/sparse/setup.py", line 19, in configuration
blas_info = get_info('blas_opt',0)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 448, in get_info
return cl().get_info(notfound_action)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 641, in get_info
self.calc_info()
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1661, in calc_info
blas_info = get_info('blas')
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 448, in get_info
return cl().get_info(notfound_action)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 641, in get_info
self.calc_info()
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1697, in calc_info
lib = self.has_cblas(info)
File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1740, in has_cblas
extra_postargs=info.get('extra_link_args', []))
File "/usr/local/lib/python2.7/distutils/ccompiler.py", line 700, in link_executable
debug, extra_preargs, extra_postargs, None, target_lang)
File "/usr/local/lib/python2.7/distutils/unixccompiler.py", line 202, in link
raise LinkError, msg
distutils.errors.LinkError: Command "cc /tmp/tmp2txkG8/tmp/tmp2txkG8/source.o -L/usr/local/lib -lblas -o /tmp/tmp2txkG8/a.out" failed with exit status 1
PR: 240937
Reported by: pkg-fallout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
| |
portrevision.
- Default option FITS to on in math/octave-forge. Bump portrevision.
|
| |
|
|
|
|
|
|
|
| |
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-unused-result"
Approved by: mentors (implicit approval)
|
|
|
|
|
|
|
|
|
| |
Besides being faster consistently using the same BLAS implementation
should improve stability in case of accidental ABI mismatch.
PR: 240937
Approved by: maintainer timeout (2 weeks)
MFH: 2019Q4
|
|
|
|
|
|
|
|
|
|
|
| |
Needs C++11 compiler:
The compiler feature "cxx_decltype" is not known to CXX compiler
"GNU"
version 4.2.1.
Approved by: mentors (implicit approval)
|
|
|
|
|
| |
Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS
https://github.com/rpy2/rpy2/blob/master/NEWS
|
|
|
|
|
| |
Release notes:
https://www.libtom.net/news/LTM_1.2.0/
|
|
|
|
|
| |
Reported by: pkg-fallout
Pointy hat: yuri
|
| |
|
|
|
|
|
| |
PR: 241129
Submitted by: phascolarctos@protonmail.ch (maintainer)
|
|
|
|
|
| |
PR: 241352
Approved by: dikshie@sfc.wide.ad.jp (maintainer)
|
| |
|
|
|
|
|
|
|
| |
see the cited PR
PR: 241205
Pointed out by: dmgk
|
|
|
|
| |
Bump LLVM requirement to devel/llvm70. Unify handling in port.
|
| |
|
|
|
|
|
| |
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: share/info/asy-faq.info
|
|
|
|
| |
- Bump portrevision of dependent ports.
|
|
|
|
|
|
| |
- Update to 1.1.2.
- Change default of ECONOMETRICS in math/octave-forge to on.
- Bump port revision for math/octave-forge.
|
| |
|
| |
|
|
|
|
| |
Move unhooked post-install-SHARED-on target into post-install
|
| |
|
|
|
|
| |
Reported by: portscout
|
| |
|
| |
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
| |
Don't enable AVX on non-x86.
PR: 241242
Approved by: yuri (maintainer), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D22024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained
2019-10-16 audio/mbox: Unfetchable, unmaintained
2019-10-16 audio/nuvolaplayer: Unfetchable, unmaintained
2019-10-16 audio/vagalume: Unfetchable, unmaintained
2019-10-16 audio/wmsmixer: Unfetchable, unmaintained
2019-10-16 audio/xmms2-scrobbler: Unfetchable, unmaintained
2019-10-16 benchmarks/filebench: Unfetchable, unmaintained
2019-10-16 biology/chemeq: Unfetchable, unmaintained
2019-10-16 biology/linux-foldingathome: Unfetchable, unmaintained
2019-10-16 cad/dxf2fig: Unfetchable, unmaintained
2019-10-16 cad/gerbv: Unfetchable, unmaintained
2019-10-16 cad/ghdl: Unfetchable, unmaintained
2019-10-16 comms/gsmlib: Unfetchable, unmaintained
2019-10-16 comms/nokryptia: Unfetchable, unmaintained
2019-10-16 databases/mrtg-mysql-load: Unfetchable, unmaintained
2019-10-16 databases/postgres-xl: Unfetchable, unmaintained
2019-10-16 databases/wmjsql: Unfetchable, unmaintained
2019-10-16 deskutils/dlume: Unfetchable, unmaintained
2019-10-16 deskutils/gkrellm-reminder2: Unfetchable, unmaintained
2019-10-16 deskutils/ljit: Unfetchable, unmaintained
2019-10-16 deskutils/mdh: Unfetchable, unmaintained
2019-10-16 devel/atlassian-plugin-sdk: Unfetchable, unmaintained
2019-10-15 devel/bingo: Abandoned upstream
2019-10-16 devel/dprog: Unfetchable, unmaintained
2019-10-16 devel/eblob: Unfetchable, unmaintained
2019-10-16 devel/elftoaout: Unfetchable, unmaintained
2019-10-16 devel/fga: Unfetchable, unmaintained
2019-10-16 devel/fib: Unfetchable, unmaintained
2019-10-16 devel/flickrnet: Unfetchable, unmaintained
2019-10-16 devel/fujaba: Unfetchable, unmaintained
2019-10-16 devel/funnelweb: Unfetchable, unmaintained
2019-10-16 devel/genproto: Unfetchable, unmaintained
2019-10-16 devel/gitphp: Unfetchable, unmaintained
2019-10-16 devel/gnatcoll: Unfetchable, unmaintained
2019-10-16 devel/kimwitu: Unfetchable, unmaintained
2019-10-16 devel/libghthash: Unfetchable, unmaintained
2019-10-16 devel/lua-alien: Unfetchable, unmaintained
2019-10-16 devel/monotone-viz: Unfetchable, unmaintained
2019-10-16 devel/noweb: Unfetchable, unmaintained
2019-10-16 devel/p65: Unfetchable, unmaintained
2019-10-16 devel/py-fileutils: Unfetchable, unmaintained
2019-10-16 devel/py-mercurialserver: Unfetchable, unmaintained
2019-10-16 devel/py-pqueue: Unfetchable, unmaintained
2019-10-16 devel/pypersrc: Unfetchable, unmaintained
2019-10-16 devel/root-doc: Unfetchable, unmaintained
2019-10-16 devel/sfio: Unfetchable, unmaintained
2019-10-16 devel/styx: Unfetchable, unmaintained
2019-10-16 devel/tclmore: Unfetchable, unmaintained
2019-10-16 devel/umem: Unfetchable, unmaintained
2019-10-16 dns/ez-ipupdate: Unfetchable, unmaintained
2019-10-16 editors/zoinks: Unfetchable, unmaintained
2019-10-16 emulators/aftp: Unfetchable, unmaintained
2019-10-16 emulators/ia64sim: Unfetchable, unmaintained
2019-10-16 emulators/loemu: Unfetchable, unmaintained
2019-10-16 emulators/pipelight: Unfetchable, unmaintained
2019-10-16 finance/ledgersmb: Unfetchable, unmaintained
2019-10-16 ftp/atftp: Unfetchable, unmaintained
2019-10-16 ftp/cftp: Unfetchable, unmaintained
2019-10-16 games/arkanoidsb: Unfetchable, unmaintained
2019-10-16 games/balazar: Unfetchable, unmaintained
2019-10-16 games/blockade: Unfetchable, unmaintained
2019-10-16 games/cleanq3: Unfetchable, unmaintained
2019-10-16 games/conquest: Unfetchable, unmaintained
2019-10-16 games/crafty-tablebase-no-pawn: Unfetchable, unmaintained
2019-10-16 games/epiar: Unfetchable, unmaintained
2019-10-16 games/exmars: Unfetchable, unmaintained
2019-10-16 games/fteqw: Unfetchable, unmaintained
2019-10-16 games/gnake: Unfetchable, unmaintained
2019-10-16 games/gru: Unfetchable, unmaintained
2019-10-16 games/gtkpool: Unfetchable, unmaintained
2019-10-16 games/imaze: Unfetchable, unmaintained
2019-10-16 games/inform: Unfetchable, unmaintained
2019-10-16 games/iourbanterror: Unfetchable, unmaintained
2019-10-16 games/iourbanterror-server: Unfetchable, unmaintained
2019-10-16 games/jools: Unfetchable, unmaintained
2019-10-16 games/legends: Unfetchable, unmaintained
2019-10-16 games/linux-enemyterritory-etpro: Unfetchable, unmaintained
2019-10-16 games/linux-worldofgoo-demo: Unfetchable, unmaintained
2019-10-16 games/noegnud-data: Unfetchable, unmaintained
2019-10-16 games/poker-engine: Unfetchable, unmaintained
2019-10-16 games/ptools: Unfetchable, unmaintained
2019-10-16 games/pyawale: Unfetchable, unmaintained
2019-10-16 games/pysycache-lang: Unfetchable, unmaintained
2019-10-16 games/qmars: Unfetchable, unmaintained
2019-10-16 games/quake-reaper: Unfetchable, unmaintained
2019-10-16 games/quake3-ra3: Unfetchable, unmaintained
2019-10-16 games/sdlCC: Unfetchable, unmaintained
2019-10-16 games/speyes: Unfetchable, unmaintained
2019-10-16 games/vodovod: Unfetchable, unmaintained
2019-10-16 games/wmeyes: Unfetchable, unmaintained
2019-10-16 games/wmshuffle: Unfetchable, unmaintained
2019-10-16 games/xabacus: Unfetchable, unmaintained
2019-10-16 games/xpacman: Unfetchable, unmaintained
2019-10-16 games/xscorch: Unfetchable, unmaintained
2019-10-16 graphics/aeskulap: Unfetchable, unmaintained
2019-10-16 graphics/agave: Unfetchable, unmaintained
2019-10-16 graphics/cbview: Unfetchable, unmaintained
2019-10-16 graphics/copperspice: Unfetchable, unmaintained
2019-10-16 graphics/cthumb: Unfetchable, unmaintained
2019-10-16 graphics/fujiplay: Unfetchable, unmaintained
2019-10-16 graphics/gimp-ez-perspective-plugin: Unfetchable, unmaintained
2019-10-16 graphics/gimp-focusblur-plugin: Unfetchable, unmaintained
2019-10-16 graphics/gimp-jagged-border-script: Unfetchable, unmaintained
2019-10-16 graphics/gimp-manual-html: Unfetchable, unmaintained
2019-10-16 graphics/gimp-save-for-web: Unfetchable, unmaintained
2019-10-16 graphics/gimp-wavelet-denoise-plugin: Unfetchable, unmaintained
2019-10-16 graphics/gimp-wavelet-sharpen-plugin: Unfetchable, unmaintained
2019-10-16 graphics/giram: Unfetchable, unmaintained
2019-10-16 graphics/inventor: Unfetchable, unmaintained, Depends on expiring graphics/libGLw
2019-10-16 graphics/jpg2pdf: Unfetchable, unmaintained
2019-10-16 graphics/jpgraph2: Unfetchable, unmaintained
2019-10-16 graphics/makehuman: Unfetchable, unmaintained
2019-10-16 graphics/pstoepsi: Unfetchable, unmaintained
2019-10-16 graphics/xmandel: Unfetchable, unmaintained
2019-10-16 irc/minbif: Unfetchable, unmaintained
2019-10-16 japanese/VTPSfont: Unfetchable, unmaintained
2019-10-16 japanese/asterisk-sounds: Unfetchable, unmaintained
2019-10-16 japanese/cannadic: Unfetchable, unmaintained
2019-10-16 japanese/edict-utf-8: Unfetchable, unmaintained
2019-10-16 japanese/kpcal: Unfetchable, unmaintained
2019-10-16 japanese/multiskkserv: Unfetchable, unmaintained
2019-10-16 japanese/skkfep: Unfetchable, unmaintained
2019-10-16 java/eclipse-log4e: Unfetchable, unmaintained
2019-10-16 java/eclipse-lomboz: Unfetchable, unmaintained
2019-10-16 java/java-checkstyle: Unfetchable, unmaintained
2019-10-16 korean/baekmukfonts-ttf: Unfetchable, unmaintained
2019-10-16 korean/gtkcomm: Unfetchable, unmaintained
2019-10-16 lang/arena: Unfetchable, unmaintained
2019-10-16 lang/diveintopython: Unfetchable, unmaintained
2019-10-16 lang/modula3: Unfetchable, unmaintained
2019-10-16 lang/p2c: Unfetchable, unmaintained
2019-10-16 lang/quack: Unfetchable, unmaintained
2019-10-16 lang/stldoc: Unfetchable, unmaintained
2019-10-16 mail/altermime: Unfetchable, unmaintained
2019-10-16 mail/autosig: Unfetchable, unmaintained
2019-10-16 mail/gkrellmmailwatch2: Unfetchable, unmaintained
2019-10-16 mail/mboxcheck-applet: Unfetchable, unmaintained
2019-10-16 mail/nmzmail: Unfetchable, unmaintained
2019-10-16 mail/poppy: Unfetchable, unmaintained
2019-10-16 mail/prom-wl: Unfetchable, unmaintained
2019-10-16 mail/py-apolicy: Unfetchable, unmaintained
2019-10-16 mail/spamdb-curses: Unfetchable, unmaintained
2019-10-16 mail/xlbiff: Unfetchable, unmaintained
2019-10-16 math/algotutor: Unfetchable, unmaintained
2019-10-16 math/nyh-hoc: Unfetchable, unmaintained
2019-10-16 math/superlu_mt: Unfetchable, unmaintained
2019-10-16 math/testu01: Unfetchable, unmaintained
2019-10-16 misc/astrolog: Unfetchable, unmaintained
2019-10-16 misc/chord2html: Unfetchable, unmaintained
2019-10-16 misc/crosspad: Unfetchable, unmaintained
2019-10-16 misc/detachtty: Unfetchable, unmaintained
2019-10-16 misc/dphys-config: Unfetchable, unmaintained
2019-10-16 misc/dvorakng: Unfetchable, unmaintained
2019-10-16 misc/gctpc: Unfetchable, unmaintained
2019-10-16 misc/gkrellm-helium: Unfetchable, unmaintained
2019-10-16 misc/gkrellweather2: Unfetchable, unmaintained
2019-10-16 misc/linm: Unfetchable, unmaintained
2019-10-16 misc/mc-light: Unfetchable, unmaintained
2019-10-16 misc/newer: Unfetchable, unmaintained
2019-10-16 misc/telbook: Unfetchable, unmaintained
2019-10-16 misc/valspeak: Unfetchable, unmaintained
2019-10-16 misc/xd: Unfetchable, unmaintained
2019-10-16 multimedia/audiopreview: Unfetchable, unmaintained
2019-10-16 multimedia/dvts: Unfetchable, unmaintained
2019-10-16 multimedia/gcfilms: Unfetchable, unmaintained
2019-10-16 multimedia/kissdx: Unfetchable, unmaintained
2019-10-16 multimedia/playd: Unfetchable, unmaintained
2019-10-16 multimedia/subtitleeditor: Unfetchable, unmaintained
2019-10-16 multimedia/umr: Unfetchable, unmaintained
2019-10-16 net/bluemix-cli: Unfetchable, unmaintained
2019-10-16 net/boclient: Unfetchable, unmaintained
2019-10-16 net/csync2: Unfetchable, unmaintained
2019-10-16 net/dictd-database: Unfetchable, unmaintained
2019-10-16 net/gtic: Unfetchable, unmaintained
2019-10-16 net/hidentd: Unfetchable, unmaintained
2019-10-16 net/ldap2dns: Unfetchable, unmaintained
2019-10-16 net/libmxp: Unfetchable, unmaintained
2019-10-16 net/librouteros: Unfetchable, unmaintained
2019-10-16 net/nettest: Unfetchable, unmaintained
2019-10-16 net/py-netstring: Unfetchable, unmaintained
2019-10-16 net/radiusd-cistron: Unfetchable, unmaintained
2019-10-16 net/rtptools: Unfetchable, unmaintained
2019-10-16 net/smbldap-tools: Unfetchable, unmaintained
2019-10-16 net/tcptrace: Unfetchable, unmaintained
2019-10-16 net/wackford-squeers: Unfetchable, unmaintained
2019-10-16 net/wmnet2: Unfetchable, unmaintained
2019-10-16 net-im/pidgin-birthday-reminder: Unfetchable, unmaintained
2019-10-16 net-im/pidgin-pidgimpd: Unfetchable, unmaintained
2019-10-16 net-im/poezio: Unfetchable, unmaintained
2019-10-16 net-mgmt/bsnmp-jails: Unfetchable, unmaintained
2019-10-16 net-mgmt/iog: Unfetchable, unmaintained
2019-10-16 net-mgmt/lanmap: Unfetchable, unmaintained
2019-10-16 net-mgmt/nagios-spamd-plugin: Unfetchable, unmaintained
2019-10-16 net-mgmt/nefu: Unfetchable, unmaintained
2019-10-16 net-mgmt/pixilate: Unfetchable, unmaintained
2019-10-16 net-mgmt/slate: Unfetchable, unmaintained
2019-10-16 net-mgmt/weplab: Unfetchable, unmaintained
2019-10-16 net-p2p/bnbt: Unfetchable, unmaintained
2019-10-16 net-p2p/btpd: Unfetchable, unmaintained
2019-10-16 net-p2p/gkremldk: Unfetchable, unmaintained
2019-10-16 news/newscache: Unfetchable, unmaintained
2019-10-16 news/nntpbtr: Unfetchable, unmaintained
2019-10-16 news/slrnconf: Unfetchable, unmaintained
2019-10-16 news/xpn: Unfetchable, unmaintained
2019-10-16 polish/ekg: Unfetchable, unmaintained
2019-10-16 polish/ekg2: Unfetchable, unmaintained
2019-10-16 ports-mgmt/fastest_sites: Unfetchable, unmaintained
2019-10-16 ports-mgmt/pkg-plist: Unfetchable, unmaintained
2019-10-16 ports-mgmt/symports: Unfetchable, unmaintained
2019-10-16 print/poster: Unfetchable, unmaintained
2019-10-16 russian/d1489: Unfetchable, unmaintained
2019-10-16 science/metaf2xml: Unfetchable, unmaintained
2019-10-16 security/authforce: Unfetchable, unmaintained
2019-10-16 security/avcheck: Unfetchable, unmaintained
2019-10-16 security/digest: Unfetchable, unmaintained
2019-10-16 security/fpm2: Unfetchable, unmaintained
2019-10-16 security/fwipe: Unfetchable, unmaintained
2019-10-16 security/gnome-password-generator: Unfetchable, unmaintained
2019-10-16 security/httprint: Unfetchable, unmaintained
2019-10-16 security/ike-scan: Unfetchable, unmaintained
2019-10-16 security/ipfwcount: Unfetchable, unmaintained
2019-10-16 security/libsparkcrypto: Unfetchable, unmaintained
2019-10-16 security/md4coll: Unfetchable, unmaintained
2019-10-16 security/md5coll: Unfetchable, unmaintained
2019-10-16 security/osiris: Unfetchable, unmaintained
2019-10-16 security/ranpwd: Unfetchable, unmaintained
2019-10-16 security/rdigest: Unfetchable, unmaintained
2019-10-16 security/smap: Unfetchable, unmaintained
2019-10-16 security/sshblock: Unfetchable, unmaintained
2019-10-16 shells/bashc: Unfetchable, unmaintained
2019-10-16 shells/flash: Unfetchable, unmaintained
2019-10-16 sysutils/cotty: Unfetchable, unmaintained
2019-10-16 sysutils/dt: Unfetchable, unmaintained
2019-10-16 sysutils/gkrellfire: Unfetchable, unmaintained
2019-10-16 sysutils/log_analysis: Unfetchable, unmaintained
2019-10-16 sysutils/mksunbootcd: Unfetchable, unmaintained
2019-10-16 sysutils/rfstool: Unfetchable, unmaintained
2019-10-16 sysutils/skill: Unfetchable, unmaintained
2019-10-16 sysutils/sloth: Unfetchable, unmaintained
2019-10-16 sysutils/snowlog: Unfetchable, unmaintained
2019-10-16 sysutils/wmfire: Unfetchable, unmaintained
2019-10-16 sysutils/xbattbar: Unfetchable, unmaintained
2019-10-16 textproc/bedic-data: Unfetchable, unmaintained
2019-10-16 textproc/clit: Unfetchable, unmaintained
2019-10-16 textproc/docbook-tdg: Unfetchable, unmaintained
2019-10-16 textproc/emacs-wiki: Depends on expiring ports
2019-10-16 textproc/htmlize.el: Unfetchable, unmaintained
2019-10-16 textproc/libflate: Unfetchable, unmaintained
2019-10-16 textproc/mguesser: Unfetchable, unmaintained
2019-10-16 textproc/opensched: Unfetchable, unmaintained
2019-10-16 textproc/opentoken: Unfetchable, unmaintained
2019-10-16 textproc/rot: Unfetchable, unmaintained
2019-10-16 textproc/rtfx: Unfetchable, unmaintained
2019-10-16 textproc/supercat: Unfetchable, unmaintained
2019-10-16 textproc/xml_ez_out: Unfetchable, unmaintained
2019-10-16 textproc/xmldiff: Unfetchable, unmaintained
2019-10-16 textproc/xqilla: Unfetchable, unmaintained
2019-10-16 www/WebMagick: Unfetchable, unmaintained
2019-10-16 www/bins: Unfetchable, unmaintained
2019-10-16 www/blogsum: Unfetchable, unmaintained
2019-10-16 www/boa: Unfetchable, unmaintained
2019-10-16 www/cgihtml: Unfetchable, unmaintained
2019-10-16 www/cgiparse: Unfetchable, unmaintained
2019-10-16 www/flot: Unfetchable, unmaintained
2019-10-16 www/ftasv: Unfetchable, unmaintained
2019-10-16 www/hastymail2-devel: Unfetchable, unmaintained
2019-10-16 www/htmlpp: Unfetchable, unmaintained
2019-10-16 www/http-analyze: Unfetchable, unmaintained
2019-10-16 www/junkbuster: Unfetchable, unmaintained
2019-10-16 www/links-hacked: Unfetchable, unmaintained
2019-10-16 www/llgal: Unfetchable, unmaintained
2019-10-16 www/mgstat: Unfetchable, unmaintained
2019-10-16 www/php-screw: Unfetchable, unmaintained
2019-10-16 www/phproxy: Unfetchable, unmaintained
2019-10-16 www/py-prewikka: Unfetchable, unmaintained
2019-10-16 www/redmine-backlogs: Unfetchable, unmaintained
2019-10-16 www/swfdec-plugin: Unfetchable, unmaintained
2019-10-16 www/swish-e: Unfetchable, unmaintained
2019-10-16 x11/blast: Unfetchable, unmaintained
2019-10-16 x11/dynamag: Unfetchable, unmaintained
2019-10-16 x11/xcurs: Unfetchable, unmaintained
2019-10-16 x11/xscreensaver-gnome: Unfetchable, unmaintained
2019-10-16 x11/xscreensaver-gnome-hacks: Unfetchable, unmaintained
2019-10-16 x11-clocks/cairo-clock: Unfetchable, unmaintained
2019-10-16 x11-clocks/pclock: Unfetchable, unmaintained
2019-10-16 x11-clocks/stopwatch: Unfetchable, unmaintained
2019-10-16 x11-clocks/wmfuzzy: Unfetchable, unmaintained
2019-10-16 x11-fm/emelfm2: Unfetchable, unmaintained
2019-10-16 x11-fm/ezfm: Unfetchable, unmaintained
2019-10-16 x11-fm/ultracopier: Unfetchable, unmaintained
2019-10-16 x11-fm/xplore: Unfetchable, unmaintained
2019-10-16 x11-fonts/indic-ttf: Unfetchable, unmaintained
2019-10-16 x11-fonts/pingwi: Unfetchable, unmaintained
2019-10-16 x11-themes/cursor-ecliz: Unfetchable, unmaintained
2019-10-16 x11-themes/cursor-grounation-theme: Unfetchable, unmaintained
2019-10-16 x11-themes/cursor-neutral-theme: Unfetchable, unmaintained
2019-10-16 x11-themes/cursor-polar-theme: Unfetchable, unmaintained
2019-10-16 x11-themes/gtk-envy-theme: Unfetchable, unmaintained
2019-10-16 x11-themes/gtk-equinox-engine: Unfetchable, unmaintained
2019-10-16 x11-themes/gtk-qnxtheme: Unfetchable, unmaintained
2019-10-16 x11-themes/plank-theme-moka: Unfetchable, unmaintained
2019-10-15 x11-toolkits/swt-devel: Obsolete. Superseded by x11-toolkits/swt
2019-10-16 x11-wm/genmenu: Unfetchable, unmaintained
2019-10-16 x11-wm/musca: Unfetchable, unmaintained
2019-10-16 x11-wm/weewm: Unfetchable, unmaintained
2019-10-16 x11-wm/windowlab: Unfetchable, unmaintained
2019-10-16 x11-wm/wmfs: Unfetchable, unmaintained
|
| |
|
|
|
|
|
|
|
|
| |
Announcement:
https://kde.org/announcements/announce-applications-19.08.2.php
Changelog:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.2
|
|
|
|
|
| |
PR: 241194
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
|
|
|
|
|
|
|
| |
While here, clean up
PR: 241203
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
|
|
|
|
|
|
|
|
| |
Use C11 compiler:
rpy2/rinterface_lib/R_API_eventloop.h:24: error: redefinition of typedef 'InputHandler'
rpy2/rinterface_lib/R_API_eventloop.h:6: error: previous declaration of 'InputHandler' was here
Approved by: mentors (implicit approval)
|
|
|
|
|
|
|
| |
Don't use -march=native, it breaks compilation with GCC.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21995
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
doesn't seem to work
|
|
|
|
|
|
|
| |
Builds fine without it.
PR: 240977
Approved by: linimon (mentor), portmgr (removing architecture-specific workarounds)
|
|
|
|
|
| |
Should have been PYDISTUTILS_BUILD_TARGET but it appears to not be
needed.
|
|
|
|
| |
Reported by: portscout
|
| |
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
|
| |
Don't unconditionally use libomp, it breaks build on GCC architectures.
Instead set USES=compiler:openmp.
PR: 241099
Approved by: yuri (maintainer), linimon (mentor)
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
| |
ignore:v0.5 didn't work even though portscout said that 'v0.5' is a new version.
Trying ignore:0.5.
|
|
|
|
| |
- Bump portrevision of dependent ports.
|
| |
|
|
|
|
|
| |
PR: 240924
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
|
|
|
|
|
| |
PR: 240988
Submitted by: Nathan <ndowens04@gmail.com> (maintainer)
|
|
|
|
|
|
| |
PR: 241113
Submitted by: Anton Shterenlikht <as cmplx uk> (maintainer)
MFH: 2019Q4
|
| |
|
|
|
|
| |
Reported by: portscout
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Apache Softare Foundation used to maintain an umbrella project named
Jakarta but it was retired on 2011. This name now conflicts with the new
name for Java EE under the Eclipse Foundation.
Rename most of the packages to be more consistent. Some other packages remain
but they will require intervention by their corresponding maintainers.
Approved by: thierry (mentor), makc
Differential Revision: https://reviews.freebsd.org/D21902
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop static library
- Drop gtest-config and gmock-config
- Drop GTEST_LIB_CHECK autoconf macro
- Drop gmock_doctory.py as it's too old
- Expose tests via option
Changes: https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0
Reported by: GitHub (watch releases)
PR: 239654
Differential Revision: https://reviews.freebsd.org/D19430
|
|
|
|
|
|
|
|
|
| |
Instead of depending on libomp, set USES=compiler:openmp.
Also don't link to libomp.
PR: 241050
Approved by: linimon (mentor), yuri (maintainer)
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GNU MCSim is a simulation package, written in C, which allows you to:
* design and run your own statistical or simulation models
* perform Monte Carlo stochastic simulations
* do Bayesian inference through Markov Chain Monte Carlo simulations
* formally optimize experimental designs
WWW: https://www.gnu.org/software/mcsim/
PR: 240966
Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Use C11 compiler:
In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
from calculator.c:29:
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was heremv -f .deps/libcalculator_la-lexer.Tpo .deps/libcalculator_la-lexer.Plo
Approved by: mentors (implicit approval)
|
|
|
|
|
|
| |
due to email bounces and maintainer quit maintaining the port.
Reported by: maintainer's supervisor (via Facebook)
|
|
|
|
|
|
|
|
| |
Fix build by not trying to link against libXp (since it is deprecated).
Add missing xorg dependencies.
remove broken
MFH: 2019Q4
|
|
|
|
|
|
|
|
| |
cc -o ngraph x11/main.o x11/x11.a src/kern.a -L/usr/local/lib -lXm -lm -L/usr/local/lib -lXext -lXt -lXp -lX11 -lICE -lSM
/usr/bin/ld: cannot find -lXp
Reported by: pkg-fallout
MFH: 2019Q4
|
|
|
|
| |
Unbreak ATLAS, GOTOBLAS, OPENBLAS, REFERENCE options.
|
| |
|
|
|
|
|
|
|
|
|
| |
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13
Thanks to adridg who helped to fix a lot of packages.
Exp-run by: antoine
PR: 238782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow using Clang again (base libomp.so or OpenMP disabled)
- Respect C++ library if using GCC (must be libc++ on Clang architectures)
- Respect CFLAGS/CXXFLAGS in subdirectories using CMake
- Respect BLAS/LAPACK choice (actually use OpenBLAS)
- Enable Intel threading building blocks support
- Switch to vendor build/install targets
- Adjust plist for new items (GraphBLAS, Mongoose, DOCS)
- Skip running demos during build
PR: 240899
Tested by: pkubaj
Approved by: fortran (thierry)
MFH: 2019Q4
|
|
|
|
|
| |
Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS
https://github.com/rpy2/rpy2/blob/master/NEWS
|
| |
|
| |
|
|
|
|
| |
- Bump portrevision of dependent ports.
|
| |
|
| |
|
|
|
|
| |
https://github.com/ceres-solver/ceres-solver/commit/2ad14b7a616c
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
| |
ninja: error: unknown target 'ARGS=-V'
|
|
|
|
| |
RUN_DEPENDS switched from devel/openmp to lang/gcc9.
|
| |
|
| |
|
|
|
|
| |
Reported by: jbeich
|
|
|
|
|
| |
PR: 240829
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
|
|
|
|
| |
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES
|
| |
|
| |
|
|
|
|
|
| |
PR: 240693
Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Found while working on powerpc64.
Tested on: amd64, powerpc64.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
| |
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
| |
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are many greater changes including:
- New module ffi
- Remove interbase module
- Remove recode module
- Remove wddx module
- Many modules changes the build switches
- Many modules changes the config format, so patches needed to be recreated
Special thanks to tobik and ale for their support.
Reviewed by: tobik, ale, joneum
Sponsored by: PHP Update Service
Differential Revision: https://reviews.freebsd.org/D21349
|
|
|
|
| |
Submitted by: jkim
|
|
|
|
|
| |
PR: 240672
Reported by: ohartmann (at) walstatt.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This XFCE release uses almost exclusively gtk3, so the USES=xfce
now defaults to gtk3
- Make x11-themes/gtk-xfce-engine an optional dependency(disabled
by default), it only supports gtk2, so would leave miost of this
XFCE version unthemed.
- Add Greybird as an optional and enabled dependency as a modern
theme supporting both GTK versions and all other XFCE parts
- The xfce4-vala port is deprecated and removed. The VALA bindings
are available in the library ports using the GIR and VAPI options
(on by default)
- Fixed various missing library and portlint warnings (portmgr fixit
blanket)
- Default Display Manager changed to lightdm (Thanks to woodsb02
for help)
- Add x11/xfce4-screensaver as an optional dependency to the
xfce4-goodies (enabled by default)
- Remove dependency on x11-fm/thunar-vfs and deprecate the port.
It is EOL upstream and the functionality is included in thunar
itself
Update:
- Added back sysutils/xfce4-places-plugin, updated to 1.8.1
- archivers/thunar-archive-plugin to 0.4.0
- audio/thunar-media-tags-plugin to 0.3.0
- audio/xfce4-mpc-plugin to 0.5.2
- audio/xfce4-pulseaudio-plugin to 0.4.2
- deskutils/xfce4-tumbler to 0.2.7
- devel/thunar-vcs-plugin to 0.2.0 [1]
- devel/xfce4-dev-tools to 4.14.0
- misc/xfce4-appfinder to 4.14.0
- misc/xfce4-weather-plugin to 0.10.0
- multimedia/xfce4-parole to 1.0.4
- sysutils/gigolo to 0.5.0
- sysutils/xfce4-battery-plugin to 1.1.3
- sysutils/xfce4-fsguard-plugin to 1.1.1
- sysutils/xfce4-netload-plugin to 1.3.2
- sysutils/xfce4-power-manage to 1.6.5
- sysutils/xfce4-settings 4.14.1
- sysutils/xfce4-systemload-plugin to 1.2.3
- sysutils/xfce4-wavelan-plugin to 0.6.1
- www/xfce4-smartbookmark-plugin to 0.5.1
- x11-clocks/xfce4-datetime-plugin to 0.8.0
- Added new xfce4-stopwatch-plugin, version 0.3.1
- x11-clocks/xfce4-timer-out-plugin to 1.0.3
- x11-fm/thunar to 1.8.9
- x11-wm/xfce4-desktop to 4.14.1
- x11-wm/xfce4-panel to 4.14.0
- x11-wm/xfce4-session to 4.14.0
- x11-wm/xfce4-wm to 4.14.0
- x11/libexo to 0.12.8
- x11/libxfce4menu to 4.14.1
- x11/libxfce4util to 4.14.0
- x11/xfce4-conf to 4.14.1
- x11/xfce4-dashboard to 0.7.5
- x11/xfce4-screensaver to 0.1.8
- x11/xfce4-screenshooter-plugin to 1.9.6
- x11/xfce4-verve-plugin to 2.0.0
Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com>
PR: 240236
Exp-run by: antoine
Tested by: sbruno
Approved by: sergey.dyatko@gmail.com (maintainer timeout via
email), portmgr (fixit blanket, port breaks with
new Thunar if not updated) [1]
Differential Revision: https://reviews.freebsd.org/D21278
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libomp is provided by
- LLVM, which gets pulled in with FLANG
- gcc
So, we *must* only depend on devel/openmp when
- the OPENMP knob is on
- FLANG is off (guaranteed to be off for all archs except amd64)
- clang is the C compiler.
But, we cannot modify LIB_DEPENDS after CHOSEN_COMPILER_TYPE is defined, so
for now, limit the OPENMP knob for i386 and amd64 where clang is the
default compiler.
This will be moot after 12.1 when openmp will be in base.
PR: 240279
Reported by: pkubaj
Reviewed by: pkubaj
|
|
|
|
|
|
|
|
|
| |
Use C++11 compiler:
Cannot enable C++11 features.
Use it also for math/ipopt to be able to link math/casadi against it.
Approved by: mentors (implicit approval)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch to a fork hosted at GitHub:
This GitHub project is designed to provide a common maintained version of
arpackpp. It is derived from the orignial package (ARPACK++ Version 1.2. by
Gomes and Sorensen), which has not been actively maintained for many years.
Several updates have been included in this version (some of them were previously
hosted as patches at http://reuter.mit.edu/software/arpackpatch/ ). This GitHub
repository is designed to collect fixes and updates (e.g. to more recent or
future releases of the involved libraries).
PR: 240670
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
| |
It should have been post-patch-QHULL2015-on and was broken in r433415
during conversion to options helpers. However the patch does not
do anything useful anymore. Finding the right qhull headers is
already handled automatically by cmake via HAS_LIBQHULL_INCLUDE.
|
|
|
|
|
|
|
|
|
| |
- Upgrade to 5.4.0 (Latest stable release) (2)
- Since I'm here make the pre-configure operations visible.
PR: 239080 (1)
Submitted by: imagin8r (T) protonmail.com
|
| |
|
|
|
|
|
| |
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677
|
|
|
|
|
|
|
| |
Requires C++14:
cc1plus: error: unrecognized command line option "-std=c++1y"
Approved by: mentors (implicit approval)
|
| |
|
|
|
|
|
|
|
|
| |
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528
|
|
|
|
| |
MFH: 2019Q3
|
|
|
|
| |
MFH: 2019Q3
|
|
|
|
|
| |
PR: 240446
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
|
|
|
|
|
|
| |
Changes: https://github.com/numpy/numpy/releases
PR: 240424
Exp-run by: antoine
|