Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.7.1 21 Sep 2024 00:03:31 |
Jose Alonso Cardenas Marquez (acm) |
emulators/stella: Update to 6.7.1
ChangeLog at: https://stella-emu.github.io/changelog.html |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
6.7 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
6.7 20 Jul 2022 14:21:50 |
Tobias C. Berner (tcberner) |
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 ) |
6.7 13 Jul 2022 01:59:37 |
Jose Alonso Cardenas Marquez (acm) |
emulators/stella: update to 6.7
ChangeLog at: https://stella-emu.github.io/changelog.html |
6.6 06 Dec 2021 03:01:01 |
Jose Alonso Cardenas Marquez (acm) |
emulators/stella: Update to 6.6 |
6.5.3 31 Jul 2021 05:19:22 |
Jose Alonso Cardenas Marquez (acm) |
emulators/stella: update to 6.5.3 |
6.5.2 08 Apr 2021 23:41:43 |
Jose Alonso Cardenas Marquez (acm) |
- Update to 6.5.2 |
6.5.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.5.1_1 21 Feb 2021 22:21:38 |
acm |
- Fix pkg-plist
Reported by: pkg-fallout |
6.5.1 18 Feb 2021 14:39:31 |
acm |
- Update to 6.5.1 |
6.4 22 Dec 2020 00:58:57 |
acm |
- Update to 6.4
PR: 251862
Submitted by: neel (at) neelc.org |
6.2.1 02 Jul 2020 17:11:26 |
acm |
- Update to 6.2.1 |
6.1.2 09 May 2020 04:52:41 |
acm |
- Update to 6.1.2 |
6.0.2 29 Dec 2019 20:55:44 |
acm |
- Update to 6.0.2
- Add localbase:ldflags
PR: 209911
Submitted by: amdmi3 |
6.0.1 16 Nov 2019 13:46:54 |
tobik |
Clean up WRKSRC and USE_GITHUB usage in some ports |
6.0.1 08 Nov 2019 10:08:50 |
tobik |
e*: Add missing USES={gnome,sdl,xorg} |
6.0.1 15 Aug 2019 20:29:23 |
acm |
- Update to 6.0.1 |
6.0_1 01 Aug 2019 23:31:43 |
pkubaj |
emulators/stella: unbreak on armv*
Tested natively on armv7.
Approved by: mentors (implicit approval) |
6.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
6.0 04 May 2019 04:52:30 |
linimon |
These ports now build on aarch64.
Approved by: portmgr (tier-2 blanket) |
6.0 07 Mar 2019 16:51:17 |
acm |
- Update to 6.0
Changelog at https://stella-emu.github.io/changelog.html |
5.1.3_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
5.1.3_1 25 Sep 2018 07:29:26 |
linimon |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
5.1.3_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
5.1.3 28 Jul 2018 07:17:45 |
acm |
- Ordering Makfile sections |
5.1.3 28 Jul 2018 07:08:25 |
acm |
- Update to 5.1.3 |
4.7.3_2 19 Dec 2017 14:41:29 |
linimon |
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket) |
4.7.3_2 15 Dec 2017 23:54:09 |
sunpoet |
Mark CONFLICTS_INSTALL with devel/rubygem-stella |
4.7.3_2 12 Dec 2017 03:49:04 |
jbeich |
emulators/stella: re-try on powerpc* after r449590 |
4.7.3_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
4.7.3_1 22 May 2017 13:17:39 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
4.7.3_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
4.7.3 18 Mar 2017 05:54:52 |
acm |
- Update to 4.7.3
- Update WWW
- Update MASTER_SITES |
4.6.1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
4.6.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.6.1 25 Mar 2016 10:07:40 |
amdmi3 |
- Update to 4.6.1
- While here, add LICENSE and switch to options helpers
PR: 202500
Submitted by: maxclsb@gmail.com
Approved by: maintainer timeout (acm, 7 months) |
3.9.3_3 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
3.9.3_2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
3.9.3_2 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
3.9.3_1 27 Oct 2014 12:24:23 |
bapt |
Clean up plist |
3.9.3_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
3.9.3 13 Jul 2014 23:23:25 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
3.9.3 03 Jul 2014 22:10:07 |
adamw |
Remove NOPORTDOCS, and convert some stuff to OPTIONS helpers. |
3.9.3 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
3.9.3 26 May 2014 13:13:46 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
3.9.3 06 Apr 2014 03:26:38 |
acm |
- Update to 3.9.3
- STAGE support |
3.9.2 01 Oct 2013 19:12:18 |
acm |
- Update to 3.9.2 |
3.6.1_1 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
3.6.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.6.1 31 Mar 2012 04:00:09 |
acm |
- Update to 3.6.1
See the changelog at http://stella.sourceforge.net/stellanews.php
Feature safe: yes |
3.6 26 Mar 2012 01:27:12 |
acm |
- Update to 3.6
Feature safe: yes |
3.4.1_1 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
3.4.1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
3.4.1 24 Jun 2011 21:38:30 |
acm |
- Update to 3.4.1 |
3.2 21 Aug 2010 03:45:04 |
acm |
- Update to 3.2 |
3.0_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.0 10 Nov 2009 19:42:42 |
acm |
- Update to 3.0 |
2.8 18 Jun 2009 00:04:56 |
acm |
- Update to 2.8 |
2.7.6 27 Apr 2009 00:44:41 |
acm |
- Update to 2.7.6 |
2.4.2_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.4.2_1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
2.4.2 04 Oct 2007 15:44:30 |
acm |
- Remove USE_GCC, i forgot that on my previous commit |
2.4.2 04 Oct 2007 15:42:21 |
acm |
- Update to 2.4.2 |
2.4.1 06 Sep 2007 05:02:44 |
acm |
- Update to 2.4.1 |
2.3.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.3.5 01 Feb 2007 21:33:38 |
acm |
- Update to 2.3.5
- See the changelog at http://stella.sourceforge.net/stellanews.html |
2.3 29 Dec 2006 17:03:22 |
acm |
- Update to 2.3
- Take maintainership |
2.2_1 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
2.2 12 Apr 2006 18:13:29 |
jmelo |
- Update to 2.2.
- portlint(1).
PR: ports/95591
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: mnag (mentor) |
2.1 01 Feb 2006 01:40:15 |
barner |
- Update to 2.1
Submitted by: Ports fury
PR: ports/92608 |
2.0.1 24 Nov 2005 16:07:52 |
pav |
- Add SHA256 |
2.0.1 31 Oct 2005 14:05:00 |
garga |
- Update to 2.0.1
PR: ports/88188
Submitted by: Ports Fury |
2.0 20 Oct 2005 20:42:31 |
pav |
- Update to 2.0
PR: ports/87736
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.4.2 25 Feb 2005 13:32:29 |
krion |
Update to version 1.4.2
PR: ports/77966
Submitted by: Ports Fury |
1.4.1 12 Oct 2004 10:28:11 |
krion |
Fix build on 4-stable with system compiler
PR: ports/72317
Submitted by: Ports Fury |
1.4.1 30 Sep 2004 05:32:00 |
kris |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
1.4.1 16 Aug 2004 17:48:37 |
krion |
Update to verion 1.4.1
PR: ports/70542
Submitted by: Ports Fury |
1.4 20 Jul 2004 15:25:23 |
krion |
Update to version 1.4
PR: ports/69293
Submitted by: Ports Fury |
1.3_2 16 Mar 2004 04:23:56 |
edwin |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
1.3_1 08 Mar 2004 01:01:31 |
edwin |
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
1.3_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.3 22 Jan 2004 12:18:43 |
trevor |
Use the CPIO macro defined in bsd.port.mk. |
1.3 24 Sep 2003 13:55:06 |
krion |
- Update to version 1.3
PR: 57004
Submitted by: Ports Fury |
1.2_1 20 Feb 2003 17:21:51 |
knu |
De-pkg-comment. |
1.2_1 13 Jan 2003 14:29:56 |
arved |
Support CC/CFLAGS/CXX/CXXFLAGS properly
PR: 46944
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
1.2 02 Jan 2003 08:02:49 |
ijliao |
upgrade to 1.2
PR: 46627
Submitted by: Keith Jones <kmjones@blueyonder.co.uk> |
06 Feb 2002 22:45:44 |
nectar |
Release MAINTAINER. |
22 Jan 2001 12:56:38 |
nectar |
Use random() instead of rand() so that the white noise sounds better. |
08 Oct 2000 02:02:29 |
asami |
Convert category emulators to new layout. |
20 Jun 2000 14:37:39 |
nectar |
Locally hosted distfiles moved to ftp.freebsd.org. |