Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.51_12,1 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.51_12,1 30 Jul 2024 23:04:51 |
Torsten Zuehlsdorff (tz) |
emulators/zsnes: Add missing bsd.port.options.mk include
We need to .include <bsd.port.options.mk> before using a conditional IGNORE |
30 Jul 2024 22:24:29
|
Torsten Zuehlsdorff (tz) |
emulators/zsnes: Ignore on FreeBSD 14.0 and use older C++ Standard for
compilation
Since ZSNES is not in active development, with the last release being in 2007,
the code is not designed to be compiled with more recent C++ standards. Thus,
this patch makes it use an older standard to make it compile.
- Updated Makefile (cleaned up through portclippy and portfmt), adding a
CONFIGURE_ENV to set the C++ standard through CXXFLAGS.
- Updated files/patch-configure as the above CXXFLAGS were being ignored due
to one line using CFLAGS instead of CXXFLAGS.
- Add IGNORE for FreeBSD 14.0, because of build failures on this
plattform. Since it builds fine on 14.1 and 14.0 is EOL soon, we decided to
IGNORE it for this version. The error is:
checking for zlib - version >= 1.2.3... 1.3, bad version string given
by zlib, sometimes due to very old zlibs that didnt correctly
define their version. Please upgrade if you are running an
old zlib... no
configure: error: zlib >= 1.2.3 is required
PR: 280195
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.51_12,1 21 Jan 2024 19:25:25 |
Muhammad Moinur Rahman (bofh) |
emulators/zsnes: Sanitize MANPREFIX
This has not been tested apart from the others.
Approved by: portmgr (blanket) |
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) |
1.51_12,1 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 ) |
1.51_12,1 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 ) |
1.51_12,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.51_12,1 28 Aug 2020 17:39:55 |
zeising |
emulators/zsnes: Fix build with -fno-common
Fix the build of emulators/zsnes when built with -fno-common, which is the
default with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
1.51_12,1 31 Jul 2020 09:36:24 |
amdmi3 |
- Pet portlint
- Switch to USES=localbase
- Remove 10 year obsolete comment regarding nasm version
- Update WWW
Approved by: portmgr blanket |
1.51_12,1 08 Nov 2019 10:08:50 |
tobik |
e*: Add missing USES={gnome,sdl,xorg} |
1.51_12,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.51_12,1 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.51_11,1 23 Dec 2014 23:39:54 |
bapt |
Properly patch for png 1.5 |
1.51_10,1 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 ) |
1.51_9,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) |
1.51_8,1 10 Jun 2014 04:09:41 |
danilo |
- Fix build with clang
- Use options helpers
PR: ports/190852
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |
1.51_8,1 01 Jun 2014 17:06:55 |
grembo |
Stagify.
Note that this won't fix the port to build on 10 or 11.
Reviewed by: flo (mentor)
Approved by: flo (mentor) |
1.51_8,1 26 May 2014 13:13:46 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
1.51_8,1 04 Oct 2013 08:52:33 |
bapt |
Do not arbitrary rename packages |
1.51_8,1 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
1.51_8,1 30 Oct 2012 15:27:03 |
jhale |
- Convert to new options framework
- Trim Makefile header
PR: ports/173203
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes |
1.51_8,1 06 Jun 2012 16:14:27 |
crees |
Remove obsolete OSVERSION check-- 6.X is no longer supported
PR: ports/168273
Submitted by: crees
Approved by: maintainer timeout (cyberbotx@cyberbotx.com) |
1.51_8,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.51_7,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 |
1.51_6,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 |
1.51_6,1 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
1.51_6,1 06 Jun 2010 20:39:21 |
naddy |
Bump PORTREVISION after libao update and handle API incompatibility. |
1.51_5,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.51_4 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
1.51_4,1 10 Aug 2009 16:36:12 |
amdmi3 |
- Add option for libao support
- Minor port cleanup
PR: 137562
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.51_3,1 31 Jan 2009 13:54:40 |
amdmi3 |
- Distfile was silently rerolled, chase this. Changes are: CPU detection
improvements, minor nits (char*->const char*), and license information added to
single file
- Change comment about why the port os marked ONLY_FOR_ARCHS to more useful
ONLY_FOR_ARCHS_REASON
PR: 131179
Submitted by: myself
Approved by: Naram Qashat <cyberbotx at cyberbotx dot com> (maintainer) |
1.51_2,1 18 Dec 2008 06:40:14 |
linimon |
Over to new maintainer. |
1.51_2,1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.51_2 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) |
1.51_2,1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
1.51_1,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}. |
1.51,1 05 Feb 2007 18:53:35 |
gabor |
- Update to 1.51
- Change maintainer's e-mail address
PR: ports/108357
Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de>
Approved by: Stefan Sperling <freebsd-ports@stsp.in-berlin.de> (maintainer),
erwin (mentor) |
1.50,1 16 Jan 2007 23:33:33 |
acm |
- Update to 1.50
- Added a few new OPTIONS knobs [1]
- Distfile is now a .tar.bz2 instead of a .tar.gz
- Target ALL wasn't valid
- Removed substitutions to configure because they were unnessacary
- Respect CFLAGS [1]
- Mark IGNORE < 602000, It needs zlib 1.2.3 or greater [1]
- Patch to linux/zfilew.c no longer needed
PR: ports/107125
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Reviewed by: miwi and me [1] |
1.42_4,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) |
1.42_3,1 04 Sep 2006 15:52:41 |
itetcu |
These are a couple of small fixes and improvements I have
accumulated for the emulators/zsnes port:
* Heed CFLAGS and CPPFLAGS set in /etc/make.conf.
Without this, C/C++ code is not optimised for ${CPUTYPE}
but always for i386 instead.
CFLAGS were ignored entirely before this update, even
though the port contains both C and C++ code.
CPPFLAGS were passed to configure but overridden again
for the actual compile.
* Only search headers and libaries in ${X11BASE} if building
with X11 support. This is rather cosmetic, really.
* Fix configure script summary to report correct zsnes version.
* Fix compiler warnings about __FreeBSD__ being redefined.
PR: ports/102691
Submitted by: Stefan Sperling (maintainer) |
1.42_3,1 09 Aug 2006 01:46:18 |
shaun |
- Add OPTIONS for X11/OpenGL, as these are not mandatory dependencies.
- Pass maintainership to submitter.
PR: ports/101663
Submitted by: Stefan Sperling <freebsd-gnats@stsp.in-berlin.de> |
1.42_1,1 07 May 2006 10:55:47 |
edwin |
Remove USE_REINPLACE from all categories starting with E |
1.42_1,1 24 Nov 2005 16:07:52 |
pav |
- Add SHA256 |
1.42_1,1 03 Jun 2005 03:13:02 |
petef |
Fix an initial crash that prevents zsnes from starting on some
machines. Bump PORTREVISION.
Submitted by: Travis L. Poppe <tlp@LiquidX.org> |
1.42 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.42 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.42,1 21 Jan 2005 19:39:11 |
krion |
Update to version 1.42
PR: ports/76544
Submitted by: Ports Fury |
1.40,1 30 Dec 2004 17:42:30 |
lofi |
Update emulators/zsnes to 1.40, remove emulators/linux-zsnes.
PR: 75500
Submitted by: maintainer |
1.36_3,1 10 Aug 2004 11:04:41 |
vs |
Reset maintainer. Much thanks to Stijn for maintaining the ports so far!
PR: ports/70203
Submitted by: Stijn Hoop (maintainer) |
1.36_3,1 25 Jul 2004 08:33:18 |
vs |
Add missed file in last commit.
Noticed by: Christoph Mallon |
1.36_3,1 24 Jul 2004 22:42:44 |
vs |
Fix sound-issue. You will have to restart ZSNES each
time you modify the sound settings within the sound menu for them to work
properly, though.
PR: ports/67644
Submitted by: Travis Poppe
Approved by: maintainer timeout |
1.36_2,1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
1.36_2,1 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.36_1,1 07 Mar 2004 23:39:10 |
edwin |
Let ports use the USE_SDL macro
PR: ports/61807
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout |
1.36_1,1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.36_1,1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.36,1 06 Nov 2003 23:09:20 |
krion |
- Don't use nasm%%VERSION%% in BUILD_DEPENDS |
1.36,1 12 Apr 2003 20:57:23 |
arved |
Chase nasm shared library version
PR: 50852
Submitted by: Hendrik Scholz <hendrik@scholz.net> |
1.36,1 21 Feb 2003 11:59:01 |
knu |
De-pkg-comment. |
1.36,1 02 Jan 2003 15:06:10 |
sobomax |
Update version number of SDL shared library. |
1.36,1 06 Oct 2002 06:12:45 |
pat |
Update to 1.36
PR: ports/43333
Submitted by: maintainer |
1.35,1 24 Jun 2002 17:47:25 |
pat |
Update to 1.35 and bump PORTEPOCH
PR: ports/39767
Submitted by: maintainer |
1.337,1 07 May 2002 20:13:42 |
dwcjr |
Unbreak zsnes with the latest SDL update: disable joystick code for now
PR: 37830
Submitted by: maintainer |
1.337 17 Apr 2002 12:38:03 |
sobomax |
Chase increase of libSDL version number. |
29 Oct 2001 15:17:33 |
olgeni |
Update to version 1.337. |
11 Sep 2001 04:12:38 |
ache |
Bump png major |
07 Jul 2001 05:10:53 |
dwcjr |
Update to 1.31b to fix a few games. |
30 Jun 2001 00:29:57 |
dwcjr |
Update to version 1.31 |
11 Jun 2001 13:40:19 |
olgeni |
Update port to version 1.29, add missing libpng dependency. |
31 May 2001 14:46:57 |
olgeni |
Update port to version 1.28. |
21 May 2001 17:20:59 |
olgeni |
Update port to version 1.26. |
20 May 2001 03:48:12 |
will |
Add zsnes 1.20, an x86 only Super Nintendo Entertainment System (SNES)
Emulator. |