Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 11:44:41 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32406: Update port: audio/xsidplay to 1.6.4.3 (fix ports/32304)
Message-ID:  <200111301944.fAUJifl38584@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         32406
>Category:       ports
>Synopsis:       Update port: audio/xsidplay to 1.6.4.3 (fix ports/32304)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 30 11:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.6.4.3

This PR supersedes ports/32304.

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/audio/xsidplay/Makefile audio/xsidplay/Makefile
--- /usr/ports/audio/xsidplay/Makefile	Sat Nov 24 14:00:31 2001
+++ audio/xsidplay/Makefile	Sat Dec  1 02:00:03 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xsidplay
-PORTVERSION=	1.6.3
+PORTVERSION=	1.6.4.3
 PORTEPOCH=	1
 CATEGORIES=	audio emulators
 MASTER_SITES=	http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
@@ -23,6 +23,8 @@
 QTCPPFLAGS+=	${PTHREAD_CFLAGS}
 QTCFGLIBS+=	${PTHREAD_LIBS}
 
+MAN1=		xsidplay.1
+
 .include <bsd.port.pre.mk>
 
 .if ${MACHINE_ARCH} == "alpha"
@@ -34,8 +36,15 @@
 	@${PERL} -pi -e 's|moc|${MOC:T}|g ; \
 		 s|qt-mt|${QTNAME}-mt|g' ${WRKSRC}/${file}
 .endfor
+	@${PERL} -pi -e 's|/usr/share|${PREFIX}|g' ${WRKSRC}/xsidplay.1
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/xsidplay.1 ${MANPREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.faq ${DOCSDIR}
+.endif
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/audio/xsidplay/distinfo audio/xsidplay/distinfo
--- /usr/ports/audio/xsidplay/distinfo	Sat Nov 24 14:00:33 2001
+++ audio/xsidplay/distinfo	Sat Dec  1 02:02:08 2001
@@ -1 +1 @@
-MD5 (xsidplay-1.6.3.tgz) = 2712556f53848749644f1f0466685885
+MD5 (xsidplay-1.6.4.3.tgz) = a57dda653c9c27068fb830de3de2e6f8
diff -urN /usr/ports/audio/xsidplay/pkg-plist audio/xsidplay/pkg-plist
--- /usr/ports/audio/xsidplay/pkg-plist	Mon Jun 12 04:06:58 2000
+++ audio/xsidplay/pkg-plist	Thu Nov 29 07:48:07 2001
@@ -1 +1,5 @@
 bin/xsidplay
+%%PORTDOCS%%share/doc/xsidplay/README
+%%PORTDOCS%%share/doc/xsidplay/STIL.faq
+%%PORTDOCS%%share/doc/xsidplay/hv_sids.faq
+%%PORTDOCS%%@dirrm share/doc/xsidplay

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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