summaryrefslogtreecommitdiff
path: root/audio/jack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unused audio/flac dependencyChristian Weisgerber2008-03-261-2/+2
|
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | 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
* - fix DOCSDIR [1]Michael Johnson2007-04-162-49/+53
| | | | | | | | | - 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
* Update to 0.103.0Michael Johnson2007-04-163-9/+6
|
* [patch] audio/alac - cleanup non-supported FreeBSD versionsEdwin Groothuis2007-04-161-7/+2
| | | | | | | | | | [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@>
* Fix the plist with WITH_DOCS. Bump the PORTREVISION.Jeremy Messenger2007-01-232-60/+50
| | | | Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* Update to 0.102.28.20061216, a SVN version. A new port, ghostess, needs thisJeremy Messenger2007-01-235-25/+14
| | | | | | | SVN version. PR: ports/108114 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* o/` One more time, we're gonna fix four-ehehex, oh yeah, all right o/`Michael Nottebrock2006-12-212-4/+19
| | | | | PR: ports/106982 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Revert last commitMichael Nottebrock2006-12-191-3/+3
|
* Update to KDE 3.5.5 / KOffice 1.6.1Michael Nottebrock2006-12-191-3/+3
| | | | Approved by: portmgr
* Fix the build if there is no -O in the CFLAGS. To fix it by makesJeremy Messenger2006-12-101-0/+15
| | | | | | | | VIDEO_SYNC_PERIOD constant. PR: ports/106571 Reported by: Gerard Seibert <gerard@seibercom.net> Reviewed by: marcus (in IRC, FreeNode/#freebsd-gnome)
* - Fix the jackd getting into infinite loop on client disconnect. [1] [2]Jeremy Messenger2006-12-073-1/+15
| | | | | | | | | | | - 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]
* - Update to 0.102.20Martin Wilke2006-12-066-7/+66
| | | | | | PR: ports/106410 Submitted by: trasz Approved by: Multimedia Team (ahze on irc)
* - Remove ONLY_FOR_ARCHS since it looks like jack is portable nowMichael Johnson2006-07-071-1/+0
|
* - Now builds on sparc64Michael Johnson2006-07-071-1/+1
|
* - Give a few homeless ports a home with multimedia@Michael Johnson2006-06-091-1/+1
|
* - fix plistIon-Mihai Tetcu2006-06-072-4/+1
| | | | | | - bump PORTREVISION Approved by: lawrance (mentor, implicit)
* update to version 0.101.1Edwin Groothuis2006-06-072-5/+4
|
* - Fix package creation when not set DOCS OPTIONSMarcus Alves Grando2006-03-151-34/+32
| | | | | | | - Reorganize Makefile PR: 94308 Notified by: David Israelsson <david@israelsson.org>
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+8
| | | | Approved by: portmgr (kris)
* Another doxygen update, another new file generated.Michael Nottebrock2006-01-081-0/+1
|
* The latest doxygen update seems to feature a funky bug that makes it createMichael Nottebrock2005-12-211-0/+2
| | | | | | | | 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.
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-081-0/+1
| | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio
* Update to 0.100.0Marcus Alves Grando2005-10-263-7/+14
| | | | | PR: 87239 Submitted by: James mcNaughton <bitbucket63-it@yahoo.com>
* s/.elseif/.elifMichael Nottebrock2005-04-121-1/+1
|
* Worm our way around the big ugly doxygen-TeX dependency for the html-docsMichael Nottebrock2005-03-162-46/+71
| | | | | build. OPTION default to off, override in the PACKAGE_BUILDING case and if doxygen is already installed.
* Fix plist, set LATEST_LINK to jack.Michael Nottebrock2005-02-212-2/+4
|
* BROKEN: Incomplete pkg-plistKris Kennaway2005-02-201-0/+2
| | | | | # This port should probably be repo-copied to audio/jackit, since that # is what the package calls itself.
* Update to 0.99Tilman Keskinoz2004-10-133-10/+8
| | | | | PR: 72555 Submitted by: Michael Johnson <ahze@ahze.net>
* Do not include the package name in the comment.Kirill Ponomarev2004-07-171-1/+1
| | | | | PR: ports/69181, ports/69182, ports/69183 Submitted by: Ports Fury
* Update to 0.98.1:Tilman Keskinoz2004-06-0112-2051/+57
| | | | | | | - 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
* Fix make describe for old make's.Tilman Keskinoz2004-04-161-1/+1
| | | | | PR: 65622 Submitted by: Scott Lipcon <slipcon@mercea.net>
* Mark broken on 5.x with libc_r.Tilman Keskinoz2004-04-161-1/+7
| | | | Reported by: "Christer Solskogen" <solskogen@carebears.mine.nu>
* Fix broken plistTilman Keskinoz2004-04-092-1/+2
| | | | Submitted by: bento via kris
* Mark ONLY_FOR_ARCHS= i386 amd64Tilman Keskinoz2004-04-071-0/+1
| | | | | Note: JACK CVS already builds with the other platforms, so this is temporary until the next release.
* Fix another Memory Leak.Tilman Keskinoz2004-03-242-4/+10
| | | | Submitted by: author
* Back out last commit, that slipped in.Tilman Keskinoz2004-03-151-1/+1
| | | | Today is not my day.
* Respect PTHREAD_CFLAGS, this should fix build on 5.2.1Tilman Keskinoz2004-03-151-1/+1
| | | | Reported by: Koop Mast
* Forgot replacing PTHREAD_LIBS in the last commit.Tilman Keskinoz2004-03-152-2/+2
|
* Fix pkgconfig file [1].Tilman Keskinoz2004-03-153-82/+111
| | | | | | | | Update OSS Driver [2]. Bump PORTREVISION. [1] Submitted by: Koop Mast <kwm@rainbow-runner.nl> [2] Submitted by: Jussi Laako <jussi@sonarnerd.net>
* Add INSTALLS_SHLIB.Tilman Keskinoz2004-03-131-0/+1
|
* - Add the OSS Driver from http://www.sonarnerd.net/projects/jack_oss.htmlTilman Keskinoz2004-03-106-24/+1873
| | | | | | | Does not work yet. - Bump PORTREVISION - sort pkg-plist - claim maintainership
* Remove BROKEN, my soundcard was locked by arts *sigh*Tilman Keskinoz2004-03-102-7/+6
| | | | Really fix the cpu MHz detection.
* Fix Mhz detection. Thanks to Simon Barner for pointing to example code.Tilman Keskinoz2004-03-101-1/+50
| | | | Obtained from: mplayer
* Mark BROKEN. It is not working at the moment.Tilman Keskinoz2004-03-091-0/+2
|
* Add JACK an audio serverTilman Keskinoz2004-03-099-0/+228
Requested by: epilogue@allstream.net