aboutsummaryrefslogtreecommitdiff
path: root/audio/jack
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-082-2/+1
| | | | | | | | | | | | | | | | - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/head/; revision=560752
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-1/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* audio/sndio: Update to 1.7.0Tobias Kortkamp2020-07-121-1/+1
| | | | Notes: svn path=/head/; revision=542069
* - Update WWWDmitry Marakasov2019-11-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=517862
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Only print the message during the first installation,Baptiste Daroussin2019-06-042-1/+8
| | | | | | | not at each upgrades Notes: svn path=/head/; revision=503442
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Fix SIGBUS with 24 bit content over OSS outputThomas Zander2019-01-032-1/+28
| | | | | | | | | PR: 234574 Submitted by: dev@submerge.ch MFH: 2019Q1 Notes: svn path=/head/; revision=489219
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix build on powerpc64Thomas Zander2018-10-131-2/+1
| | | | | | | | | PR: 231834 Submitted by: pkubaj@anongoth.pl MFH: 2018Q4 (build fix blanket) Notes: svn path=/head/; revision=481992
* Mark these ports broken on mips64 and/or mips.Mark Linimon2018-07-011-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473660
* Fix startup script for FreeBSD 10: -o option is unknownThomas Zander2018-06-102-2/+2
| | | | | | | | | PR: 228266 Submitted by: takefu@airport.fm MFH: 2018Q2 Notes: svn path=/head/; revision=472147
* Mark as broken on powerpc64.Mark Linimon2018-06-031-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471488
* audio/jack: libuuid is completely unused after r440260Jan Beich2017-10-061-3/+2
| | | | | | | | | | | | libuuid was used for a some time between 0.121.3 and 0.124 releases but didn't propagate into any except for stray <uuid/uuid.h> include. PR: 221314 Submitted by: tobik Reviewed by: hselasky Notes: svn path=/head/; revision=451409
* Enable COOKEDMODE for more versatile soundcard support; use GitHubThomas Zander2017-08-129-50/+197
| | | | | | | | | | | | | | | | | | | | | | Detailed log: * Add COOKEDMODE option that turns on SNDCTL_DSP_COOKEDMODE. Without the cooked mode Jack's OSS driver currently fails for some soundcards (it chooses wrong sample rate). It's better to have COOKEDMODE=on by default since it often appears broken otherwise. Professionals probably want COOKEDMODE=off, after they make sure their soundcard works with jack. * Switch to github for fetching the sources. * Include the merged upstream pull request #60 to enable the realtime mode (-R). * Add USES=autoreconf (github source doesn't include a configure script) * Install more manpages. PR: 220785 Submitted by: yuri@rawbw.com MFH: 2017Q3 Notes: svn path=/head/; revision=447818
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Update to upstream version 0.125.0, add SNDIO optionThomas Zander2017-05-0611-340/+254
| | | | | | | | PR: 218338 Submitted by: tobik Notes: svn path=/head/; revision=440260
* Added rc.d script to start jackdThomas Zander2017-01-212-1/+37
| | | | | | | | PR: 215889 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=432054
* ${RM} already has -f.Mathieu Arnold2016-10-211-2/+2
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* USE_BDB cleanup.Mathieu Arnold2016-08-081-2/+1
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* Cleanup patches, a* categories.Mathieu Arnold2016-07-264-0/+0
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* audio/jack: properly specify readline dep (detected by Synth)John Marino2016-02-091-1/+1
| | | | | | | | No portrevision bump necessary as this change does not alter the package contents. It just fixes the deps specification. Notes: svn path=/head/; revision=408545
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-10/+3
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* Drop :keepla from the libtool USES.Koop Mast2015-08-032-11/+2
| | | | | | | | PR: 202048 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=393465
* Fix support for 24-bit and 32-bit resolutionThomas Zander2015-06-1410-50/+216
| | | | | | | | | | | While on it: - Pet portlint PR: 199558 Submitted by: hselasky@FreeBSD.org Notes: svn path=/head/; revision=389640
* Remove dependency on portaudioBaptiste Daroussin2015-05-302-6/+3
| | | | | | | | This drops a circular dependency between portaudio and jack. Given jack supports OSS there is no real point in using portaudio as a backend Notes: svn path=/head/; revision=387967
* Fix detection of libportaudio librariesPawel Pekala2015-01-251-1/+1
| | | | | | | | | PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others Notes: svn path=/head/; revision=377845
* Allow jack to be upgraded when already installed. [1]Koop Mast2014-12-163-91/+142
| | | | | | | | | | Move doxygen depend and docs out of DOCS option. [2] PR: 195533 [1], 195573 [2] Submitted by: Mikhail T. <mi@ALDAN.algebra.com> [1], amdmi3@ [2] Notes: svn path=/head/; revision=374789
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Switch USE_BDB from 48 to 48+ .Juergen Lock2014-11-281-1/+2
| | | | | | | | | | - Bump PORTREVISION. PR: 195001 Submitted by: turutani@scphys.kyoto-u.ac.jp Notes: svn path=/head/; revision=373578
* - Update to 0.124.1 .Juergen Lock2014-10-275-28/+216
| | | | | | | | | | - Add patch to fix handling of signals during read/write operations. PR: 194545 Submitted by: hselasky Notes: svn path=/head/; revision=371602
* Cleanup plistBaptiste Daroussin2014-09-221-5/+0
| | | | Notes: svn path=/head/; revision=368835
* Update devel/doxygen to 1.8.7Antoine Brodin2014-08-092-9/+13
| | | | | | | | | | | Update dependent ports to build with it Most of work by: pi@ Exp-run: self PR: ports/190943 Notes: svn path=/head/; revision=364468
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Add missing USES=libtoolDmitry Marakasov2014-06-112-2/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=357438
* audio/jack: fix readline depend and allow stagingWilliam Grzybowski2013-10-312-22/+19
| | | | | | | | | | | | - Fix readline depend [1] (based on) - Allow staging - Use options helpers PR: ports/170517 [1] Submitted by: A.J. Kehoe IV <g5ypsazo nanoman.ca> [1] Notes: svn path=/head/; revision=332259
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-301-2/+1
| | | | Notes: svn path=/head/; revision=325655
* - Trim Makefile header per new guidelinesAlexey Dokuchaev2013-03-282-39/+34
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=315462
* In categories starting with 'a', remove empty lines from pkg-plist (exceptAlexey Dokuchaev2013-03-171-2/+0
| | | | | | | for `archivers/rpm5' where it looks like they're being used deliberately). Notes: svn path=/head/; revision=314435
* - Fix pkg-plistBeat Gaetzi2012-09-091-0/+2
| | | | | | | | Reported by: pointyhat Approved by: multimedia (bapt) Notes: svn path=/head/; revision=303985
* Convert to new options frameworkBaptiste Daroussin2012-05-301-4/+3
| | | | Notes: svn path=/head/; revision=297768
* - Fix alsa driver.Juergen Lock2012-05-242-1/+12
| | | | | | | | | | - Bump PORTREVISION. PR: ports/167971 Submitted by: amdmi3 Notes: svn path=/head/; revision=297355
* - Fix pkg-plist incorrect when options are not defaultSylvio Cesar Teixeira2011-12-092-0/+6
| | | | | | | | | | | - BUMP PORTREVISION PR: ports/163054 Submitted by: "Edward.Sanford.Sutton, III" <mirror176@cox.net> Feature safe: yes Notes: svn path=/head/; revision=287110
* upgrade to 0.121.3Baptiste Daroussin2011-10-012-3/+3
| | | | Notes: svn path=/head/; revision=282750
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282