| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Fix LICENSE_FILE
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Statistics-Descriptive
Notes:
svn path=/head/; revision=483200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Qt5 required c++11 support.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
PR: 232726
PR: 232725
PR: 232723
PR: 232722
PR: 232721
PR: 232720
PR: 232719
PR: 232697
PR: 232682
PR: 232669
PR: 232668
PR: 232667
PR: 232666
PR: 232665
PR: 232664
PR: 232662
PR: 232661
PR: 232655
PR: 232654
PR: 232652
PR: 232648
PR: 232647
PR: 232641
PR: 232640
PR: 232638
PR: 232635
PR: 232634
PR: 232632
PR: 232631
PR: 232630
PR: 232629
PR: 232628
PR: 232627
PR: 232625
PR: 232624
PR: 232623
PR: 232614
PR: 232613
PR: 232612
PR: 232611
PR: 232610
PR: 232609
PR: 232607
PR: 232606
PR: 232605
PR: 232604
PR: 232603
PR: 232602
PR: 232597
PR: 232589
PR: 232585
PR: 232584
PR: 232583
PR: 232581
PR: 232580
PR: 232579
PR: 232578
PR: 232576
PR: 232575
PR: 232574
PR: 232573
PR: 232570
Notes:
svn path=/head/; revision=483125
|
|
|
|
|
|
|
|
| |
PR: 232432
Submitted by: Nathan <ndowens@yahoo.com>
Notes:
svn path=/head/; revision=483103
|
|
|
|
|
|
|
|
| |
PR: 232592
Submitted by: Nathan <ndowens@yahoo.com> (maintainer)
Notes:
svn path=/head/; revision=483084
|
|
|
|
| |
Notes:
svn path=/head/; revision=483000
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=482956
|
|
|
|
|
|
|
|
|
|
|
| |
- changelog:
- Added Rossi recidivism, 2011 Canadian National Election Study, and UN
1998 social indicators data sets.
Generated by: portcran (0.1.9)
Notes:
svn path=/head/; revision=482934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- removed PORTREVISION due to version bump
- add new run dependencies:
- astro/R-cran-maptools
- devel/R-cran-abind
- math/R-cran-carData
- math/R-cran-lme4
- textproc/R-cran-rio
- remove unused test dependency:
- math/R-cran-lme4
- update description to align with CRAN package
- update website URL to align with CRAN package
- changelog:
- This version deals with a technical problem (reported by Don van den
Bergh), implementing a solution suggested by Brian Ripley: Rather than
importing utils::askYesNo(), which is unavailable before R 3.5.0, a
local unexported copy is supplied in the car package, to be removed
after version 3.0-2.
Generated by: portcran (0.1.9)
Notes:
svn path=/head/; revision=482910
|
|
|
|
|
|
|
| |
Generated by: portcran (0.1.9)
Notes:
svn path=/head/; revision=482867
|
|
|
|
| |
Notes:
svn path=/head/; revision=482846
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
Notes:
svn path=/head/; revision=482830
|
|
|
|
| |
Notes:
svn path=/head/; revision=482738
|
|
|
|
|
|
|
| |
meshes
Notes:
svn path=/head/; revision=482731
|
|
|
|
|
|
|
|
| |
PR: 232503
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=482678
|
|
|
|
|
|
|
| |
on a grid
Notes:
svn path=/head/; revision=482614
|
|
|
|
|
|
|
| |
It isn't broken: it has a bug that it breaks on architectures other than amd64.
Notes:
svn path=/head/; revision=482609
|
|
|
|
|
|
|
|
| |
PR: 232263
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=482596
|
|
|
|
|
|
|
|
| |
PR: 232470
Submitted by: pkubaj (at) anongoth.pl
Notes:
svn path=/head/; revision=482562
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Math-BigInt
Notes:
svn path=/head/; revision=482523
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from Calculator.cc:45:
In file included from /usr/local/include/unicode/ucasemap.h:25:
/usr/local/include/unicode/localpointer.h:221:40: error: expected ';' at end of declaration list
LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
^
/usr/local/include/unicode/localpointer.h:366:36: error: expected ';' at end of declaration list
LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
^
In file included from Calculator.cc:45:
/usr/local/include/unicode/ucasemap.h:96:1: error: expected ';' at end of declaration list
U_DEFINE_LOCAL_OPEN_POINTER(LocalUCaseMapPointer, UCaseMap, ucasemap_close);
^
/usr/local/include/unicode/localpointer.h:493:60: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
^
/usr/local/include/unicode/platform.h:503:23: note: expanded from macro 'U_NOEXCEPT'
# define U_NOEXCEPT noexcept
^
Regressed by: https://github.com/unicode-org/icu/commit/35ce5296c1d3
PR: 232300
Reported by: antoine (via exp-run)
Notes:
svn path=/head/; revision=482451
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=482407
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=482404
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=482385
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=482380
|
|
|
|
| |
Notes:
svn path=/head/; revision=482323
|
|
|
|
| |
Notes:
svn path=/head/; revision=482142
|
|
|
|
|
|
|
| |
Reported by: mat@
Notes:
svn path=/head/; revision=482113
|
|
|
|
|
|
|
|
| |
PR: 232252
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Notes:
svn path=/head/; revision=482106
|
|
|
|
|
|
|
| |
It was installing some empty directories under DATADIR which PORTDATA=* doesn't handle.
Notes:
svn path=/head/; revision=482101
|
|
|
|
|
|
|
|
|
|
|
| |
Add USES=compiler:c++11-lang
Also add USES=gl
PR: 232250
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=482050
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=482020
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=482014
|
|
|
|
|
|
|
|
|
|
|
| |
* Use COPYTREE_SHARE instead of COPYTREE_BIN
* Bump PORTREVISION
Reported by: adamw@
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=481998
|
|
|
|
|
|
|
|
|
|
|
|
| |
C implementation of the Double Description Method of Motzkin et al
PR: 231161
Submitted by: phascolarctos@protonmail.ch
Reviewed by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D17385
Notes:
svn path=/head/; revision=481995
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Build succeeds on 11, but fails on 10 and 12 due to the boost bug.[1][2]
--References--
[1] https://github.com/dealii/dealii/issues/7344
[2] https://github.com/boostorg/serialization/pull/105
Reported by: portscout
Notes:
svn path=/head/; revision=481957
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=481956
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Math-BigInt-Pari
Notes:
svn path=/head/; revision=481935
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Math-BigInt-GMP
Notes:
svn path=/head/; revision=481934
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Math-BigInt-FastCalc
Notes:
svn path=/head/; revision=481933
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Math-BigInt
Notes:
svn path=/head/; revision=481932
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=481888
|
|
|
|
| |
Notes:
svn path=/head/; revision=481870
|
|
|
|
| |
Notes:
svn path=/head/; revision=481867
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Remove do-install: it is now implemented by the project
* Add options to choose the LAPACK-compatible interface for liner algebra
Notes:
svn path=/head/; revision=481863
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/bignum
Notes:
svn path=/head/; revision=481860
|
|
|
|
| |
Notes:
svn path=/head/; revision=481851
|
|
|
|
|
|
|
| |
Also, reintegrate HTML documentation that was removed in previous version.
Notes:
svn path=/head/; revision=481833
|
|
|
|
| |
Notes:
svn path=/head/; revision=481792
|
|
|
|
|
|
|
| |
PR: 220590 (for tracking)
Notes:
svn path=/head/; revision=481771
|
|
|
|
|
|
|
|
|
| |
Several relevant bugs were fixed:
* SONAME was added
* Some patches aren't needed now
Notes:
svn path=/head/; revision=481765
|