aboutsummaryrefslogtreecommitdiff
path: root/audio/jack
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 0.121.2 .Juergen Lock2011-09-187-123/+147
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=281963
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - chase celt library bumpBaptiste Daroussin2011-04-122-2/+25
| | | | Notes: svn path=/head/; revision=272602
* Add optional support for ALSA, off by defaultMax Brazhnikov2010-12-163-7/+15
| | | | | | | | | | Remove md5 sum while here PR: ports/153187 Approved by: kwm (with multimedia hat) Notes: svn path=/head/; revision=266437
* Fix pkg-plist, and bump PORTREVISION.Norikatsu Shigemura2010-12-062-1/+3
| | | | Notes: svn path=/head/; revision=265742
* Correct alsa-lib depend. s/libasound.2/asound.2/Koop Mast2010-12-051-1/+1
| | | | Notes: svn path=/head/; revision=265725
* Add implict dependency on alsa-lib, and bump PORTREVISION.Norikatsu Shigemura2010-12-052-0/+4
| | | | Notes: svn path=/head/; revision=265723
* - Fixed location of include endian.h to file drivers/alsa/memops.cSylvio Cesar Teixeira2010-05-091-0/+11
| | | | | | | | PR: ports/146407 Submitted by: Richard Kolkovich <richard@sigil.org> Notes: svn path=/head/; revision=253954
* - Update to 0.118.0Wesley Shields2010-04-165-73/+12
| | | | | | | | | PR: ports/145487 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> Approved by: multimedia@ (maintainer, via sylvio@) Notes: svn path=/head/; revision=252769
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Fix build after audio/celt upgrade. PORTREVISION bumped, as the upgradeEdward Tomasz Napierala2009-11-133-4/+56
| | | | | | | | | also breaks the ABI. Approved by: portmgr (pav) Notes: svn path=/head/; revision=244202
* Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently fromIon-Mihai Tetcu2009-05-121-3/+3
| | | | | | | | | | 5 to 6. Forgotten by: araujo@ Reported by: QAT Notes: svn path=/head/; revision=233764
* Fix plist. The source tarball is strange - it comes with HTML documentation,Edward Tomasz Napierala2009-05-112-95/+73
| | | | | | | | | | | | 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@ Notes: svn path=/head/; revision=233718
* Unbreak. Files with names without '-source' contain reference, files withEdward Tomasz Napierala2009-05-111-2/+0
| | | | | | | '-source' in the name contain prettyprinted C includes. Notes: svn path=/head/; revision=233703
* Mark broken, the port installs reference/html/*source.html both asIon-Mihai Tetcu2009-05-111-0/+2
| | | | | | | | | | _source.html and -source.html; I doubt they both should be installed so I'll let the maintainer fix this. Submitted by: QAT Notes: svn path=/head/; revision=233689
* Update to 0.116.2.Edward Tomasz Napierala2009-03-308-30/+85
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=231313
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225288
* - Fix PLISTPietro Cerutti2008-10-312-0/+2
| | | | | | | Notified by: erwin, makc Notes: svn path=/head/; revision=222256
* - Update to 0.109.2Pietro Cerutti2008-10-076-50/+20
| | | | Notes: svn path=/head/; revision=221315
* remove unused audio/flac dependencyChristian Weisgerber2008-03-261-2/+2
| | | | Notes: svn path=/head/; revision=209869
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* - 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 Notes: svn path=/head/; revision=196111
* - 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 Notes: svn path=/head/; revision=190142
* Update to 0.103.0Michael Johnson2007-04-163-9/+6
| | | | Notes: svn path=/head/; revision=190136
* [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@> Notes: svn path=/head/; revision=190062
* Fix the plist with WITH_DOCS. Bump the PORTREVISION.Jeremy Messenger2007-01-232-60/+50
| | | | | | | Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=183120
* 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> Notes: svn path=/head/; revision=183119
* 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> Notes: svn path=/head/; revision=180325
* Revert last commitMichael Nottebrock2006-12-191-3/+3
| | | | Notes: svn path=/head/; revision=180202
* Update to KDE 3.5.5 / KOffice 1.6.1Michael Nottebrock2006-12-191-3/+3
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=180198
* 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) Notes: svn path=/head/; revision=179425
* - 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] Notes: svn path=/head/; revision=179138
* - Update to 0.102.20Martin Wilke2006-12-066-7/+66
| | | | | | | | | PR: ports/106410 Submitted by: trasz Approved by: Multimedia Team (ahze on irc) Notes: svn path=/head/; revision=179050
* - Remove ONLY_FOR_ARCHS since it looks like jack is portable nowMichael Johnson2006-07-071-1/+0
| | | | Notes: svn path=/head/; revision=167139
* - Now builds on sparc64Michael Johnson2006-07-071-1/+1
| | | | Notes: svn path=/head/; revision=167138