aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mac
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=libtoolbapt2014-05-062-3/+5
| | | | Strip binaries
* Stagifybapt2013-10-051-2/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | audio)
* - Convert trivial patch to simple REINPLACE_CMD, save an inodedanfe2012-02-212-12/+3
| | | | - Hand over to multimedia@ just like other lossless encoders
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Install missing headers (make port useful as dependency)danfe2010-09-082-3/+10
| | | | | | - Augment MASTER_SITES and clean up Makefile while here Based on PR: ports/150297
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Clean up Makefiledanfe2008-11-082-14/+8
| | | | | - Assume maintainership - Improve port description, kill attribution
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
| | | | Hat: portmgr
* A few typo fixes for ports/audio descriptions.olgeni2008-06-151-1/+1
|
* yasm is only used on i386 and amd64, don't require it on othernaddy2008-04-011-3/+7
| | | | | | architectures. Approved by: infofarmer
* - Make fetchablesat2007-05-221-1/+1
| | | | | Reported by: fenner's distfile survey Approved by: portmgr (marcus)
* - Remove 4.x support from some of my portssat2007-04-181-7/+1
| | | | | | PR: ports/111649, ports/111664, ports/111673, ports/111674, ports/111695 Submitted by: edwin
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-282-0/+2
|
* - Update to 3.99.4.5sat2007-01-0910-217/+40
| | | | | | | | - Take maintainership - Better amd64 support - Drop static lib - Backward compatibility has been abandoned - Miscellaneous tweaks
* Port seems to compile and execute without issue on sparc64: thereforeshaun2006-09-051-3/+0
| | | | | remove NOT_FOR_ARCHS. I suspect the last fix for amd64 also affected sparc64.
* Reset inactive maintainer who has not responded to email.linimon2006-09-041-1/+1
| | | | Hat: portmgr
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-3/+5
| | | | Approved by: portmgr (kris)
* - Update to 3.99.4.4pav2005-12-157-47/+153
| | | | | | - Fix runtime on amd64 (passing pointers inside 32bit ints) Approved by: maintainer timeout (14 days)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Switch to available distfilepav2005-03-042-10/+7
| | | | | | PR: ports/78334 Submitted by: No Name <arundel@h3c.de> Approved by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
* Do not compiled on sparc64. Reflect it with NOT_FOR_ARCH.sem2004-11-271-0/+3
| | | | | PR: ports/74335 Submitted by: maintainer
* Add mac, Monkey's Audio Codec which was recently released in source code.pav2004-08-1110-0/+157
It contain a library and an executable compressor/decompressor of .ape files. Does not build under 4.x, we hit the wall with missing wcstol(). Working patches would be welcomed. PR: ports/70153 Submitted by: Martin Dieringer <Martin.Dieringer@t-online.de>