From owner-freebsd-ports Fri Jul 27 0:50:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8A3037B405 for ; Fri, 27 Jul 2001 00:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6R7o2K31786; Fri, 27 Jul 2001 00:50:02 -0700 (PDT) (envelope-from gnats) Received: from hermes.betalogic.com.au (unknown [203.7.204.2]) by hub.freebsd.org (Postfix) with ESMTP id 552CD37B403 for ; Fri, 27 Jul 2001 00:40:18 -0700 (PDT) (envelope-from rjwiwat@betalogic.com.au) Received: from apollo.betalogic.com.au (apollo.betalogic.com.au [203.7.204.18]) by hermes.betalogic.com.au (8.11.4/8.11.4) with ESMTP id f6R7eF502232 for ; Fri, 27 Jul 2001 17:10:15 +0930 (CST) (envelope-from rjwiwat@betalogic.com.au) Received: (from rjwiwat@localhost) by apollo.betalogic.com.au (8.11.4/8.11.4) id f6R7eCD04994; Fri, 27 Jul 2001 17:10:12 +0930 (CST) (envelope-from rjwiwat) Message-Id: <200107270740.f6R7eCD04994@apollo.betalogic.com.au> Date: Fri, 27 Jul 2001 17:10:12 +0930 (CST) From: Richard Wiwatowski Reply-To: Richard Wiwatowski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29256: audio/xmcd broken with XFree86-4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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