Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0 30 Nov 2016 21:15:29
  |
rene  |
Remove expired port:
2016-11-30 audio/lv2core: Superseded by audio/lv2 |
6.0 05 Nov 2016 02:59:28
  |
jbeich  |
audio/lv2core: deprecate in favor of audio/lv2 (try#2)
- Switch existing consumers to audio/lv2
PR: 197126, 213285 (for tracking) |
6.0 05 Nov 2016 02:59:02
  |
jbeich  |
audio/lv2core: backout r425367 to re-land cleanly |
6.0 05 Nov 2016 02:21:28
  |
jbeich  |
audio/lv2core: oops, November 31 doesn't exist
$ portlint
FATAL: Makefile: [18]: EXPIRATION_DATE (2016-11-31) is either not in YYYY-MM-DD
format or it is not a valid date.
Reported by: dvl (via freshports) |
05 Nov 2016 01:19:47

|
jbeich  |
audio/lv2core: deprecate in favor of audio/lv2
- Switch existing consumers to audio/lv2
PR: 197126, 213285 (for tracking) |
6.0 31 Oct 2016 20:40:43
  |
jbeich  |
audio/lv2: add new port
PR: 197126, 213285 (based on)
Submitted by: Radim Kolar <hsn@sendmail.cz>, Michael Beer
<beerml@sigma6audio.de>
LV2 is an open standard for audio plugins, used by hundreds of plugins
and other projects. At its core, LV2 is a simple stable interface,
accompanied by extensions which add functionality to support the needs
of increasingly powerful audio software.
http://lv2plug.in/ |
6.0 13 Oct 2016 16:26:09
  |
amdmi3  |
- Switch waf to verbose builds as well
Approved by: portmgr (mat)
Differential Revision: D8240 |
6.0 08 Apr 2015 15:05:49
  |
bapt  |
Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused
Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf
WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC
CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"
USES=waf is by default stagedir safe |
6.0 04 Dec 2014 23:19:12
  |
feld  |
Correct "BSD" licenses in audio category |
6.0 20 Oct 2014 06:36:00
  |
bapt  |
Cleanup plist |
6.0 19 Oct 2014 07:33:10
  |
mva  |
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit) |
6.0 07 Apr 2014 19:49:19
  |
pawel  |
- Add staging support
- Convert to USES=tar:bzip2 |
6.0 24 Nov 2013 09:32:54
  |
mva  |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency |
6.0 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
6.0 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
6.0 04 May 2013 14:06:09
  |
bdrewery  |
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
to always have a number
Reviewed by: bapt
Spotted by: John Marino <draco@marino.st>
With hat: portmgr |
6.0 22 Apr 2013 23:19:09
  |
bapt  |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
6.0 26 Jul 2012 05:40:24
 |
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
6.0 22 Jul 2012 23:24:00
 |
dougb  |
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in. |
6.0 14 Jan 2012 21:55:14
 |
miwi  |
- Update to 6.0
PR: 162829
Submitted by: ports fury |
4.0_1 18 Oct 2011 13:03:57
 |
ehaupt  |
- Add MAKE_JOBS_SAFE
- Strip binaries
PR: 161603
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
4.0 16 Aug 2011 17:32:22
 |
sylvio  |
- Update to 4.0 |
3.0 12 Jun 2011 14:06:28
 |
bapt  |
reset maintainer
Submitted by: maintainer (by mail) |
3.0 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
3.0 23 Nov 2008 22:52:44
 |
miwi  |
LV2 is a standard for plugins and matching host applications, mainly targeted at
audio processing and generation.
LV2 is a simple but extensible successor of LADSPA, intended to address the
limitations of LADSPA which many applications have outgrown.
WWW: http://lv2plug.in/
PR: ports/129026
Submitted by: xaimus <xaimus at gmail.com> |