non port: audio/libgme/Makefile |
Number of commits found: 24 |
Sunday, 8 Sep 2024
|
09:40 Emanuel Haupt (ehaupt)
audio/libgme: Update to latest commit upstream
- Update WWW, project moved to github
- Utilize USES= pathfix
PR: 281027
Reported by: diizzy
04ff6dd |
Monday, 14 Aug 2023
|
08:29 Emanuel Haupt (ehaupt)
audio/libgme: Take maintainership
Take maintainership as this port is required by audio/ocp. While here,
pacify portclippy/portfmt and add an additional mirror.
c77e4f0 |
Saturday, 24 Jun 2023
|
22:35 Daniel Engberg (diizzy)
audio/libgme: Define correct variable for USES= dos2unix
A cut an paste error on my end, SHEBANG_FILES should say
DOS2UNIX_FILES instead
1628143 |
Friday, 14 Apr 2023
|
06:18 Daniel Engberg (diizzy)
audio/libgme: Don't build with undefined behavior sanitizer (UBSAN)
This error check should not be enabled by default and breaks
build with some applications such as FFmpeg
Reported by: VVD <vvd@unislabs.com>
Tested by: VVD <vvd@unislabs.com>
Sponsored by: Blinkinblox
4c280f29 |
Wednesday, 12 Apr 2023
|
22:55 Daniel Engberg (diizzy)
audio/libgme: Update to 0.6.3
No changelog provided by upstream
Sponsored by: Blinkinblox
59beb57 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 26 Jan 2018
|
09:02 amdmi3
- Add LICENSE_FILE
- Update WWW
 |
Sunday, 25 Jun 2017
|
21:07 tcberner
Make ninja opt-out in cmake.mk
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
 |
Friday, 16 Dec 2016
|
12:46 tijl
Update to 0.6.1 to fix arbitrary code execution through specially crafted
audio file.
MFH: 2016Q4
 |
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
 |
Tuesday, 22 Dec 2015
|
05:22 miwi
- Update MASTER_SITES
- Update WWW
PR: 204192
Submitted by: Ports Fury
Approved by: mat (mentor)
Differential Revision: D4613
 |
Saturday, 14 Nov 2015
|
03:55 amdmi3
- Fix LICENSE
- Pet portlint
- Switch to options helpers
 |
Sunday, 12 Apr 2015
|
14:15 danfe
- Update to version 0.6.0 and clean up the Makefile
- Install handful of documentation files (seem useful)
PR: 199210
 |
Sunday, 1 Jun 2014
|
13:03 ohauer
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
 |
Tuesday, 7 Jan 2014
|
13:14 bapt
Prefer ninja over make(1) to build
 |
Monday, 18 Nov 2013
|
13:45 bapt
Convert to USES=dos2unix
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
 |
Friday, 20 Sep 2013
|
14:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
 |
Friday, 22 Mar 2013
|
20:06 makc
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
 |
Wednesday, 13 Mar 2013
|
11:54 danfe
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
 |
Monday, 26 Dec 2011
|
16:12 tabthorpe
- Reset ports to heap due to mail bounces
<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
 |
Sunday, 2 Jan 2011
|
14:13 makc
Add license info
Remove md5 sums
PR: ports/153589
Submitted by: maintainer (swell.k at gmail.com)
 |
Monday, 10 May 2010
|
05:47 miwi
Game_Music_Emu is a collection of video game music file emulators that support
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
 |
Number of commits found: 24 |