Commit graph

3 commits

Author SHA1 Message Date
Torsten Zuehlsdorff
09bbcc173a 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)
2024-07-31 00:24:29 +02:00
Gabor Kovesdan
268f7cfcbd - 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)
2007-02-05 18:53:35 +00:00
Jose Alonso Cardenas Marquez
a2cf5cb90d - 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]
2007-01-16 23:33:33 +00:00