svn commit: r319381 - head/www/aria

Matthias Andree mandree at FreeBSD.org
Fri May 31 10:29:59 UTC 2013


Am 29.05.2013 17:44, schrieb Martin Wilke:
> Author: miwi
> Date: Wed May 29 15:44:57 2013
> New Revision: 319381
> URL: http://svnweb.freebsd.org/changeset/ports/319381
> 
> Log:
>   - Mark Jobs unsafe
> 
> Modified:
>   head/www/aria/Makefile
> 
> Modified: head/www/aria/Makefile
> ==============================================================================
> --- head/www/aria/Makefile	Wed May 29 15:41:00 2013	(r319380)
> +++ head/www/aria/Makefile	Wed May 29 15:44:57 2013	(r319381)
> @@ -19,7 +19,7 @@ USE_GNOME=	gtk12
>  USE_OPENSSL=	yes
>  USE_GMAKE=	yes
>  GNU_CONFIGURE=	yes
> -MAKE_JOBS_SAFE=	yes
> +MAKE_JOBS_UNSAFE=	yes
>  
>  CPPFLAGS+=	-I${LOCALBASE}/include
>  LDFLAGS+=	-L${LOCALBASE}/lib
> 

Did you file a PR to the maintainer?

I'd consider failure to build in parallel a bug these days.

Perhaps we can stipulate that through the porter's handbook, and I think
it is about time we forced all ports not marked UNSAFE to build in
parallel...


More information about the svn-ports-head mailing list