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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: math/petsc/Makefile

Number of commits found: 61

Sunday, 24 Aug 2014
16:17 thierry search for other commits by this committer
Chase scalapack's upgrade.

Approved by:	portmgr (not yet staged)
Original commitRevision:365955 
Wednesday, 23 Jul 2014
17:30 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362717 
Wednesday, 16 Jul 2014
08:26 bapt search for other commits by this committer
Fix some non default LIB_DEPENDS

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

With hat:	portmgr
Original commitRevision:361812 
16:51 tijl search for other commits by this committer
- Convert net/openmpi to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64

Approved by:	portmgr (implicit, bump unstaged port)
Original commitRevision:361800 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Saturday, 3 May 2014
03:17 sunpoet search for other commits by this committer
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
  dependency change from science/netcdf4 to science/netcdf [1]

Changes:	http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by:	portmgr (bapt) [1]
Original commitRevision:352855 
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 
Friday, 21 Feb 2014
13:38 ehaupt search for other commits by this committer
Remove trailing whitespaces from category math
Original commitRevision:345420 
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 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Tuesday, 21 Jan 2014
05:34 gerald search for other commits by this committer
Pass full LDFLAGS to configure script.  This fixes the build with
newer versions of GCC, allowing for an update of lang/gcc (and it's
the right thing anyway).

PR:		182136
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by:	maintainer timeout
Original commitRevision:340551 
Sunday, 15 Dec 2013
16:58 wg search for other commits by this committer
math/petsc: depends explicitly on "python"

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Original commitRevision:336557 
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
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Wednesday, 19 Jun 2013
11:43 rene search for other commits by this committer
- Remove stale reference to expired math/petsc-mpich
- Convert NOPORTDOCS to PORT_OPTIONS:MDOCS

PR:		ports/179277
Submitted by:	myself
Approved by:	maintainer timeout (bf, 16 days)
Original commitRevision:321241 
Saturday, 11 May 2013
17:58 hrs search for other commits by this committer
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
Original commitRevision:317899 
Monday, 6 May 2013
02:00 hrs search for other commits by this committer
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Original commitRevision:317455 
Saturday, 30 Mar 2013
14:29 bf search for other commits by this committer
fix the build after the math/suitesparse update

Reported by:	miwi
Approved by:	portmgr
Original commitRevision:315618 
Friday, 15 Jun 2012
05:30 bf search for other commits by this committer
fix the build, before further updates
Original commit
Monday, 28 May 2012
18:23 bf search for other commits by this committer
defer pending an update
Original commit
Monday, 21 May 2012
05:25 bf search for other commits by this committer
defer expiration pending updates
Original commit
Thursday, 10 May 2012
15:40 bf search for other commits by this committer
defer expiration pending updates
Original commit
Monday, 9 Apr 2012
23:51 bapt search for other commits by this committer
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as
broken for more than 6 month
Original commit
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
Sunday, 24 Jul 2011
03:05 bf search for other commits by this committer
take in some orphans
Original commit
Friday, 1 Jul 2011
20:35 pav search for other commits by this committer
- Mark BROKEN: does not configure

Reported by:    pointyhat
Original commit
Saturday, 26 Feb 2011
09:56 thierry search for other commits by this committer
Chase the upgrade of MPICH2.

Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.

PR:             ports/154715
Original commit
Sunday, 14 Nov 2010
22:00 thierry search for other commits by this committer
Chase the upgrade of MPICH2.
Original commit
Saturday, 28 Nov 2009
10:44 thierry search for other commits by this committer
- Chase relocation of net/mpich2

- Bump PORTREVISION if needed

- Fix some portlint errors.
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
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
Thursday, 17 Jul 2008
13:19 wxs search for other commits by this committer
Fix build on -CURRENT.

PR:             ports/125654
Submitted by:   Robert Noland <rnoland@2hip.net>
Original commit
Tuesday, 15 Jul 2008
19:52 pav search for other commits by this committer
- Mark BROKEN on 8.x
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 14 Jul 2007
22:22 maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Original commit
Sunday, 27 May 2007
20:36 thierry search for other commits by this committer
Upgrade to PETSc 2.3.3.

Changelog at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/233.html>
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 7 Mar 2007
01:45 maho search for other commits by this committer
build fix for petsc-mpich

Spotted by: pointyhat
Original commit
Monday, 19 Feb 2007
21:29 maho search for other commits by this committer
* Update to 2.3.2-p8.
* Now we use pdksh so that package build cluster will build PETSc.[1]

Discussed with: kris and thierry[1]
Original commit
Saturday, 13 Jan 2007
00:25 maho search for other commits by this committer
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
Original commit
Thursday, 11 Jan 2007
02:11 maho search for other commits by this committer
* migrate to gfortran.
* some cleanup.
* bump port revision
Original commit
Thursday, 23 Nov 2006
22:07 miwi search for other commits by this committer
- Update to 2.3.2.p6

