From owner-freebsd-ports Tue Jun 29 16:10: 6 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 3CA9E15340 for ; Tue, 29 Jun 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45378; Tue, 29 Jun 1999 16:10: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 2642D152CE for ; Tue, 29 Jun 1999 16:00:03 -0700 (PDT) (envelope-from dcarmich@dcarmich.xnet.com) Received: (from dcarmich@localhost) by dcarmich.xnet.com (8.9.3/8.9.2) id SAA38686; Tue, 29 Jun 1999 18:00:52 -0500 (CDT) (envelope-from dcarmich) Message-Id: <199906292300.SAA38686@dcarmich.xnet.com> Date: Tue, 29 Jun 1999 18:00:52 -0500 (CDT) From: Douglas Carmichael Reply-To: dcarmich@xnet.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12453: Fixed libmikmod port for version 3.1.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12453 >Category: ports >Synopsis: I have fixed the libmikmod port for version 3.1.7. >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 16:10:00 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 libmikmod port for version 3.1.7. >How-To-Repeat: N/A >Fix: Apply this patch to the libmikmod port: diff -crN libmikmod.old/Makefile libmikmod/Makefile *** libmikmod.old/Makefile Wed Jun 23 05:33:17 1999 --- libmikmod/Makefile Tue Jun 29 17:51:14 1999 *************** *** 1,15 **** # ports collection makefile for: libmikmod ! # Version required: 3.1.6 # Date created: Sun Apr 11 13:06:01 PDT 1999 # Whom: Michael Haro # # $Id: Makefile,v 1.4 1999/06/23 01:26:30 mharo Exp $ # ! DISTNAME= libmikmod-3.1.6 CATEGORIES= audio ! MASTER_SITES= http://www.multimania.com/miodrag/mikmod/libmikmod/ \ ! http://mikmod.darkorb.net/libmikmod/ MAINTAINER= mharo@FreeBSD.ORG --- 1,16 ---- # ports collection makefile for: libmikmod ! # Version required: 3.1.7 # Date created: Sun Apr 11 13:06:01 PDT 1999 # Whom: Michael Haro + # Fixed by: Douglas Carmichael # # $Id: Makefile,v 1.4 1999/06/23 01:26:30 mharo Exp $ # ! DISTNAME= libmikmod-3.1.7 CATEGORIES= audio ! # The files at multimania.com seem to be corrupted ! MASTER_SITES= http://mikmod.darkorb.net/libmikmod/ MAINTAINER= mharo@FreeBSD.ORG *************** *** 17,22 **** --- 18,26 ---- USE_LIBTOOL= yes USE_GMAKE= yes + + # Version 3.1.7 requires GNU configure + GNU_CONFIGURE= yes pre-build: ${RM} -rf ${WRKSRC}/info/mikmod.info-* diff -crN libmikmod.old/files/md5 libmikmod/files/md5 *** libmikmod.old/files/md5 Sat Jun 5 05:36:16 1999 --- libmikmod/files/md5 Tue Jun 29 17:42:52 1999 *************** *** 1 **** ! MD5 (libmikmod-3.1.6.tar.gz) = 27fd8ff057d3634e70f53143755bb7ac --- 1 ---- ! MD5 (libmikmod-3.1.7.tar.gz) = fc799491d514dd78154d34b3364a6f21 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message