| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 May 2013 14:06:09
6.0
|
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 |
22 Apr 2013 23:19:09
6.0
|
bapt  |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
26 Jul 2012 05:40:24
6.0
|
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) |
22 Jul 2012 23:24:00
6.0
|
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. |
14 Jan 2012 21:55:14
6.0
|
miwi  |
- Update to 6.0
PR: 162829
Submitted by: ports fury |
18 Oct 2011 13:03:57
4.0_1
|
ehaupt  |
- Add MAKE_JOBS_SAFE
- Strip binaries
PR: 161603
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
16 Aug 2011 17:32:22
4.0
|
sylvio  |
- Update to 4.0 |
12 Jun 2011 14:06:28
3.0
|
bapt  |
reset maintainer
Submitted by: maintainer (by mail) |
19 Mar 2011 12:38:54
3.0
|
miwi  |
- Get Rid MD5 support |
23 Nov 2008 22:52:44
3.0
|
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> |