Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2002 04:19:31 +0800 (CST)
From:      Kuang-che Wu <kcwu@kcwu.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46170: unbroke audio/tclmidi
Message-ID:  <200212102019.gBAKJV0O011235@kcwu.dyndns.org>

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

>Number:         46170
>Category:       ports
>Synopsis:       unbroke audio/tclmidi
>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:   Tue Dec 10 12:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kuang-che Wu
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 26 18:00:18 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386


	
>Description:
	unbroke audio/tclmidi
	it's ok on -cureent now
	
>How-To-Repeat:
	
>Fix:
diff -urN tclmidi.old/Makefile tclmidi/Makefile
--- tclmidi.old/Makefile	Wed Dec 11 04:12:27 2002
+++ tclmidi/Makefile	Wed Dec 11 04:13:22 2002
@@ -27,13 +27,7 @@
 		midiwrit.n midivers.n midimove.n midicopy.n mididel.n \
 		miditrck.n mididev.n miditime.n midifeat.n
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500035
-BROKEN=		"Does not compile on 5.0"
-.endif
-
 post-install:
 	@${CAT} ${PKGMESSAGE} | ${SED} s#/usr/local#${PREFIX}#g
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN tclmidi.old/files/patch-ac tclmidi/files/patch-ac
--- tclmidi.old/files/patch-ac	Thu Jan  1 08:00:00 1970
+++ tclmidi/files/patch-ac	Wed Dec 11 04:11:55 2002
@@ -0,0 +1,12 @@
+--- smf/SMFTrack.cxx.orig	Wed Dec 11 04:11:04 2002
++++ smf/SMFTrack.cxx	Wed Dec 11 04:11:22 2002
+@@ -355,7 +355,8 @@
+ ostream &
+ operator<<(ostream &os, const SMFTrack &t)
+ {
+-	long i, prev_flags;
++  std::_Ios_Fmtflags prev_flags;
++	long i;
+ 	int prev_width;
+ 	unsigned char *ptr;
+ 

	


>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?200212102019.gBAKJV0O011235>