| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Mar 2013 12:19:45
0.121.3_2
|
danfe  |
- Trim Makefile header per new guidelines
- Tighten COMMENT text
- Drop shlib ABI versions from LIB_DEPENDS
- Rename DOCS option to DOXYGEN to reflect its evil nature, and disable
it by default (of course)
- Clean up Makefile while here, reformat port description |
17 Mar 2013 13:45:27
0.121.3_2
|
danfe  |
In categories starting with 'a', remove empty lines from pkg-plist (except
for `archivers/rpm5' where it looks like they're being used deliberately). |
09 Sep 2012 17:39:58
0.121.3_2
|
beat  |
- Fix pkg-plist
Reported by: pointyhat
Approved by: multimedia (bapt) |
30 May 2012 11:27:09
0.121.3_2
|
bapt  |
Convert to new options framework |
24 May 2012 19:35:56
0.121.3_2
|
nox  |
- Fix alsa driver.
- Bump PORTREVISION.
PR: ports/167971
Submitted by: amdmi3 |
09 Dec 2011 10:50:58
0.121.3_1
|
sylvio  |
- Fix pkg-plist incorrect when options are not default
- BUMP PORTREVISION
PR: ports/163054
Submitted by: "Edward.Sanford.Sutton, III" <mirror176@cox.net>
Feature safe: yes |
01 Oct 2011 18:36:16
0.121.3
|
bapt  |
upgrade to 0.121.3 |
23 Sep 2011 22:26:39
0.121.2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
18 Sep 2011 21:13:30
0.121.2
|
nox  |
- Update to 0.121.2 .
- Cleanup flags handling and make docs building an OPTION. [1]
- Update WWW.
Submitted by: "b. f." <bf1783@googlemail.com> on -multimedia@ [1]
Approved by: multimedia (kwm, via irc) |
11 Aug 2011 19:20:17
0.118.0_4  |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
12 Apr 2011 10:36:16
0.118.0_4
|
bapt  |
- chase celt library bump |
16 Dec 2010 17:34:13
0.118.0_3
|
makc  |
Add optional support for ALSA, off by default
Remove md5 sum while here
PR: ports/153187
Approved by: kwm (with multimedia hat) |
06 Dec 2010 03:49:34
0.118.0_2
|
nork  |
Fix pkg-plist, and bump PORTREVISION. |
05 Dec 2010 15:19:54
0.118.0_1
|
kwm  |
Correct alsa-lib depend. s/libasound.2/asound.2/ |
05 Dec 2010 14:56:54
0.118.0_1
|
nork  |
Add implict dependency on alsa-lib, and bump PORTREVISION. |
09 May 2010 00:02:05
0.118.0
|
sylvio  |
- Fixed location of include endian.h to file drivers/alsa/memops.c
PR: ports/146407
Submitted by: Richard Kolkovich <richard@sigil.org> |
16 Apr 2010 13:18:50
0.118.0
|
wxs  |
- Update to 0.118.0
PR: ports/145487
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net>
Approved by: multimedia@ (maintainer, via sylvio@) |
28 Mar 2010 06:47:48
0.116.2_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
13 Nov 2009 09:39:34
0.116.2_3
|
trasz  |
Fix build after audio/celt upgrade. PORTREVISION bumped, as the upgrade
also breaks the ABI.
Approved by: portmgr (pav) |
12 May 2009 11:28:17
0.116.2_2
|
itetcu  |
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.
Forgotten by: araujo@
Reported by: QAT |
11 May 2009 19:08:02
0.116.2_1
|
trasz  |
Fix plist. The source tarball is strange - it comes with HTML documentation,
but it refuses to install it if there is no doxygen installed. If there is
Doxygen installed, it regenerates the docs.
While here, remove that weird DOCS handling and make it respect NOPORTDOCS.
Tested by: itetcu@ |
11 May 2009 15:29:18
0.116.2
|
trasz  |
Unbreak. Files with names without '-source' contain reference, files with
'-source' in the name contain prettyprinted C includes. |
11 May 2009 11:12:00
0.116.2
|
itetcu  |
Mark broken, the port installs reference/html/*source.html both as
_source.html and -source.html; I doubt they both should be installed so I'll
let the maintainer fix this.
Submitted by: QAT |
30 Mar 2009 18:21:21
0.116.2
|
trasz  |
Update to 0.116.2.
Approved by: maintainer timeout |
05 Jan 2009 17:27:29
0.109.2_1
|
pav  |
- Remove conditional checks relevant only on FreeBSD 5.x and older |
31 Oct 2008 16:36:26
0.109.2_1
|
gahr  |
- Fix PLIST
Notified by: erwin, makc |
07 Oct 2008 23:46:21
0.109.2
|
gahr  |
- Update to 0.109.2 |
26 Mar 2008 15:15:34
0.103.0_1
|
naddy  |
remove unused audio/flac dependency |
20 Mar 2008 09:19:39
0.103.0
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
23 Jul 2007 09:36:52
0.103.0
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
16 Apr 2007 19:29:59
0.103.0
|
ahze  |
- fix DOCSDIR [1]
- Disable mlock workaround [2]
PR: ports/111157 [1]
ports/111235 [2]
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> [1] [2]
Reported by: mezz |
16 Apr 2007 17:39:04
0.103.0
|
ahze  |
Update to 0.103.0 |
16 Apr 2007 03:34:03
0.102.28.20061216_1
|
edwin  |
[patch] audio/alac - cleanup non-supported FreeBSD versions
[patch] audio/grip - cleanup non-supported FreeBSD versions
[patch] audio/jack - cleanup non-supported FreeBSD versions
[patch] audio/libcddb - cleanup non-supported FreeBSD versions
PR: ports/111646, ports/111660, ports/111662, ports/111668
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Appproved by: Michael Johnson <ahze@> |
23 Jan 2007 20:23:18
0.102.28.20061216_1
|
mezz  |
Fix the plist with WITH_DOCS. Bump the PORTREVISION.
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> |
23 Jan 2007 19:58:43
0.102.28.20061216
|
mezz  |
Update to 0.102.28.20061216, a SVN version. A new port, ghostess, needs this
SVN version.
PR: ports/108114
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> |
21 Dec 2006 13:23:33
0.102.20_1
|
lofi  |
o/` One more time, we're gonna fix four-ehehex, oh yeah, all right o/`
PR: ports/106982
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
19 Dec 2006 21:56:25
0.102.20_1
|
lofi  |
Revert last commit |
19 Dec 2006 21:19:54
0.102.20_1
|
lofi  |
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr |
10 Dec 2006 22:39:21
0.102.20_1
|
mezz  |
Fix the build if there is no -O in the CFLAGS. To fix it by makes
VIDEO_SYNC_PERIOD constant.
PR: ports/106571
Reported by: Gerard Seibert <gerard@seibercom.net>
Reviewed by: marcus (in IRC, FreeNode/#freebsd-gnome) |
07 Dec 2006 19:42:00
0.102.20_1
|
mezz  |
- Fix the jackd getting into infinite loop on client disconnect. [1] [2]
- Fix a Linuxish, md5sum -> md5 -q (thanks flz) that will put a correct info
in one of header (jack_md5.h).
- Remove 'Author' from pkg-descr.
- Bump the PORTREVISION.
PR: ports/99323 [1] and ports/106428 [2]
Reported by: markzero <markzero@corolla.ath.cx> [1]
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> [2] |
06 Dec 2006 19:10:16
0.102.20
|
miwi  |
- Update to 0.102.20
PR: ports/106410
Submitted by: trasz
Approved by: Multimedia Team (ahze on irc) |
07 Jul 2006 14:52:52
0.101.1_1
|
ahze  |
- Remove ONLY_FOR_ARCHS since it looks like jack is portable now |
07 Jul 2006 14:25:39
0.101.1_1
|
ahze  |
- Now builds on sparc64 |
09 Jun 2006 18:59:20
0.101.1_1
|
ahze  |
- Give a few homeless ports a home with multimedia@ |
07 Jun 2006 22:48:29
0.101.1_1
|
itetcu  |
- fix plist
- bump PORTREVISION
Approved by: lawrance (mentor, implicit) |
07 Jun 2006 01:41:53
0.101.1
|
edwin  |
update to version 0.101.1 |
15 Mar 2006 13:32:42
0.100.0_2
|
mnag  |
- Fix package creation when not set DOCS OPTIONS
- Reorganize Makefile
PR: 94308
Notified by: David Israelsson <david@israelsson.org> |
23 Feb 2006 10:40:45
0.100.0_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
08 Jan 2006 17:42:38
0.100.0
|
lofi  |
Another doxygen update, another new file generated. |
21 Dec 2005 18:00:59
0.100.0
|
lofi  |
The latest doxygen update seems to feature a funky bug that makes it create
some dir__2Ffull_2Fpath_2Fto_2F${WRKSRC}_2F.html files.
Since there is no sensible way to put these into pkg-plist and they seem
to be just copies of the dir_<number>.html files anyway, delete them pre-
install. |
15 Nov 2005 06:52:12
0.100.0
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
08 Nov 2005 12:56:15
0.100.0
|
arved  |
* Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio |
26 Oct 2005 12:02:32
0.100.0
|
mnag  |
Update to 0.100.0
PR: 87239
Submitted by: James mcNaughton <bitbucket63-it@yahoo.com> |
12 Apr 2005 18:05:21
0.99.0
|
lofi  |
s/.elseif/.elif |
16 Mar 2005 08:58:02
0.99.0
|
lofi  |
Worm our way around the big ugly doxygen-TeX dependency for the html-docs
build. OPTION default to off, override in the PACKAGE_BUILDING case and if
doxygen is already installed. |
21 Feb 2005 20:25:32
0.99.0
|
lofi  |
Fix plist, set LATEST_LINK to jack. |
20 Feb 2005 20:25:19
0.99.0
|
kris  |
BROKEN: Incomplete pkg-plist
# This port should probably be repo-copied to audio/jackit, since that
# is what the package calls itself. |
13 Oct 2004 11:52:12
0.99.0
|
arved  |
Update to 0.99
PR: 72555
Submitted by: Michael Johnson <ahze@ahze.net> |
17 Jul 2004 16:53:25
0.98.1
|
krion  |
Do not include the package name in the comment.
PR: ports/69181, ports/69182, ports/69183
Submitted by: Ports Fury |
01 Jun 2004 09:23:48
0.98.1
|
arved  |
Update to 0.98.1:
- The OSS driver is now part of the distribution
- Many FreeBSD fixes have been integrated
- Depend on doxygen to build Documentation
- Pretend not to maintain this port |
16 Apr 2004 14:52:10
0.94.0_4
|
arved  |
Fix make describe for old make's.
PR: 65622
Submitted by: Scott Lipcon <slipcon@mercea.net> |
16 Apr 2004 09:58:27
0.94.0_4
|
arved  |
Mark broken on 5.x with libc_r.
Reported by: "Christer Solskogen" <solskogen@carebears.mine.nu> |
09 Apr 2004 08:34:39
0.94.0_4
|
arved  |
Fix broken plist
Submitted by: bento via kris |
07 Apr 2004 21:49:12
0.94.0_3
|
arved  |
Mark ONLY_FOR_ARCHS= i386 amd64
Note: JACK CVS already builds with the other platforms,
so this is temporary until the next release. |
24 Mar 2004 08:02:27
0.94.0_3
|
arved  |
Fix another Memory Leak.
Submitted by: author |
15 Mar 2004 21:41:28
0.94.0_2
|
arved  |
Back out last commit, that slipped in.
Today is not my day. |
15 Mar 2004 21:35:18
0.94.0_2
|
arved  |
Respect PTHREAD_CFLAGS, this should fix build on 5.2.1
Reported by: Koop Mast |
15 Mar 2004 21:22:31
0.94.0_2
|
arved  |
Forgot replacing PTHREAD_LIBS in the last commit. |
15 Mar 2004 21:17:45
0.94.0_2
|
arved  |
Fix pkgconfig file [1].
Update OSS Driver [2].
Bump PORTREVISION.
[1] Submitted by: Koop Mast <kwm@rainbow-runner.nl>
[2] Submitted by: Jussi Laako <jussi@sonarnerd.net> |
13 Mar 2004 10:19:15
0.94.0_1
|
arved  |
Add INSTALLS_SHLIB. |
10 Mar 2004 14:06:31
0.94.0_1
|
arved  |
- Add the OSS Driver from http://www.sonarnerd.net/projects/jack_oss.html
Does not work yet.
- Bump PORTREVISION
- sort pkg-plist
- claim maintainership |
10 Mar 2004 12:21:15
0.94.0
|
arved  |
Remove BROKEN, my soundcard was locked by arts *sigh*
Really fix the cpu MHz detection. |
10 Mar 2004 11:43:58
0.94.0
|
arved  |
Fix Mhz detection. Thanks to Simon Barner for pointing to example code.
Obtained from: mplayer |
09 Mar 2004 21:31:37
0.94.0
|
arved  |
Mark BROKEN. It is not working at the moment. |
09 Mar 2004 20:27:52
0.94.0
|
arved  |
Add JACK an audio server
Requested by: epilogue@allstream.net |