PR:             ports/105795
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
Original commit
Saturday, 2 Sep 2006
21:59 thierry search for other commits by this committer
Upgrade to PETSc 2.3.2.

There are no major interface changes, the minor changes are listed at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/232.html>
Original commit
Monday, 21 Aug 2006
20:50 thierry search for other commits by this committer
- Upgrade net/lam to 7.1.2 and remove net/lam7;

- Chase lam7 -> lam in the dependent ports;

- Mark math/freemat IGNORE if WITH_MPI is defined and add a note about
  FreeMat 2.0 and QT4.
Original commit
Monday, 7 Aug 2006
22:21 thierry search for other commits by this committer
Mark broken on 4.x: configure fails to use the Fortran compiler.

Reported by:    pointyhat via Kris
Original commit
Monday, 24 Jul 2006
08:39 thierry search for other commits by this committer
- Force the detection of f77, and thus remove a superfluous patch; (1)

- Fix blacs usage. (2)

Submitted by:   Satish Balay <petsc-maint (at) mcs.anl.gov>
Original commit
Sunday, 23 Jul 2006
08:38 thierry search for other commits by this committer
- Upgrade to patchlevel 16;

- Remove BROKEN;

- Switch to MPICH2.
Original commit
Friday, 14 Jul 2006
04:43 linimon search for other commits by this committer
Mark as broken: fails to configure.
Original commit
Wednesday, 21 Jun 2006
19:54 thierry search for other commits by this committer
- Update to patchlevel 14;

- Don't link with Atlas, but with Blas + Lapack, unless WITH_ATLAS is
  set or Atlas libraries have already been installed.
Original commit
Sunday, 26 Feb 2006
09:01 thierry search for other commits by this committer
Unbreak math/petsc-mpich on amd64 by disabling SuperLU.

Reported by:    pointyhat via Kris
Approved by:    portmgr (marcus)
Original commit
Saturday, 18 Feb 2006
09:04 thierry search for other commits by this committer
Upgrade to PETSc-2.3.1 patchlevel 7.

Changelog at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/231.html>.
Original commit
Monday, 30 Jan 2006
22:19 thierry search for other commits by this committer
Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.

PR:             92497
Submitted by:   /me
Repocopied by:  marcus
Original commit
Wednesday, 12 Oct 2005
19:28 thierry search for other commits by this committer
Stabilizing: the PETSc Team builds a special tarball for the FreeBSD
port, with patch level included in DISTNAME. Thanks to them!
Original commit
Monday, 10 Oct 2005
20:33 thierry search for other commits by this committer
- Upgrade from PETSC_VERSION_PATCH 34 (October, 6, 2005) to
  PETSC_VERSION_PATCH 36 (October, 9, 2005), with the same DISTNAME.

- Changelog available at
<http://petsc.bkbits.net:8080/petsc-release-2.3.0/ChangeSet@1.3214..?nav=index.html>

- Fix pkg-message.

Reported by:    pointyhat via Kris
Original commit
Friday, 7 Oct 2005
10:17 thierry search for other commits by this committer
- Upgrade from PETSC_VERSION_PATCH 32 (September, 26, 2005) to
  PETSC_VERSION_PATCH 34 (October, 6, 2005), with the same DISTNAME.

- Changelog available at
<http://petsc.bkbits.net:8080/petsc-release-2.3.0/ChangeSet@1.3214..?nav=index.html>.

Reported by:    pointyhat via Kris
Original commit
Wednesday, 28 Sep 2005
15:49 thierry search for other commits by this committer
- Upgrade from PETSC_VERSION_PATCH 31 (September, 14, 2005) to
  PETSC_VERSION_PATCH 32 (September, 26, 2005), with the same DISTNAME.

- Changelog available at
 
<http://petsc.bkbits.net:8080/petsc-release-2.3.0/ChangeSet@1.3214..?nav=index.html>.

Reported by:    pointyhat via Kris
Original commit
Saturday, 17 Sep 2005
21:08 thierry search for other commits by this committer
Upgrade to v2.3.0.
Original commit
Tuesday, 30 Aug 2005
20:31 thierry search for other commits by this committer
Teach bmake about FreeBSD-7.

Note: an upgrade to petsc-2.3.0 is in progress.

Reported by:    krion via pointyhat
Original commit
Monday, 6 Dec 2004
13:24 thierry search for other commits by this committer
Teach bmake to support FreeBSD-6.

Reported by:    Kris via pointyhat.
Original commit
Sunday, 21 Nov 2004
20:56 thierry search for other commits by this committer
Add petsc 2.2.1, portable, Extensible Toolkit for Scientific
computation.
Original commit

Number of commits found: 61