notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/libgme/Makefile

Number of commits found: 23

Monday, 14 Aug 2023
08:29 Emanuel Haupt (ehaupt) search for other commits by this committer
audio/libgme: Take maintainership

Take maintainership as this port is required by audio/ocp. While here,
pacify portclippy/portfmt and add an additional mirror.
commit hash: c77e4f098f40d37206d12e7ce505109312c56575 commit hash: c77e4f098f40d37206d12e7ce505109312c56575 commit hash: c77e4f098f40d37206d12e7ce505109312c56575 commit hash: c77e4f098f40d37206d12e7ce505109312c56575 c77e4f0
Saturday, 24 Jun 2023
22:35 Daniel Engberg (diizzy) search for other commits by this committer
audio/libgme: Define correct variable for USES= dos2unix

A cut an paste error on my end, SHEBANG_FILES should say
DOS2UNIX_FILES instead
commit hash: 1628143cd83e44bd419157d19488ef17882a25c6 commit hash: 1628143cd83e44bd419157d19488ef17882a25c6 commit hash: 1628143cd83e44bd419157d19488ef17882a25c6 commit hash: 1628143cd83e44bd419157d19488ef17882a25c6 1628143
Friday, 14 Apr 2023
06:18 Daniel Engberg (diizzy) search for other commits by this committer
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
commit hash: 4c280f29b25f0671f88915edfbb1209876a31985 commit hash: 4c280f29b25f0671f88915edfbb1209876a31985 commit hash: 4c280f29b25f0671f88915edfbb1209876a31985 commit hash: 4c280f29b25f0671f88915edfbb1209876a31985 4c280f29
Wednesday, 12 Apr 2023
22:55 Daniel Engberg (diizzy) search for other commits by this committer
audio/libgme: Update to 0.6.3

No changelog provided by upstream

Sponsored by:	Blinkinblox
commit hash: 59beb5740e59a6ae50fa6c0fc9c1079d744b9089 commit hash: 59beb5740e59a6ae50fa6c0fc9c1079d744b9089 commit hash: 59beb5740e59a6ae50fa6c0fc9c1079d744b9089 commit hash: 59beb5740e59a6ae50fa6c0fc9c1079d744b9089 59beb57
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 26 Jan 2018
09:02 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Update WWW
Original commitRevision:459978 
Sunday, 25 Jun 2017
21:07 tcberner search for other commits by this committer
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
Original commitRevision:444324 
Friday, 16 Dec 2016
12:46 tijl search for other commits by this committer
Update to 0.6.1 to fix arbitrary code execution through specially crafted
audio file.

MFH:		2016Q4
Original commitRevision:428674 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Tuesday, 22 Dec 2015
05:22 miwi search for other commits by this committer
- Update MASTER_SITES
- Update WWW

PR:		204192
Submitted by:	Ports Fury
Approved by:	mat (mentor)
Differential Revision:	D4613
Original commitRevision:404217 
Saturday, 14 Nov 2015
03:55 amdmi3 search for other commits by this committer
- Fix LICENSE
- Pet portlint
- Switch to options helpers
Original commitRevision:401558 
Sunday, 12 Apr 2015
14:15 danfe search for other commits by this committer
- Update to version 0.6.0 and clean up the Makefile
- Install handful of documentation files (seem useful)

PR:	199210
Original commitRevision:383870 
Sunday, 1 Jun 2014
13:03 ohauer search for other commits by this committer
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Original commitRevision:356114 
Tuesday, 7 Jan 2014
13:14 bapt search for other commits by this committer
Prefer ninja over make(1) to build
Original commitRevision:339003 
Monday, 18 Nov 2013
13:45 bapt search for other commits by this committer
Convert to USES=dos2unix
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
Original commitRevision:334194 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Wednesday, 13 Mar 2013
11:54 danfe search for other commits by this committer
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Original commitRevision:314074 
Monday, 26 Dec 2011
16:12 tabthorpe search for other commits by this committer
- 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
Original commit
Sunday, 2 Jan 2011
14:13 makc search for other commits by this committer
Add license info
Remove md5 sums

PR:             ports/153589
Submitted by:   maintainer (swell.k at gmail.com)
Original commit
Monday, 10 May 2010
05:47 miwi search for other commits by this committer
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
Original commit

Number of commits found: 23