aboutsummaryrefslogtreecommitdiff
path: root/audio/murmur
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to USES=qmake (and other USES while I'm here)Max Brazhnikov2013-11-221-5/+3
| | | | | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334586
* - take maintainershipMark Felder2013-11-115-51/+25
| | | | | | | | | | | | | | - STAGE support - remove pkg-install and pkg-deinstall scripts - remove @stopdaemon - ICE option is no longer default; devel/ice doesn't work on FreeBSD 10 since June - add a start_precmd to handle empty directory creation Approved by: crees (mentor) Notes: svn path=/head/; revision=333522
* 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
* -update to 1.2.4Steve Wills2013-06-224-13/+11
| | | | | | | | | | | | -rc script passes rclint now -port passes portlint PR: ports/179300 Submitted by: Mark Felder <feld@feld.me> Approved by: maintainer timeout (ayu@commun.jp, >3 weeks) Notes: svn path=/head/; revision=321574
* - chase devel/ice updateRuslan Makhmatkhanov2013-06-171-2/+2
| | | | Notes: svn path=/head/; revision=321097
* Convert to new options framework left un converted ports in a* categoriesBaptiste Daroussin2013-03-211-9/+10
| | | | | | | | | While here trim headers Convert some gnomehack to pathfix Convert some pkgconfig to USE_PKGCONFIG=build Notes: svn path=/head/; revision=314853
* 1: Upgrade protobuf to 2.5.0.Vanilla I. Shu2013-03-181-2/+2
| | | | | | | | 2: bump revision. 3: document UPDATING. Notes: svn path=/head/; revision=314580
* Call pkginstall script with correct arguments and after murmurPawel Pekala2012-11-131-8/+4
| | | | | | | | | | | | | user and group is created. This fixes creation of dirs needed for running mumrmurd daemon for users building from port. PR: ports/171699 Reported by: Michael Fausten <ports@michael-fausten.de> Approved by: maintainer timeout (2 months) Feature safe: yes Notes: svn path=/head/; revision=307399
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-3/+2
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get rid FreeBSD 6.X supportMartin Wilke2011-11-062-27/+0
| | | | Notes: svn path=/head/; revision=285175
* PRE-INSTALL -> POST-INSTALL, user and groups are created laterPawel Pekala2011-10-232-2/+2
| | | | Notes: svn path=/head/; revision=284162
* Install port specific directories with correct ownershipPawel Pekala2011-10-211-1/+1
| | | | | | | | | PR: ports/160242 Submitted by: Luke Dean <luked@pobox.com> Approved by: maintainer Notes: svn path=/head/; revision=284066
* - Use USERS and GROUPSChris Rees2011-06-253-34/+2
| | | | | | | | | | | - Stop automatically deleting user on deinstall; may be used by other ports PR: ports/157520 Submitted by: Chris Rees (utisoft@gmail.com) (me) Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=276379
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Chase protobuf updatePav Lucistnik2011-03-231-1/+2
| | | | | | | | Reported by: pointyhat Pointy hat to: vanilla Notes: svn path=/head/; revision=271563
* - Update to 1.2.3Sylvio Cesar Teixeira2011-02-256-30/+30
| | | | | | | | | | - Added file pkg-deinstall PR: ports/154996 Submitted by: Ayumi Mitsui <ayu@commun.jp> (maintainer) Notes: svn path=/head/; revision=269704
* Chase ice shared library bump.Tilman Keskinoz2010-08-151-2/+2
| | | | Notes: svn path=/head/; revision=259293
* Don't overwrite configuration file.Max Brazhnikov2010-06-192-5/+10
| | | | | | | | | | PR: ports/147781 Submitted by: Sascha Holzleiter <sascha at root-login.org> Approved by: Ayumi Mitsui (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256727
* - Update to 1.2.2Dmitry Marakasov2010-03-302-5/+4
| | | | | | | | PR: 145054 Submitted by: Ayumi Mitsui <ayu@commun.jp> (maintainer) Notes: svn path=/head/; revision=251828
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* bump version for protobuf shlib version bump.Vanilla I. Shu2010-01-171-1/+2
| | | | Notes: svn path=/head/; revision=248007
* - Update to 1.2.0Dmitry Marakasov2010-01-128-45/+61
| | | | | | | | PR: 141885 Submitted by: Ayumi Mitsui <ayu@commun.jp> (maintainer) Notes: svn path=/head/; revision=247723
* - Add a patch to fix 64bit runtime issues.Wesley Shields2009-10-123-2/+14
| | | | | | | | | | | | - While here fix a typo in the name of a patch. - Bump PORTREVISION. PR: ports/139384 Submitted by: Richard Tector <richard@tector.org.uk> Approved by: Ayumi Mitsui <ayu@commun.jp> (maintainer) Notes: svn path=/head/; revision=242724
* - Update MASTER_SITESMartin Wilke2009-09-091-2/+1
| | | | | | | | PR: 138562 Submitted by: Ayumi Mitsui <ayu@commun.jp> (maintainer) Notes: svn path=/head/; revision=241086
* Murmur is the server component of Mumble, a low-latency, high qualityMartin Wilke2009-08-278-0/+202
VoIP application. WWW: http://mumble.sourceforge.net/ PR: ports/137428 Submitted by: Ayumi M <ayu at commun.jp> Notes: svn path=/head/; revision=240425