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/pcmsolver/Makefile

Number of commits found: 23

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
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
Sunday, 17 Jul 2022
20:48 Yuri Victorovich (yuri) search for other commits by this committer
science/pcmsolver: Remove CMAKE_EXE_LINKER_FLAGS from cmake configure arguments

arm64 has build failures related to libgcc_s.so.1.
This change might cure these failures.
commit hash: 0a9a46960255fb4ef17e1a6313d36e645d68314a commit hash: 0a9a46960255fb4ef17e1a6313d36e645d68314a commit hash: 0a9a46960255fb4ef17e1a6313d36e645d68314a commit hash: 0a9a46960255fb4ef17e1a6313d36e645d68314a 0a9a469
Saturday, 21 May 2022
04:35 Yuri Victorovich (yuri) search for other commits by this committer
science/pcmsolver: Small fixes

* fix build with git present
* remove noninja (no longer needed)
* force python version
commit hash: e4fe11f8366fd8b9910865c2a46871c1cb63d1f6 commit hash: e4fe11f8366fd8b9910865c2a46871c1cb63d1f6 commit hash: e4fe11f8366fd8b9910865c2a46871c1cb63d1f6 commit hash: e4fe11f8366fd8b9910865c2a46871c1cb63d1f6 e4fe11f
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
Thursday, 3 Dec 2020
10:49 yuri search for other commits by this committer
science/pcmsolver: Update 1.2.3 -> 1.3.0

Reported by:	portscout
Original commitRevision:556896 
Sunday, 27 Oct 2019
19:19 pkubaj search for other commits by this committer
science/pcmsolver: fix build on GCC architectures

Use C++11 compiler.
Respect CC and CXX.

Include sys/types.h before including headers to make gid_t, uid_t available.

PR:		241465
Approved by:	yuri (maintainer), linimon (mentor)
Original commitRevision:515815 
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 
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, 17 Feb 2019
02:36 yuri search for other commits by this committer
science/pcmsolver: Update 1.2.2 -> 1.2.3

Reported by:	portscout
Original commitRevision:493146 
Thursday, 31 Jan 2019
04:57 yuri search for other commits by this committer
science/pcmsolver: Update 1.2.1 -> 1.2.2

Reported by:	portscout
Original commitRevision:491682 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Saturday, 22 Dec 2018
08:30 yuri search for other commits by this committer
science/pcmsolver: Unbreak: supply the minimal CMAKE_EXE_LINKER_FLAGS

Also pass C/CXX flags to enable optimization.

Reported by:	fallout
Original commitRevision:488077 
Wednesday, 19 Dec 2018
06:09 yuri search for other commits by this committer
science/pcmsolver: Unbreak

It was breaking with both gfortran and clang. As it turned out, full CMAKE_ARGS
break gfortan
but a simpler version of CMAKE_ARGS doesn't.
Original commitRevision:487784 
Tuesday, 18 Dec 2018
23:25 antoine search for other commits by this committer
Mark BROKEN: fails to build

F90-F-0004-Unable to open MODULE file iso_c_binding.mod
(/wrkdirs/usr/ports/science/pcmsolver/work/pcmsolver-1.2.1/src/metal/metal_sphere.F90:
26)

Reported by:	pkg-fallout
Original commitRevision:487776 
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 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:475857 
Monday, 18 Jun 2018
14:40 linimon search for other commits by this committer
Mark ports broken on powerpc64, categories o-z.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:472699 
Wednesday, 13 Jun 2018
17:00 yuri search for other commits by this committer
science/pcmsolver: Update 1.2.0 -> 1.2.1

Reported by:	portscout
Original commitRevision:472334 
Saturday, 28 Apr 2018
18:18 yuri search for other commits by this committer
science/pcmsolver: Update 1.1.11 -> 1.2.0

Also replaced USES=fortran with LIB_DEPENDS for flang, because USES=fortran:x
breaks for both flang and gfortran.
Original commitRevision:468559 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Tuesday, 14 Nov 2017
18:05 yuri search for other commits by this committer
New port: science/pcmsolver: API for the Polarizable Continuum Model

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13069
Original commitRevision:454184 

Number of commits found: 23