From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 18 02:40:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C04A71065676 for ; Fri, 18 Dec 2009 02:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 828548FC13 for ; Fri, 18 Dec 2009 02:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBI2e3u5011968 for ; Fri, 18 Dec 2009 02:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBI2e3GX011967; Fri, 18 Dec 2009 02:40:03 GMT (envelope-from gnats) Resent-Date: Fri, 18 Dec 2009 02:40:03 GMT Resent-Message-Id: <200912180240.nBI2e3GX011967@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, Glen Barber Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7995106566B for ; Fri, 18 Dec 2009 02:39:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BBE348FC0C for ; Fri, 18 Dec 2009 02:39:44 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBI2dijv036536 for ; Fri, 18 Dec 2009 02:39:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nBI2diR0036497; Fri, 18 Dec 2009 02:39:44 GMT (envelope-from nobody) Message-Id: <200912180239.nBI2diR0036497@www.freebsd.org> Date: Fri, 18 Dec 2009 02:39:44 GMT From: Glen Barber To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/141729: [patch] audio/akode-plugins-mpc: Makefile fixes for portlint X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2009 02:40:03 -0000 >Number: 141729 >Category: ports >Synopsis: [patch] audio/akode-plugins-mpc: Makefile fixes for portlint >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: Fri Dec 18 02:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 8.0-STABLE >Organization: >Environment: FreeBSD orion 8.0-STABLE FreeBSD 8.0-STABLE #9 r200334: Wed Dec 9 19:02:03 EST 2009 root@orion:/usr/obj/usr/src/sys/ORION amd64 >Description: portlint finds FATAL errors in the Makefile for this port, such as: - use a tab (not space) after a variable name - extra item placed in the PORTNAME section - extra item placed in the MAINTAINER section Additionally, portlint warns PLIST_FLAGS should be used when pkg-plist contains 6 or less entries. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/audio/akode-plugins-mpc/Makefile /usr/local/ports/audio/akode-plugins-mpc/Makefile --- /usr/ports/audio/akode-plugins-mpc/Makefile 2009-08-02 15:32:10.000000000 -0400 +++ /usr/local/ports/audio/akode-plugins-mpc/Makefile 2009-12-17 20:58:48.000000000 -0500 @@ -5,15 +5,14 @@ # $FreeBSD: ports/audio/akode-plugins-mpc/Makefile,v 1.22 2009/08/02 19:32:10 mezz Exp $ # -PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.2 -PORTEPOCH= 1 -CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR=distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 - -EXTRACT_SUFX= # none +PORTNAME= akode-plugins-${PORTNAMESUFX} +PORTVERSION= 2.0.2 +PORTEPOCH= 1 +CATEGORIES= audio kde +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles +DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 +EXTRACT_SUFX= MAINTAINER= kde@FreeBSD.org COMMENT= Musepack decoder plugin for akode @@ -24,12 +23,16 @@ PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool:22 USE_BZIP2= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/akode-${PORTVERSION} USE_LDCONFIG= yes +PLIST_FILES= lib/libakode_mpc_decoder.a \ + lib/libakode_mpc_decoder.la \ + lib/libakode_mpc_decoder.so + CONFIGURE_ENV+= LDFLAGS=-L${WRKSRC}/akode/lib/.libs CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include diff -ruN /usr/ports/audio/akode-plugins-mpc/pkg-plist /usr/local/ports/audio/akode-plugins-mpc/pkg-plist --- /usr/ports/audio/akode-plugins-mpc/pkg-plist 2006-03-30 15:30:01.000000000 -0500 +++ /usr/local/ports/audio/akode-plugins-mpc/pkg-plist 1969-12-31 19:00:00.000000000 -0500 @@ -1,3 +0,0 @@ -lib/libakode_mpc_decoder.a -lib/libakode_mpc_decoder.la -lib/libakode_mpc_decoder.so >Release-Note: >Audit-Trail: >Unformatted: