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: audio/akode/Makefile

Number of commits found: 35

Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Friday, 30 Aug 2013
23:01 bapt search for other commits by this committer
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Original commitRevision:325727 
Monday, 17 Dec 2012
19:24 wxs search for other commits by this committer
Conver to new options.

PR:		ports/173777
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	swhetzel@gmail.com (maintainer)
Original commitRevision:309122 
Tuesday, 9 Oct 2012
22:06 linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
Original commitRevision:305608 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 13 Jul 2011
21:13 crees search for other commits by this committer
- Update MASTER_SITES
- Pass maintainership to submitter

PR:             ports/155297
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
Reviewed by:    "Frank J. Laszlo" <laszlof@freebsd.org>
Approved by:    rene (mentor, implicit), kde (makc)
Original commit
Friday, 10 Jun 2011
05:47 bapt search for other commits by this committer
Mark as broken as it is no more available on public mirror
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 24 Oct 2009
16:40 makc search for other commits by this committer
Fix the USE_AUTOTOOLS assignment.
Minor clean-ups.
Bump PORTREVISION.

PR:             ports/139884
Submitted by:   Tijl Coosemans <tijl at ulyssis.org>
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Friday, 29 Aug 2008
11:55 miwi search for other commits by this committer
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
Original commit
11:30 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:    portmgr (erwin/pav)
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
Monday, 18 Aug 2008
09:22 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
Original commit
Tuesday, 27 May 2008
05:57 edwin search for other commits by this committer
Enable support for audio/akode-plugins-pulseaudio

PR:             ports/121344
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
Original commit
Thursday, 13 Mar 2008
17:40 lofi search for other commits by this committer
Update to 2.0.2
Original commit
Thursday, 3 Jan 2008
15:40 pav search for other commits by this committer
- Remove option for Polypaudio, the respective plugin was removed

Reported by:    Helko Glathe <Helko.Glathe@freenet.de>
Original commit
Monday, 29 Oct 2007
23:48 lofi search for other commits by this committer
Update to KDE 3.5.8
Original commit
Wednesday, 4 Jul 2007
10:25 lofi search for other commits by this committer
Update to KDE 3.5.7 / KOffice 1.6.3
Original commit
Tuesday, 13 Mar 2007
19:10 lofi search for other commits by this committer
Update to KDE 3.5.6 / KOffice 1.6.2
Original commit
Tuesday, 19 Dec 2006
21:19 lofi search for other commits by this committer
Update to KDE 3.5.5 / KOffice 1.6.1

Approved by:    portmgr
Original commit
Sunday, 17 Sep 2006
19:59 lofi search for other commits by this committer
Update to 2.0.1.

Submitted by: Igor Bushuev <exlex@exlex.ru>
Original commit
Tuesday, 12 Sep 2006
23:26 lofi search for other commits by this committer
KDE 3.5.4 / KOffice 1.5.2
Original commit
Monday, 5 Jun 2006
19:24 lofi search for other commits by this committer
Update to KDE 3.5.3
Original commit
Wednesday, 3 May 2006
05:14 edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
Original commit
Thursday, 30 Mar 2006
20:30 lofi search for other commits by this committer
Update to KDE 3.5.2
Original commit
Tuesday, 7 Feb 2006
17:22 lofi search for other commits by this committer
fetch(1) is stupid (force refetch instead of trying and failing to resume
downloads).
Original commit
00:19 lofi search for other commits by this committer
Update to 2.0
Original commit
Wednesday, 1 Feb 2006
09:13 lofi search for other commits by this committer
Update to KDE 3.5.1.
Original commit
Sunday, 8 Jan 2006
19:31 lofi search for other commits by this committer
Update to KDE 3.5.0
Original commit
Saturday, 5 Nov 2005
11:19 lofi search for other commits by this committer
Update to KDE 3.4.3 / KOffice 1.4.2
Original commit
Sunday, 31 Jul 2005
22:46 lofi search for other commits by this committer
Update to KDE 3.4.2 / KOffice 1.4.1
Original commit
Sunday, 3 Jul 2005
01:54 lofi search for other commits by this committer
Patch kdemultimedia's configure-script to prevent it from bailing
in certain environments/sh versions.

Reported & submitted by: Steven Friedrich <FreeBSD@insightbb.com>
Original commit
Sunday, 26 Jun 2005
15:38 lofi search for other commits by this committer
Update to KDE 3.4.1
Original commit
Sunday, 20 Mar 2005
18:17 lofi search for other commits by this committer
Update to KDE 3.4
Original commit

Number of commits found: 35