From owner-freebsd-ports Tue Jun 29 18: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8CD714E09 for ; Tue, 29 Jun 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA57958; Tue, 29 Jun 1999 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dcarmich.xnet.com (dcarmich.xnet.com [205.243.153.129]) by hub.freebsd.org (Postfix) with ESMTP id 4BCA8151C9 for ; 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 Reply-To: dcarmich@xnet.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12455: I have fixed the mikmod port to compile under 3.2-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message