From owner-freebsd-ports Sun Apr 11 16: 9:45 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 ACBBE16359 for ; Sun, 11 Apr 1999 15:43:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA22864; Sun, 11 Apr 1999 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 733BB152A5 for ; Sun, 11 Apr 1999 15:34:10 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id NAA54115; Sun, 11 Apr 1999 13:20:29 -0700 (PDT) (envelope-from mharo) Message-Id: <199904112020.NAA54115@patrol.area51.fremont.ca.us> Date: Sun, 11 Apr 1999 13:20:29 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11083: New Port: audio/libmikmod Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11083 >Category: ports >Synopsis: New Port: audio/libmikmod >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 11 15:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: libmikmod is needed by mikmod (see pr queue) and could be used by a few other programs. portlint: 1 warnings, 1 errors FATAL: "@exec install-info" must be placed after all the info files. but @exec is the 3rd to last line in the file so I don't know why it is saying this. supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libmikmod # libmikmod/files # libmikmod/files/md5 # libmikmod/pkg # libmikmod/pkg/PLIST # libmikmod/pkg/COMMENT # libmikmod/pkg/DESCR # libmikmod/Makefile # libmikmod/patches # libmikmod/patches/patch-aa # echo c - libmikmod mkdir -p libmikmod > /dev/null 2>&1 echo c - libmikmod/files mkdir -p libmikmod/files > /dev/null 2>&1 echo x - libmikmod/files/md5 sed 's/^X//' >libmikmod/files/md5 << 'END-of-libmikmod/files/md5' XMD5 (libmikmod-3.1.6.tar.gz) = 27fd8ff057d3634e70f53143755bb7ac XMD5 (libmikmod-3.1.6.diff.gz) = 2a45d70b75778b44948c5d0f76802445 END-of-libmikmod/files/md5 echo c - libmikmod/pkg mkdir -p libmikmod/pkg > /dev/null 2>&1 echo x - libmikmod/pkg/PLIST sed 's/^X//' >libmikmod/pkg/PLIST << 'END-of-libmikmod/pkg/PLIST' Xbin/libmikmod-config Xinclude/mikmod.h Xlib/libmikmod.a Xlib/libmikmod.la Xlib/libmikmod.so Xlib/libmikmod.so.1.1 X@unexec install-info --delete %D/info/mikmod.info %D/info/dir Xinfo/mikmod.info Xinfo/mikmod.info-1 Xinfo/mikmod.info-2 Xinfo/mikmod.info-3 Xshare/aclocal/libmikmod.m4 X@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@dirrm share/aclocal END-of-libmikmod/pkg/PLIST echo x - libmikmod/pkg/COMMENT sed 's/^X//' >libmikmod/pkg/COMMENT << 'END-of-libmikmod/pkg/COMMENT' XA portable sound library for Unix. END-of-libmikmod/pkg/COMMENT echo x - libmikmod/pkg/DESCR sed 's/^X//' >libmikmod/pkg/DESCR << 'END-of-libmikmod/pkg/DESCR' XA portable sound library for Unix used by the mikmod port. X Xhttp://www.multimania.com/miodrag/mikmod/ X X- Michael END-of-libmikmod/pkg/DESCR echo x - libmikmod/Makefile sed 's/^X//' >libmikmod/Makefile << 'END-of-libmikmod/Makefile' X# ports collection makefile for: libmikmod X# Version required: 3.1.6 X# Date created: Sun Apr 11 13:06:01 PDT 1999 X# Whom: Michael Haro X# X# $Id$ X# X XDISTNAME= libmikmod-3.1.6 XCATEGORIES= audio XMASTER_SITES= http://www.multimania.com/miodrag/mikmod/ X XMAINTAINER= mharo@area51.fremont.ca.us X XBUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X Xpre-build: X ${RM} -rf ${WRKSRC}/info/mikmod.info* X Xpre-install: X @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X if [ ! -f ${PREFIX}/info/dir ]; then \ X ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ X fi X X.include END-of-libmikmod/Makefile echo c - libmikmod/patches mkdir -p libmikmod/patches > /dev/null 2>&1 echo x - libmikmod/patches/patch-aa sed 's/^X//' >libmikmod/patches/patch-aa << 'END-of-libmikmod/patches/patch-aa' X--- configure.orig Sun Apr 11 12:33:14 1999 X+++ configure Sun Apr 11 12:33:24 1999 X@@ -1587,7 +1587,7 @@ X X X # Always use our own libtool. X-LIBTOOL='$(SHELL) $(top_builddir)/libtool' X+LIBTOOL='libtool' X X # Check for any special flags to pass to ltconfig. X libtool_flags= END-of-libmikmod/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message