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

Number of commits found: 64

Sunday, 11 Mar 2018
13:55 tobik search for other commits by this committer
audio/muse: Deprecate

- MuSE randomly crashes and hangs at runtime
- It is unmaintained upstream for ~8 years now
- It does not build with Clang 6 [1]

[1]
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p461678_s329188/logs/MuSE-0.9.2_16.log
Original commitRevision:464172 
Tuesday, 28 Feb 2017
09:01 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
Original commitRevision:435010 
Wednesday, 1 Feb 2017
12:28 jbeich search for other commits by this committer
audio/muse: unbreak with libc++ 3.9

httpstream.cpp:366:4: error: assigning to 'char *' from incompatible type 'const
char *'
        p = strstr(url, HTTP_PREFIX); if (!p) goto out;
          ^ ~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
Original commitRevision:433013 
Thursday, 8 Dec 2016
15:38 tijl search for other commits by this committer
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
Original commitRevision:428129 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
Monday, 6 Apr 2015
18:59 sunpoet search for other commits by this committer
- Update MASTER_SITES and unbreak this port
- Sort LIB_DEPENDS
- Group options helper

PR:		199213
Submitted by:	<tkato432@yahoo.com>
Original commitRevision:383472 
Sunday, 5 Apr 2015
19:21 bapt search for other commits by this committer
Mark broken unfetchable ports
Original commitRevision:383354 
Wednesday, 25 Mar 2015
21:37 marino search for other commits by this committer
audio category: Remove $PTHREAD_LIBS

xmcd didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
Original commitRevision:382272 
Friday, 8 Aug 2014
14:39 adamw search for other commits by this committer
Fix MASTER_SITE and use OPTIONS helpers.
Original commitRevision:364364 
Monday, 30 Dec 2013
17:00 antoine search for other commits by this committer
Stage support
Original commitRevision:338141 
Wednesday, 11 Dec 2013
14:35 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
Original commitRevision:336166 
Friday, 4 Oct 2013
08:52 bapt search for other commits by this committer
Do not arbitrary rename packages
Original commitRevision:329271 
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 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Tuesday, 5 Jun 2012
20:38 sylvio search for other commits by this committer
- Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support PORTDOCS/PLIST_FILES

Remove file:
files/extra-patch-broken-scandir
pkg-plist

PR:             ports/168590
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Friday, 1 Jun 2012
11:56 bapt search for other commits by this committer
Convert to new options framework, while here disable LAME by default to allow
packing distribution
Original commit
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 14 Jan 2012
22:27 netchild search for other commits by this committer
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
Original commit
Monday, 24 Oct 2011
03:33 stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Thursday, 11 Aug 2011
19:51 kwm search for other commits by this committer
Was too fast, add WANT_GNOME for these ports have optional USE_GNOME components.

Submitted by:   portsnap index build bot
Original commit
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Sunday, 22 Aug 2010
21:38 stas search for other commits by this committer
- Fix on 8.x and below.
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Thursday, 3 Jun 2010
08:55 netchild search for other commits by this committer
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Monday, 26 Apr 2010
18:05 pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
Original commit
Sunday, 11 Apr 2010
06:45 stas search for other commits by this committer
- Fix build.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 13 Mar 2010
11:43 erwin search for other commits by this committer
Mark BROKEN on 8.x: does not build
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Saturday, 14 Jun 2008
16:17 stas search for other commits by this committer
- Fix pkg-plist in NOPORTDOCS case.

Reported by:    itetcu
Original commit
Friday, 6 Jun 2008
13:07 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Thursday, 20 Mar 2008
09:19 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
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
Sunday, 1 Oct 2006
20:05 stas search for other commits by this committer
- Fix compiling with oncoming gcc41.

Reported by:    pointyhat run
Approved by:    sem (mentor)
Original commit
Monday, 7 Aug 2006
03:34 rafan search for other commits by this committer
- Update to 0.9.2
- Add OPTIONS
- Make some dependecies optional
- Pass maintainership to submitter

PR:             ports/101351
Submitted by:   Stanislav Sedov <ssedov at mbsd.msk.ru>
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
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Thursday, 29 Apr 2004
07:44 krion search for other commits by this committer
- Fix typo
Original commit
07:43 krion search for other commits by this committer
- Update to version 0.9

PR:             ports/65990
Submitted by:   Ports Fury
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Monday, 22 Dec 2003
11:56 krion search for other commits by this committer
- Add WITHOUT_X11 knob

PR:             60459
Submitted by:   Ports Fury
Original commit
Saturday, 20 Dec 2003
16:14 naddy search for other commits by this committer
Catch up with libogg/libvorbis version bump.
Original commit
Friday, 3 Oct 2003
11:04 edwin search for other commits by this committer
Chase up new MASTER_SITE_SAVANNAH.

PR:             ports/56970
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>
Original commit
Monday, 28 Apr 2003
22:54 nork search for other commits by this committer
o muse(audio/muse) -> MuSE(audio/muse)
o clean-up pkg-plist
o Bump PORTREVISION accordingly

PR:             ports/46819
Pointed out by: Brian Candler <B.Candler@pobox.com>
Noticed by:     Joseph Scott <joseph@randomnetworks.com>
Original commit
Saturday, 26 Apr 2003
22:28 nork search for other commits by this committer
Update to 0.8.1.

PR:             ports/51358
Submitted by:   Ports Fury
Original commit
Tuesday, 8 Apr 2003
00:40 marcus search for other commits by this committer
Remove the USE_GNOMENG macro.
Original commit
Thursday, 20 Feb 2003
16:49 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 29 Dec 2002
04:39 ijliao search for other commits by this committer
fix build on -current

PR:             46581
Submitted by:   Ports Fury
Original commit
Thursday, 26 Dec 2002
13:24 edwin search for other commits by this committer
Updated master_site http://freesoftware.fsf.org/ -> http://savannah.nongnu.org/
Noticed by: portsurvey
Original commit
Saturday, 27 Jul 2002
02:27 pat search for other commits by this committer
Update to 0.7.2

PR:             ports/41026
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Saturday, 20 Jul 2002
15:32 naddy search for other commits by this committer
Ogg Vorbis 1.0 library major version bumps.
Original commit
Monday, 8 Jul 2002
10:22 ijliao search for other commits by this committer
PERL -> REINPLACE_CMD

PR:             39283
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Original commit
Saturday, 8 Jun 2002
18:21 ijliao search for other commits by this committer
- Support CFLAGS/CXXFLAGS properly
- Utilize NOPORTDOCS
bump portrevision

PR:             38991
Submitted by:   Ports Fury
Original commit
Thursday, 6 Jun 2002
18:47 ijliao search for other commits by this committer
add muse 0.7.1
Multiple Streaming Engine
Original commit

Number of commits found: 64