aboutsummaryrefslogtreecommitdiff
path: root/audio/mac
Commit message (Collapse)AuthorAgeFilesLines
* audio/mac: Update to 12.04Jason E. Hale44 hours3-17/+4
| | | | Changes: https://www.monkeysaudio.com/versionhistory.html
* audio/mac: fix build on big-endianPiotr Kubaj13 days2-0/+13
| | | | | | | | | | | | | | | | /wrkdirs/usr/ports/audio/mac/work/mac-11.91/Source/MACLib/Prepare.cpp:35:5: error: use of undeclared identifier 'SwitchBufferBytes' 35 | SwitchBufferBytes(const_cast<unsigned char *>(pRawData), pWaveFormatEx->wBitsPerSample / 8, nTotalBlocks * pWaveFormatEx->nChannels); | ^ /wrkdirs/usr/ports/audio/mac/work/mac-11.91/Source/MACLib/Prepare.cpp:41:5: error: use of undeclared identifier 'SwitchBufferBytes' 41 | SwitchBufferBytes(const_cast<unsigned char *>(pRawData), pWaveFormatEx->wBitsPerSample / 8, nTotalBlocks * pWaveFormatEx->nChannels); | ^ /wrkdirs/usr/ports/audio/mac/work/mac-11.91/Source/MACLib/Prepare.cpp:980:5: error: use of undeclared identifier 'SwitchBufferBytes' 980 | SwitchBufferBytes(const_cast<unsigned char *>(pRawData), pWaveFormatEx->wBitsPerSample / 8, nBlocks * pWaveFormatEx->nChannels); | ^ /wrkdirs/usr/ports/audio/mac/work/mac-11.91/Source/MACLib/Prepare.cpp:987:5: error: use of undeclared identifier 'SwitchBufferBytes' 987 | SwitchBufferBytes(const_cast<unsigned char *>(pRawData), pWaveFormatEx->wBitsPerSample / 8, nBlocks * pWaveFormatEx->nChannels); | ^ 4 errors generated.
* audio/mac: Update to 11.91Jason E. Hale2026-01-082-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.90Jason E. Hale2025-12-202-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.89Jason E. Hale2025-12-052-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.86Jason E. Hale2025-11-192-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.85Jason E. Hale2025-11-182-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.82Jason E. Hale2025-11-132-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.71Jason E. Hale2025-10-302-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.65Jason E. Hale2025-10-232-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.64Jason E. Hale2025-10-222-5/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Install patched headersJason E. Hale2025-10-152-1/+30
| | | | | | | | While the headers in Source/Shared are built against, the copies in Shared are the ones installed, so patch both. Fixes: 11b21784e3cc audio/mac: Update to 11.62 MFH: 2025Q4
* audio/mac: Update to 11.62Jason E. Hale2025-10-155-44/+57
| | | | | | | | | | | | | Fix runtime for little endian archs. At least on amd64, _BIG_ENDIAN is defined somewhere in the toolchain, causing the byte order to be reversed. [1] Patch the correct "All.h" and apply DOS2UNIX to all patched files. https://www.monkeysaudio.com/versionhistory.html Reported by: <monochrome@twcny.rr.com> via private mail [1] MFH: 2025Q4
* audio/mac: Update to 11.54Jason E. Hale2025-09-292-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.53Jason E. Hale2025-09-212-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.43Jason E. Hale2025-09-062-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Chase upstream rerollJason E. Hale2025-09-062-14/+3
|
* audio/mac: Update to 11.42Jason E. Hale2025-09-063-19/+9
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.41Jason E. Hale2025-09-044-6/+27
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.38Jason E. Hale2025-08-283-17/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.37Jason E. Hale2025-08-154-8/+21
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: fix build on armv7Robert Clausecker2025-08-101-0/+26
| | | | | | | Classic getauxval() issue. Approved by: portmgr (build fix blanket) MFH: 2025Q3
* audio/mac: Update to 11.22Jason E. Hale2025-08-022-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.17Jason E. Hale2025-06-152-4/+4
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 11.10Jason E. Hale2025-05-085-10/+45
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 10.96Jason E. Hale2025-02-133-5/+46
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 10.93Jason E. Hale2025-02-077-120/+41
| | | | | | | | | | | Switch back to the official SDK and make fetchable again. There's been 10 years of development since the last update, so have fun reading the verion history! Add upstream patches to audio/aqualung to make it work with the renamed libraries. Other consumers just use the `mac` binary. https://www.monkeysaudio.com/versionhistory.html
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* audio: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * <dmagda+libsamplerate@ee.ryerson.ca> * <trasz@FreeBSD.org> * Adam Weinberger * Adam Weinberger <adamw@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Aleksander Fafula <alex@bsdguru.org> * Alex Allan <alex@kamaz.org.uk> * Alexander Botero-Lowry <alex@foxybanana.com> * Alexander Kojevnikov <alexander@kojevnikov.com> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexander Vereeken <Alexander88207@protonmail.com> * Alexander Yerenkow <yerenkow@gmail.com> * Alexandr Kovalenko <never@nevermind.kiev.ua> * Alexey Dokuchaev <danfe@FreeBSD.org> * Anders Nordby <anders@FreeBSD.org> * Anders Nordby <anders@fix.no> * Andreas Kohn <andreas@syndrom23.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Anes Mukhametov <anes@anes.su> * Anthony Ginepro <anthony.ginepro@laposte.net> * Anton Yuzhaninov <citrin@citrin.ru> * Aragon Gouveia <aragon@phat.za.net> * Ashish SHUKLA <wahjava@gmail.com> * Ayumi M <ayu@commun.jp> * Ayumi Mitsui <ayu@commun.jp> * Bartoletti <lbartoletti@FreeBSD.org> * Bernard Spil <brnrd@FreeBSD.org> * Bill Fenner <fenner@FreeBSD.org> * Brad Walker <tha_walka@hotmail.com> * Brett Taylor <brett@peloton.physics.montana.edu> * Byung-Hee HWANG <bh@izb.knu.ac.kr> * Carey Jones <mcj@acquiesce.org> * Carlos J. Puga Medina <cpm@FreeBSD.org> * Cezary Morga <cm@therek.net> * Chao Shin <quakelee@cn.freebsd.org> * Charles Mercadal <mercadal@diablonet.net> * Chia-liang Kao <clkao@CirX.ORG> * Chip Marshall <chip@eboai.org> * Choi Jun Ho <junker@moderato.snu.ac.kr> * Chris Piazza <cpiazza@FreeBSD.org> * Christian Laursen <xi@borderworlds.dk> * Christopher Key <cjk32@cam.ac.uk> * Daniel Menelkir <dmenelkir@gmail.com> * Daniel O'Connor * David Bushong <david@bushong.net> * David Le Brun <david@dyn-ns.net> * David MacKenzie <djm@pix.net> * David Naylor <dbn@FreeBSD.org> * David Naylor <naylor.b.david@gmail.com> * David Yeske <dyeske@gmail.com> * Denise H. G. <darcsis@gmail.com> * Dennis Herrmann <adox@mcx2.org> * Dennis Herrmann <dhn@FreeBSD.org> * Devon Ryan <dpryan@dpryan.com> * Ditesh Shashikant Gathani <ditesh@gathani.org> * Dmitry Afanasiev <KOT@MATPOCKuH.Ru> * Dominic Mitchell <dom@happygiraffe.net> * Dominique Goncalves <dominique.goncalves@gmail.com> * Dryice Liu <dryice@dryice.name> * Edward Tomasz Napierala <trasz@FreeBSD.org> * Edward Tomasz Napierala <trasz@pin.if.uz.zgora.pl> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Eric Anholt <anholt@FreeBSD.org> * Erik Cederstrand <erich@FreeBSD.org> * Francisco Gomez <francisco@gomezmarin.com> * Frank Laszlo <laszlof@vonostingroup.com> * František Dvořák <valtri@civ.zcu.cz> * Fraser Tweedale <frase@frase.id.au> * Gabor Kovesdan * Gabor Zahemszky <Gabor@Zahemszky.HU> * Ganael Laplanche <ganael.laplanche@martymac.org> * Gea-Suan Lin <gslin@gslin.org> * Gennady Sorokopud <gena@NetVision.net.il> * George Reid <greid@FreeBSD.org> * George Reid <greid@ukug.uk.freebsd.org> * Goran Mekić <meka@tilda.center> * Grzegorz Blach <gblach@FreeBSD.org> * Gustau Perez <gustau.perez@gmail.com> * Hans Petter Selasky <hselasky@FreeBSD.org> * Hans Petter Selasky <hselasky@freebsd.org> * Hye-Shik Chang * Hye-Shik Chang <perky@FreeBSD.org> * Jaap Akkerhuis <jaap@NLnetLabs.nl> * Jamie Heckford <jamie@blackhole.net> * Jean-Marc Zucconi <jmz@FreeBSD.org> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jerry Eriksson <jerry@freebsd.se> * Jim Mock <jim@FreeBSD.org> * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Joao Carlos Mendes Luis <jonny@jonny.eng.br> * Joe Marcus Clarke <marcus@FreeBSD.org> * John Hixson <jhixson@FreeBSD.org> * John Hixson <john@pcbsd.org> * Jonathan Lennox <lennox@cs.columbia.edu> * Joris Vandalon <joris@vandalon.nl> * Juha Erkkilä <erkkila@cc.jyu.fi> * Juha Nygard <juha.nygard1@netikka.fi> * Kawaguti Ginga <ginga@athena.club.ne.jp> * Kengo Ichiki <kichiki@users.sourceforge.net> * Koine Yuusuke(koinec) <koinec@users.osdn.me> * Konstantinos Konstantinidis <kkonstan@daemon.gr> * Koop Mast <kwm@FreeBSD.org> * Lars Engels <lars.engels@0x20.net> * Lars Engels <lme@FreeBSD.org> * Lars Thegler <lth@FreeBSD.org> * Leo Kim <leo@florida.sarang.net> * Liam J. Foy <liamfoy@sepulcrum.org> * Manuel Creach <manuel.creach@icloud.com> * Marc van Woerkom <3d@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Mark Felder <feld@FreeBSD.org> * Mark Kane <mark@mkproductions.org> * Mark Pulford <mark@kyne.com.au> * Mark Reidel <ports@mark.reidel.info> * Mark Reidel <ports@mark.reidle.info> * Martin Blapp <mbr@FreeBSD.org> * Martin Dieringer <Martin.Dieringer@t-online.de> * Martin Kraft <martin.kraft@fal.de> * Martin Matuska <mm@FreeBSD.org> * Martin Wilke (miwi@FreeBSD.org) * Martin Wilke <miwi@FreeBSD.org> * Masanori Kiriake <seiken@nbs.co.jp> * Mathew Kanner <mat@hak.cnd.mcgill.ca> * Matt Tosto <datahead4@gmail.com> * Matthias Andree <matthias.andree@gmx.de> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Beer <beerml@sigma6audio.de> * Michael Haro <mharo@area51.fremont.ca.us> * Michael Johnson <ahze@FreeBSD.org> * Michael Johnson <ahze@ahze.net> * Michael Nottebrock <michaelnottebrock@gmx.net> * Michael Vasilenko <acid@stu.cn.ua> * Mike Makonnen <mtm@identd.net> * Munish Chopra <mchopra@engmail.uwaterloo.ca> * Mykola Dzham <i@levsha.me> * Nadelyaev Stanislav <funkblaster@n11.bmstu.ru> * Necati Ersen SISECI <siseci@enderunix.org> * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * Nicolas Herry <nicolasherry@gmail.com> * Oliver Breuninger <ob@breuninger.org> * Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> * Oliver Lehmann <oliver@FreeBSD.org> * Olivier Duchateau * Oyvind Moll <oyvindmo@initio.no> * Pav Lucistnik <pav@FreeBSD.org> * Pav Lucistnik <pav@oook.cz> * Peter Pentchev <roam@FreeBSD.org> * Philip Paeps <philip@paeps.cx> * Philippe Audeoud <jadawin@tuxaco.net> * Pietro Cerutti <gahr@FreeBSD.org> * Piotr Kubaj <emulation@FreeBSD.org$ * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Putrya Statislav * Rahul Siddharthan <rsidd@online.fr> * Rich Neese <r.neese@gmail.com> * Richard Neese * Rob Zinkov <rzinkov@gmail.com> * Romain Tartiere <romain@blogreen.org> * Romain Tartière <romain@blogreen.org> * Roman Bogorodskiy * Roman Shterenzon <roman@xpert.com> * Sander Janssen <janssen@rendo.dekooi.nl> * Sascha Klauder <sklauder@trimind.de> * Satoshi Taoka <taoka@FreeBSD.org> * Sean McGovern <sean@sfarc.net> * Sergey Akifyev <asa@gascom.ru> * Seth Kingsley <sethk@osd.bsdi.com> * Simon 'corecode' Schubert <corecode@corecode.ath.cx> * Simon Barner <barner@gmx.de> * Stas Timokhin <stast@bsdportal.ru> * Stefan Ehmann <shoesoft@gmx.net> * Stefan Jahn <stefan.jahn@nemesis-sektor.de> * Stefan Zehl <sec@42.org> * Stepan Zastupov [RedChrom] <redchrom@gmail.com> * Steve Wills <swills@FreeBSD.org> * Sue Blake <sue@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> * TOMIDA, Hiroaki <t.hiroaki.209 at gmail.com> * Tatsuki Makino <tatsuki_makino@hotmail.com> * The Anarcat <anarcat@anarcat.dyndns.org> * Thomas Gellekum <tg@FreeBSD.org> * Thomas M. Hermann <tmh.public@gmail.com> * Thomas Runge <runge@rostock.zgdv.de> * Thomas Zander <riggs@FreeBSD.org> * Tilman Linneweh <arved@FreeBSD.org> * Tim Bishop <tdb@FreeBSD.org> * Timothy Beyer <beyert@cs.ucr.edu> * Tobias Rehbein <tobias.rehbein@web.de> * Tyler Spivey * Ulrich Spoerlein <q@uni.de> * Ulrich Spoerlein <uspoerlein@gmail.com> * Vanilla I. Shu <vanilla@FreeBSD.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Vincent Tantardini <vinc@FreeBSD-fr.org> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yanhui Shen <shen.elf@gmail.com> * Yar Tikhiy <yar@FreeBSD.org> * Yar Tikhiy <yar@comp.chem.msu.su> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yoichi Asai <yatt@luna2.org> * Yoichi Asai <yatt@msc.biglobe.ne.jp> * Yoshiaki Uchikawa * Yoshihide SONODA <ysonoda@dontaku.csce.kyushu-u.ac.jp> * Yuri Victorovich * Yuri Victorovich <yuri@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * Zach Zurflu <zach@pabst.bendnet.com> * Zane C. Bowers * Zane C. Bowers-Hadley <vvelox@vvelox.net> * Zhihao Yuan <lichray@gmail.com> * ache * arved * chinsan * chinsan <chinsan.tw@gmail.com> * ericb@thedeepsky.com * erich@FreeBSD.org * faulkner@mpd.tandem.com * gahr * greg * hrkfrd@googlemail.com * ijliao * janek@gaja.ipan.lublin.pl * jkh * jockl <jockl@pianojockl.org> * kbyanc@posi.net * kwm@rainbow-runner.nl * lazyklimm <lazyklimm@gmail.com> * leo * lx * mahonmesr@googlemail.com * marius nuennerich * mathias.picker@gmx.de * michael johnson <ahze@ahze.net> * michaelnottebrock@gmx.net and lioux@FreeBSD.org * mtm@identd.net * nemysis <nemysis@gmx.ch> * nork@FreeBSD.org * nox@jelal.kn-bremen.de * numisemis at yahoo dot com * patrick * pjm <pierrejacqes.mimifir@gmail.com> * pozar * pst * r.neese * rene@FreeBSD.org (repocopied from audio/py-mpd) * sethk * shanee@augusta.de * sobomax * squell@alumina.nl * swallace * t.vanklaveren@student.utwente.nl * torstenb * trasz <trasz@FreeBSD.org * trasz <trasz@pin.if.uz.zgora.pl> * trevor * ugen * will * yoshiaki Uchikawa With hat: portmgr
* 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