Date: Tue, 29 Jun 1999 18:00:52 -0500 (CDT) From: Douglas Carmichael <dcarmich@xnet.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12453: Fixed libmikmod port for version 3.1.7 Message-ID: <199906292300.SAA38686@dcarmich.xnet.com>
next in thread | raw e-mail | index | archive | help
>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 <mharo@area51.fremont.ca.us> # # $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 <mharo@area51.fremont.ca.us> + # Fixed by: Douglas Carmichael <dcarmich@xnet.com> # # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906292300.SAA38686>