Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2000 13:10:25 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17157: Update port: audio/xcdplayer
Message-ID:  <200003032110.NAA62689@freefall.freebsd.org>

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

>Number:         17157
>Category:       ports
>Synopsis:       Update port: audio/xcdplayer
>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 Mar  3 13:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Merge scripts/pre-configure into Makefile 

Remove file:  
scripts/pre-configure

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/audio/xcdplayer/Makefile audio/xcdplayer/Makefile
--- /usr/ports/audio/xcdplayer/Makefile	Wed Aug 25 19:12:56 1999
+++ audio/xcdplayer/Makefile	Fri Mar  3 09:16:31 2000
@@ -1,20 +1,25 @@
-# New ports collection makefile for:    xcdplayer
-# Version required:     2.2
-# Date created:         30 Sep 1994
-# Whom:                 swallace
+# New ports collection makefile for:	xcdplayer
+# Version required:	2.2
+# Date created:		30 Sep 1994
+# Whom:			swallace
 #
 # $FreeBSD: ports/audio/xcdplayer/Makefile,v 1.10 1999/08/25 04:36:22 obrien Exp $
 #
 
-DISTNAME=       xcdplayer-2.2
+DISTNAME=	xcdplayer-2.2
 CATEGORIES=	audio
 MASTER_SITES=	ftp://ftp.x.org/R5contrib/ \
-		ftp://ftp.cdrom.com/pub/X11/R5contrib/
+		ftp://ftp.freesoftware.com/pub/X11/R5contrib/
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	swallace@FreeBSD.org
 
-USE_IMAKE=      yes
+USE_IMAKE=	yes
 MAN1=		xcdplayer.1
+
+post-extract:
+	${CP} ${FILESDIR}/cdrom_freebsd.c ${WRKSRC}
+	${CP} ${FILESDIR}/cdrom_freebsd.h ${WRKSRC}
+	${CP} ${WRKSRC}/xcdplayer.1 ${WRKSRC}/xcdplayer.man
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/xcdplayer/scripts/pre-configure audio/xcdplayer/scripts/pre-configure
--- /usr/ports/audio/xcdplayer/scripts/pre-configure	Mon Aug 30 07:16:53 1999
+++ audio/xcdplayer/scripts/pre-configure	Thu Jan  1 09:00:00 1970
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: ports/audio/xcdplayer/scripts/pre-configure,v 1.2 1999/08/29 10:57:11 peter Exp $
-#
-
-cp ${CURDIR}/files/cdrom_freebsd.c ${WRKSRC}
-cp ${CURDIR}/files/cdrom_freebsd.h ${WRKSRC}
-cp ${WRKSRC}/xcdplayer.1 ${WRKSRC}/xcdplayer.man


>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?200003032110.NAA62689>