| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 May 2013 14:06:09
0.6.6
|
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
0.6.6
|
bapt  |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
26 Jul 2012 05:40:24
0.6.6
|
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
0.6.6
|
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. |
31 Aug 2011 21:43:16
0.6.6
|
dhn  |
- Update to 0.6.6
PR: ports/160081
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
12 Jun 2011 14:06:28
0.6.1
|
bapt  |
reset maintainer
Submitted by: maintainer (by mail) |
19 Mar 2011 12:38:54
0.6.1
|
miwi  |
- Get Rid MD5 support |
26 Nov 2008 22:20:20
0.6.1
|
amdmi3  |
- Add forgotten USE_LDCONFIG |
26 Nov 2008 22:16:08
0.6.1
|
amdmi3  |
SLV2 is a library to make the use of LV2 plugins as simple as
possible for applications.
WWW: http://drobilla.net/software/slv2/
PR: 129158
Submitted by: xaimus <xaimus at gmail dot com> |