mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- 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)
This commit is contained in:
parent
4be9bd4f71
commit
268f7cfcbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184291
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= zsnes
|
||||
PORTVERSION= 1.50
|
||||
PORTVERSION= 1.51
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= zsnes${PORTVERSION:S/.//}src
|
||||
|
||||
MAINTAINER= freebsd-ports@stsp.in-berlin.de
|
||||
MAINTAINER= stsp@stsp.in-berlin.de
|
||||
COMMENT= Intel x86 only Super Nintendo Entertainment System (SNES) Emulator
|
||||
|
||||
# This must be >= 0.98!
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (zsnes150src.tar.bz2) = f0612e27b1c3dd821044525be5cf4450
|
||||
SHA256 (zsnes150src.tar.bz2) = 2ddaaff892d511c717d3e270cc035b208ba2eca04cdf3e749c5739df78ba9aba
|
||||
SIZE (zsnes150src.tar.bz2) = 1058671
|
||||
MD5 (zsnes151src.tar.bz2) = 328071775f88f7c3b9fdb94176e5e417
|
||||
SHA256 (zsnes151src.tar.bz2) = eb013f824f5a9814a714cf0daaea3ea68a1c74fd741e5b0979fcb7964236a866
|
||||
SIZE (zsnes151src.tar.bz2) = 1071712
|
||||
|
@ -1,10 +1,61 @@
|
||||
--- configure.orig Tue Dec 26 18:52:47 2006
|
||||
+++ configure Tue Dec 26 18:53:22 2006
|
||||
@@ -5075,38 +5075,6 @@
|
||||
--- configure.orig Thu Jan 25 23:44:43 2007
|
||||
+++ configure Thu Jan 25 23:48:32 2007
|
||||
@@ -5130,89 +5130,6 @@
|
||||
|
||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
fi
|
||||
- if test x$force_arch = x; then
|
||||
{ echo "$as_me:$LINENO: checking which cpu architecture to optimize for" >&5
|
||||
echo $ECHO_N "checking which cpu architecture to optimize for... $ECHO_C" >&6; }
|
||||
- if test x$force_arch != x; then
|
||||
- CFLAGS="$CFLAGS -march=$force_arch"
|
||||
- cat >conftest.$ac_ext <<_ACEOF
|
||||
-/* confdefs.h. */
|
||||
-_ACEOF
|
||||
-cat confdefs.h >>conftest.$ac_ext
|
||||
-cat >>conftest.$ac_ext <<_ACEOF
|
||||
-/* end confdefs.h. */
|
||||
-
|
||||
-int
|
||||
-main ()
|
||||
-{
|
||||
-
|
||||
- ;
|
||||
- return 0;
|
||||
-}
|
||||
-_ACEOF
|
||||
-rm -f conftest.$ac_objext
|
||||
-if { (ac_try="$ac_compile"
|
||||
-case "(($ac_try" in
|
||||
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
||||
- *) ac_try_echo=$ac_try;;
|
||||
-esac
|
||||
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
||||
- (eval "$ac_compile") 2>conftest.er1
|
||||
- ac_status=$?
|
||||
- grep -v '^ *+' conftest.er1 >conftest.err
|
||||
- rm -f conftest.er1
|
||||
- cat conftest.err >&5
|
||||
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
- (exit $ac_status); } && {
|
||||
- test -z "$ac_c_werror_flag" ||
|
||||
- test ! -s conftest.err
|
||||
- } && test -s conftest.$ac_objext; then
|
||||
- { echo "$as_me:$LINENO: result: forcing $force_arch" >&5
|
||||
-echo "${ECHO_T}forcing $force_arch" >&6; }
|
||||
-else
|
||||
- echo "$as_me: failed program was:" >&5
|
||||
-sed 's/^/| /' conftest.$ac_ext >&5
|
||||
-
|
||||
- { echo "$as_me:$LINENO: result: $force_arch ??" >&5
|
||||
-echo "${ECHO_T}$force_arch ??" >&6; }
|
||||
- { echo "$as_me:$LINENO: WARNING: incorrect force_arch parameter" >&5
|
||||
-echo "$as_me: WARNING: incorrect force_arch parameter" >&2;}
|
||||
- force_arch=""
|
||||
- CFLAGS="$CFLAGSBAK"
|
||||
- { echo "$as_me:$LINENO: checking for autodetected architecture" >&5
|
||||
-echo $ECHO_N "checking for autodetected architecture... $ECHO_C" >&6; }
|
||||
-fi
|
||||
-
|
||||
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
- else
|
||||
- if test x$ARCH_INFO = x; then
|
||||
- case x$target in
|
||||
- i686-*-*)
|
||||
|
Loading…
Reference in New Issue
Block a user