Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2001 17:10:12 +0930 (CST)
From:      Richard Wiwatowski <rjwiwat@betalogic.com.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29256: audio/xmcd broken with XFree86-4
Message-ID:  <200107270740.f6R7eCD04994@apollo.betalogic.com.au>

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

>Number:         29256
>Category:       ports
>Synopsis:       audio/xmcd broken with XFree86-4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 27 00:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Richard Wiwatowski
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD apollo.betalogic.com.au 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jul 26 11:03:13 CST 2001 root@flash.betalogic.com.au:/usr/src/sys/compile/APOLLO i386

>Description:
	The port doesn't build with XFree86-4. The CHANGES file states:

    - The wm2xmcd, dp2xmcd, cddbcmd, makesrc.sh and makeshar.sh utilities
      have been deprecated from this release.

	The Makefile assumes the first three still exist.
>How-To-Repeat:
	cd /usr/ports/audio/xmcd
	make	(assuming XFree86-4 is installed and noted in /etc/make.conf)
>Fix:

	Apply the following patch to the Makefile:

--- Makefile.old        Thu Jul 19 08:14:52 2001
+++ Makefile    Thu Jul 26 12:46:38 2001
@@ -43,11 +43,6 @@
                ${RM} -f $${i}-1.html; \
                ${RMAN} -f HTML < $${i}_d/$${i}.man > $${i}-1.html && \
                        ${MV} $${i}-1.html $${i}.1.html; \
-        done; \
-        for i in cddbcmd dp2xmcd wm2xmcd; do \
-               ${RM} -f $${i}-1.html; \
-               ${RMAN} -f HTML < util_d/$${i}.man > $${i}-1.html && \
-                       ${MV} $${i}-1.html $${i}.1.html; \
         done)
 .endif
 
@@ -56,7 +51,7 @@
        @${CP} ${WRKSRC}/xmcd_d/XMcd.ad ${PREFIX}/lib/X11/app-defaults/XMcd
 .if defined(XFREE86_VERSION) && ${XFREE86_VERSION} == 4
        (cd ${WRKSRC}; \
-        for i in xmcd cda cddbcmd dp2xmcd wm2xmcd; do \
+        for i in xmcd cda; do \
                ${INSTALL_MAN} $${i}.1.html ${PREFIX}/lib/X11/doc/html; \
         done)
 .endif
>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?200107270740.f6R7eCD04994>