From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 31 18:40:03 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF6422ED for ; Mon, 31 Mar 2014 18:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C01473DF for ; Mon, 31 Mar 2014 18:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2VIe2UG004917 for ; Mon, 31 Mar 2014 18:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2VIe2B6004916; Mon, 31 Mar 2014 18:40:02 GMT (envelope-from gnats) Resent-Date: Mon, 31 Mar 2014 18:40:02 GMT Resent-Message-Id: <201403311840.s2VIe2B6004916@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0D76FF4 for ; Mon, 31 Mar 2014 18:30:22 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id 7304D351 for ; Mon, 31 Mar 2014 18:30:22 +0000 (UTC) Received: from coppermine.my.domain (ZT030154.ppp.dion.ne.jp [59.128.30.154]) by omta01.auone-net.jp (au one net mail) with ESMTP id 8F996980169 for ; Tue, 1 Apr 2014 03:30:19 +0900 (JST) Message-Id: <20140401032603.e5e70277a199c4545470ffd8@yahoo.com> Date: Tue, 1 Apr 2014 03:26:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/188142: emulators/advancemenu: Update to version 2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 18:40:03 -0000 >Number: 188142 >Category: ports >Synopsis: emulators/advancemenu: Update to version 2.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 31 18:40:02 UTC 2014 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update to version 2.7 >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/advancemenu/Makefile emulators/advancemenu/Makefile --- /usr/ports/emulators/advancemenu/Makefile 2013-11-06 22:06:19.000000000 +0900 +++ emulators/advancemenu/Makefile 2014-04-01 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/emulators/advancemenu/Makefile 327721 2013-09-20 16:43:52Z bapt $ PORTNAME= advancemenu -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= emulators MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION} @@ -11,53 +11,47 @@ LICENSE= GPLv2 -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 - -OPTIONS_DEFINE= FREETYPE DOCS -OPTIONS_DEFAULT=FREETYPE +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +USES= gmake USE_SDL= sdl -USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-asm --disable-svgalib --disable-fb \ - --disable-alsa --enable-oss --disable-slang \ - --disable-ncurses --disable-kevent +CONFIGURE_ARGS= --disable-svgalib --disable-fb --disable-alsa --enable-oss \ + --disable-slang --disable-ncurses --disable-kevent CFLAGS+= -idirafter ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= advmenu.1 PORTDOCS= * -PLIST_FILES= bin/advmenu - -NO_STAGE= yes -.include +PLIST_FILES= bin/advmenu man/man1/advmenu.1.gz -.if ${PORT_OPTIONS:MFREETYPE} -LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2 -.else -CONFIGURE_ARGS+=--disable-freetype -.endif +OPTIONS_DEFINE= DOCS FREETYPE +OPTIONS_DEFINE_i386= ASM +OPTIONS_DEFAULT= FREETYPE +OPTIONS_DEFAULT_i386= ASM + +ASM_BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +ASM_CONFIGURE_ENABLE= asm +FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +FREETYPE_CONFIGURE_ENABLE= freetype post-patch: @${REINPLACE_CMD} -e \ 's|-lpthread|-pthread|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|@@|@|' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e \ - '/\(pkgdocdir\)/s|^|#| ; \ - /WHOLE_CFLAGS_OPT/s|-O2|| ; \ - /WHOLE_LDFLAGS/s|-s||' ${WRKSRC}/advance/advance.mak do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} advmenu ${PREFIX}/bin) - (cd ${WRKSRC}/doc && ${INSTALL_MAN} advmenu.1 ${MANPREFIX}/man/man1) -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_PROGRAM} advmenu \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} advmenu.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in HISTORY README RELEASE - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${DOCSDIR}) .endfor - (cd ${WRKSRC}/doc && ${INSTALL_DATA} advmenu.[ht]* ${DOCSDIR}) -.endif + (cd ${WRKSRC}/doc && ${INSTALL_DATA} advmenu.[ht]* \ + ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/emulators/advancemenu/distinfo emulators/advancemenu/distinfo --- /usr/ports/emulators/advancemenu/distinfo 2013-11-06 22:06:19.000000000 +0900 +++ emulators/advancemenu/distinfo 2014-04-01 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (advancemenu-2.6.tar.gz) = e854c9d58d8e936f926493476e25a37089e3c39ab53863cfecaa4fb645dc4b31 -SIZE (advancemenu-2.6.tar.gz) = 2384272 +SHA256 (advancemenu-2.7.tar.gz) = e635f8d236b08e40587344daa33ef78d50d14e01fb6a7ef74eb6fdb3e80cb224 +SIZE (advancemenu-2.7.tar.gz) = 2371297 diff -urN /usr/ports/emulators/advancemenu/pkg-descr emulators/advancemenu/pkg-descr --- /usr/ports/emulators/advancemenu/pkg-descr 2014-01-23 03:10:37.000000000 +0900 +++ emulators/advancemenu/pkg-descr 2014-04-01 00:00:00.000000000 +0900 @@ -1,21 +1,21 @@ -AdvanceMENU is a frontend for AdvanceMAME, MAME, MESS, RAINE and any other -emulator. +AdvanceMENU is a frontend for AdvanceMAME, MAME, MESS, RAINE and any +other emulator. It runs in Linux, Mac OS X, DOS, Windows and in all the other platforms supported by the SDL library. The main features are: * Auto update of the rom info. * Vertical and horizontal orientation. -* Support for any TV/Arcade Monitor like AdvanceMAME but it's good also for a - normal PC monitor. -* Static and Animated image and clip preview (PNG/PCX/ICO/MNG). Up to 192 - images at the same time! -* Sound preview. (MP3/WAV). You can select a special sound for every game - played when the cursor move on it. -* Sound backgrounds (MP3/WAV). Play your favourite songs or radio records in - background. -* Sound effects (MP3/WAV) for key press, program start, game start, program - exit... +* Support for any TV/Arcade Monitor like AdvanceMAME but it's good also + for a normal PC monitor. +* Static and Animated image and clip preview (PNG/PCX/ICO/MNG). Up to + 192 images at the same time! +* Sound preview. (MP3/WAV). You can select a special sound for every + game played when the cursor move on it. +* Sound backgrounds (MP3/WAV). Play your favourite songs or radio + records in background. +* Sound effects (MP3/WAV) for key press, program start, game start, + program exit... * Support for zipped images and sounds archives. * Screensaver. A slide show of the game images. * Selectable background and help images with translucency. >Release-Note: >Audit-Trail: >Unformatted: