Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2009 02:07:32 GMT
From:      Daniel Thiele <dthiele@gmx.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133035: [PATCH] sysutils/scanbuttond: Mark MAKE_JOBS_SAFE
Message-ID:  <200903250207.n2P27WPk060416@www.freebsd.org>
Resent-Message-ID: <200903250210.n2P2A2Fc025974@freefall.freebsd.org>

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

>Number:         133035
>Category:       ports
>Synopsis:       [PATCH] sysutils/scanbuttond: Mark MAKE_JOBS_SAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 25 02:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Thiele
>Release:        8.0-CURRENT
>Organization:
>Environment:
FreeBSD impala.vnws.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Sun Mar 22 00:34:38 CET 2009     dthiele@impala.vnws.lan:/usr/obj/usr/src/sys/kernel_8Xv0  i386

>Description:
Mark sysutils/scanbuttond MAKE_JOBS_SAFE to shorten compile-time, although in this particular case this is more of a cosmetic change.
Change CFLAGS to CPPFLAGS in CONFIGURE_ENV, as suggested by portlint(1).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-03-25 02:43:02.000000000 +0100
+++ Makefile	2009-03-25 02:47:20.000000000 +0100
@@ -15,9 +15,10 @@
 COMMENT=	A daemon to monitor and configure modern scanner's buttons
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 USE_LDCONFIG=	yes
+MAKE_JOBS_SAFE=	yes
 
 SUB_FILES+=	pkg-message
 


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



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