From dcarmich@dcarmich.xnet.com Tue Jun 29 17:50:17 1999
Return-Path: <dcarmich@dcarmich.xnet.com>
Received: from dcarmich.xnet.com (dcarmich.xnet.com [205.243.153.129])
	by hub.freebsd.org (Postfix) with ESMTP id 4BCA8151C9
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Jun 1999 17:50:15 -0700 (PDT)
	(envelope-from dcarmich@dcarmich.xnet.com)
Received: (from dcarmich@localhost)
	by dcarmich.xnet.com (8.9.3/8.9.2) id TAA46556;
	Tue, 29 Jun 1999 19:51:05 -0500 (CDT)
	(envelope-from dcarmich)
Message-Id: <199906300051.TAA46556@dcarmich.xnet.com>
Date: Tue, 29 Jun 1999 19:51:05 -0500 (CDT)
From: dcarmich@xnet.com
Sender: dcarmich@dcarmich.xnet.com
Reply-To: dcarmich@xnet.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: I have fixed the mikmod port to compile under 3.2-RELEASE 
X-Send-Pr-Version: 3.2

>Number:         12455
>Category:       ports
>Synopsis:       I have fixed the mikmod port to compile under 3.2-RELEASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mharo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 29 18:00:01 PDT 1999
>Closed-Date:    Sat Jul 3 11:56:52 PDT 1999
>Last-Modified:  Sat Jul  3 11:57:40 PDT 1999
>Originator:     Douglas Carmichael
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
none
>Environment:

	N/A

>Description:

	I have fixed the mikmod port to compile under 3.2-RELEASE.

>How-To-Repeat:

	N/A

>Fix:
	
Apply this patch to the mikmod port:
diff -crN mikmod.old/patches/patch-aa mikmod/patches/patch-aa
*** mikmod.old/patches/patch-aa	Wed Dec 31 18:00:00 1969
--- mikmod/patches/patch-aa	Tue Jun 29 19:34:59 1999
***************
*** 0 ****
--- 1,19 ----
+ *** src/mikmod.c.old	Tue Jun 29 18:02:29 1999
+ --- src/mikmod.c	Tue Jun 29 18:03:14 1999
+ ***************
+ *** 624,630 ****
+   		puts(mikbanner);
+   
+   	/*  initialize volume and tempo multipliers */
+ ! 	if (MikMod_Init())
+   		exit_player(1,"MikMod initialisation error : %s\n",MikMod_strerror(MikMod_errno));
+   	library_on=1;
+   
+ --- 624,630 ----
+   		puts(mikbanner);
+   
+   	/*  initialize volume and tempo multipliers */
+ ! 	if (MikMod_Init(""))
+   		exit_player(1,"MikMod initialisation error : %s\n",MikMod_strerror(MikMod_errno));
+   	library_on=1;
+   
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->mharo 
Responsible-Changed-By: mharo 
Responsible-Changed-When: Wed Jun 30 22:29:11 PDT 1999 
Responsible-Changed-Why:  
I'll look into this at the same time as libmikmod since 
both ports are related. 
State-Changed-From-To: open->closed 
State-Changed-By: mharo 
State-Changed-When: Sat Jul 3 11:56:52 PDT 1999 
State-Changed-Why:  
Committed with minor changes 
>Unformatted:
