From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 24 11:30:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00143760 for ; Wed, 24 Oct 2012 11:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id CBD8C8FC12 for ; Wed, 24 Oct 2012 11:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9OBU0cV022569 for ; Wed, 24 Oct 2012 11:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9OBU0c4022566; Wed, 24 Oct 2012 11:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 24 Oct 2012 11:30:00 GMT Resent-Message-Id: <201210241130.q9OBU0c4022566@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, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39957603 for ; Wed, 24 Oct 2012 11:26:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 08CA68FC19 for ; Wed, 24 Oct 2012 11:26:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9OBQJHG053159 for ; Wed, 24 Oct 2012 11:26:19 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q9OBQJpZ053158; Wed, 24 Oct 2012 11:26:19 GMT (envelope-from nobody) Message-Id: <201210241126.q9OBQJpZ053158@red.freebsd.org> Date: Wed, 24 Oct 2012 11:26:19 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/173022: audio/lmms: convert to optionsng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 11:30:01 -0000 >Number: 173022 >Category: ports >Synopsis: audio/lmms: convert to optionsng >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: Wed Oct 24 11:30:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 10.0-CURRENT >Organization: >Environment: 10.0-CURRENT amd64 >Description: - convert to optionsng - remove shared lib versions (portlint warning) - trim Makefile header - remove indefinite article from COMMENT >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 306339) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lmms -# Date created: 04 Dec 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= lmms PORTVERSION= 0.4.13 @@ -13,16 +9,16 @@ MASTER_SITES= SF MAINTAINER= rodrigo@bebik.net -COMMENT= An all-in-one sequencer, drum machine, sampler, and more +COMMENT= All-in-one sequencer, drum machine, sampler, and more LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ - fluidsynth.1:${PORTSDIR}/audio/fluidsynth \ - samplerate.1:${PORTSDIR}/audio/libsamplerate \ - sndfile.1:${PORTSDIR}/audio/libsndfile \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ + fluidsynth:${PORTSDIR}/audio/fluidsynth \ + samplerate:${PORTSDIR}/audio/libsamplerate \ + sndfile:${PORTSDIR}/audio/libsndfile \ + vorbis:${PORTSDIR}/audio/libvorbis \ fftw3:${PORTSDIR}/math/fftw3 \ fftw3f:${PORTSDIR}/math/fftw3-float RUN_DEPENDS= ${LOCALBASE}/share/ladspa/rdf/caps.rdf:${PORTSDIR}/audio/caps-plugins \ @@ -31,9 +27,7 @@ ${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:${PORTSDIR}/audio/tap-plugins \ update-mime-database:${PORTSDIR}/misc/shared-mime-info -OPTIONS= JACK "Enable JACK support" OFF \ - PULSEAUDIO "Enable PulseAudio support" OFF \ - SDL "Enable SDL support" OFF +OPTIONS_DEFINE= JACK PULSEAUDIO SDL USE_LDCONFIG= yes USE_PKGCONFIG= build @@ -60,19 +54,19 @@ .include -.if defined(WITH_JACK) -LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack +.if ${PORT_OPTIONS:MJACK} +LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack .else CMAKE_ARGS+= -DWANT_JACK:BOOL=OFF .endif -.if defined(WITH_PULSEAUDIO) -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio +.if ${PORT_OPTIONS:MPULSEAUDIO} +LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio .else CMAKE_ARGS+= -DWANT_PULSEAUDIO:BOOL=OFF .endif -.if defined(WITH_SDL) +.if ${PORT_OPTIONS:MSDL} USE_SDL= sdl .else CMAKE_ARGS+= -DWANT_SDL:BOOL=OFF >Release-Note: >Audit-Trail: >Unformatted: