aboutsummaryrefslogtreecommitdiff
path: root/audio/mac
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/mac: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-102-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Console.cpp:36:3: error: cannot initialize a member subobject of type 'int' with an rvalue of type 'nullptr_t' NULL ^~~~ /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL' #define NULL nullptr ^~~~~~~ Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces] NULL ^~~~ { } /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL' #define NULL nullptr ^~~~~~~ Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces] NULL ^~~~ { } /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL' #define NULL nullptr ^~~~~~~ Reported by: antoine (via bug 224669) Notes: svn path=/head/; revision=458677
* audio/mac: Don't clobber BUILD_DEPENDS + DF supportJohn Marino2016-04-061-1/+3
| | | | | | | | | | | | The yasm BUILD_DEPENDS will overwrite any previous definition of BUILD_DEPENDS (e.g. iconv). Change the operator to += to fix. While here, yasm is only valid for FreeBSD, so add an OPSYS condition in addition to the ARCH condition. Approved by: just-fix-it Notes: svn path=/head/; revision=412626
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Make ports using libtool treat elftoolchain's strip the same as GNU stripAntoine Brodin2015-06-081-9/+0
| | | | | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self Notes: svn path=/head/; revision=388831
* - Update to the most recent version maintained by Jason Jordan as part ofAlexey Dokuchaev2015-04-084-13/+43
| | | | | | | | | | | | | | | | | | | | | | | his 3.99-u4-b5-sX series. Unfortunately we cannot assign it directly to DISTVERSION without having to bump PORTEPOCH, so stick to 3.99.4.5.7 for the time being (note that upstream Monkey's Audio SDK is at version 4.16 right now; but seems that no one ported it to Linux/Unix -- folks prefer to maintain old 3.xx port instead; mention this in the port description) - Build in "shntool-enabled" mode by default (-DSHNTOOL); this is also in line with how most GNU/Linux distributions package it - Install couple of useful documentation files, but first beautify them a bit: convert to UTF-8 and append missing newline at EOF; sed(1) command might look unnatural, but it is compatible with both GNU and BSD sed(1) implementations (cf.: '-nep' is GNU-only, and '$G' is new BSD-only); we prefer ${SED} over ${ECHO_CMD} >> because it is shorter and allows for linear piping (no subshell and stream joining required) - Convert in-place configure script editing to a patch as we also have to teach it that elftoolchain's strip(1) can strip libraries; staying with REINPLACE_CMD would make it harder to read compared to normal patchfile - Remove duplicate GNU_CONFIGURE line, bogusly added by bapt@ in r353071 Notes: svn path=/head/; revision=383558
* Unbreak this important port and provide working mastersites. Linux port ofAlexey Dokuchaev2015-03-311-3/+2
| | | | | | | | | Monkey's Audio Codec is currently maintained by Jason Jordan (shntool-enabled versions 3.99-u4-b5-sX, bringing patch aggregation, pipe decoding/encoding, bug fixes, miscellaneous enhancements); will be updated via separate commit. Notes: svn path=/head/; revision=382793
* Mark as broken: no public distfilesBaptiste Daroussin2015-03-301-1/+3
| | | | | | | Remove dead CENKES mirror Notes: svn path=/head/; revision=382735
* Cleanup plistBaptiste Daroussin2014-09-221-1/+0
| | | | Notes: svn path=/head/; revision=368840
* Convert to USES=libtoolBaptiste Daroussin2014-05-062-3/+5
| | | | | | | Strip binaries Notes: svn path=/head/; revision=353071
* StagifyBaptiste Daroussin2013-10-041-2/+1
| | | | Notes: svn path=/head/; revision=329371
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Convert trivial patch to simple REINPLACE_CMD, save an inodeAlexey Dokuchaev2012-02-212-12/+3
| | | | | | | - Hand over to multimedia@ just like other lossless encoders Notes: svn path=/head/; revision=292005
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Install missing headers (make port useful as dependency)Alexey Dokuchaev2010-09-082-3/+10
| | | | | | | | | - Augment MASTER_SITES and clean up Makefile while here Based on PR: ports/150297 Notes: svn path=/head/; revision=260765
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* - Clean up MakefileAlexey Dokuchaev2008-11-082-14/+8
| | | | | | | | - Assume maintainership - Improve port description, kill attribution Notes: svn path=/head/; revision=222542
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* A few typo fixes for ports/audio descriptions.Jimmy Olgeni2008-06-151-1/+1
| | | | Notes: svn path=/head/; revision=214897
* yasm is only used on i386 and amd64, don't require it on otherChristian Weisgerber2008-03-311-3/+7
| | | | | | | | | architectures. Approved by: infofarmer Notes: svn path=/head/; revision=210286
* - Make fetchableAndrew Pantyukhin2007-05-211-1/+1
| | | | | | | | Reported by: fenner's distfile survey Approved by: portmgr (marcus) Notes: svn path=/head/; revision=191588
* - Remove 4.x support from some of my portsAndrew Pantyukhin2007-04-171-7/+1
| | | | | | | | | PR: ports/111649, ports/111664, ports/111673, ports/111674, ports/111695 Submitted by: edwin Notes: svn path=/head/; revision=190250
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-282-0/+2
| | | | Notes: svn path=/head/; revision=183519
* - Update to 3.99.4.5Andrew Pantyukhin2007-01-0810-217/+40
| | | | | | | | | | | - Take maintainership - Better amd64 support - Drop static lib - Backward compatibility has been abandoned - Miscellaneous tweaks Notes: svn path=/head/; revision=181808
* Port seems to compile and execute without issue on sparc64: thereforeShaun Amott2006-09-041-3/+0
| | | | | | | | remove NOT_FOR_ARCHS. I suspect the last fix for amd64 also affected sparc64. Notes: svn path=/head/; revision=172253
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-041-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172167
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 3.99.4.4Pav Lucistnik2005-12-157-47/+153
| | | | | | | | | - Fix runtime on amd64 (passing pointers inside 32bit ints) Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=151223
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* - Switch to available distfilePav Lucistnik2005-03-032-10/+7
| | | | | | | | | PR: ports/78334 Submitted by: No Name <arundel@h3c.de> Approved by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer) Notes: svn path=/head/; revision=130298
* Do not compiled on sparc64. Reflect it with NOT_FOR_ARCH.Sergey Matveychuk2004-11-261-0/+3
| | | | | | | | PR: ports/74335 Submitted by: maintainer Notes: svn path=/head/; revision=122517
* Add mac, Monkey's Audio Codec which was recently released in source code.Pav Lucistnik2004-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> Notes: svn path=/head/; revision=115895