Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 08:04:04 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317643 - in head: archivers/amigadepacker deskutils/notify-osd devel/p5-Perl-Unsafe-Signals devel/p5-Uniq games/ctris misc/shuffle-db www/p5-Google-Search www/p5-HTML-DOM www/p5-Reddit...
Message-ID:  <201305080804.r48844E0004967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed May  8 08:04:04 2013
New Revision: 317643
URL: http://svnweb.freebsd.org/changeset/ports/317643

Log:
  - Mark MAKE_JOBS_SAFE
  - Trim header

Modified:
  head/archivers/amigadepacker/Makefile
  head/deskutils/notify-osd/Makefile
  head/devel/p5-Perl-Unsafe-Signals/Makefile
  head/devel/p5-Uniq/Makefile
  head/games/ctris/Makefile
  head/misc/shuffle-db/Makefile
  head/www/p5-Google-Search/Makefile
  head/www/p5-HTML-DOM/Makefile
  head/www/p5-Reddit/Makefile
  head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile
  head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile
  head/www/p5-WWW-Scripter/Makefile

Modified: head/archivers/amigadepacker/Makefile
==============================================================================
--- head/archivers/amigadepacker/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/archivers/amigadepacker/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	amigadepacker
-# Date created:				18 Oct 2009
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	amigadepacker
 PORTVERSION=	0.04
@@ -26,6 +22,8 @@ ALL_TARGET=	${PORTNAME}
 MAN1=		amigadepacker.1
 PLIST_FILES=	bin/amigadepacker
 
+MAKE_JOBS_SAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -E '/^(CC|CFLAGS)/d' ${WRKSRC}/Makefile.in
 

Modified: head/deskutils/notify-osd/Makefile
==============================================================================
--- head/deskutils/notify-osd/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/deskutils/notify-osd/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	notify-osd
-# Date created:				05 May 2010
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	notify-osd
 PORTVERSION=	0.9.29
@@ -27,5 +23,6 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	libwnck gconf2
 USE_GMAKE=	yes
 USE_GCC=	4.4+
+MAKE_JOBS_SAFE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Perl-Unsafe-Signals/Makefile
==============================================================================
--- head/devel/p5-Perl-Unsafe-Signals/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/devel/p5-Perl-Unsafe-Signals/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Perl-Unsafe-Signals
-# Date created:				19 Oct 2010
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Perl-Unsafe-Signals
 PORTVERSION=	0.02
@@ -15,6 +11,7 @@ MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Allow unsafe handling of signals in selected blocks
 
 PERL_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN3=		Perl::Unsafe::Signals.3
 

Modified: head/devel/p5-Uniq/Makefile
==============================================================================
--- head/devel/p5-Uniq/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/devel/p5-Uniq/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Uniq
-# Date created:				06 Oct 2010
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Uniq
 PORTVERSION=	0.01
@@ -16,6 +12,7 @@ MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Perl extension for managing a uniq list of values
 
 PERL_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN3=		Uniq.3
 

Modified: head/games/ctris/Makefile
==============================================================================
--- head/games/ctris/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/games/ctris/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ctetris
-# Date created:			14 Aug 2004
-# Whom:				Travis Poppe <tlp@liquidx.org>
-#
+# Created by: Travis Poppe <tlp@liquidx.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ctris
 PORTVERSION=	0.42
@@ -18,6 +14,7 @@ LICENSE=	GPLv2
 
 USE_BZIP2=	yes
 MANCOMPRESSED=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN6=		ctris.6
 PLIST_FILES=	bin/ctris

Modified: head/misc/shuffle-db/Makefile
==============================================================================
--- head/misc/shuffle-db/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/misc/shuffle-db/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	shuffle-db
-# Date created:				16 Jan 2007
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	shuffle-db
 DISTVERSION=	1.0-rc1
@@ -16,6 +12,7 @@ COMMENT=	An iPod shuffle database builde
 
 USE_PYTHON=	yes
 NO_BUILD=	yes
+MAKE_JOBS_SAFE=	yes
 
 WRKSRC=		${WRKDIR}/rebuild_db
 PLIST_FILES=	bin/rebuild_db.py

Modified: head/www/p5-Google-Search/Makefile
==============================================================================
--- head/www/p5-Google-Search/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/www/p5-Google-Search/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Google-Search
-# Date created:				20 Jul 2010
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Google-Search
 PORTVERSION=	0.028
@@ -24,6 +20,7 @@ RUN_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN3=		Google::Search.3 Google::Search::Result.3
 

Modified: head/www/p5-HTML-DOM/Makefile
==============================================================================
--- head/www/p5-HTML-DOM/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/www/p5-HTML-DOM/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-HTML-DOM
-# Date created:				26 Jan 2010
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	HTML-DOM
 PORTVERSION=	0.053
@@ -25,6 +21,7 @@ BUILD_DEPENDS=	p5-CSS-DOM>=0:${PORTSDIR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
 .include <bsd.port.pre.mk>
 .include "${MASTERDIR}/Makefile.man"

Modified: head/www/p5-Reddit/Makefile
==============================================================================
--- head/www/p5-Reddit/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/www/p5-Reddit/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Reddit
-# Date created:				18 Apr 2012
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Reddit
 PORTVERSION=	0.3.02.20120418
@@ -25,6 +21,7 @@ RUN_DEPENDS=	p5-Moose>=0:${PORTSDIR}/dev
 		p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww
 
 PERL_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN3=		Reddit.3
 

Modified: head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile
==============================================================================
--- head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-WWW-Scripter-Plugin-Ajax
-# Date created:				28 Jan 2010
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	WWW-Scripter-Plugin-Ajax
 PORTVERSION=	0.09
@@ -19,6 +15,7 @@ RUN_DEPENDS=	p5-WWW-Scripter-Plugin-Java
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN3=		WWW::Scripter::Plugin::Ajax.3
 

Modified: head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile
==============================================================================
--- head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-WWW-Scripter-Plugin-JavaScript
-# Date created:				27 Jan 2010
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	WWW-Scripter-Plugin-JavaScript
 PORTVERSION=	0.008
@@ -19,6 +15,7 @@ RUN_DEPENDS=	p5-WWW-Scripter>0:${PORTSDI
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN3=		WWW::Scripter::Plugin::JavaScript.3 \
 		WWW::Scripter::Plugin::JavaScript::JE.3

Modified: head/www/p5-WWW-Scripter/Makefile
==============================================================================
--- head/www/p5-WWW-Scripter/Makefile	Wed May  8 08:03:22 2013	(r317642)
+++ head/www/p5-WWW-Scripter/Makefile	Wed May  8 08:04:04 2013	(r317643)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-WWW-Scripter
-# Date created:				26 Jan 2010
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	WWW-Scripter
 PORTVERSION=	0.029
@@ -21,6 +17,7 @@ RUN_DEPENDS=	p5-libwww>=5.829:${PORTSDIR
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN3=		WWW::Scripter::Location.3 WWW::Scripter.3 \
 		WWW::Scripter::History.3 WWW::Scripter::WindowGroup.3



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