From tkato432@yahoo.com  Mon Dec 30 21:01:24 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 5752DA2C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 30 Dec 2013 21:01:03 +0000 (UTC)
Received: from omta01.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17])
	by mx1.freebsd.org (Postfix) with ESMTP id 292EE1F21
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 30 Dec 2013 21:01:03 +0000 (UTC)
Received: from coppermine.my.domain (ZT028061.ppp.dion.ne.jp [59.128.28.61])
	by omta01.auone-net.jp (au one net mail) with ESMTP id A61EF9800C9
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 31 Dec 2013 06:01:01 +0900 (JST)
Message-Id: <20131231054640.7dbaa1e59213cfa39be8a95c@yahoo.com>
Date: Tue, 31 Dec 2013 05:46:40 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: audio/xmms-sid: Update to version 0.9.2

>Number:         185325
>Category:       ports
>Synopsis:       audio/xmms-sid: Update to version 0.9.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danilo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 30 21:10:05 UTC 2013
>Closed-Date:    Fri Jan 03 23:00:44 UTC 2014
>Last-Modified:  Fri Jan 03 23:00:44 UTC 2014
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/xmms-sid/Makefile audio/xmms-sid/Makefile
--- /usr/ports/audio/xmms-sid/Makefile	2013-12-12 02:41:57.000000000 +0900
+++ audio/xmms-sid/Makefile	2013-12-31 00:00:05.000000000 +0900
@@ -2,23 +2,45 @@
 # $FreeBSD: head/audio/xmms-sid/Makefile 336166 2013-12-11 14:35:36Z bapt $
 
 PORTNAME=	xmms-sid
-PORTVERSION=	0.9.0
+PORTVERSION=	0.9.2
 CATEGORIES=	audio
 MASTER_SITES=	http://www.tnsp.org/xs-files/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	XMMS input plugin to play SID files
 
-LIB_DEPENDS=	libsidplay.so:${PORTSDIR}/audio/libsidplay
-BUILD_DEPENDS=	xmms-config:${PORTSDIR}/multimedia/xmms
-RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
+LICENSE=	GPLv2 # (or later)
+
+BUILD_DEPENDS=	xmms>0:${PORTSDIR}/multimedia/xmms
+RUN_DEPENDS=	xmms>0:${PORTSDIR}/multimedia/xmms
+
+OPTIONS_DEFINE=	SIDPLAY2
+SIDPLAY2_DESC=	LibSIDPlay2 support
 
 USE_BZIP2=	yes
 USES=		gettext
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-silent-rules
 USE_LDCONFIG=	yes
