Date: Thu, 11 Jul 2013 06:02:40 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322744 - head/x11-wm/ede Message-ID: <201307110602.r6B62eMD048180@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jul 11 06:02:40 2013 New Revision: 322744 URL: http://svnweb.freebsd.org/changeset/ports/322744 Log: Mark job unsafe (fails with -j24) Use options helpers Modified: head/x11-wm/ede/Makefile Modified: head/x11-wm/ede/Makefile ============================================================================== --- head/x11-wm/ede/Makefile Thu Jul 11 05:53:09 2013 (r322743) +++ head/x11-wm/ede/Makefile Thu Jul 11 06:02:40 2013 (r322744) @@ -36,7 +36,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-edelib_path=${EDELIB_WRKSRC} \ --with-fltk-path=${LOCALBASE} INSTALL_ICONS= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -49,13 +49,8 @@ EDELIB_DISTNAME=${EDELIB_NAME}-${EDELIB_ EDELIB_DISTFILE=${EDELIB_DISTNAME}${EXTRACT_SUFX} EDELIB_WRKSRC= ${WRKDIR}/${EDELIB_DISTNAME} -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MHAL} -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -.else -CONFIGURE_ARGS+=--disable-hal -.endif +HAL_LIB_DEPENDS= libhal.so.1:${PORTSDIR}/sysutils/hal +HAL_CONFIGURE_OFF= --disable-hal # use multiple make jobs _make_jobs= -j${MAKE_JOBS_NUMBER}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307110602.r6B62eMD048180>