From sec@ice.42.org  Mon Jun 26 01:42:50 2000
Return-Path: <sec@ice.42.org>
Received: from ice.42.org (ice.42.org [194.246.250.222])
	by hub.freebsd.org (Postfix) with ESMTP id 00E8837BA2C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Jun 2000 01:42:49 -0700 (PDT)
	(envelope-from sec@ice.42.org)
Received: by ice.42.org (Postfix, from userid 1000)
	id 7782FC1; Mon, 26 Jun 2000 10:42:43 +0200 (CEST)
Message-Id: <20000626084243.7782FC1@ice.42.org>
Date: Mon, 26 Jun 2000 10:42:43 +0200 (CEST)
From: sec@ice.42.org
Reply-To: sec@ice.42.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update of sidplay port (by maintainer)
X-Send-Pr-Version: 3.2

>Number:         19515
>Category:       ports
>Synopsis:       Update of sidplay port (by maintainer)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 26 01:50:00 PDT 2000
>Closed-Date:    Thu Jun 29 03:54:05 PDT 2000
>Last-Modified:  Thu Jun 29 03:54:17 PDT 2000
>Originator:     Stefan `Sec` Zehl
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

Current ports, as of Mon Jun 26 10:33:53 CEST 2000

>Description:

Someone updated the sidplay port, without noticing some differences.
The sidplay port now only contains the library to sidplay. The
'sidplay' console playing app has been moved into an extra
distribution.

Hence I recommend that that this port is now renamed to 'libsidplay'.

I have attached a patch to do the rename, and at the same time upgrade to a
newer version.  Probably this port should be repository-copied so no
history is lost.

I will be sending a new 'sidplay' port containing the console player, and
depending on this libsidplay port shortly thereafter.

NB.: xsidplay contains a dependency to sidplay which should be
corrected to libsidplay. As this port is marked broken, i didn't spend
any more time on checking if it works with the new lib.

>How-To-Repeat:

	

>Fix:

diff -bur /usr/ports/audio/sidplay/Makefile libsidplay/Makefile
--- /usr/ports/audio/sidplay/Makefile	Tue Jun 20 22:17:31 2000
+++ libsidplay/Makefile	Sun Jun 25 10:40:57 2000
@@ -5,16 +5,16 @@
 # $FreeBSD: ports/audio/sidplay/Makefile,v 1.11 2000/06/16 21:50:22 asami Exp $
 #
 
-PORTNAME=	sidplay
-PORTVERSION=	1.36.38
+PORTNAME=	libsidplay
+PORTVERSION=	1.36.40
 CATEGORIES=	audio emulators
 MASTER_SITES=	http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
-DISTNAME=	lib${PORTNAME}-${PORTVERSION:S/./_/g}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/g}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	sec@42.org
 
-WRKSRC=		${WRKDIR}/lib${PKGNAME}
+WRKSRC=		${WRKDIR}/${PKGNAME}
 USE_XLIB=	yes
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
diff -bur /usr/ports/audio/sidplay/files/md5 libsidplay/files/md5
--- /usr/ports/audio/sidplay/files/md5	Sun Jun 11 15:03:36 2000
+++ libsidplay/files/md5	Sun Jun 25 10:41:39 2000
@@ -1 +1 @@
-MD5 (libsidplay-1_36_38.tgz) = 7bcb3fb98a463ba31aa8aa82fe36b54b
+MD5 (libsidplay-1_36_40.tgz) = a67ef5011b99932273651669fb75abfd
diff -bur /usr/ports/audio/sidplay/pkg/COMMENT libsidplay/pkg/COMMENT
--- /usr/ports/audio/sidplay/pkg/COMMENT	Sun Jul 26 10:14:03 1998
+++ libsidplay/pkg/COMMENT	Mon Jun 26 10:14:33 2000
@@ -1 +1 @@
-A Commodore SID-chip emulator that plays SID music files
+A Commodore SID-chip emulator library to play SID music files
diff -bur /usr/ports/audio/sidplay/pkg/DESCR libsidplay/pkg/DESCR
--- /usr/ports/audio/sidplay/pkg/DESCR	Sun Nov 14 03:48:46 1999
+++ libsidplay/pkg/DESCR	Mon Jun 26 10:16:18 2000
@@ -10,5 +10,7 @@
 audio hardware with average PCM waveform playback capabilities. A
 fast CPU and a 16-bit sound card are recommended for better
 performance.