-CONFIGURE_ARGS+=	--prefix=${PREFIX} \
-			--with-sidplay1=${LOCALBASE}
+
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MSIDPLAY2}
+LIB_DEPENDS+=	libsidplay2.so:${PORTSDIR}/audio/libsidplay2
+USES+=		pkgconfig
+CONFIGURE_ARGS+=--with-sidplay2 --without-sidplay1
+.else
+LIB_DEPENDS+=	libsidplay.so:${PORTSDIR}/audio/libsidplay
+CONFIGURE_ARGS+=--with-sidplay1 --without-sidplay2
+.endif
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|--libs libsidplay2|--libs-only-L libsidplay2|' \
+		${WRKSRC}/configure
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/xmms-sid/distinfo audio/xmms-sid/distinfo
--- /usr/ports/audio/xmms-sid/distinfo	2013-11-06 21:52:08.000000000 +0900
+++ audio/xmms-sid/distinfo	2013-12-31 00:00:05.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (xmms-sid-0.9.0.tar.bz2) = 49e86dfc46f192b654150f1d8ac8db6658e86f7dff2ca9b730fca80b637584b6
-SIZE (xmms-sid-0.9.0.tar.bz2) = 640314
+SHA256 (xmms-sid-0.9.2.tar.bz2) = c73fe24b31f5aa846fe16a0220d0166dab08562be048b68f2b1a38b0cb7ecd3a
+SIZE (xmms-sid-0.9.2.tar.bz2) = 647227
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danilo 
Responsible-Changed-By: danilo 
Responsible-Changed-When: Tue Dec 31 02:57:20 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185325: commit references a PR
Date: Fri,  3 Jan 2014 22:40:30 +0000 (UTC)

 Author: danilo
 Date: Fri Jan  3 22:40:22 2014
 New Revision: 338586
 URL: http://svnweb.freebsd.org/changeset/ports/338586
 
 Log:
   - Update from 0.9.0 to 0.9.2
   - Add SIDPLAY2 option
   
   while here
   - Add NLS option
   
   PR:		ports/185325
   Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
 
 Modified:
   head/audio/xmms-sid/Makefile
   head/audio/xmms-sid/distinfo
   head/audio/xmms-sid/pkg-plist
 
 Modified: head/audio/xmms-sid/Makefile
 ==============================================================================
 --- head/audio/xmms-sid/Makefile	Fri Jan  3 22:21:54 2014	(r338585)
 +++ head/audio/xmms-sid/Makefile	Fri Jan  3 22:40:22 2014	(r338586)
 @@ -2,23 +2,49 @@
  # $FreeBSD$
  
  PORTNAME=	xmms-sid
 -PORTVERSION=	0.9.0
 +PORTVERSION=	0.9.2
  CATEGORIES=	audio
  MASTER_SITES=	http://www.tnsp.org/xs-files/
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	XMMS input plugin to play SID files
  
 -LIB_DEPENDS=	libsidplay.so:${PORTSDIR}/audio/libsidplay
 -BUILD_DEPENDS=	xmms-config:${PORTSDIR}/multimedia/xmms
 -RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
 +LICENSE=	GPLv2 # (or later)
 +
 +BUILD_DEPENDS=	xmms>0:${PORTSDIR}/multimedia/xmms
 +RUN_DEPENDS=	xmms>0:${PORTSDIR}/multimedia/xmms
 +
 +OPTIONS_DEFINE=	NLS SIDPLAY2
 +SIDPLAY2_DESC=	LibSIDPlay2 support
 +OPTIONS_SUB=	yes
  
  USE_BZIP2=	yes
  USES=		gettext
  USE_GNOME=	gtk12
  GNU_CONFIGURE=	yes
 +CONFIGURE_ARGS=	--disable-silent-rules
  USE_LDCONFIG=	yes
 -CONFIGURE_ARGS+=	--prefix=${PREFIX} \
 -			--with-sidplay1=${LOCALBASE}
 +
 +CPPFLAGS+=	-I${LOCALBASE}/include
 +LDFLAGS+=	-L${LOCALBASE}/lib
 +
 +NLS_USES=	gettext
 +NLS_CONFIGURE_ENABLE=	nls
 +
 +.include <bsd.port.options.mk>
 +
 +.if ${PORT_OPTIONS:MSIDPLAY2}
 +LIB_DEPENDS+=	libsidplay2.so:${PORTSDIR}/audio/libsidplay2
 +USES+=		pkgconfig
 +CONFIGURE_ARGS+=--with-sidplay2 --without-sidplay1
 +.else
 +LIB_DEPENDS+=	libsidplay.so:${PORTSDIR}/audio/libsidplay
 +CONFIGURE_ARGS+=--with-sidplay1 --without-sidplay2
 +.endif
 +
 +post-patch:
 +	@${REINPLACE_CMD} -e \
 +		's|--libs libsidplay2|--libs-only-L libsidplay2|' \
 +		${WRKSRC}/configure
  
  .include <bsd.port.mk>
 
 Modified: head/audio/xmms-sid/distinfo
 ==============================================================================
 --- head/audio/xmms-sid/distinfo	Fri Jan  3 22:21:54 2014	(r338585)
 +++ head/audio/xmms-sid/distinfo	Fri Jan  3 22:40:22 2014	(r338586)
 @@ -1,2 +1,2 @@
 -SHA256 (xmms-sid-0.9.0.tar.bz2) = 49e86dfc46f192b654150f1d8ac8db6658e86f7dff2ca9b730fca80b637584b6
 -SIZE (xmms-sid-0.9.0.tar.bz2) = 640314
 +SHA256 (xmms-sid-0.9.2.tar.bz2) = c73fe24b31f5aa846fe16a0220d0166dab08562be048b68f2b1a38b0cb7ecd3a
 +SIZE (xmms-sid-0.9.2.tar.bz2) = 647227
 
 Modified: head/audio/xmms-sid/pkg-plist
 ==============================================================================
 --- head/audio/xmms-sid/pkg-plist	Fri Jan  3 22:21:54 2014	(r338585)
 +++ head/audio/xmms-sid/pkg-plist	Fri Jan  3 22:40:22 2014	(r338586)
 @@ -1,11 +1,11 @@
  lib/xmms/Input/libxmmssid.so
 -share/locale/de/LC_MESSAGES/xmms-sid.mo
 -share/locale/en@boldquot/LC_MESSAGES/xmms-sid.mo
 -share/locale/en@quot/LC_MESSAGES/xmms-sid.mo
 -share/locale/fi/LC_MESSAGES/xmms-sid.mo
 -share/xmms-sid/Kummatti_City.sid
 -@dirrmtry share/locale/en@quot
 -@dirrmtry share/locale/en@quot/LC_MESSAGES
 -@dirrmtry share/locale/en@boldquot
 -@dirrmtry share/locale/en@boldquot/LC_MESSAGES
 -@dirrm share/xmms-sid
 +%%NLS%%share/locale/de/LC_MESSAGES/xmms-sid.mo
 +%%NLS%%share/locale/en@boldquot/LC_MESSAGES/xmms-sid.mo
 +%%NLS%%share/locale/en@quot/LC_MESSAGES/xmms-sid.mo
 +%%NLS%%share/locale/fi/LC_MESSAGES/xmms-sid.mo
 +%%DATADIR%%/Kummatti_City.sid
 +%%NLS%%@dirrmtry share/locale/en@quot
 +%%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES
 +%%NLS%%@dirrmtry share/locale/en@boldquot
 +%%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES
 +@dirrm %%DATADIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: danilo 
State-Changed-When: Fri Jan 3 23:00:43 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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