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

Number of commits found: 38

Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Thursday, 24 Jul 2014
16:33 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362828 
Thursday, 17 Jul 2014
08:57 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
Original commitRevision:362126 
Wednesday, 16 Jul 2014
08:44 bapt search for other commits by this committer
Fix some non default LIB_DEPENDS

With hat:	portmgr
Original commitRevision:362053 
Monday, 14 Jul 2014
18:42 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361812 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Saturday, 12 Apr 2014
22:00 antoine search for other commits by this committer
Mark broken: Fails to build

c++  -O2 -pipe -Wno-error=return-type -fno-strict-aliasing -DHAVE_CMATH=1
-DHAVE_CSTDIO=1 -DHAVE_CSTDLIB=1 -DHAVE_CSTRING=1 -DHAVE_CSTDDEF=1
-DHAVE_DECL_PUTENV=1 -DHAVE_PUTENV=1 -DHAVE_DECL_SETENV=1 -DHAVE_SETENV=1
-DHAVE_FUNC_ISINF=1   -I. -I../../../include
-I/wrkdirs/usr/ports/science/psi3/work/psi3/include
-I/wrkdirs/usr/ports/science/psi3/work/psi3/src/lib -I../../../src/lib  -c
ip_read.cc -o ip_read.o
ip_read.cc:63:3: error: use of undeclared identifier 'yyparse'
  yyparse();
  ^
ip_read.cc:105:3: error: use of undeclared identifier 'yyparse'
  yyparse();
  ^
2 errors generated.

Reported by:	pkg-fallout since february 2014
With hat:	portmgr
Original commitRevision:351146 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
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)
Original commitRevision:347809 
Sunday, 16 Feb 2014
17:15 tijl search for other commits by this committer
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes".  In most cases
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)
Original commitRevision:344614 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
22:48 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
science)
Original commitRevision:327767 
Monday, 7 Jan 2013
14:32 maho search for other commits by this committer
Host some documens in local-distfiles. Somehow documents are dissapeared.
The reason seems that developers are now interested in psi4.
Original commitRevision:310047 
Tuesday, 22 Nov 2011
11:14 bf search for other commits by this committer
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:             162706
Approved by:    miwi (portmgr)
Feature safe:   yes
Original commit
Tuesday, 16 Feb 2010
07:23 maho search for other commits by this committer
Build fix with gotoblas.

Feature safe:   yes.
Original commit
Sunday, 13 Sep 2009
00:08 gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
Original commit
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Tuesday, 21 Apr 2009
07:45 maho search for other commits by this committer
Update to 3.4.0.
Original commit
Wednesday, 7 Jan 2009
16:34 gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Wednesday, 23 Jul 2008
09:27 maho search for other commits by this committer
* Update to 3.3.0.
* Build fix with
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes [1].

Spotted by: itetcu [1]
Original commit
Thursday, 4 Oct 2007
02:24 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Friday, 12 Jan 2007
10:51 maho search for other commits by this committer
* Only use gfrotran42. not using gcc42.
* Bump portrevision.
Original commit
Tuesday, 9 Jan 2007
22:57 maho search for other commits by this committer
*bump port revision
*use gfortran compiled atlas/blas/lapack
Original commit
15:18 maho search for other commits by this committer
Migrate to gfortran.
BLAS is now user settable (math/blas or math/atlas).
Original commit
Saturday, 13 May 2006
04:15 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Sunday, 30 Oct 2005
10:30 maho search for other commits by this committer
update to 3.2.3
Original commit
Tuesday, 29 Mar 2005
01:22 maho search for other commits by this committer
Fix build
pdf files are updated without changing the version number.
Recently psi3 3.2.2 has been released, and users manual,
programmers manual and installation doc pdfs are updated accordingly.

This is tempral fix and we must update to 3.2.2 soon.

Submitted by:   kris via pointyhat
Approved by:    portmgr (marcus)
Original commit
Saturday, 26 Mar 2005
07:04 kris search for other commits by this committer
BROKEN: Size mismatch

Approved by:    portmgr (kris)
Original commit
Saturday, 11 Dec 2004
21:47 kris search for other commits by this committer
BROKEN on 4.x: Does not compile
Original commit
Tuesday, 23 Nov 2004
02:16 maho search for other commits by this committer
Fix build with WITH_OPTIMIZED_FLAGS defined

PR:             74013
Submitted by:   Jie Gao <gaoj at cpsc.ucalgary.ca>
Original commit
Friday, 3 Sep 2004
02:43 maho search for other commits by this committer
Fix build on 5-STABLE

Submitted by:   pointyhat
Original commit
Thursday, 1 Jul 2004
17:06 ade search for other commits by this committer
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:             67768
Submitted by:   ade
Approved by:    4-exp bento runs (thanks, kris!)
Original commit
Wednesday, 16 Jun 2004
07:14 maho search for other commits by this committer
update to 3.2.1
Original commit
Thursday, 6 May 2004
19:49 maho search for other commits by this committer
Make portlint happy by replacing space to tab

PR:             65409
Submitted by:   trevor
Original commit
Friday, 19 Mar 2004
10:02 maho search for other commits by this committer
1) add documents
2) add note for citation in pkg-message
Original commit
09:32 maho search for other commits by this committer
The PSI3 suite of quantum chemical programs is designed for efficient,
high-accuracy calculations of properties of small to medium-sized molecules.
The package's current capabilities include a variety of Hartree-Fock,
coupled cluster, complete-active-space self-consistent-field,
and multi-reference configuration interaction models.
Molecular point-group symmetry is utilized throughout to maximize efficiency.
Original commit

Number of commits found: 38