summaryrefslogtreecommitdiff
path: root/math/gretl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/gretl: Update 2021d -> 2022aYuri Victorovich2022-03-135-50/+16
| | | | Reported by: portscout
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* math/gretl: Update 2021b -> 2021dYuri Victorovich2021-10-026-94/+111
| | | | Reported by: portscout
* math/gretl: Update 2021a -> 2021bYuri Victorovich2021-05-076-27/+37
| | | | Reported by: portscout
* math/gretl: Correct PKGNAME to be 2021a, not 2021.a to reflect how Gretl is ↵Yuri Victorovich2021-04-201-1/+1
| | | | versioned.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/gretl: Change from gtk2 to gtk3.Yuri Victorovich2021-02-042-55/+55
| | | | Requested by: bapt (via e-mail)
* math/gretl: Update 2020e -> 2021aYuri Victorovich2021-01-193-6/+7
| | | | Reported by: portscout
* math/gretl: Update 2020d -> 2020eYuri Victorovich2020-11-243-9/+12
|
* math/gretl: Update 2020c -> 2020dYuri Victorovich2020-08-203-6/+10
| | | | Reported by: portscout
* math/gretl: Update 2020b -> 2020cYuri Victorovich2020-08-033-10/+37
| | | | Reported by: portscout
* math/gretl: Update 2020a -> 2020bYuri Victorovich2020-04-123-7/+6
| | | | Reported by: portscout
* Drop dependency on devel/openmpJan Beich2020-03-081-8/+1
| | | | | | | - Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020
* math/gretl: Update 2019d -> 2020aYuri Victorovich2020-03-073-8/+22
| | | | Reported by: portscout
* math/gretl: fix build on GCC architecturesPiotr Kubaj2020-01-011-3/+3
| | | | | | | | | | Since the last upgrade, gretl requires C11: ../lib/src/bhhh_max.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Lval' Fix this by adding USES=compiler:c11 and replacing OPENMP_USES=compiler:openmp with OPENMP_USE=GCC=yes. This sets the correct CC. PR: 243027 Approved by: yuri (maintainer)
* math/gretl: Update 2019a -> 2019dYuri Victorovich2019-12-263-7/+13
|
* math/gretl: Fix build on systems w/out omp.h in the base system; Add the MPI ↵Yuri Victorovich2019-12-262-6/+18
| | | | | | option that is off and broken for now Reported by: fallout
* math/gretl: fix build on GCC architecturesPiotr Kubaj2019-10-081-2/+2
| | | | | | | | | Don't unconditionally use libomp, it breaks build on GCC architectures. Instead set USES=compiler:openmp. PR: 241099 Approved by: yuri (maintainer), linimon (mentor)
* devel/openmp: update to 9.0.0Jan Beich2019-09-211-1/+1
| | | | | | | | - 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/
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* devel/openmp: phase outJan Beich2019-05-081-1/+1
| | | | | | | | | - Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767
* Switch to -fstack-protector-strong and enable on more architecturesJan Beich2019-04-241-0/+1
| | | | | | | PR: 237273 Exp-run by: antoine Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D19907
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
* math/gretl: Update 2018d -> 2019aYuri Victorovich2019-01-264-10/+11
| | | | Reported by: portscout
* math/gretl: Update 2018c -> 2018dYuri Victorovich2018-12-223-7/+13
| | | | Reported by: portscout
* math/gretl: Update 1.9.13 -> 2018cYuri Victorovich2018-12-2010-354/+346
| | | | | | | | | Take maintainership. Port changes: * Add the ADDONS option * Marked the "R" option broken * Remove the empty docs directory
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.Alex Dupre2018-04-191-1/+1
|
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | version 1.1.0 (via revision 464079).
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* math/gretl: Fix R dependency option (causing build failure)Steve Wills2017-08-181-1/+1
| | | | | PR: 220729 Submitted by: Beeblebrox <zaphod@berentweb.com>
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* - Add missing NLS option to OPTIONS_DEFINE, LICENSE_FILEPawel Pekala2017-06-0210-117/+87
| | | | | | | | - Register missing dependencies found by stage-qa - Convert to USES=localbase - Use options helpers - Strip gretl-gtk2 plugins - Regenerate patches with make makepatch, use correct patch naming
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+1
| | | | | | | | | | | | | | | 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
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-271-1/+1
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-9/+9
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix packagingAntoine Brodin2014-10-072-19/+5
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-08-182-43/+3
| | | | Approved by: portmgr blanket
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-296-0/+0
| | | | '__' instead.
* Use stagingBrendan Fabeny2014-07-082-5/+2
|
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-3/+3
| | | | Approved by: portmgr (blanket)
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | 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)
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-2/+1
| | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Update to 1.9.13Brendan Fabeny2013-11-205-27/+57
|