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: www/mod_musicindex/Makefile

Number of commits found: 54

Sunday, 11 Mar 2018
17:38 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Original commitRevision:464189 
Saturday, 27 May 2017
09:00 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Unsilence installation commands

Approved by:	portmgr blanket
Original commitRevision:441831 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Original commitRevision:415742 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Wednesday, 9 Sep 2015
13:58 amdmi3 search for other commits by this committer
- Switch to USES=libarchive as suggested by stage-qa

Approved by:	portmgr blanket
Original commitRevision:396492 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Friday, 25 Jul 2014
20:09 amdmi3 search for other commits by this committer
- Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:362926 
Monday, 28 Apr 2014
11:47 ohauer search for other commits by this committer
- update to 1.4.1
- add stage support
- use new OPTIONS syntax
- update WWW
Original commitRevision:352488 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
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, 1 May 2013
07:25 jgh search for other commits by this committer
- fix typo
Original commitRevision:316996 
07:23 jgh search for other commits by this committer
- conversion to USES framework
- conversion to optionsNG (gurlchecker)

Approved by:	portmgr (bapt@)
Original commitRevision:316995 
Saturday, 22 Sep 2012
21:15 ohauer search for other commits by this committer
- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@
Original commitRevision:304723 
Saturday, 18 Aug 2012
14:29 ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Original commit
Thursday, 26 Jul 2012
22:20 ohauer search for other commits by this committer
- fix support for non default options

with options NG and usage of APACHE_PKGNAMEPREFIX
bsd.port.pre.mk has to be included before OPTIONS
else OPTIONFILE points a non existing location and
additional options are ignored

no version bump, it affects only non default options
Original commit
Sunday, 8 Jul 2012
19:53 ohauer search for other commits by this committer
- convert to options NG
- add desc. for MP3
Original commit
Friday, 20 Apr 2012
02:58 sunpoet search for other commits by this committer
- Update to 1.3.7

Changes:        http://www.parisc-linux.org/~varenet/musicindex/ChangeLog
PR:             ports/167114
Submitted by:   sunpoet (myself)
Approved by:    pgollucci (with apache hat)
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
Saturday, 20 Aug 2011
17:27 ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Original commit
Thursday, 11 Nov 2010
05:22 pgollucci search for other commits by this committer
Forced commit to note:
- Add new option: MYSQLCACHE for MySQL caching support
- Add LICENSE
- Install Brazilian Portugese language files to pt_BR instead of pt-br
- Sort PLIST
- Space/tab twiddle
- Update to 1.3.5

which should have been in the previous log
Original commit
05:20 pgollucci search for other commits by this committer
- Update to 1.3.5

PR:             ports/152057
Submitted by:   sunpoet
With Hat:       apache@
Original commit
Wednesday, 20 Oct 2010
03:26 pgollucci search for other commits by this committer
- Fix some MASTER_SITES

With Hat:       apache@
Reported by:    distilator
Original commit
Wednesday, 22 Sep 2010
21:50 pgollucci search for other commits by this committer
- Mark mod_* modules MAKE_JOBS_SAFE=yes

With Hat:   apache@
Tested by:  Several P6 TB runs
Original commit
Thursday, 16 Sep 2010
03:38 pgollucci search for other commits by this committer
- Fix pkg-plist
  The default install-exec-hook calls apxs but without -a/-A
  which confuses our std pkg-plist @exec/@unexec stanzas

Reported by:    erwin via pointyhat
Original commit
Wednesday, 11 Aug 2010
20:58 makc search for other commits by this committer
Chase multimedia/mp4v2 update.

PR:             ports/148643
Submitted by:   Christopher Key <cjk32 at cam.ac.uk>
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
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
Wednesday, 26 May 2010
22:00 pgollucci search for other commits by this committer
- Update to 1.3.3
- require apache20+ [unbreaks build on 8.0+]
- a few minor clean ups

With Hat:   apache@
Original commit
Tuesday, 25 May 2010
20:17 pgollucci search for other commits by this committer
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
Original commit
Monday, 21 Dec 2009
08:49 linimon search for other commits by this committer
Apparently the earlier change to maintainer was an error; apache@fsck.ch
bounces.  Assign to apache@FreeBSD.org instead.

Hat:            portmgr
Original commit
Wednesday, 5 Aug 2009
02:21 pgollucci search for other commits by this committer
over to apache@
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
Wednesday, 27 May 2009
22:14 erwin search for other commits by this committer
Mark BROKEN on 8.x: does not build.
Original commit
Friday, 6 Jun 2008
14: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
Friday, 11 Apr 2008
15:23 pav search for other commits by this committer
- Update to 1.2.2

PR:             ports/122568
Submitted by:   Tobias Roth <ports@fsck.ch> (maintainer)
Original commit
Monday, 7 Apr 2008
20:37 naddy search for other commits by this committer
Update to FLAC 1.2.1.  This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:     119476
Original commit
Sunday, 2 Sep 2007
16:55 arved search for other commits by this committer
Update to 1.2.1

PR:             115983
Submitted by:   Tobias Roth <ports@fsck.ch>
Original commit
Sunday, 12 Aug 2007
12:50 rafan search for other commits by this committer
- Update to 1.2.0

PR:             ports/115280
Submitted by:   Tobias Roth <ports at fsck.ch> (maintainer)
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
Thursday, 6 Jul 2006
19:11 itetcu search for other commits by this committer
Add -fPIC to CFLAGS on amd64 if using apache2 to fix build in this case.

PR:             ports/98229
Submitted by:   Yuri Pankov <yuri.pankov@gmail.com>
Approved by:    maintainer
Original commit
Sunday, 4 Dec 2005
00:18 clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
Original commit
Friday, 28 Oct 2005
07:59 jylefort search for other commits by this committer
Chase libid3tag update.
Original commit
Wednesday, 16 Mar 2005
14:50 naddy search for other commits by this committer
new version of libFLAC
Original commit
Sunday, 6 Feb 2005
12:07 edwin search for other commits by this committer
Remove PORTDOCS, not used here.

Noticed by: krion
Original commit
Saturday, 22 Jan 2005
20:56 clement search for other commits by this committer
- Cleanup the ports and update pkg-message
- Pass maintainership to submitter

PR:             ports/76575
Submitted by:   Tobias Roth <ports@fsck.ch>
Original commit
Monday, 17 Jan 2005
21:15 clement search for other commits by this committer
- Update to 0.99.7
Original commit
Wednesday, 18 Aug 2004
16:21 clement search for other commits by this committer
- Assign maintainership to freshly created apache@ mailing list
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Saturday, 27 Dec 2003
13:19 pav search for other commits by this committer
- Use APACHE_PORT in the usual way

PR:             ports/60611
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
Original commit
Saturday, 20 Dec 2003
16:37 naddy search for other commits by this committer
Catch up with libogg/libvorbis version bump.
Original commit
Sunday, 7 Dec 2003
01:27 marcus search for other commits by this committer
Chase the libmad/libid3tag shared lib version.
Original commit
Thursday, 20 Nov 2003
14:50 marcus search for other commits by this committer
* Fix build on bento
* Update to 0.8.9
* Use PORTDOCS

PR:             59507
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Original commit
Monday, 3 Nov 2003
16:17 ijliao search for other commits by this committer
add mod_musicindex 0.8.9
Apache module in C implements Perl module Apache::MP3

PR:             58807
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit

Number of commits found: 54