non port: emulators/emu64/Makefile |
SVNWeb
|
Number of commits found: 16 |
Thu, 27 Apr 2023
|
[ 12:01 Daniel Engberg (diizzy) ] f7accb2 (Only the first 10 of 151 ports in this commit are shown above. )
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Mon, 20 Mar 2023
|
[ 15:31 Felix Palmen (zirias) ] cfdbf52
emulators/emu64: Fix build with ffmpeg 6
While here, also add missing dependency on Qt5Network and switch from
PORTVERSION to preferred DISTVERSION.
PR: 270200
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D39175
|
Wed, 25 Jan 2023
|
[ 06:21 Tobias C. Berner (tcberner) ] 9ab8ec6 (Only the first 10 of 11 ports in this commit are shown above. )
archivers/quazip: add flavors for Qt 5 and Qt 6
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 3 Aug 2022
|
[ 09:01 Felix Palmen (zirias) ] 0ac86ec (Only the first 10 of 12 ports in this commit are shown above. )
maintainer: Update to FreeBSD address
Change all MAINTAINER entries with <felix@palmen-it.de> to
<zirias@FreeBSD.org>.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36029
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 27eb52a (Only the first 10 of 118 ports in this commit are shown above. )
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above )
|
Thu, 9 Dec 2021
|
[ 10:25 Adriaan de Groot (adridg) ] c770da7 (Only the first 10 of 11 ports in this commit are shown above. )
archivers/quazip: update to 1.2, latest upstream
Release notes are here:
https://github.com/stachenov/quazip/releases/tag/v1.2
There are a handful of internal changes that don't affect us
(allowing QtZip, for instance) or don't show up in our use of
quazip (-lz in pkgconfig file). There's one relevant change
to close() that **might** affect consumers, but then I'd expect
bug reports from the consumers about failures on load/save.
While here, move the libraries needed only for testing to _build.
Bumping PORTREVISION of consumers.
Reported by: portscout
|
Wed, 14 Jul 2021
|
[ 08:58 Tobias C. Berner (tcberner) Author: Felix Palmen ] 74fab2f
emulators/emu64: update to 5.0.19
Release notes (in german):
https://github.com/ThKattanek/emu64/releases/tag/5.0.19
PR: 257097
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 8 Nov 2020
|
[ 18:57 tcberner ] (Only the first 10 of 24 ports in this commit are shown above. )
archivers/quazip: update to 1.1
- fix / modify find calls and include directories in dependent ports
|
Sun, 19 Apr 2020
|
[ 09:05 rodrigo ]
emulators/emu64: extend patch to fix an issue with OSS
This update is require to unbreak the port under FreeBSD.
The issue was reported to upstream and the fix will be available in future
releases.
Background: In the upstream issue, it was revealed that the whole C64 emulation
depends on the audio stream (for best sync) and initializing the audio stream
failed when the SDL backend was OSS, because it needs a fragment size that is a
power of two. The attached patch is the minimal change to 5.0.18 from the
upstream commit that solved the problem.
PR: 245395
Submitted by: Ingo <hylaios@online.de>
Approved by: Felix Palmen <felix@palmen-it.de> (maintainer)
MFH: 2020Q2
|
Fri, 3 Apr 2020
|
[ 12:15 pkubaj ]
emulators/emu64: fix build on PPC and ARM
char on PPC and ARM is unsigned.
PR: 245200
MFH: 2020Q2 (build fix blanket)
|
Thu, 26 Mar 2020
|
[ 13:05 makc ]
Add new port emulators/emu64:
Commodore 64 Emulator based on Qt and SDL.
PR: 244564
Submitted by: Felix Palmen
|
Number of commits found: 16 |