ports/151723: x11-clocks/asclock-xlib needs imake to build, mark jobs unsafe and interactive

Doug Barton dougb at FreeBSD.org
Mon Oct 25 17:50:09 UTC 2010


>Number:         151723
>Category:       ports
>Synopsis:       x11-clocks/asclock-xlib needs imake to build, mark jobs unsafe and interactive
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 25 17:50:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Doug Barton
>Release:        FreeBSD 8.1-PRERELEASE i386
>Organization:
AAAG
>Environment:
	DNA
>Description:
	This port requires imake, but for typical user builds there is no
	dependency for it. USE_IMAKE is defined for BATCH which conceals
	the problem on the build cluster.

	I added MAKE_JOBS_UNSAFE because it failed on my C2D system with
	make jobs forced. I added IS_INTERACTIVE because for user builds it
	has a menu to choose the type of clock to build.
>How-To-Repeat:
	Build without -BATCH on a clean system.
>Fix:
	Apply the following patch:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-clocks/asclock-xlib/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	19 Apr 2008 17:54:48 -0000	1.18
+++ Makefile	25 Oct 2010 17:42:27 -0000
@@ -15,15 +15,13 @@
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	New flavor of asclock
 
-WRKSRC=		${WRKDIR}/asclock-xlib
-USE_XORG=	xpm
+MAKE_JOBS_UNSAFE=	yes
 
-.if defined(BATCH)
+WRKSRC=		${WRKDIR}/asclock-xlib
+USE_XORG=	xpm x11
 USE_IMAKE=	YES
-.else
-USE_XORG=	x11
 HAS_CONFIGURE=	YES
-.endif
+IS_INTERACTIVE=	YES
 
 .include <bsd.port.pre.mk>
 


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



More information about the freebsd-ports-bugs mailing list