aboutsummaryrefslogtreecommitdiff
path: root/audio/aumix
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Update to 2.9.1Wesley Shields2010-07-123-39/+18
| | | | | | | | | | | | Add license information Switch to OPTIONS (and general cleanup because of this) PR: ports/147922 Submitted by: Bapt <baptiste.daroussin@gmail.com> Approved by: unix4all@gulic.org (maintainer) Notes: svn path=/head/; revision=257692
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Always pass localized messages in UTF-8 to GTK+2.Christian Weisgerber2009-11-022-3/+15
| | | | | | | Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=243664
* - Fix errors introduced by the last commitDmitry Marakasov2009-08-221-3/+0
| | | | Notes: svn path=/head/; revision=240074
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+3
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* Pass maintainer-ship to submitter.Emanuel Haupt2006-05-301-1/+1
| | | | | | | | PR: 97861 Submitted by: Jacobo Saúl Arvelo Estévez <unix4all@gulic.org> Notes: svn path=/head/; revision=164015
* - Add a WITHOUT_NLS knob, allowing to get rid of the gettext dependency.Marius Strobl2006-05-161-6/+8
| | | | | | | | | - Use REINPLACE_CMD instead of re-implementing it with CP and SED. Approved by: netchild Notes: svn path=/head/; revision=162595
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Reset maintainership to ports@ after ~4 months without any response to anyAlexander Leidinger2006-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1] Notes: svn path=/head/; revision=155784
* Hash with SHA-256.Trevor Johnson2006-01-071-0/+1
| | | | Notes: svn path=/head/; revision=153010
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Move the gtk20 dependency to USE_GNOME to chase the gtk20 shared lib version.Joe Marcus Clarke2004-04-131-1/+1
| | | | Notes: svn path=/head/; revision=106913
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Add size data.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99278
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Use PLIST_DIRS and PLIST_FILES macros.Trevor Johnson2004-01-222-24/+8
| | | | | | | PR: 59909 Notes: svn path=/head/; revision=98802
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Check ${PREFIX}/etc rather than /etc for the configuration file.Trevor Johnson2003-08-241-0/+7
| | | | | | | requested by: Raphael H. Becker Notes: svn path=/head/; revision=87613
* Remove the USE_GNOMENG macro.Joe Marcus Clarke2003-04-081-1/+0
| | | | Notes: svn path=/head/; revision=78566
* Retire comment file.Trevor Johnson2003-03-012-1/+1
| | | | Notes: svn path=/head/; revision=76700
* Chase gtk20's shared lib version.Joe Marcus Clarke2003-02-071-1/+1
| | | | Notes: svn path=/head/; revision=75044
* Fix the GTK+ support. This also enables use of GTK+ 2.0.X.Trevor Johnson2002-12-081-2/+17
| | | | | | | | | | | | | | | | | | | | According to the submitter, "if you have both glib12/gtk12 and glib20/gtk20 installed, aumix is linked against both [...]" With just gtk-1.2.x present, the configure script was failing. I successfully tested this under the following circumstances: - gtk-1.2.10_8 - WITHOUT_ALL set, gtk-1.2.10_8 - gtk-1.2.10_8 and gtk-2.0.7 - WITHOUT_ALL set, gtk-1.2.10_8 and gtk-2.0.7 - WITH_GTK2 set, gtk-1.2.10_8 and gtk-2.0.7 Submitted by: Herbert J. Skuhra Also reported by: Morten Rodal and Steve O'Hara-Smith Notes: svn path=/head/; revision=71443
* Update to 2.8. Take maintainership.Trevor Johnson2002-11-254-29/+8
| | | | | | | Approved by: cpiazza (carte blanche) Notes: svn path=/head/; revision=71067
* Use USE_GNOMENG.Joe Marcus Clarke2002-08-311-3/+5
| | | | | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65340
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* machine/soundcard.h -> sys/soundcard.hPete Fritchman2002-06-071-0/+25
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=60745
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Implment WANT_GTK.Jeremy Lea2000-10-051-13/+7
| | | | Notes: svn path=/head/; revision=33426
* Update to 2.7.Chris Piazza2000-07-193-3/+4
| | | | | | | | | | Adds japanese and swedish messages. PR: 19892 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=30819
* Update to 2.6.1.Maxim Sobolev2000-06-302-4/+6
| | | | | | | | PR: 19597 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=30016
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-6/+4
| | | | Notes: svn path=/head/; revision=29595
* Update to 2.6Chris Piazza2000-04-193-5/+5
| | | | | | | | PR: 18078 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=27737
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-3/+3
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* Update to aumix 2.5Chris Piazza2000-03-293-3/+4
| | | | | | | | PR: 17674 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=27131
* Update to 2.4Chris Piazza2000-03-262-3/+4
| | | | | | | | PR: 17563 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=27054
* Update to 2.2Chris Piazza2000-03-072-3/+4
| | | | | | | | PR: 17247 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=26624
* Update to version 2.1. It is now built with GTK+ unlessChris Piazza2000-02-034-8/+26
| | | | | | | | | | | NO_X11 is defined. If more people are interested in the console version than the GTK version I'll make X11 optional. Submitted by: Trevor Johnson <trevor@jpj.net> and Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=25438
* Fix a path in one of the MASTER_SITESChris Piazza1999-12-311-1/+1
| | | | | | | | PR: 15780 Submitted by: Trevor Johnson <trevor@blues.jpj.net> Notes: svn path=/head/; revision=24300
* Update to version 1.30.1Chris Piazza1999-12-222-3/+3
| | | | | | | | PR: 15598 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=23824
* Update to version 1.30.Chris Piazza1999-12-073-6/+5
| | | | | | | | | | | This version includes sysmouse(4) support ( thanks to Christian Weisgerber <naddy@mips.rhein-neckar.de> ) PR: 15323 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=23629
* Update to version 1.29Chris Piazza1999-11-302-3/+4
| | | | | | | | PR: 15189 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=23513
* Update to version 1.28Chris Piazza1999-11-283-4/+4
| | | | | | | | | | | patch-ac is from: Christian Weisgerber <naddy@mips.rhein-neckar.de> PR: 15129 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=23475
* Update to ver 1.27.3Chris Piazza1999-11-233-6/+4
| | | | | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de> Notes: svn path=/head/; revision=23292
* Update to version 1.27.1Chris Piazza1999-11-183-3/+4
| | | | | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de> Notes: svn path=/head/; revision=23175
* Update to version 1.24Chris Piazza1999-10-283-6/+12
| | | | Notes: svn path=/head/; revision=22704