Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2007 12:30:31 GMT
From:      Stefan Sperling <freebsd-ports@stsp.in-berlin.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/108357: Update port: emulators/zsnes to 1.51
Message-ID:  <200701261230.l0QCUVUR033838@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/108357; it has been noted by GNATS.

From: Stefan Sperling <freebsd-ports@stsp.in-berlin.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108357: Update port: emulators/zsnes to 1.51
Date: Fri, 26 Jan 2007 13:22:36 +0100

 --kVXhAStRUZ/+rrGn
 Content-Type: multipart/mixed; boundary="s2ZSL+KKDSLx8OML"
 Content-Disposition: inline
 
 
 --s2ZSL+KKDSLx8OML
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 While at it, can we also change my email address in the Makefile?
 I've attached a new diff that does the upgrade to 1.51 and changes
 my address.
 
 Thanks,
 --=20
 stefan
 http://stsp.in-berlin.de                                 PGP Key: 0xF59D25F0
 
 --s2ZSL+KKDSLx8OML
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="zsnes-1.51-change-email.patch"
 Content-Transfer-Encoding: quoted-printable
 
 diff -urN zsnes.orig/Makefile zsnes/Makefile
 --- zsnes.orig/Makefile	Fri Jan 26 00:44:05 2007
 +++ zsnes/Makefile	Fri Jan 26 13:18:18 2007
 @@ -6,13 +6,13 @@
  #
 =20
  PORTNAME=3D	zsnes
 -PORTVERSION=3D	1.50
 +PORTVERSION=3D	1.51
  PORTEPOCH=3D	1
  CATEGORIES=3D	emulators
  MASTER_SITES=3D	SF
  DISTNAME=3D	zsnes${PORTVERSION:S/.//}src
 =20
 -MAINTAINER=3D	freebsd-ports@stsp.in-berlin.de
 +MAINTAINER=3D	stsp@stsp.in-berlin.de
  COMMENT=3D	Intel x86 only Super Nintendo Entertainment System (SNES) Emula=
 tor
 =20
  # This must be >=3D 0.98!
 diff -urN zsnes.orig/distinfo zsnes/distinfo
 --- zsnes.orig/distinfo	Fri Jan 26 00:44:05 2007
 +++ zsnes/distinfo	Fri Jan 26 00:44:15 2007
 @@ -1,3 +1,3 @@
 -MD5 (zsnes150src.tar.bz2) =3D f0612e27b1c3dd821044525be5cf4450
 -SHA256 (zsnes150src.tar.bz2) =3D 2ddaaff892d511c717d3e270cc035b208ba2eca04=
 cdf3e749c5739df78ba9aba
 -SIZE (zsnes150src.tar.bz2) =3D 1058671
 +MD5 (zsnes151src.tar.bz2) =3D 328071775f88f7c3b9fdb94176e5e417
 +SHA256 (zsnes151src.tar.bz2) =3D eb013f824f5a9814a714cf0daaea3ea68a1c74fd7=
 41e5b0979fcb7964236a866
 +SIZE (zsnes151src.tar.bz2) =3D 1071712
 diff -urN zsnes.orig/files/patch-configure zsnes/files/patch-configure
 --- zsnes.orig/files/patch-configure	Fri Jan 26 00:44:05 2007
 +++ zsnes/files/patch-configure	Fri Jan 26 00:44:15 2007
 @@ -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 @@
  =20
 - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 -   fi
 --  if test x$force_arch =3D 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 !=3D x; then
 +-    CFLAGS=3D"$CFLAGS -march=3D$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=3D"$ac_compile"
 +-case "(($ac_try" in
 +-  *\"* | *\`* | *\\*) ac_try_echo=3D\$ac_try;;
 +-  *) ac_try_echo=3D$ac_try;;
 +-esac
 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 +-  (eval "$ac_compile") 2>conftest.er1
 +-  ac_status=3D$?
 +-  grep -v '^ *+' conftest.er1 >conftest.err
 +-  rm -f conftest.er1
 +-  cat conftest.err >&5
 +-  echo "$as_me:$LINENO: \$? =3D $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=3D""
 +-    CFLAGS=3D"$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 =3D x; then
  -      case x$target in
  -        i686-*-*)
 
 --s2ZSL+KKDSLx8OML--
 
 --kVXhAStRUZ/+rrGn
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.6 (FreeBSD)
 
 iD8DBQFFufKM5dMCc/WdJfARAhExAKCgxZNhmo9S3mBmqhL0sbpc6ttkdACgyDCP
 RzB8ZojkQWfzY54hNgAfalM=
 =5Jx9
 -----END PGP SIGNATURE-----
 
 --kVXhAStRUZ/+rrGn--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701261230.l0QCUVUR033838>