aboutsummaryrefslogtreecommitdiff
path: root/audio/libgme
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/libgme: fix build on powerpc64lePiotr Kubaj2021-02-101-0/+13
| | | | | | | Prevent defining both BLARGG_LITTLE_ENDIAN and BLARGG_BIG_ENDIAN on powerpc64le. Notes: svn path=/head/; revision=564867
* - Add LICENSE_FILEDmitry Marakasov2018-01-262-1/+2
| | | | | | | - Update WWW Notes: svn path=/head/; revision=459978
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* Update to 0.6.1 to fix arbitrary code execution through specially craftedTijl Coosemans2016-12-163-5/+6
| | | | | | | | | audio file. MFH: 2016Q4 Notes: svn path=/head/; revision=428674
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Update MASTER_SITESMartin Wilke2015-12-222-6/+5
| | | | | | | | | | | | - Update WWW PR: 204192 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4613 Notes: svn path=/head/; revision=404217
* - Fix LICENSEDmitry Marakasov2015-11-141-4/+3
| | | | | | | | - Pet portlint - Switch to options helpers Notes: svn path=/head/; revision=401558
* - Update to version 0.6.0 and clean up the MakefileAlexey Dokuchaev2015-04-123-20/+18
| | | | | | | | | - Install handful of documentation files (seem useful) PR: 199210 Notes: svn path=/head/; revision=383870
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371234
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* Prefer ninja over make(1) to buildBaptiste Daroussin2014-01-071-1/+1
| | | | Notes: svn path=/head/; revision=339003
* Convert to USES=dos2unixBaptiste Daroussin2013-11-181-6/+1
| | | | | | | | | While here stagify some of the ports Modernize LIB_DEPENDS Extract zip with bsdtar when possible Notes: svn path=/head/; revision=334194
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* For unmaintained ports in `audio' category, drop leading article from COMMENTAlexey Dokuchaev2013-03-131-7/+1
| | | | | | | and perform other minor cleanups along the way, whenever noticed. Notes: svn path=/head/; revision=314074
* - Reset ports to heap due to mail bouncesThomas Abthorpe2011-12-261-1/+1
| | | | | | | | | | | | | | <swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please try 550-5.1.1 double-checking the recipient's email address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 d6si2748840pbk.7 (in reply to RCPT TO command) With Hat: portmgr Notes: svn path=/head/; revision=288053
* Add license infoMax Brazhnikov2011-01-022-1/+8
| | | | | | | | | | Remove md5 sums PR: ports/153589 Submitted by: maintainer (swell.k at gmail.com) Notes: svn path=/head/; revision=267282
* Game_Music_Emu is a collection of video game music file emulators that supportMartin Wilke2010-05-104-0/+59
the following formats and systems: AY ZX Spectrum/Amstrad CPC GBS Nintendo Game Boy GYM Sega Genesis/Mega Drive HES NEC TurboGrafx-16/PC Engine KSS MSX Home Computer/other Z80 systems (doesn't support FM sound) NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound) SAP Atari systems using POKEY sound chip SPC Super Nintendo/Super Famicom VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro WWW: http://code.google.com/p/game-music-emu/ PR: ports/146432 Submitted by: Anonymous Notes: svn path=/head/; revision=254047