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

Number of commits found: 31

Wednesday, 11 Jun 2014
18:55 marino search for other commits by this committer
Reset the 99 ports still listed under sylvio@

Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
Original commitRevision:357526 
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 
Thursday, 26 Dec 2013
02:47 marino search for other commits by this committer
science/elmer(post,-matc): Use modern fortran, unbreak, undeprecate

These ports are due to be deleted in a couple of days because they use
gcc34.  I was curious if they actually specifically needed gcc34 or if
any recent gfortan would do.  The answer is these ports build fine with
USES+=fortran, which pulls in lang/gcc rather than the deprecated lang/gcc34.

The elmerpost port was broken on amd64; this is because it needs the -fPIC
flag.  I built it successfully in poudriere on FreeBSD 9.2, another platform
that supposed elmerpost can't build on.  I did not test i386, we'll see what
QAT says.

The listed maintainer has been unresponsive for months on many ports, so due
to the fact these two ports are scheduled for deletion on Dec 27, I am not
getting prior approval from maintainer.  The deprecation and expiration
settings are removed.
Original commitRevision:337470 
Monday, 25 Nov 2013
00:43 gerald search for other commits by this committer
Mark deprecated with a deadline of 33 days from today since this is
one of two ports that makes us keep lang/gcc34 (which does not even
support FreeBSD 10 and later) and general infrastructure and it does
not even build on FreeBSD 9 nor amd64.

Approved by:	portmgr (itetcu, 2013-03-31)
Original commitRevision:334806 
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, 29 Aug 2011
04:10 linimon search for other commits by this committer
Mark as broken on recent i386-9: does not compile.
Original commit
Friday, 27 Nov 2009
22:52 sylvio search for other commits by this committer
- Update my mail address to FreeBSD

Approved by:    miwi (mentor)
Original commit
Saturday, 22 Aug 2009
01:11 amdmi3 search for other commits by this committer
- Fix fetch by using garr SF mirror which still has the distfiles
Original commit
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
Friday, 10 Jul 2009
00:42 araujo search for other commits by this committer
- Mark as unbroken.
- Bump PORTREVISION.
- Pass maintainer to submitter.

PR:             ports/135868
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Original commit
Monday, 16 Mar 2009
08:43 linimon search for other commits by this committer
Mark broken: fails to compile on i386 and sparc64.
Original commit
Thursday, 19 Feb 2009
11:48 araujo search for other commits by this committer
- Mark as BROKEN, both doesn't compile on amd64.

Reported by:    pav (pointyhat)
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Original commit
Tuesday, 20 Jan 2009
17:35 araujo search for other commits by this committer
- No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now
  done via Mk/bsd.gcc.mk.

Reported by:    gerald
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, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 14 Mar 2008
11:04 araujo search for other commits by this committer
- Update MASTER_SITES.
- Project was migrated for SF.
- Files as repacked.
- BUMP PORTREVISION.

Reported by:    Pedro <pfgshield-freebsd@yahoo.com>
Original commit
Thursday, 8 Nov 2007
09:25 araujo search for other commits by this committer
- Fix pkg-plist.

Reported by:    pointyhat (pav)
Approved by:    portmgr (linimon), stas (mentor, implicit)
Original commit
Monday, 29 Oct 2007
10:31 araujo search for other commits by this committer
- Update to 5.4.0.

Approved by:    stas (mentor)
Original commit
Sunday, 15 Jul 2007
16:12 araujo search for other commits by this committer
- Now we use USE_FORTRAN=yes to use FORTRAN compiler.

Approved by:    stas (mentor)
Original commit
Friday, 29 Jun 2007
16:29 araujo search for other commits by this committer
- Change my mail address to araujo@.

Approved by:    stas (mentor)
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
Saturday, 27 Jan 2007
07:02 itetcu search for other commits by this committer
- update MASTER SITE
- update to 5.3.0

PR:             ports/108288
Submitted by:   Marcelo Araujo
Original commit
Friday, 12 Jan 2007
07:16 maho search for other commits by this committer
Remove USE_GCC line as it is not necessary.
Original commit
Wednesday, 10 Jan 2007
13:49 maho search for other commits by this committer
Migrate to gfortran42.
Original commit
Sunday, 10 Dec 2006
22:44 thierry search for other commits by this committer
Unmark BROKEN: fixed with gcc-withfortran-4.1.2_20061208.
Original commit
Thursday, 30 Nov 2006
23:24 kris search for other commits by this committer
BROKEN: Configure fails
Original commit
Saturday, 30 Sep 2006
19:25 linimon search for other commits by this committer
* Split bsd.port.mk pre and post includes into 3 pieces instead of 2, to
  allow OPTIONS to be able to influence dependencies.  This is still
  experimental [1]

* Teach bsd.gcc.mk about gfortran [2]

* Remove the outdated emulators/linux_base; the new default has been
  linux_base-fc4.  This will allow the outdated port to be removed [3]

* Add USE_FIREBIRD macros to bsd.database.mk [4]

PR:     93687 [1], 93690 [2], 103184 [3], 103357 [4]

Submitted by:   shaun [1], Pedro F. Giffuni <giffunip at asme to org> [2],
                gerald [2], thierry [2], vd [3], skv [4]
Original commit
Wednesday, 12 Jul 2006
22:01 thierry search for other commits by this committer
Upgrade to 5.2.0.

Noticed by:     Pedro F. Giffuni <giffunip@asme.org>
Original commit
Saturday, 1 Jul 2006
12:16 thierry search for other commits by this committer
Reset maintainership: Pedro's dev machine has been stolen :-(

Hoping to see you back soon!

Submitted by:   Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
Original commit
Monday, 24 Apr 2006
19:55 thierry search for other commits by this committer
ElmerPost - the Visualization of Numerical Results.

The function of ElmerPost is to visualize the numerical results produced
by ElmerSolver and other finite element programs. ElmerPost operates with
the data specific to the unknown variables (temperature, velocity,
pressure, displacement etc.) defined in the mathematical model. ElmerPost
plots e.g. contours and vector fields, and can manipulate computed data
into another form using the built-in MATC-language (for instance heat
fluxes from temperature distributions).

Submitted by:   Pedro F. Giffuni <giffunip@asme.org>
Original commit

Number of commits found: 31