+This is just the library. To actually use it, you need one of the
+front-ends like 'sidplay' or 'xsidplay'
 
 WWW: http://www.geocities.com/SiliconValley/Lakes/5147/index.html

>Release-Note:
>Audit-Trail:

From: Maxim Sobolev <sobomax@FreeBSD.org>
To: sec@ice.42.org
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/19515: Update of sidplay port (by maintainer)
Date: Mon, 26 Jun 2000 11:58:04 +0300

 sec@ice.42.org wrote:
 
 > Someone updated the sidplay port, without noticing some differences.
 > The sidplay port now only contains the library to sidplay. The
 > 'sidplay' console playing app has been moved into an extra
 > distribution.
 
 I've noticed it and even reported to will (who actually did the update). We obviously
 need repo-copy on that with current audio/sidplay becoming audio/libsid and actual
 sidplay using this library being inported atop of current audio/sidplay. Please prepare
 port of sidplay which would use audio/libsidplay and submit it as PR, so we could ask
 Satoshi to do sidplay-->libsid repo-copy and import that stuff then.
 
 Thanks!
 
 -Maxim
 
 

From: Will Andrews <andrews@technologist.com>
To: sec@ice.42.org
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/19515: Update of sidplay port (by maintainer)
Date: Mon, 26 Jun 2000 05:06:29 -0400

 On Mon, Jun 26, 2000 at 10:42:43AM +0200, sec@ice.42.org wrote:
 > Someone updated the sidplay port, without noticing some differences.
 > The sidplay port now only contains the library to sidplay. The
 > 'sidplay' console playing app has been moved into an extra
 > distribution.
 
 That someone was me.  I wanted sidplay shlibs, so I updated it.  We can
 make the repo-copy for sidplay -> libsidplay as you and others have
 suggested.
 
 > I will be sending a new 'sidplay' port containing the console player, and
 > depending on this libsidplay port shortly thereafter.
 
 Ok.
 
 > NB.: xsidplay contains a dependency to sidplay which should be
 > corrected to libsidplay. As this port is marked broken, i didn't spend
 > any more time on checking if it works with the new lib.
 
 Ok.
 
 > -A Commodore SID-chip emulator that plays SID music files
 > +A Commodore SID-chip emulator library to play SID music files
                                         ^^^^^^^^^^^^^^^^^^^^^^^^
 
 How about taking this out?
 
 -- 
 Will Andrews <andrewsw@purdue.edu> <will@FreeBSD.org>
 GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
 G++>+++ e->++++ h! r-->+++ y?
 

From: Stefan `Sec` Zehl <sec@42.org>
To: Will Andrews <andrews@technologist.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/19515: Update of sidplay port (by maintainer)
Date: Mon, 26 Jun 2000 11:34:49 +0200

 On Mon, Jun 26, 2000 at 05:06:29AM -0400, Will Andrews wrote:
 > On Mon, Jun 26, 2000 at 10:42:43AM +0200, sec@ice.42.org wrote:
 > > Someone updated the sidplay port, without noticing some differences.
 > > The sidplay port now only contains the library to sidplay. The
 > > 'sidplay' console playing app has been moved into an extra
 > > distribution.
 > 
 > That someone was me.  I wanted sidplay shlibs, so I updated it.  We can
 > make the repo-copy for sidplay -> libsidplay as you and others have
 > suggested.
 
 great, thanks :)
 
 > > -A Commodore SID-chip emulator that plays SID music files
 > > +A Commodore SID-chip emulator library to play SID music files
 >                                         ^^^^^^^^^^^^^^^^^^^^^^^^
 > How about taking this out?
 
 Hm. Yes, this is indeed a bit redundant, take it out :) (I don't think
 you need an extra patch for this, do you?)
 
 If you need anything more from me, just tell me.
 
 CU,
     Sec
 -- 
 "I know the day it happens. On August 29, 1997 it's going to feel pretty
  f**king real to you too. Anybody not wearing two million sun block is
  going to have a real bad day. Get it?"
 
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Thu Jun 29 03:54:05 PDT 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19515 
>Unformatted:
