ports/133035: [PATCH] sysutils/scanbuttond: Mark MAKE_JOBS_SAFE

Daniel Thiele dthiele at gmx.net
Wed Mar 25 02:10:03 UTC 2009


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



More information about the freebsd-ports-bugs mailing list