Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2000 14:30:04 +0200 (CEST)
From:      esk@ira.uka.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21748: Remove getbits.s from audio/xmms/Makefile
Message-ID:  <200010041230.OAA14239@i30nb2.ira.uka.de>

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

>Number:         21748
>Category:       ports
>Synopsis:       Remove getbits.s from audio/xmms/Makefile
>Confidential:   yes
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 04 05:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Espen Skoglund
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
Universität Karlsruhe
>Environment:

	

>Description:

The post-extract target in the audio/xmms/Makefile renames getbits.s to
getbits.S.  However, getbits.s is no longer present in the current XMMS
distribution.

>How-To-Repeat:


>Fix:

--- xmms/Makefile.orig	Wed Oct  4 14:19:23 2000
+++ xmms/Makefile	Wed Oct  4 14:20:48 2000
@@ -98,8 +98,7 @@
 .if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021
 post-extract:
 	(cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \
-	  ${MV} getbits.s getbits.S && cd ${WRKSRC}/Visualization/blur_scope && \
-	  ${MV} blur_8.s blur_8.S);
+	  cd ${WRKSRC}/Visualization/blur_scope && ${MV} blur_8.s blur_8.S);
 	${PERL} -pi.bak -e 's:\.s :\.S :g' ${WRKSRC}/Input/mpg123/Makefile.in
 	${PERL} -pi.bak -e 's:blur_8.s:blur_8.S:g' \
 	  ${WRKSRC}/Visualization/blur_scope/Makefile.in

>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?200010041230.OAA14239>