From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 12 17:30:01 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 DAC41B5E for ; Sun, 12 Jan 2014 17:30:00 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4D0611D2 for ; Sun, 12 Jan 2014 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0CHU0vo030450 for ; Sun, 12 Jan 2014 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0CHU07C030449; Sun, 12 Jan 2014 17:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 12 Jan 2014 17:30:00 GMT Resent-Message-Id: <201401121730.s0CHU07C030449@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, Hardy Schumacher 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 9759FB2E for ; Sun, 12 Jan 2014 17:26:12 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68BAF11BA for ; Sun, 12 Jan 2014 17:26:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0CHQCq9011032 for ; Sun, 12 Jan 2014 17:26:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0CHQClj011027; Sun, 12 Jan 2014 17:26:12 GMT (envelope-from nobody) Message-Id: <201401121726.s0CHQClj011027@oldred.freebsd.org> Date: Sun, 12 Jan 2014 17:26:12 GMT From: Hardy Schumacher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185690: [UPDATE] audio/denemo, fix portlint issues 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: Sun, 12 Jan 2014 17:30:01 -0000 >Number: 185690 >Category: ports >Synopsis: [UPDATE] audio/denemo, fix portlint issues >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 12 17:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Hardy Schumacher >Release: FreeBSD-9.2 >Organization: >Environment: FreeBSD gamma.low.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255996: Thu Oct 3 20:40:04 CEST 2013 root@gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA i386 >Description: This PR contains only fixes for issues reported by portlint. While here, I added missing functionality from new options framework. >How-To-Repeat: n/a >Fix: Patch attached with submission follows: diff -ruN /usr/ports/audio/denemo/Makefile ./denemo/Makefile --- /usr/ports/audio/denemo/Makefile 2013-12-21 13:05:14.000000000 +0100 +++ ./denemo/Makefile 2014-01-12 18:18:46.000000000 +0100 @@ -9,6 +9,8 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Graphical score editor +LICENSE= GPLv3 + BUILD_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 LIB_DEPENDS= libaubio.so:${PORTSDIR}/audio/aubio \ libfluidsynth.so:${PORTSDIR}/audio/fluidsynth \ @@ -22,8 +24,6 @@ RUN_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 \ xdg-open:${PORTSDIR}/devel/xdg-utils -LICENSE= GPLv3 - OPTIONS_DEFINE= LILYPOND DOCS EXAMPLES LILYPOND_DESC= Install LilyPond (Printing) @@ -50,7 +50,7 @@ s|-lpthread|-pthread|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/^SUBDIRS/s|doc|| ; \ - /) install-data-hook/s|^|#|' ${WRKSRC}/Makefile.in + /) install-data-hook/s|^|#|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|"firefox"|"xdg-open"|' ${WRKSRC}/src/prefops.c @@ -66,6 +66,7 @@ @${FIND} ${STAGEDIR}${DATADIR}/${i} -type f -print0 | \ ${XARGS} -0 ${CHMOD} ${SHAREMODE} .endfor +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS ChangeLog NEWS README (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) @@ -79,8 +80,10 @@ @${MKDIR} ${STAGEDIR}${DOCSDIR}/manual/images (cd ${WRKSRC}/doc/images && ${INSTALL_DATA} *.png \ ${STAGEDIR}${DOCSDIR}/manual/images) +.endif +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} *.denemo \ ${STAGEDIR}${EXAMPLESDIR}) - +.endif .include diff -ruN /usr/ports/audio/denemo/pkg-descr ./denemo/pkg-descr --- /usr/ports/audio/denemo/pkg-descr 2013-02-05 19:32:40.000000000 +0100 +++ ./denemo/pkg-descr 2014-01-12 18:14:44.000000000 +0100 @@ -1,4 +1,4 @@ GNU Denemo is a graphical music notation program. It is intended to be used in conjunction with GNU Lilypond. -WWW: http://www.denemo.org/ +WWW: http://www.denemo.org/ >Release-Note: >Audit-Trail: >Unformatted: