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/linux-mbrola/Makefile

Number of commits found: 20

Wednesday, 27 Dec 2017
09:30 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:457358 
Monday, 5 Sep 2016
19:23 tijl search for other commits by this committer
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:421387 
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 
Saturday, 24 Jan 2015
15:07 antoine search for other commits by this committer
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name,  as the former can't be attributed to a package
Original commitRevision:377795 
Wednesday, 16 Jul 2014
03:47 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
Original commitRevision:362027 
Thursday, 16 Jan 2014
22:19 antoine search for other commits by this committer
Revert part of previous change, IA32_BINARY_PORT is for freebsd32 compat not
linux32 one
Original commitRevision:339994 
20:15 antoine search for other commits by this committer
- Stage support
- Get rid of infozip dependency
Original commitRevision:339974 
Friday, 3 Jan 2014
15:26 adamw search for other commits by this committer
Convert to PORT_OPTIONS:MDOCS.

Holdout shame list: ruby, perl, python
Original commitRevision:338547 
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 
Sunday, 27 Jan 2013
05:55 tabthorpe search for other commits by this committer
- Strip header at request of original creator

Submitted by:	trevor
With hat:	portmgr
Original commitRevision:311049 
Sunday, 8 Apr 2012
20:27 ak search for other commits by this committer
- Fix explicit use of unzip
- Remove vestiges of alpha

PR:     ports/153429
Approved by:    eadler (mentor)
Feature safe:   yes
Original commit
Wednesday, 18 Jun 2008
22:07 pav search for other commits by this committer
- Make this a standalone port instead of audio/mbrola slave
Original commit
Friday, 21 Jul 2006
20:05 jmelo search for other commits by this committer
- Remove bad sites.
- Add new mastersite.
Original commit
Thursday, 6 Jul 2006
07:07 ahze search for other commits by this committer
- Remove sparc64 & ppc from supported arch's since this port
  depends on a linux_base port
Original commit
Saturday, 8 Apr 2006
16:55 jylefort search for other commits by this committer
- The vendor has changed the distfile in place: update distinfo and
  unbreak (summary of changes not available as this is a binary
  distribution) [1]
- s/y/yes/

[1]:
PR:             ports/94100
Submitted by:   Pawel Pekala <c0rn@o2.pl>
Original commit
Wednesday, 7 Sep 2005
00:14 kris search for other commits by this committer
BROKEN: Size mismatch
Original commit
Friday, 17 Jun 2005
22:59 netchild search for other commits by this committer
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
  - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:   portmgr (linimon) [1]
Submittted by:  Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:    portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:      ports cluster (kris)
Reviewed by:    silence on emulation@
Superseedes PR: 69997

Maintainer approval from:
        chris@chrisburkert.de
        cracauer@cons.org
        des
        girgen
        jamie@bishopston.net
        mezz
        mi
        nivit@users.sf.net
        pat
        simond@irrelevant.org
        riggs@rrr.de
        Udo.Schweigert@Siemens.com
Original commit
Tuesday, 1 Mar 2005
21:51 trevor search for other commits by this committer
Respect the user's USE_LINUX setting.
Original commit
Monday, 23 Aug 2004
23:50 linimon search for other commits by this committer
Turn this port into a proper slave port.

PR:             ports/67922
Approved by:    maintainer timeout (2 months)
Original commit
Wednesday, 5 Nov 2003
14:04 trevor search for other commits by this committer
MBROLA reorganization:  move voices out of mbrola port into new
mbrolavox port; add new linux-mbrola port for alpha, i386, ppc and
sparc64.
Original commit

Number of commits found: 20