Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2010 18:09:36 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143490: [MAINTAINER] [PATCH] graphics/qiv Set MAKE_JOBS_SAFE, satisfy portlint
Message-ID:  <201002021809.o12I9a69089189@www.freebsd.org>
Resent-Message-ID: <201002021810.o12IA1IA056968@freefall.freebsd.org>

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

>Number:         143490
>Category:       ports
>Synopsis:       [MAINTAINER] [PATCH] graphics/qiv Set MAKE_JOBS_SAFE, satisfy portlint
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 02 18:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203366: Mon Feb  1 17:42:33 PST 2010     rfarmer@coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO  amd64
>Description:
* Set MAKE_JOBS_SAFE
* Rearrange things a little to satisfy portlint
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/qiv/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile	24 Jan 2010 01:56:37 -0000	1.43
+++ Makefile	2 Feb 2010 17:39:27 -0000
@@ -16,12 +16,16 @@
 MAINTAINER=	rfarmer@predatorlabs.net
 COMMENT=	Small, fast GDK/Imlib2 image viewer
 
-OPTIONS=	XINERAMA "use multiple monitors" off
-USE_GMAKE=	yes
-USE_GNOME=	gtk20
 LIB_DEPENDS=	Imlib2.5:${PORTSDIR}/graphics/imlib2 \
 		exif.12:${PORTSDIR}/graphics/libexif
 
+USE_GMAKE=	yes
+USE_GNOME=	gtk20
+
+MAKE_JOBS_SAFE=	yes
+
+OPTIONS=	XINERAMA "use multiple monitors" off
+
 MAN1=		qiv.1
 PLIST_FILES=	bin/qiv
 USE_XORG+=	x11


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



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