Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2013 06:39:14 +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: r322749 - in head: audio/flake audio/gigedit irc/scrollz mail/mailutils misc/floatator multimedia/mplayerxp net/tcpview net/trickle
Message-ID:  <201307110639.r6B6dE4m058120@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jul 11 06:39:14 2013
New Revision: 322749
URL: http://svnweb.freebsd.org/changeset/ports/322749

Log:
  Mark job unsafe
  While here:
  - Trim headers
  - Convert to USES
  - Remove code for unsupported version

Modified:
  head/audio/flake/Makefile
  head/audio/gigedit/Makefile
  head/irc/scrollz/Makefile
  head/mail/mailutils/Makefile
  head/misc/floatator/Makefile
  head/multimedia/mplayerxp/Makefile
  head/net/tcpview/Makefile
  head/net/trickle/Makefile

Modified: head/audio/flake/Makefile
==============================================================================
--- head/audio/flake/Makefile	Thu Jul 11 06:34:23 2013	(r322748)
+++ head/audio/flake/Makefile	Thu Jul 11 06:39:14 2013	(r322749)
@@ -14,7 +14,8 @@ LICENSE=	LGPL21
 
 HAS_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
+MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/flake include/flake.h lib/libflake.a
 

Modified: head/audio/gigedit/Makefile
==============================================================================
--- head/audio/gigedit/Makefile	Thu Jul 11 06:34:23 2013	(r322748)
+++ head/audio/gigedit/Makefile	Thu Jul 11 06:39:14 2013	(r322749)
@@ -19,9 +19,9 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake
 USE_LDCONFIG=	yes
 USE_GNOME=	intltool
+MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.mk>

Modified: head/irc/scrollz/Makefile
==============================================================================
--- head/irc/scrollz/Makefile	Thu Jul 11 06:34:23 2013	(r322748)
+++ head/irc/scrollz/Makefile	Thu Jul 11 06:39:14 2013	(r322749)
@@ -12,12 +12,12 @@ DISTNAME=	ScrollZ-${PORTVERSION}
 MAINTAINER=	mdv@unsavoury.net
 COMMENT=	Enhanced ircII client that supports scripts, colors, and more
 
-USES=		iconv ncurses
-USE_GMAKE=	yes
+USES=		gmake iconv ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-ipv6 --enable-regexp --enable-iconv
 
 MAKE_ENV+=	IRCLIB="${PREFIX}/share/scrollz"
+MAKE_JOBS_UNSAFE=	yes
 
 PLIST_SUB+=	SCROLLZ_VER="${PORTVERSION}"
 PORTDATA=	*

Modified: head/mail/mailutils/Makefile
==============================================================================
--- head/mail/mailutils/Makefile	Thu Jul 11 06:34:23 2013	(r322748)
+++ head/mail/mailutils/Makefile	Thu Jul 11 06:39:14 2013	(r322749)
@@ -13,6 +13,7 @@ COMMENT=	Mailutils offers utilities and 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS+=--disable-build-comsat
+MAKE_JOBS_UNSAFE=	yes
 
 LDFLAGS=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/${PORTNAME}

Modified: head/misc/floatator/Makefile
==============================================================================
--- head/misc/floatator/Makefile	Thu Jul 11 06:34:23 2013	(r322748)
+++ head/misc/floatator/Makefile	Thu Jul 11 06:39:14 2013	(r322749)
@@ -17,6 +17,7 @@ USES=		motif
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
 		X11INCLUDE="-I${LOCALBASE}/include" X11LIB="-L${LOCALBASE}/lib"
 PLIST_FILES=	bin/floatator bin/floatator_X_interface
+MAKE_JOBS_UNSAFE=	yes
 
 do-install:
 .for f in floatator floatator_X_interface

Modified: head/multimedia/mplayerxp/Makefile
==============================================================================
--- head/multimedia/mplayerxp/Makefile	Thu Jul 11 06:34:23 2013	(r322748)
+++ head/multimedia/mplayerxp/Makefile	Thu Jul 11 06:39:14 2013	(r322749)
@@ -23,10 +23,11 @@ WIN32_DESC=	Enable win32 codec set
 OPTIONS_DEFAULT=	WIN32
 ONLY_FOR_ARCHS=	i386
 
+MAKE_JOBS_UNSAFE=	yes
+
 USE_BZIP2=	yes
 USE_XORG=	xinerama xv xxf86dga xxf86vm
-USES=		iconv
-USE_GMAKE=	yes
+USES=		iconv gmake
 HAS_CONFIGURE=	yes
 WANT_SDL=	yes
 USE_LDCONFIG=	yes

Modified: head/net/tcpview/Makefile
==============================================================================
--- head/net/tcpview/Makefile	Thu Jul 11 06:34:23 2013	(r322748)
+++ head/net/tcpview/Makefile	Thu Jul 11 06:39:14 2013	(r322749)
@@ -13,6 +13,8 @@ COMMENT=	Motif-based TCP/IP protocol ana
 
 USES=		bison motif
 
+MAKE_JOBS_UNSAFE=	yes
+
 MAN1=		tcpview.1
 
 .include <bsd.port.pre.mk>

Modified: head/net/trickle/Makefile
==============================================================================
--- head/net/trickle/Makefile	Thu Jul 11 06:34:23 2013	(r322748)
+++ head/net/trickle/Makefile	Thu Jul 11 06:39:14 2013	(r322749)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	trickle
-# Date created:				04.06.2003
-# Whom:					Kirill Ponomarew <ponomarew@oberon.net>
-#
+# Created by: Kirill Ponomarew <ponomarew@oberon.net>
 # $FreeBSD$
-#
 
 PORTNAME=	trickle
 PORTVERSION=	1.07
@@ -20,6 +16,8 @@ USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+MAKE_JOBS_UNSAFE=	yes
+
 CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \
 		--sysconfdir=${PREFIX}/etc
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"



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