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

Number of commits found: 9

Friday, 11 Feb 2011
19:38 rene search for other commits by this committer
Remove expired ports:
2011-02-11 audio/libjackasyn: development has ceased; try audio/jack instead
2011-02-11 audio/xmms-jackasyn: development has ceased; try audio/xmms-jack
instead
Original commit
Tuesday, 11 Jan 2011
20:00 acm search for other commits by this committer
-  Deprecate and set to expire obsolete apps.

Feature safe:   yes
Original commit
Friday, 20 Nov 2009
22:53 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
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
Saturday, 2 Sep 2006
14:26 acm search for other commits by this committer
- Fix build on 4.x [1]
- Bump PORTREVISION

Reported by:    kris [1]
Approved by:    garga (mentor)
Original commit
Wednesday, 16 Aug 2006
10:37 acm search for other commits by this committer
- Update to 0.13
- Remove broken on 4.x

Approved by:    garga (mentor)
Original commit
Sunday, 23 Jul 2006
02:45 acm search for other commits by this committer
Change maintainer address to my @FreeBSD.org email

Approved by:    garga (mentor)
Original commit
Sunday, 21 May 2006
18:59 pav search for other commits by this committer
- Does not compile on FreeBSD 4.X

Reported by:    krismail
Original commit
Monday, 8 May 2006
16:05 pav search for other commits by this committer
libjackasyn is a library that allows you to use programs written for the OSS
sound API with the JACK audio server (jackit.sf.net). libjackasyn is a library
that can be used for two purposes.

First it can be loaded via the LD_PRELOAD variable, turning OSS applications
automatically into JACK-aware applications.

Second, it can be used to link against the program during build time, making it
trivial to turn an OSS aware sound application into a JACK aware sound
application in a short time.

libjackasyn got its name from the asynchronous manner in which it communicates
with the JACK server, which means by using libjackasyn you will introduce an
additional delay exactly the size of one JACK audiobuffer (1024 samples or 44
ms with the JACK default settings). This delay can be reduced by reducing the
JACK buffersize. It should not matter for sound generating applications, but
it might introduce phasing effects when doing sound processing.

WWW:    http://gige.xdv.org/libjackasyn/

PR:             ports/94290
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Original commit

Number of commits found: 9