ports/143490: [MAINTAINER] [PATCH] graphics/qiv Set MAKE_JOBS_SAFE, satisfy portlint

Rob Farmer rfarmer at predatorlabs.net
Tue Feb 2 18:10:02 UTC 2010


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list