Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 21:19:14 GMT
From:      RyoTa SimaMoto <liangtai.s16@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182525: [maintainer-update] Support staging of audio/wildmidi
Message-ID:  <201309302119.r8ULJEOr042845@oldred.freebsd.org>
Resent-Message-ID: <201309302120.r8ULK0Ep000357@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182525
>Category:       ports
>Synopsis:       [maintainer-update] Support staging of audio/wildmidi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 30 21:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     RyoTa SimaMoto
>Release:        9-STABLE
>Organization:
>Environment:
FreeBSD takiba.fakenet 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #9 r255473M: Fri Sep 13 15:35:44 JST 2013     liangtai@takiba.fakenet:/usr/obj/usr/src/sys/VAIO  i386
>Description:
Support staging for audio/wildmidi

My mail address is changed because former one had
been banned.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: audio/wildmidi/Makefile
===================================================================
--- audio/wildmidi/Makefile	(revision 328730)
+++ audio/wildmidi/Makefile	(working copy)
@@ -1,4 +1,3 @@
-# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	wildmidi
@@ -7,8 +6,8 @@
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 
-MAINTAINER=	liangtai.s4@gmail.com
-COMMENT=	A simple software midi player and a core softsynth library
+MAINTAINER=	liangtai.s16@gmail.com
+COMMENT=	Simple software midi player and core softsynth library
 
 # player: GPLv3, library: LGPL3
 LICENSE=	GPLv3 LGPL3
@@ -16,19 +15,13 @@
 
 MAKE_JOBS_UNSAFE=	yes
 
-UDES=		gmake
-NO_STAGE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-MAN1=		wildmidi.1
-MAN3=		WildMidi_GetString.3 WildMidi_Init.3 WildMidi_MasterVolume.3 \
-		WildMidi_Open.3 WildMidi_OpenBuffer.3 WildMidi_GetOutput.3 \
-		WildMidi_SetOption.3 WildMidi_GetInfo.3 WildMidi_FastSeek.3 \
-		WildMidi_Close.3 WildMidi_Shutdown.3
-MAN5=		wildmidi.cfg.5
-PLIST_FILES=	bin/wildmidi include/wildmidi_lib.h \
-		lib/libWildMidi.la lib/libWildMidi.so.2 lib/libWildMidi.so
+.ifndef(USE_GCC)
+CONFIGURE_ARGS+=	--disable-optimize
+.endif
 
 post-patch:
 		${REINPLACE_CMD} 's@/etc/@${DATADIR}/@' \
@@ -36,9 +29,6 @@
 			${WRKSRC}/docs/wildmidi.cfg.5
 		${REINPLACE_CMD} -e 's@/usr/local/share/wildmidi/@${DATADIR}/@' \
 			-e 's@default_timifityconf@default_wildmidiconf@' \
-			-e 's@-fexpensive-optimizations@@g' \
-			-e 's@-finline-limit=32000@@g' \
-			-e 's@-frename-registers@@g' \
 			${WRKSRC}/configure
 		${REINPLACE_CMD} -e '/WM_MixerOptions/s/ \&\& / \& /' \
 			${WRKSRC}/src/wildmidi_lib.c
Index: audio/wildmidi/pkg-plist
===================================================================
--- audio/wildmidi/pkg-plist	(revision 0)
+++ audio/wildmidi/pkg-plist	(working copy)
@@ -0,0 +1,18 @@
+bin/wildmidi
+include/wildmidi_lib.h
+lib/libWildMidi.la
+lib/libWildMidi.so.2
+lib/libWildMidi.so
+man/man1/wildmidi.1.gz
+man/man3/WildMidi_Close.3.gz
+man/man3/WildMidi_FastSeek.3.gz
+man/man3/WildMidi_GetInfo.3.gz
+man/man3/WildMidi_GetOutput.3.gz
+man/man3/WildMidi_GetString.3.gz
+man/man3/WildMidi_Init.3.gz
+man/man3/WildMidi_MasterVolume.3.gz
+man/man3/WildMidi_Open.3.gz
+man/man3/WildMidi_OpenBuffer.3.gz
+man/man3/WildMidi_SetOption.3.gz
+man/man3/WildMidi_Shutdown.3.gz
+man/man5/wildmidi.cfg.5.gz

Property changes on: audio/wildmidi/pkg-plist
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309302119.r8ULJEOr042845>