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

Number of commits found: 33

Monday, 6 Feb 2023
17:52 Dmitry Marakasov (amdmi3) search for other commits by this committer
audio/audiere: update WWW
commit hash: 50fe84b703edcbc6f7bc240dbf5cd13d5786f410 commit hash: 50fe84b703edcbc6f7bc240dbf5cd13d5786f410 commit hash: 50fe84b703edcbc6f7bc240dbf5cd13d5786f410 commit hash: 50fe84b703edcbc6f7bc240dbf5cd13d5786f410 50fe84b
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 5823922
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 25 Dec 2018
16:09 amdmi3 search for other commits by this committer
- Fix build
Original commitRevision:488326 
Sunday, 4 Nov 2018
12:54 antoine search for other commits by this committer
Mark BROKEN: fails to build

/usr/local/include/dumb.h:41:27: error: invalid suffix on literal; C++11
requires a space between literal and identifier
[-Wreserved-user-defined-literal]
#define DUMB_NAME "DUMB v"DUMB_VERSION_STR
                          ^

Reported by:	pkg-fallout
Original commitRevision:484015 
Monday, 13 Feb 2017
22:13 tijl search for other commits by this committer
Remove -fPIC from audio/audiere and add it to audio/dumb where the real
problem is.  audio/dumb only provides a static library and audio/audiere
tries to link that into a shared library.
Original commitRevision:434057 
Thursday, 9 Feb 2017
18:53 linimon search for other commits by this committer
Add -fPIC to various ports to enable them to build on armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:433767 
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 
Sunday, 18 Oct 2015
21:19 amdmi3 search for other commits by this committer
- Switch to options helpers
Original commitRevision:399628 
Thursday, 23 Jul 2015
20:03 amdmi3 search for other commits by this committer
- Add LICENSE
Original commitRevision:392750 
Tuesday, 26 May 2015
13:13 amdmi3 search for other commits by this committer
- Switch to USES=autoreconf
- Strip library
Original commitRevision:387473 
Wednesday, 25 Mar 2015
18:30 amdmi3 search for other commits by this committer
Remove PTHREAD_LIBS, PTHREAD_CFLAGS from my ports
Original commitRevision:382258 
Tuesday, 3 Jun 2014
13:27 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
Original commitRevision:356359 
Thursday, 17 Oct 2013
01:14 amdmi3 search for other commits by this committer
- Support staging
- Use new LIB_DEPENDS syntax
Original commitRevision:330583 
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 
Saturday, 14 Sep 2013
03:44 amdmi3 search for other commits by this committer
Fix build with clang/libc++
Original commitRevision:327215 
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 
Friday, 12 Jul 2013
15:01 amdmi3 search for other commits by this committer
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Original commitRevision:322840 
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
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Saturday, 29 Oct 2011
17:40 miwi search for other commits by this committer
- Fix build on FreeBSD 10
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, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
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, 27 Aug 2009
15:04 amdmi3 search for other commits by this committer
- Remove remaining SFP references (switch these ports to SF)

Approved by:    portmgr (pav)
Original commit
Wednesday, 19 Aug 2009
09:35 miwi search for other commits by this committer
- Fix fetch
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
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
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Monday, 23 Jun 2008
10:10 amdmi3 search for other commits by this committer
Audiere is a high-level audio API. It can play Ogg Vorbis, MP3,
FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For audio
output, Audiere supports DirectSound or WinMM in Windows, OSS on
Linux and Cygwin, and SGI AL on IRIX.

Audiere is open source and licensed under the LGPL. This means that
you may freely use Audiere in commercial products, as long as you
do not modify the source code. If you do modify Audiere and release
a product that uses your modifications, you must release your changes
to the code under the LGPL as well.

Audiere is portable. It is tested on Windows, Linux-i386, Cygwin,
and IRIX with at least three major compilers. Most of Audiere is
endian-independent, so I expect it would work with few modifications
on other architectures.

WWW: http://audiere.sourceforge.net/

PR:             ports/124710
Approved by:    miwi (mentor)
Original commit

Number of commits found: 33