Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2009 02:57:21 GMT
From:      Glen Barber <glen.j.barber@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141737: [patch] audio/gnapster: Makefile fix for portlint
Message-ID:  <200912180257.nBI2vLHO049982@www.freebsd.org>
Resent-Message-ID: <200912180300.nBI30Hwi030061@freefall.freebsd.org>

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

>Number:         141737
>Category:       ports
>Synopsis:       [patch] audio/gnapster: Makefile fix 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 03:00:17 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:
Fix the following portlint error:
FATAL: Makefile: [21]: use a tab (not space) after a variable name
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/audio/gnapster/Makefile /usr/local/ports/audio/gnapster/Makefile
--- /usr/ports/audio/gnapster/Makefile	2009-08-21 20:13:05.000000000 -0400
+++ /usr/local/ports/audio/gnapster/Makefile	2009-12-17 21:42:37.000000000 -0500
@@ -10,6 +10,7 @@
 PORTREVISION=	6
 CATEGORIES=	audio
 MASTER_SITES=	SF
+PKGNAMESUFFIX=	-gnome
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNOME client for the online mp3 community called napster
@@ -18,7 +19,7 @@
 USE_GETTEXT=	yes
 USE_GNOME=	imlib
 WANT_GNOME=	yes
-GNU_CONFIGURE=  yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
@@ -27,7 +28,6 @@
 .if ${HAVE_GNOME:Mgnomelibs}!=""
 USE_GNOME+=	gnomehack gnomelibs
 CONFIGURE_ARGS+=	--datadir=${PREFIX}/share
-PKGNAMESUFFIX=	-gnome
 .else
 CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf
 .endif


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



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