From nobody@FreeBSD.org  Sun Jan 15 18:22:50 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D5FE7106567C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Jan 2012 18:22:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C0FE38FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Jan 2012 18:22:50 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0FIMoNY010870
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Jan 2012 18:22:50 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0FIMode010859;
	Sun, 15 Jan 2012 18:22:50 GMT
	(envelope-from nobody)
Message-Id: <201201151822.q0FIMode010859@red.freebsd.org>
Date: Sun, 15 Jan 2012 18:22:50 GMT
From: Daniel Pritts <danno@umich.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: squeezebox-server port should require mysql 5.0 server rather than just mysql server
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         164177
>Category:       ports
>Synopsis:       audio/squeezeboxserver should require mysql 5.0 server rather than just mysql server
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    scheidell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 15 18:30:11 UTC 2012
>Closed-Date:    Wed Jul 04 20:51:06 UTC 2012
>Last-Modified:  Wed Jul  4 21:00:23 UTC 2012
>Originator:     Daniel Pritts
>Release:        9.0 rc3
>Organization:
>Environment:
FreeBSD kompressor.internet2.edu 9.0-RC3 FreeBSD 9.0-RC3 #0: Tue Jan  3 00:56:37 EST 2012     root@kompressor.internet2.edu:/usr/obj/usr/src/sys/ASYOURATTORNEY  amd64

>Description:
the squeezeboxserver port is somewhat out of date, and does not work properly with the default mysql server from ports.  

I fell back to mysql-server-5.0.92 and it works fine.  

I don't know the right meta name to get the 5.0.x mysql port, but this port should require that version, not the current 5.5.  
>How-To-Repeat:
resinstall the port
>Fix:
change dependencies

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Thu Mar 8 13:20:21 CET 2012 
Responsible-Changed-Why:  
I will take care of it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164177 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Thu Mar 8 14:15:34 CET 2012 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164177 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164177: commit references a PR
Date: Thu,  8 Mar 2012 13:15:37 +0000 (UTC)

 ehaupt      2012-03-08 13:15:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/squeezeboxserver Makefile 
   Log:
   Require MySQL version 5.0 as the squeezeboxserver does not start with a newer
   MySQL version.
   
   PR:             164177
   Submitted by:   Daniel Pritts <danno@umich.edu>
   
   Revision  Changes    Path
   1.88      +3 -2      ports/audio/squeezeboxserver/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: <the_mix_room@hotmail.com>
To: <bug-followup@freebsd.org>, <danno@umich.edu>
Cc:  
Subject: Re: ports/164177: audio/squeezeboxserver should require mysql 5.0
 server rather than just mysql server
Date: Thu, 12 Apr 2012 14:16:17 +0000

 --_cafdf0fb-0856-4736-bed6-e723df9c18d5_
 Content-Type: text/plain; charset="iso-8859-2"
 Content-Transfer-Encoding: quoted-printable
 
 
 The problem that audio/squeezeboxserver does not start with mysql-server > =
 50 can be solved as outlined in the linked post.=20
 
 http://permalink.gmane.org/gmane.music.equipment.slimdevices.squeezecenter/=
 26896
 
 In essence there are a number of changes which seem to have been made with =
 the new version:=20
 http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html
 
 I ran slightly modified sed-commands from the gmane.org link. It seems to h=
 ave started squeezeboxserver fine.=20
 "
 
 pwd=20
 
 /usr/ports/audio/squeezeboxserver/work/squeezeboxserver-7.5.4-32171-noCPAN/
 
 sed -i '.bak' -e 's/skip-locking/skip-external-locking/' -e
 's/default-character-set/character-set-server/' -e
 's/default-collation/collation-server/'  MySQL/my.tt
 
 
 sed -i '.bak' -e 's/TYPE=3DInnoDB/ENGINE=3DInnoDB/' SQL/mysql/schema_*.sql
 
 "
 
 I am not sure if anybody wants to run a separate branch for FreeBSD=2C but =
 perhaps it might be an idea to link the post to enable people to update.=20
 
 
 
 
 
  		 	   		  =
 
 --_cafdf0fb-0856-4736-bed6-e723df9c18d5_
 Content-Type: text/html; charset="iso-8859-2"
 Content-Transfer-Encoding: quoted-printable
 
 <html>
 <head>
 <style><!--
 .hmmessage P
 {
 margin:0px=3B
 padding:0px
 }
 body.hmmessage
 {
 font-size: 10pt=3B
 font-family:Tahoma
 }
 --></style></head>
 <body class=3D'hmmessage'><div dir=3D'ltr'>
 The problem that audio/squeezeboxserver does not start with mysql-server &g=
 t=3B 50 can be solved as outlined in the linked post. <br><br>http://permal=
 ink.gmane.org/gmane.music.equipment.slimdevices.squeezecenter/26896<br><br>=
 In essence there are a number of changes which seem to have been made with =
 the new version: <br>http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.=
 html<br><br>I ran slightly modified sed-commands from the gmane.org link. I=
 t seems to have started squeezeboxserver fine. <br>"<br>
 pwd <br>
 /usr/ports/audio/squeezeboxserver/work/squeezeboxserver-7.5.4-32171-noCPAN/=
 <br>
 sed -i '.bak' -e 's/skip-locking/skip-external-locking/' -e
 's/default-character-set/character-set-server/' -e
 's/default-collation/collation-server/'&nbsp=3B MySQL/my.tt
 <br>
 sed -i '.bak' -e 's/TYPE=3DInnoDB/ENGINE=3DInnoDB/' SQL/mysql/schema_*.sql<=
 br>
 "<br><br>I am not sure if anybody wants to run a separate branch for FreeBS=
 D=2C but perhaps it might be an idea to link the post to enable people to u=
 pdate. <br><br><br><br><br><br> 		 	   		  </div></body>
 </html>=
 
 --_cafdf0fb-0856-4736-bed6-e723df9c18d5_--

From: Dan Pritts <danno@umich.edu>
To: <the_mix_room@hotmail.com> <the_mix_room@hotmail.com>
Cc: <bug-followup@freebsd.org>
Subject: Re: ports/164177: audio/squeezeboxserver should require mysql 5.0 server rather than just mysql server
Date: Thu, 12 Apr 2012 10:49:51 -0400

 --Apple-Mail=_3DC8BBC8-0B8F-4DC0-A047-9FCD905BC3D2
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain;
 	charset=iso-8859-2
 
 I think it's probably best to update the source with your patch and then =
 change the port to require mysql-server 5.5 +
 
 People are more likely to want the more recent mysql server for other =
 reasons I think.
 
 thanks for the followup
 
 
 On Apr 12, 2012, at 10:16 AM, <the_mix_room@hotmail.com> =
 <the_mix_room@hotmail.com> wrote:
 
 > The problem that audio/squeezeboxserver does not start with =
 mysql-server > 50 can be solved as outlined in the linked post.=20
 >=20
 > =
 http://permalink.gmane.org/gmane.music.equipment.slimdevices.squeezecenter=
 /26896
 >=20
 > In essence there are a number of changes which seem to have been made =
 with the new version:=20
 > http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html
 >=20
 > I ran slightly modified sed-commands from the gmane.org link. It seems =
 to have started squeezeboxserver fine.=20
 > "
 > pwd=20
 > =
 /usr/ports/audio/squeezeboxserver/work/squeezeboxserver-7.5.4-32171-noCPAN=
 /
 > sed -i '.bak' -e 's/skip-locking/skip-external-locking/' -e =
 's/default-character-set/character-set-server/' -e =
 's/default-collation/collation-server/'  MySQL/my.tt=20
 > sed -i '.bak' -e 's/TYPE=3DInnoDB/ENGINE=3DInnoDB/' =
 SQL/mysql/schema_*.sql
 > "
 >=20
 > I am not sure if anybody wants to run a separate branch for FreeBSD, =
 but perhaps it might be an idea to link the post to enable people to =
 update.=20
 >=20
 >=20
 >=20
 >=20
 >=20
 
 
 --Apple-Mail=_3DC8BBC8-0B8F-4DC0-A047-9FCD905BC3D2
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/html;
 	charset=iso-8859-2
 
 <html><head><base href=3D"x-msg://22/"></head><body style=3D"word-wrap: =
 break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
 after-white-space; "><div>I think it's probably best to update the =
 source with your patch and then change the port to require mysql-server =
 5.5 +</div><div><br></div><div>People are more likely to want the more =
 recent mysql server for other reasons I =
 think.</div><div><br></div><div>thanks for the =
 followup</div><div><br></div><br><div><div>On Apr 12, 2012, at 10:16 AM, =
 &lt;<a =
 href=3D"mailto:the_mix_room@hotmail.com">the_mix_room@hotmail.com</a>&gt; =
 &lt;<a =
 href=3D"mailto:the_mix_room@hotmail.com">the_mix_room@hotmail.com</a>&gt; =
 wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
 type=3D"cite"><span class=3D"Apple-style-span" style=3D"border-collapse: =
 separate; font-family: Helvetica; font-style: normal; font-variant: =
 normal; font-weight: normal; letter-spacing: normal; line-height: =
 normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
 text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
 -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
 auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
 class=3D"hmmessage" style=3D"font-size: 10pt; font-family: Tahoma; =
 "><div dir=3D"ltr">The problem that audio/squeezeboxserver does not =
 start with mysql-server &gt; 50 can be solved as outlined in the linked =
 post.<span class=3D"Apple-converted-space">&nbsp;</span><br><br><a =
 href=3D"http://permalink.gmane.org/gmane.music.equipment.slimdevices.squee=
 zecenter/26896">http://permalink.gmane.org/gmane.music.equipment.slimdevic=
 es.squeezecenter/26896</a><br><br>In essence there are a number of =
 changes which seem to have been made with the new version:<span =
 class=3D"Apple-converted-space">&nbsp;</span><br><a =
 href=3D"http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html">http:/=
 /dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html</a><br><br>I ran =
 slightly modified sed-commands from the<span =
 class=3D"Apple-converted-space">&nbsp;</span><a =
 href=3D"http://gmane.org">gmane.org</a><span =
 class=3D"Apple-converted-space">&nbsp;</span>link. It seems to have =
 started squeezeboxserver fine.<span =
 class=3D"Apple-converted-space">&nbsp;</span><br>"<br>pwd<span =
 class=3D"Apple-converted-space">&nbsp;</span><br>/usr/ports/audio/squeezeb=
 oxserver/work/squeezeboxserver-7.5.4-32171-noCPAN/<br>sed -i '.bak' -e =
 's/skip-locking/skip-external-locking/' -e =
 's/default-character-set/character-set-server/' -e =
 's/default-collation/collation-server/'&nbsp; MySQL/my.tt<span =
 class=3D"Apple-converted-space">&nbsp;</span><br>sed -i '.bak' -e =
 's/TYPE=3DInnoDB/ENGINE=3DInnoDB/' SQL/mysql/schema_*.sql<br>"<br><br>I =
 am not sure if anybody wants to run a separate branch for FreeBSD, but =
 perhaps it might be an idea to link the post to enable people to =
 update.<span =
 class=3D"Apple-converted-space">&nbsp;</span><br><br><br><br><br><br></div=
 ></div></span></blockquote></div><br></body></html>=
 
 --Apple-Mail=_3DC8BBC8-0B8F-4DC0-A047-9FCD905BC3D2--
State-Changed-From-To: closed->open 
State-Changed-By: ehaupt 
State-Changed-When: Thu Apr 12 18:03:15 CEST 2012 
State-Changed-Why:  
Follow-up to old, closed PR received. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164177 
Responsible-Changed-From-To: ehaupt->freebsd-ports-bugs 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Thu Apr 12 18:04:20 CEST 2012 
Responsible-Changed-Why:  
Back to the pool. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164177 

From: "Bruce A. Mah" <bmah@kitchenlab.org>
To: bug-followup@FreeBSD.org, danno@umich.edu
Cc:  
Subject: Re: ports/164177: audio/squeezeboxserver should require mysql 5.0
 server rather than just mysql server
Date: Sun, 10 Jun 2012 20:07:10 -0700

 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
 --------------enigF48182468D8373FFF73ED04C
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 JFYI I'm running this port with MySQL 5.1 with no issues that I can see
 (not on purpose, just an artifact of how I happened to update ports on
 my system).  I do see where running with MySQL 5.5 would present some
 problems (I'm dealing with those at ${REALJOB}).
 
 Bruce.
 
 
 --------------enigF48182468D8373FFF73ED04C
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: OpenPGP digital signature
 Content-Disposition: attachment; filename="signature.asc"
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.12 (Darwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iEYEARECAAYFAk/VYOIACgkQ2MoxcVugUsMo+QCgpj+wCwvsEiCl5hJKUpLMlYYM
 nxoAoJhfC7dGfgAXKFKBAsNeasymEf8d
 =dspY
 -----END PGP SIGNATURE-----
 
 --------------enigF48182468D8373FFF73ED04C--

From: Dan Pritts <danno@umich.edu>
To: Bruce A. Mah <bmah@kitchenlab.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164177: audio/squeezeboxserver should require mysql 5.0 server rather than just mysql server
Date: Sun, 10 Jun 2012 23:20:08 -0400

 On Jun 10, 2012, at 11:07 PM, Bruce A. Mah wrote:
 
 > JFYI I'm running this port with MySQL 5.1 with no issues that I can see
 > (not on purpose, just an artifact of how I happened to update ports on
 > my system).  I do see where running with MySQL 5.5 would present some
 > problems (I'm dealing with those at ${REALJOB}).
 
 Yes, the problems I saw were with 5.5. 
 
 thanks,
 danno

From: <the_mix_room@hotmail.com>
To: <bug-followup@freebsd.org>
Cc: <danno@umich.edu>
Subject: Re: ports/164177: audio/squeezeboxserver should require mysql 5.0
 server rather than just mysql server
Date: Thu, 21 Jun 2012 12:15:14 +0000

 --_4281e75e-976c-4a2f-bdf1-085368573516_
 Content-Type: multipart/alternative;
 	boundary="_e0800c8b-3df2-402b-9d8c-a49e6c8795d3_"
 
 --_e0800c8b-3df2-402b-9d8c-a49e6c8795d3_
 Content-Type: text/plain; charset="iso-8859-2"
 Content-Transfer-Encoding: quoted-printable
 
 
 I have patched the Makefile to make the necessary adjustments so that squee=
 zeboxserver can be installed and run. =20
 
 The problem is that with the introduction of MySQL 5.5 some commands are no=
  longer available. They have been replaced by equivalents.=20
 http://dev.mysql.com/doc/refman/5.5/en/server-options.html#option_mysqld_sk=
 ip-external-locking as an example.=20
 
 The commands are taken from: http://permalink.gmane.org/gmane.music.equipme=
 nt.slimdevices.squeezecenter/26896
 
 I believe applying the patch below is the simplest until upstream gets fixe=
 d. Would be good if this relatively simple patch could be committed.=20
 
 --- Makefile    2012-06-21 14:08:40.000000000 +0200
 +++ Makefile.new    2012-06-21 13:58:08.000000000 +0200
 @@ -57=2C7 +57=2C6 @@
  .endif
 =20
  USE_MYSQL=3D    server
 -WANT_MYSQL_VER=3D50
 =20
  .if ${PORT_OPTIONS:MAPE}
  RUN_DEPENDS+=3D    mac:${PORTSDIR}/audio/mac
 @@ -173=2C6 +172=2C12 @@
          -e 's|%%TMP_SLIMDIR%%|${TMP_SLIMDIR}|g' \
          ${WRKSRC}/scanner.pl \
          ${WRKSRC}/slimserver.pl
 +    sed -i '.bak' \
 +        -e 's/skip-locking/skip-external-locking/' \
 +        -e 's/default-character-set/character-set-server/'\
 +        -e 's/default-collation/collation-server/'  ${WRKSRC}/MySQL/my.tt=
 =20
 +    sed -i '.bak' \
 +        -e 's/TYPE=3DInnoDB/ENGINE=3DInnoDB/' ${WRKSRC}/SQL/mysql/schema_*=
 .sql
 =20
  do-build:
      @${MKDIR} -m 0755 ${TMP_SLIMDIR}
 
 --_e0800c8b-3df2-402b-9d8c-a49e6c8795d3_--
 
 --_4281e75e-976c-4a2f-bdf1-085368573516_
 Content-Type: application/octet-stream
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="patch_squeezeboxserver_Makefile"
 
 LS0tIE1ha2VmaWxlCTIwMTItMDYtMjEgMTQ6MDg6NDAuMDAwMDAwMDAwICswMjAwCisrKyBNYWtl
 ZmlsZS5uZXcJMjAxMi0wNi0yMSAxMzo1ODowOC4wMDAwMDAwMDAgKzAyMDAKQEAgLTU3LDcgKzU3
 LDYgQEAKIC5lbmRpZgogCiBVU0VfTVlTUUw9CXNlcnZlcgotV0FOVF9NWVNRTF9WRVI9NTAKIAog
 LmlmICR7UE9SVF9PUFRJT05TOk1BUEV9CiBSVU5fREVQRU5EUys9CW1hYzoke1BPUlRTRElSfS9h
 dWRpby9tYWMKQEAgLTE3Myw2ICsxNzIsMTIgQEAKIAkgICAgLWUgJ3N8JSVUTVBfU0xJTURJUiUl
 fCR7VE1QX1NMSU1ESVJ9fGcnIFwKIAkJJHtXUktTUkN9L3NjYW5uZXIucGwgXAogCQkke1dSS1NS
 Q30vc2xpbXNlcnZlci5wbAorCXNlZCAtaSAnLmJhaycgXAorCQktZSAncy9za2lwLWxvY2tpbmcv
 c2tpcC1leHRlcm5hbC1sb2NraW5nLycgXAorCQktZSAncy9kZWZhdWx0LWNoYXJhY3Rlci1zZXQv
 Y2hhcmFjdGVyLXNldC1zZXJ2ZXIvJ1wKKwkJLWUgJ3MvZGVmYXVsdC1jb2xsYXRpb24vY29sbGF0
 aW9uLXNlcnZlci8nICAke1dSS1NSQ30vTXlTUUwvbXkudHQgCisJc2VkIC1pICcuYmFrJyBcCisJ
 CS1lICdzL1RZUEU9SW5ub0RCL0VOR0lORT1Jbm5vREIvJyAke1dSS1NSQ30vU1FML215c3FsL3Nj
 aGVtYV8qLnNxbAogCiBkby1idWlsZDoKIAlAJHtNS0RJUn0gLW0gMDc1NSAke1RNUF9TTElNRElS
 fQo=
 
 --_4281e75e-976c-4a2f-bdf1-085368573516_--
Responsible-Changed-From-To: freebsd-ports-bugs->scheidell 
Responsible-Changed-By: scheidell 
Responsible-Changed-When: Wed Jul 4 01:38:19 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164177 
State-Changed-From-To: open->feedback 
State-Changed-By: scheidell 
State-Changed-When: Wed Jul 4 17:53:31 UTC 2012 
State-Changed-Why:  
pkg_add mysql-client-5.5.25.tbz 
pkg_add: package 'mysql-client-5.5.25' conflicts with mysql-client-5.0.95 
pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation 
error in dependency mysql-client-5.5.25.tbz, exiting 

(check run_depends below, depends on both mysql-client-5.0 and mysql-client 5.5) 


contents of make.conf/ env: 

INDEXFILE=INDEX-9 
ARCH=amd64 
PORTOBJFORMAT=elf 
X_WINDOW_SYSTEM=xorg 
DISTFILE_URI= 
TIMEOUT=7200 
CCACHE_ENABLED=1 
FTP_PASSIVE_MODE=yes 
OPTIONS_ENABLED=0 
__MKLVL__=1 
MAKE_JOBS_UNSAFE=yes 
DISTCACHE=/distcache 
PATH=/opt:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin 
pb=/disk1/tinderbox 
HTTP_TIMEOUT=900 
PACKAGES=/tmp/packages 
LOG_DIRECTORY= 
HAVE_MOTIF=1 
PKGSUFFIX=.tbz 
BATCH=1 
__DSVERSION__=3.2.3 
OSREL=9.0 
CCACHE_DIR=/ccache 
LOG_COMPRESSLOGS=0 
defaultUpdateType=CSUP 
OLDPWD=/ 
DISTFILE_CACHE=/usr/ports/distfiles 
USA_RESIDENT=YES 
WRKDIRPREFIX=/work 
BRANCH=STABLE 
defaultUpdateHost=cvsup18.freebsd.org 
PWD=/usr/ports/audio/squeezeboxserver 
HOST_WORKDIR= 
NO_LICENSES_DIALOGS=yes 
OPTIONS_DIR= 
DISABLE_MAKE_JOBS=yes 
MAKE_JOBS_NUMBER=1 
PKGZIPCMD=bzip2 
USER=root 
DISTDIR=/tmp/distfiles 
HOME=/root 
CCACHE_JAIL=0 
LOG_DOCOPY=0 
CCACHE_MAX_SIZE=2G 
CCACHE_NOLINK=1 
TINDERD_SLEEPTIME=60 
UNAME_n=tinderbox.host 
FTP_TIMEOUT=900 
TINDERD_LOGFILE=/dev/null 
PARALLEL_PACKAGE_BUILD=1 
CCACHE_LOGFILE= 
UNAME_r=9.0-STABLE 
LOCALBASE=/usr/local 
UNAME_s=FreeBSD 
PACKAGE_BUILDING=1 
OSVERSION=900506 
UNAME_v=FreeBSD 9.0-STABLE #0: Tue Jul  3 21:52:17 EDT 2012    root@tinderbox.host:/usr/src/sys/magic/kernel/path 
---End Environment--- 

---Begin OPTIONS List--- 
===> The following configuration options are available for squeezeboxserver-7.5.4_5: 
APE=on: Monkey's Audio support 
DOCS=on: Build and install the documentation 
FAAD=on: FAAD aac decoder support 
FLAC=off: support for flac 
LAME=off: lame mp3 encoder support 
SHORTEN=off: Support Shorten input 
SOX=on: Support OGG Vorbis input via SoX (SliMP3 and SB1) 
===> Use 'make config' to modify these settings 


KG_DEPENDS= 
FETCH_DEPENDS= 
PATCH_DEPENDS=perl-5.14.2_2.tbz 
EXTRACT_DEPENDS=perl-5.14.2_2.tbz 
BUILD_DEPENDS=perl-5.14.2_2.tbz 
RUN_DEPENDS=p5-Class-Accessor-Grouped-0.10005.tbz p5-Class-C3-Componentised-1.0009.tbz p5-Class-Inspector-1.27.tbz  
p5-Config-Any-0.23.tbz p5-Context-Preserve-0.01.tbz p5-DBI-1.622.tbz p5-Data-Compare-1.2200.tbz  
p5-Data-Dumper-Concise-2.020.tbz p5-Data-Page-2.02.tbz p5-Hash-Merge-0.12.tbz p5-MRO-Compat-0.11.tbz p5-Module-Find-0.11.tbz  
p5-Path-Class-0.25.tbz p5-SQL-Abstract-1.72.tbz p5-Scope-Guard-0.20.tbz p5-Sub-Name-0.05.tbz p5-Try-Tiny-0.11.tbz  
p5-namespace-clean-0.23.tbz perl-5.14.2_2.tbz p5-Class-XSAccessor-1.13,1.tbz p5-Class-C3-0.24.tbz p5-version-0.99.tbz  
p5-File-Find-Rule-0.33.tbz p5-Data-Dumper-2.131.tbz p5-Devel-ArgNames-0.03_1.tbz p5-Class-Accessor-Chained-0.01_1.tbz  
p5-Clone-0.31.tbz p5-Getopt-Long-Descriptive-0.091.tbz p5-B-Hooks-EndOfScope-0.11.tbz p5-Package-Stash-0.33.tbz  
p5-Sub-Identify-0.04.tbz p5-Algorithm-C3-0.08.tbz p5-Number-Compare-0.03.tbz p5-Text-Glob-0.09.tbz p5-PadWalker-1.93.tbz  
p5-Class-Accessor-0.34.tbz p5-Params-Validate-1.06.tbz p5-Sub-Exporter-0.984.tbz p5-Variable-Magic-0.49.tbz  
p5-Dist-CheckConflicts-0.02.tbz p5-Package-DeprecationManager-0.13.tbz p5-Package-Stash-XS-0.25.tbz  
p5-Module-Implementation-0.06.tbz p5-Data-OptList-0.107.tbz p5-Params-Util-1.07.tbz p5-Sub-Install-0.926.tbz  
p5-List-MoreUtils-0.33.tbz p5-Module-Runtime-0.013.tbz p5-DBIx-Class-0.08196.tbz p5-File-Which-1.09.tbz p5-URI-1.60.tbz  
p5-URI-Find-20111103.tbz mysql-client-5.0.95.tbz p5-DBD-mysql50-4.021.tbz p5-Digest-SHA1-2.13.tbz p5-Encode-Detect-1.01.tbz  
gd-2.0.35_8,1.tbz jpeg-8_3.tbz png-1.5.10.tbz freetype2-2.4.9_1.tbz fontconfig-2.9.0,1.tbz pkg-config-0.25_1.tbz  
expat-2.0.1_2.tbz p5-GD-2.46_1.tbz p5-common-sense-3.4.tbz p5-JSON-XS-2.32.tbz p5-HTML-Tagset-3.20.tbz p5-HTML-Parser-3.69.tbz  
p5-AppConfig-1.66.tbz p5-Template-Toolkit-2.24.tbz p5-XML-Parser-2.41.tbz p5-YAML-Syck-1.19.tbz p5-EV-4.11,1.tbz  
p5-Audio-Scan-0.93.tbz mac-3.99.4.5_1.tbz faad2-2.7_3,1.tbz libao-1.1.0_1.tbz ffmpeg-0.7.12_2,1.tbz libvorbis-1.3.3,3.tbz  
libsndfile-1.0.25_1.tbz flac-1.2.1_2.tbz libmad-0.15.1b_2.tbz gsm-1.0.13.tbz libid3tag-0.15.1b.tbz libltdl-2.4.2.tbz  
opencv-core-2.3.1_4.tbz schroedinger-1.0.11.tbz libtheora-1.1.1_2.tbz libvpx-1.0.0.tbz x264-0.123.2189_2.tbz xvid-1.3.2,1.tbz  
libogg-1.2.2,4.tbz libiconv-1.14.tbz orc-0.4.16.tbz gpac-libgpac-0.4.5_6,1.tbz sox-14.3.2_4.tbz mysql-client-5.5.25.tbz  
mysql-server-5.5.25.tbz 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164177 
State-Changed-From-To: feedback->closed 
State-Changed-By: scheidell 
State-Changed-When: Wed Jul 4 20:51:05 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Needed to adjust run_depends to get it to 
package. Thanks Everyone for all of your work. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164177 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164177: commit references a PR
Date: Wed,  4 Jul 2012 20:50:34 +0000 (UTC)

 scheidell    2012-07-04 20:50:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/squeezeboxserver Makefile 
   Log:
   - Fix for mysql50+ [1]
   - Remove dependency for p5-Mysql50 (replace with p5-Mysql) [2]
   
   PR:             ports/164177
   Reported by:    Daniel Pritts <danno@umich.edu>
   Submitted by:   the_mix_room@hotmail.com [1]
   Reviewed by:    scheidell@ (me) [2]
   Approved by:    The little dancing elves
   
   Revision  Changes    Path
   1.93      +8 -3      ports/audio/squeezeboxserver/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
