aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xamp
Commit message (Collapse)AuthorAgeFilesLines
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundwill2002-04-1915-326/+0
| | | | | | | | | | | | | which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
* Overhaul QT/KDE support:will2001-04-031-1/+1
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* Add USE_GMAKE.grog2001-03-111-0/+1
|
* Add these patches along with the 0.8.10 update.will2000-05-306-0/+70
|
* Update to 0.8.10. Add skin data, WWW: to pkg/DESCR.will2000-05-305-32/+91
| | | | | PR: 18882 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Resurrect version normalization (0.8-7 -> 0.8.7) accidentally lost duringasami2000-04-151-2/+2
| | | | conversion.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+2
|
* Make this compile on -current and respect CFLAGS.reg2000-01-272-6/+33
| | | | Change maintainer to ports since old maintainer's email is invalid.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Find a new MASTER_SITE to fix distfile fennerage.steve1999-06-091-2/+2
| | | | | PR: 12079 Submitted by: maintainer
* Use $(CXX) as linker to fix problem on 3.0.simokawa1999-02-051-2/+11
|
* The audio/xamp port currently installs an xamp binary withvanilla1999-01-242-11/+51
| | | | | | | | balance and volume controls that do nothing. This is because BSD audio support seems to have been added to the software as an afterthought. PR: ports/9472 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Fix build for ELF.steve1998-09-281-2/+12
|
* No need to use += for a variable defined only once.asami1998-08-261-2/+2
|
* Correct the wroing variable USE_X11_PREFIX to USE_X_PREFIX.vanilla1998-08-251-2/+2
|
* A version of amp plus qt gui.vanilla1998-08-259-0/+111
PR: ports/7439 Submitted by: Joe Jih-Shian Lu <jslu@dns.ntu.edu.tw>