notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: science/octopus/Makefile

Number of commits found: 42

Thursday, 21 Mar 2024
17:10 Nuno Teixeira (eduardo) search for other commits by this committer
science/octopus: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 496e64e4c808f55b5bde93800a3d09accb43fa1d commit hash: 496e64e4c808f55b5bde93800a3d09accb43fa1d commit hash: 496e64e4c808f55b5bde93800a3d09accb43fa1d commit hash: 496e64e4c808f55b5bde93800a3d09accb43fa1d 496e64e
Monday, 1 Jan 2024
11:49 Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0

PR:		275860
commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd f2489ab
Monday, 6 Nov 2023
23:22 Yuri Victorovich (yuri) search for other commits by this committer
science/octopus: update 11.4 → 13.0
commit hash: ffa8992157df1abee61aa925d8e109dc89070dcc commit hash: ffa8992157df1abee61aa925d8e109dc89070dcc commit hash: ffa8992157df1abee61aa925d8e109dc89070dcc commit hash: ffa8992157df1abee61aa925d8e109dc89070dcc ffa8992
Monday, 11 Sep 2023
06:51 Yuri Victorovich (yuri) search for other commits by this committer
science/{,py-}spglib: update 2.0.2 → 2.1.0

Reported by:	portscout
commit hash: 773d13870c68007ee3b01e6b40bfdaadad32bac1 commit hash: 773d13870c68007ee3b01e6b40bfdaadad32bac1 commit hash: 773d13870c68007ee3b01e6b40bfdaadad32bac1 commit hash: 773d13870c68007ee3b01e6b40bfdaadad32bac1 773d138
Friday, 28 Jul 2023
17:13 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f 664a2fa
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Saturday, 5 Nov 2022
14:47 Thierry Thomas (thierry) search for other commits by this committer
science/*: bump PORTREVISION in consumers of libXC
commit hash: cceff449fd65e82dae764ff16b72000d1cd0454b commit hash: cceff449fd65e82dae764ff16b72000d1cd0454b commit hash: cceff449fd65e82dae764ff16b72000d1cd0454b commit hash: cceff449fd65e82dae764ff16b72000d1cd0454b cceff44
Sunday, 30 Oct 2022
20:11 Yuri Victorovich (yuri) search for other commits by this committer
science/octopus: Add USE_GCC=11

octopus isn't yet compatible with gcc-12.

PR:		266196
Reported by:	salvadore@
commit hash: 0e853a10fc56a3e2d827db16629dde19374a0de2 commit hash: 0e853a10fc56a3e2d827db16629dde19374a0de2 commit hash: 0e853a10fc56a3e2d827db16629dde19374a0de2 commit hash: 0e853a10fc56a3e2d827db16629dde19374a0de2 0e853a1
Saturday, 8 Oct 2022
02:36 Yuri Victorovich (yuri) search for other commits by this committer
science/spglib: Update 1.16.5 -> 2.0.1
commit hash: 1390f547a0895eb70d2fb760602b696b8bd4ec21 commit hash: 1390f547a0895eb70d2fb760602b696b8bd4ec21 commit hash: 1390f547a0895eb70d2fb760602b696b8bd4ec21 commit hash: 1390f547a0895eb70d2fb760602b696b8bd4ec21 1390f54
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 31 May 2022
09:12 Yuri Victorovich (yuri) search for other commits by this committer
science/octopus: Cosmetic changes
commit hash: 1f912cdd93dc9bcc135758b78147cdbd5bc3cecd commit hash: 1f912cdd93dc9bcc135758b78147cdbd5bc3cecd commit hash: 1f912cdd93dc9bcc135758b78147cdbd5bc3cecd commit hash: 1f912cdd93dc9bcc135758b78147cdbd5bc3cecd 1f912cd
09:01 Yuri Victorovich (yuri) search for other commits by this committer
science/octopus: Update 11.3 -> 11.4
commit hash: ffbb11a7fc771fe0d00ffa61872b28fc744d1326 commit hash: ffbb11a7fc771fe0d00ffa61872b28fc744d1326 commit hash: ffbb11a7fc771fe0d00ffa61872b28fc744d1326 commit hash: ffbb11a7fc771fe0d00ffa61872b28fc744d1326 ffbb11a
Sunday, 20 Mar 2022
18:24 Yuri Victorovich (yuri) search for other commits by this committer
science/octopus: Broken on aarch64

Reported by:	portscout
commit hash: 7ba8d98230ed4a7781bfafed7ded1396281b5551 commit hash: 7ba8d98230ed4a7781bfafed7ded1396281b5551 commit hash: 7ba8d98230ed4a7781bfafed7ded1396281b5551 commit hash: 7ba8d98230ed4a7781bfafed7ded1396281b5551 7ba8d98
Wednesday, 12 Jan 2022
19:41 Tobias C. Berner (tcberner) search for other commits by this committer
math/gsl: bump portrevision of consumers after update to 2.7.1

PR:		260201
commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 654acd8
Thursday, 6 Jan 2022
21:53 Yuri Victorovich (yuri) search for other commits by this committer
science/octopus: Backport the fix for testsuite
commit hash: f14c2607f943a74cbd3a62a2a245383cf6c325f5 commit hash: f14c2607f943a74cbd3a62a2a245383cf6c325f5 commit hash: f14c2607f943a74cbd3a62a2a245383cf6c325f5 commit hash: f14c2607f943a74cbd3a62a2a245383cf6c325f5 f14c260
00:22 Yuri Victorovich (yuri) search for other commits by this committer
science/octopus: Update 10.5 -> 11.3
commit hash: 78f4a2d9e206c6e957b3b26be334014b7a6cd8a7 commit hash: 78f4a2d9e206c6e957b3b26be334014b7a6cd8a7 commit hash: 78f4a2d9e206c6e957b3b26be334014b7a6cd8a7 commit hash: 78f4a2d9e206c6e957b3b26be334014b7a6cd8a7 78f4a2d
Monday, 16 Aug 2021
01:32 Yuri Victorovich (yuri) search for other commits by this committer
science/[,py-]spglib: Update 1.16.1 -> 1.16.2

Reported by:	portscout
commit hash: d1a76744daede62373f274cb9eb6e120b6b6be1a commit hash: d1a76744daede62373f274cb9eb6e120b6b6be1a commit hash: d1a76744daede62373f274cb9eb6e120b6b6be1a commit hash: d1a76744daede62373f274cb9eb6e120b6b6be1a d1a7674
Monday, 9 Aug 2021
01:57 Yuri Victorovich (yuri) search for other commits by this committer
science/octopus: Update 10.3 -> 10.5
commit hash: da1834d8a9585e0abbc3305d14f8a61537c01bc0 commit hash: da1834d8a9585e0abbc3305d14f8a61537c01bc0 commit hash: da1834d8a9585e0abbc3305d14f8a61537c01bc0 commit hash: da1834d8a9585e0abbc3305d14f8a61537c01bc0 da1834d
Wednesday, 16 Jun 2021
19:31 Tobias C. Berner (tcberner) search for other commits by this committer
math/gsl: update to 2.7

From [1]

* What is new in gsl-2.7:
	* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
	* fixed bug #60335 (spmatrix test failure, J. Lamb)
	* fixed bug #36577
	* clarified documentation on interpolation accelerators (V. Krishnan)
	* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
	* fixed doc bug #59758
	* fixed bug #58202 (rstat median for n=5)
	* added support for native C complex number types in gsl_complex
	   when using a C11 compiler
	* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
	* updated exponential fitting example for nonlinear least squares
	* added banded LU decomposition and solver (gsl_linalg_LU_band)
	* New functions added to the library:
	      - gsl_matrix_norm1
	      - gsl_spmatrix_norm1
	      - gsl_matrix_complex_conjtrans_memcpy
	      - gsl_linalg_QL: decomp, unpack
	      - gsl_linalg_complex_QR_* (thanks to Christian Krueger)
	      - gsl_vector_sum
	      - gsl_matrix_scale_rows
	      - gsl_matrix_scale_columns
	      - gsl_multilarge_linear_matrix_ptr
	      - gsl_multilarge_linear_rhs_ptr
	      - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense)
	      - gsl_spmatrix_dense_sub
	      - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
	      - gsl_linalg_QR_UD: decomp, lssolve
	      - gsl_linalg_QR_UU: decomp, lssolve, QTvec
	      - gsl_linalg_QR_UZ: decomp
	      - gsl_multifit_linear_lcurvature
	      - gsl_spline2d_eval_extrap
	* bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me)
	* made gsl_sf_legendre_array_index() inline and documented
	      - gsl_sf_legendre_nlm()

[1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS

PR:		256423
Exp-run by:	antoine
commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e 63e653a
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 12 Jan 2021
07:49 yuri search for other commits by this committer
science/octopus: Update 10.1 -> 10.3
Original commitRevision:561302 
Tuesday, 17 Nov 2020
22:39 linimon search for other commits by this committer
Add workaround for new failure with Fortran GCC 10 frontend:

  BOZ literal constant at (1) is neither a data-stmt-constant nor an actual
argument to INT, REAL, DBLE, or CMPLX intrinsic function

PR:		246700
Approved by:	maintainer
Original commitRevision:555605 
Tuesday, 13 Oct 2020
05:36 yuri search for other commits by this committer
science/octopus: Update 9.2 -> 10.1
Original commitRevision:552182 
Saturday, 16 May 2020
10:03 antoine search for other commits by this committer
Mark BROKEN

gfortran9 -I/usr/local/include -ffree-line-length-none
-Wl,-rpath=/usr/local/lib/gcc9 -fopenmp -I ../external_libs/bpdn -I
../external_libs/dftd3 -I ../external_libs/spglib-1.9.9/src/ -I /usr/include  
-I/usr/include -I /include  -c  -o species/atomic.o species/atomic_oct.f90
f951: Warning: Nonexistent include directory
'../external_libs/spglib-1.9.9/src/' [-Wmissing-include-dirs]
f951: Warning: Nonexistent include directory '/include' [-Wmissing-include-dirs]
species/atomic.F90:299:26:

  299 |     type(XC_F90(pointer_t)) :: x_conf, c_conf
      |                          1
Error: Derived type 'xc_f90_pointer_t' at (1) is being used before it is defined
species/atomic.F90:300:26:

  300 |     type(XC_F90(pointer_t)) :: x_info, c_info
      |                          1
Error: Derived type 'xc_f90_pointer_t' at (1) is being used before it is defined
species/atomic.F90:322:34:

  322 |       call XC_F90(func_init)(c_conf, c_info, XC_GGA_C_PBE, NSPIN)
      |                                  1
Error: Symbol 'c_conf' at (1) has no IMPLICIT type
species/atomic.F90:322:42:

  322 |       call XC_F90(func_init)(c_conf, c_info, XC_GGA_C_PBE, NSPIN)
      |                                          1
Error: Symbol 'c_info' at (1) has no IMPLICIT type
species/atomic.F90:321:34:

  321 |       call XC_F90(func_init)(x_conf, x_info, XC_GGA_X_PBE, NSPIN)
      |                                  1
Error: Symbol 'x_conf' at (1) has no IMPLICIT type
species/atomic.F90:321:42:

  321 |       call XC_F90(func_init)(x_conf, x_info, XC_GGA_X_PBE, NSPIN)
      |                                          1
Error: Symbol 'x_info' at (1) has no IMPLICIT type

Reported by:	pkg-fallout
Original commitRevision:535375 
Monday, 4 May 2020
21:31 dinoex search for other commits by this committer
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
Original commitRevision:533989 
Sunday, 5 Apr 2020
01:17 yuri search for other commits by this committer
science/octopus: Update 8.4 -> 9.2
Original commitRevision:530734 
Saturday, 4 Apr 2020
23:35 yuri search for other commits by this committer
science/octopus: Correct URL
Original commitRevision:530732 
23:32 yuri search for other commits by this committer
science/octopus: Unbreak by correcting MASTER_SITES: the project has moved to a
new URL
Original commitRevision:530731 
20:51 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:530719 
Wednesday, 6 Nov 2019
16:26 antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
Original commitRevision:516897 
Friday, 25 Oct 2019
23:41 tcberner search for other commits by this committer
math/gsl: update to 2.6

- 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
Original commitRevision:515671 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:507372 
Sunday, 16 Jun 2019
16:05 antoine search for other commits by this committer
Clean up LIB_DEPENDS
Original commitRevision:504353 
Monday, 22 Apr 2019
13:16 gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
Original commitRevision:499638 
Sunday, 7 Apr 2019
03:06 yuri search for other commits by this committer
science/octopus: Update 8.3 -> 8.4
Original commitRevision:498241 
Sunday, 20 Jan 2019
01:04 yuri search for other commits by this committer
science/octopus: Unbundle spglib; Add OPENMP option that makes it parallelized
by default
Original commitRevision:490766 
Friday, 14 Dec 2018
02:21 yuri search for other commits by this committer
science/octopus: Update 8.2 -> 8.3

Reported by:	repology
Original commitRevision:487402 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:487272 
Saturday, 20 Oct 2018
23:29 yuri search for other commits by this committer
science/libxc: Update 3.0.0 -> 4.2.3

PR:		231648
Approved by:	dieterich@ogolem.org (maintainer's timeout; 27 days)
Original commitRevision:482633 
Thursday, 4 Oct 2018
21:10 yuri search for other commits by this committer
science/dftbplus science/mbdyn science/octopus: Change from math/arpack to
math/arpack-ng
Original commitRevision:481254 
Friday, 24 Aug 2018
17:54 yuri search for other commits by this committer
New port: science/octopus: Scientific program aimed at the ab initio virtual
experimentation
Original commitRevision:477973 

Number of commits found: 42