Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 23:44:55 +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: r327778 - in head/x11-clocks: abclock aclock alarm-clock alltraxclock asclock asclock-gtk asclock-xlib astime astzclock bbdate bclock buici-clock cairo-clock dclock emiclock eyeclock gd...
Message-ID:  <201309202344.r8KNitFk075273@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 20 23:44:55 2013
New Revision: 327778
URL: http://svnweb.freebsd.org/changeset/ports/327778

Log:
  Add NO_STAGE all over the place in preparation for the staging support (cat: x11-clocks)

Modified:
  head/x11-clocks/abclock/Makefile
  head/x11-clocks/aclock/Makefile
  head/x11-clocks/alarm-clock/Makefile
  head/x11-clocks/alltraxclock/Makefile
  head/x11-clocks/asclock-gtk/Makefile
  head/x11-clocks/asclock-xlib/Makefile
  head/x11-clocks/asclock/Makefile
  head/x11-clocks/astime/Makefile
  head/x11-clocks/astzclock/Makefile
  head/x11-clocks/bbdate/Makefile
  head/x11-clocks/bclock/Makefile
  head/x11-clocks/buici-clock/Makefile
  head/x11-clocks/cairo-clock/Makefile
  head/x11-clocks/dclock/Makefile
  head/x11-clocks/emiclock/Makefile
  head/x11-clocks/eyeclock/Makefile
  head/x11-clocks/gdesklets-clock/Makefile
  head/x11-clocks/gdesklets-countdown/Makefile
  head/x11-clocks/gdesklets-ebichuclock/Makefile
  head/x11-clocks/glclock/Makefile
  head/x11-clocks/gtubeclock/Makefile
  head/x11-clocks/intclock/Makefile
  head/x11-clocks/kdetoys4/Makefile
  head/x11-clocks/ktimer/Makefile
  head/x11-clocks/lmclock/Makefile
  head/x11-clocks/mlclock/Makefile
  head/x11-clocks/mouseclock/Makefile
  head/x11-clocks/oclock/Makefile
  head/x11-clocks/osdclock/Makefile
  head/x11-clocks/pclock/Makefile
  head/x11-clocks/plasma-applet-adjustableclock/Makefile
  head/x11-clocks/plasma-applet-geekclock/Makefile
  head/x11-clocks/rclock/Makefile
  head/x11-clocks/sanduhr/Makefile
  head/x11-clocks/stopwatch/Makefile
  head/x11-clocks/swisswatch/Makefile
  head/x11-clocks/t3d/Makefile
  head/x11-clocks/tclock/Makefile
  head/x11-clocks/tktz/Makefile
  head/x11-clocks/wmbday/Makefile
  head/x11-clocks/wmbinclock/Makefile
  head/x11-clocks/wmblueclock/Makefile
  head/x11-clocks/wmcalclock/Makefile
  head/x11-clocks/wmclock/Makefile
  head/x11-clocks/wmclockmon/Makefile
  head/x11-clocks/wmfishtime/Makefile
  head/x11-clocks/wmfuzzy/Makefile
  head/x11-clocks/wmitime/Makefile
  head/x11-clocks/wmtime/Makefile
  head/x11-clocks/wmtimer/Makefile
  head/x11-clocks/xalarm/Makefile
  head/x11-clocks/xclock/Makefile
  head/x11-clocks/xdaliclock/Makefile
  head/x11-clocks/xfce4-datetime-plugin/Makefile
  head/x11-clocks/xfce4-timer-out-plugin/Makefile
  head/x11-clocks/xfce4-timer-plugin/Makefile
  head/x11-clocks/xtimer/Makefile

Modified: head/x11-clocks/abclock/Makefile
==============================================================================
--- head/x11-clocks/abclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/abclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	abclock
-# Date created:				15 August 2000
-# Whom:					Chris D. Faulhaber <jedgar@FreeBSD.org>
-#
+# Created by: Chris D. Faulhaber <jedgar@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	abclock
 PORTVERSION=	1.0d
@@ -20,6 +16,7 @@ MAKE_ARGS=	CC="${CC}" OPT="${CFLAGS}"
 
 USE_XORG=	x11 xau xdmcp
 
+NO_STAGE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/abclock ${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/abc_img ${PREFIX}/bin

Modified: head/x11-clocks/aclock/Makefile
==============================================================================
--- head/x11-clocks/aclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/aclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    aclock
-# Date created:         6 Oct 2006
-# Whom:                 gurkan@phys.ethz.ch
-#
+# Created by: gurkan@phys.ethz.ch
 # $FreeBSD$
-#
 
 PORTNAME=	aclock
 PORTVERSION=	0.4.0
@@ -24,4 +20,5 @@ USE_GNUSTEP_INSTALL=	yes
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/alarm-clock/Makefile
==============================================================================
--- head/x11-clocks/alarm-clock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/alarm-clock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -19,6 +19,7 @@ USES=		gettext pathfix gmake pkgconfig
 USE_GSTREAMER=	yes
 USE_GNOME=	gtk20
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/x11-clocks/alltraxclock/Makefile
==============================================================================
--- head/x11-clocks/alltraxclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/alltraxclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -21,6 +21,7 @@ ALL_TARGET=	alltraxclock.so
 PLIST_FILES=	libexec/gkrellm2/plugins/alltraxclock.so
 WRKSRC=		${WRKDIR}/${PORTNAME}2_0.2/
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|gcc|${CC}|;s|-O2||;s|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile
 

Modified: head/x11-clocks/asclock-gtk/Makefile
==============================================================================
--- head/x11-clocks/asclock-gtk/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/asclock-gtk/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	asclock-gtk
-# Date created:		16 March 1998
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	asclock-gtk
 PORTVERSION=	2.1.10
@@ -23,6 +18,7 @@ USE_XORG=	x11 xt
 USE_GNOME=	gtk12
 HAS_CONFIGURE=	yes
 
+NO_STAGE=	yes
 post-patch:
 	${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM}
 

Modified: head/x11-clocks/asclock-xlib/Makefile
==============================================================================
--- head/x11-clocks/asclock-xlib/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/asclock-xlib/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,4 +1,3 @@
-# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	asclock-xlib
@@ -22,6 +21,7 @@ IS_INTERACTIVE=	YES
 HAS_CONFIGURE=	YES
 .endif
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/x11-clocks/asclock/Makefile
==============================================================================
--- head/x11-clocks/asclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/asclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -22,6 +22,7 @@ USE_XORG=	xpm xext x11
 MAN1=		asclock.1
 PLIST_FILES=	bin/asclock
 
+NO_STAGE=	yes
 pre-configure:
 	(cd ${WRKSRC}; \
 	${ECHO_CMD} ${ASCLOCK_LANG} | ${WRKSRC}/configure > /dev/null)

Modified: head/x11-clocks/astime/Makefile
==============================================================================
--- head/x11-clocks/astime/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/astime/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   astime
-# Date created:        21 Nov 1998
-# Whom:                Brian Handy <handy@physics.montana.edu>
-#
+# Created by: Brian Handy <handy@physics.montana.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	astime
 PORTVERSION=	2.8
@@ -23,4 +19,5 @@ INSTALL_TARGET=	install install.man
 MAN1=		astime.1
 PLIST_FILES=	bin/astime
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/astzclock/Makefile
==============================================================================
--- head/x11-clocks/astzclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/astzclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -15,6 +15,7 @@ USE_XORG=	xpm
 MAN1=		astzclock.1
 PLIST_FILES=	bin/astzclock
 
+NO_STAGE=	yes
 pre-configure:
 	(cd ${WRKSRC}; \
 	${ECHO_CMD} ${ASCLOCK_LANG} | ${WRKSRC}/configure > /dev/null)

Modified: head/x11-clocks/bbdate/Makefile
==============================================================================
--- head/x11-clocks/bbdate/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/bbdate/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:  	bbdate
-# Date created:		May 3 1999
-# Whom:			Chris Piazza <cpiazza@FreeBSD.org>
-#
+# Created by: Chris Piazza <cpiazza@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	bbdate
 PORTVERSION=	0.2.4
@@ -21,6 +17,7 @@ PLIST_FILES=	bin/bbdate share/bbtools/RE
 		share/bbtools/bbdate.conf share/bbtools/bbdate.nobb \
 		share/bbtools/bbdate.style share/bbtools/bbtoolsrc.in
 
+NO_STAGE=	yes
 post-install:
 	@${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \
 		>> ${TMPPLIST}

Modified: head/x11-clocks/bclock/Makefile
==============================================================================
--- head/x11-clocks/bclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/bclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -18,4 +18,5 @@ MAN1=		bclock.1
 PLIST_FILES=	bin/bclock \
 		lib/X11/app-defaults/Clock-color
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/buici-clock/Makefile
==============================================================================
--- head/x11-clocks/buici-clock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/buici-clock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -25,6 +25,7 @@ MAKE_JOBS_UNSAFE=yes
 MAN1=		buici-clock.1
 PLIST_FILES=	bin/buici-clock
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|echo -e|echo| ; \

Modified: head/x11-clocks/cairo-clock/Makefile
==============================================================================
--- head/x11-clocks/cairo-clock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/cairo-clock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -16,6 +16,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 MAN1=		cairo-clock.1
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/x11-clocks/dclock/Makefile
==============================================================================
--- head/x11-clocks/dclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/dclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -31,6 +31,7 @@ PLIST_FILES=	bin/dclock \
 PLIST_DIRS=	%%DATADIR%%/sounds \
 		%%DATADIR%%
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSOX}

Modified: head/x11-clocks/emiclock/Makefile
==============================================================================
--- head/x11-clocks/emiclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/emiclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -23,6 +23,7 @@ EMICLOCKDIR=	${LOCALBASE}/lib/X11/EmiClo
 PORTDOCS=	COPYRIGHT COPYRIGHT.en
 .endif
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} != "i386"

Modified: head/x11-clocks/eyeclock/Makefile
==============================================================================
--- head/x11-clocks/eyeclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/eyeclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   EyeClock
-# Date created:        4 September 1998
-# Whom:                KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
-#
+# Created by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	eyeclock
 PORTVERSION=	2.0
@@ -22,6 +18,7 @@ USE_XORG=	x11 xau xdmcp xpm xt ice
 
 MAN1=		eyeclock.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s#gcc#${CC}#" ${WRKSRC}/Makefile
 

Modified: head/x11-clocks/gdesklets-clock/Makefile
==============================================================================
--- head/x11-clocks/gdesklets-clock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/gdesklets-clock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -23,6 +23,7 @@ NAME=		Clock
 
 LANG=		de fr pt sq sr sr@Latn sv
 
+NO_STAGE=	yes
 do-build:
 	@${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
 	@${PATCH} ${WRKSRC}/Clock/__init__.py < ${FILESDIR}/Clock::__init__.py

Modified: head/x11-clocks/gdesklets-countdown/Makefile
==============================================================================
--- head/x11-clocks/gdesklets-countdown/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/gdesklets-countdown/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gdesklets-countdown
-# Date created:				06 January 2004
-# Whom:					Vincent Tantardini <vinc@FreeBSD-fr.org>
-#
+# Created by: Vincent Tantardini <vinc@FreeBSD-fr.org>
 # $FreeBSD$
-#
 
 PORTNAME=	countdown
 PORTVERSION=	0.8
@@ -29,6 +25,7 @@ SUB_LIST=	NAME="${NAME}"
 DATADIR=	${PREFIX}/share/gdesklets
 NAME=		Countdown
 
+NO_STAGE=	yes
 do-install:
 	@${MKDIR} ${DATADIR}/Displays/${NAME}
 	${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/Displays/${NAME}

Modified: head/x11-clocks/gdesklets-ebichuclock/Makefile
==============================================================================
--- head/x11-clocks/gdesklets-ebichuclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/gdesklets-ebichuclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gdesklets-ebichuclock
-# Date created:				07 January 2004
-# Whom:					Vincent Tantardini <vinc@FreeBSD-fr.org>
-#
+# Created by: Vincent Tantardini <vinc@FreeBSD-fr.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ebichuclock
 PORTVERSION=	0.1.1
@@ -29,6 +25,7 @@ SUB_LIST=	NAME="${NAME}"
 DATADIR=	${PREFIX}/share/gdesklets
 NAME=		ebichuclock
 
+NO_STAGE=	yes
 do-install:
 	@${MKDIR} ${DATADIR}/Displays/${NAME}
 	${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/Displays/${NAME}

Modified: head/x11-clocks/glclock/Makefile
==============================================================================
--- head/x11-clocks/glclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/glclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	glclock
-# Date created:		20 September 1999
-# Whom:			Randall Hopper <aa8vb@ipass.net>
-#
+# Created by: Randall Hopper <aa8vb@ipass.net>
 # $FreeBSD$
-#
 
 PORTNAME=	glclock
 DISTVERSION=	6.0b6.0
@@ -47,6 +43,7 @@ PLIST_FILES+=	lib/X11/glclock/${f}
 
 PLIST_DIRS=	lib/X11/glclock
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_OPTIMIZED_CFLAGS)

Modified: head/x11-clocks/gtubeclock/Makefile
==============================================================================
--- head/x11-clocks/gtubeclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/gtubeclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -15,4 +15,5 @@ USE_XORG=	x11
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomeprefix gnomehack gtk20 libgnomeui
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/intclock/Makefile
==============================================================================
--- head/x11-clocks/intclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/intclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -16,6 +16,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|$$zonedir/$$countryfile|/usr/share/misc/iso3166|' \

Modified: head/x11-clocks/kdetoys4/Makefile
==============================================================================
--- head/x11-clocks/kdetoys4/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/kdetoys4/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -21,4 +21,5 @@ USE_XZ=		yes
 
 MAN6=	amor.6
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/ktimer/Makefile
==============================================================================
--- head/x11-clocks/ktimer/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/ktimer/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -17,4 +17,5 @@ USE_KDE4=	kdeprefix kdehier automoc4 kde
 USES=		cmake:outsource
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/lmclock/Makefile
==============================================================================
--- head/x11-clocks/lmclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/lmclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -15,6 +15,7 @@ USE_XORG=	x11 xext
 
 PLIST_FILES=	bin/lmclock
 
+NO_STAGE=	yes
 post-extract:
 	@${TOUCH} ${WRKSRC}/lmclock.man
 

Modified: head/x11-clocks/mlclock/Makefile
==============================================================================
--- head/x11-clocks/mlclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/mlclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -17,6 +17,7 @@ USE_XORG=	x11 xau xdmcp
 PLIST_FILES=	bin/mlclock %%DATADIR%%/mlclockrc %%DATADIR%%/mlclockrc-kanji
 PLIST_DIRS=	%%DATADIR%%
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|^void main|int main| ; \

Modified: head/x11-clocks/mouseclock/Makefile
==============================================================================
--- head/x11-clocks/mouseclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/mouseclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -14,6 +14,7 @@ COMMENT=	Display the current time using 
 USES=		imake:notall
 USE_XORG=	x11
 
+NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}

Modified: head/x11-clocks/oclock/Makefile
==============================================================================
--- head/x11-clocks/oclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/oclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -12,4 +12,5 @@ USE_XORG=	x11 xmu xext xt xkbfile
 
 MAN1=		oclock.1
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/osdclock/Makefile
==============================================================================
--- head/x11-clocks/osdclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/osdclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	osdclock
-# Date created:		2004-08-06
-# Whom:			Roman Bogorodskiy <bogorodskiy@inbox.ru>
-#
+# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	osdclock
 PORTVERSION=	0.5
@@ -26,6 +22,7 @@ MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} 
 PLIST_FILES=	bin/osd_clock
 MAN1=		osd_clock.1
 
+NO_STAGE=	yes
 post-install:
 	${STRIP_CMD} ${PREFIX}/bin/osd_clock
 

Modified: head/x11-clocks/pclock/Makefile
==============================================================================
--- head/x11-clocks/pclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/pclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pclock
-# Date created:			15 Apr 1999
-# Whom:				Jim Mock <jim@FreeBSD.org>
-#
+# Created by: Jim Mock <jim@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pclock
 PORTVERSION=	0.13.1
@@ -22,6 +18,7 @@ MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 		INCDIR="-I. -I${LOCALBASE}/include ${CPPFLAGS}" \
 		LIBDIR="-L${LOCALBASE}/lib ${LDFLAGS}"
 
+NO_STAGE=	yes
 post-extract:
 	cd ${WRKSRC} && ${RM} -f getopt*
 

Modified: head/x11-clocks/plasma-applet-adjustableclock/Makefile
==============================================================================
--- head/x11-clocks/plasma-applet-adjustableclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/plasma-applet-adjustableclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -19,4 +19,5 @@ USE_QT4=	qmake_build moc_build rcc_build
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/plasma-applet-geekclock/Makefile
==============================================================================
--- head/x11-clocks/plasma-applet-geekclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/plasma-applet-geekclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	plasma-applet-geekclock
-# Date Created:				2009-07-08
-# Whom:					Jason E. Hale <bsdkaffee@gmail.com>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	geekclock
 PORTVERSION=	1.0
@@ -25,4 +20,5 @@ PLIST_FILES=	lib/kde4/plasma_applet_geek
 		share/apps/desktoptheme/default/widgets/geekclock.svgz \
 		share/kde4/services/plasma-applet-geekclock.desktop
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/rclock/Makefile
==============================================================================
--- head/x11-clocks/rclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/rclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,13 +1,5 @@
-# ex:ts=8
-# Ports collection Makefile for:  rclock
-# Date created:			  24th Feburary 1997
-# Whom:				  obrien@NUXI.com
-#
+# Created by: obrien@NUXI.com
 # $FreeBSD$
-#
-# If possible, please consider updating the simple ports/x11/rxvt-devel
-# when you upgrade rxvt.  These ports all use the same distfile.
-#
 
 PORTNAME=	rclock
 PORTVERSION=	2.7.10
@@ -28,6 +20,7 @@ PLIST_FILES=	bin/rclock
 
 CPPFLAGS+=	-DMAIL_SPOOL='\"/var/mail/\"'
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} \
 		's|^subdirs =.*$$|subdirs = rclock|g' ${WRKSRC}/Makefile.in

Modified: head/x11-clocks/sanduhr/Makefile
==============================================================================
--- head/x11-clocks/sanduhr/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/sanduhr/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -19,4 +19,5 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 MAN1=		sanduhr.1
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/stopwatch/Makefile
==============================================================================
--- head/x11-clocks/stopwatch/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/stopwatch/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	stopwatch
-# Date created:				28 August 2008
-# Whom:					Edwin Groothuis <edwin@mavetju.org>
-#
+# Created by: Edwin Groothuis <edwin@mavetju.org>
 # $FreeBSD$
-#
 
 PORTNAME=	stopwatch
 PORTVERSION=	3.5
@@ -22,6 +18,7 @@ NO_BUILD=	yes
 
 PLIST_FILES=	bin/stopwatch
 
+NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/stopwatch
 

Modified: head/x11-clocks/swisswatch/Makefile
==============================================================================
--- head/x11-clocks/swisswatch/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/swisswatch/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -15,4 +15,5 @@ USES=		imake
 USE_XORG=	ice sm x11 xext xmu xt
 MAN1=		swisswatch.1
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/t3d/Makefile
==============================================================================
--- head/x11-clocks/t3d/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/t3d/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -25,4 +25,5 @@ USE_XORG=	x11 xext
 MAN1=		t3d.1
 PLIST_FILES=	bin/t3d
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/tclock/Makefile
==============================================================================
--- head/x11-clocks/tclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/tclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -21,4 +21,5 @@ PLIST_FILES=	bin/tclock
 LICENSE=	GPLv1
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/tktz/Makefile
==============================================================================
--- head/x11-clocks/tktz/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/tktz/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	tktz
-# Date created:				2 May 2006
-# Whom:					Alexander Gromnizki
-#
+# Created by: Alexander Gromnizki
 # $FreeBSD$
-#
 
 PORTNAME=	tktz
 PORTVERSION=	0.2
@@ -18,6 +14,7 @@ RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-too
 
 NO_BUILD=	yes
 
+NO_STAGE=	yes
 do-install:
 	@ ${MKDIR} ${PREFIX}/lib/tktz
 	@ ${INSTALL_SCRIPT} ${WRKSRC}/tktz ${PREFIX}/lib/tktz

Modified: head/x11-clocks/wmbday/Makefile
==============================================================================
--- head/x11-clocks/wmbday/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmbday/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	wmbday
-# Date created:				2004-01-06
-# Whom:					Ulrich Spoerlein <uspoerlein@gmail.com>
-#
+# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	wmbday
@@ -24,4 +21,5 @@ MAKE_ENV+=	${CONFIGURE_ENV} X11BASE=${LO
 MAN1=		wmbday.1
 MANCOMPRESSED=	yes
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/wmbinclock/Makefile
==============================================================================
--- head/x11-clocks/wmbinclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmbinclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmBinClock
-# Date created:			16 Mar 2003
-# Whom:				Harold Gutch <logix@foobar.franken.de>
-#
+# Created by: Harold Gutch <logix@foobar.franken.de>
 # $FreeBSD$
-#
 
 PORTNAME=	wmbinclock
 PORTVERSION=	0.3
@@ -18,6 +14,7 @@ PLIST_FILES=	bin/wmBinClock
 USE_GMAKE=	yes
 USE_XORG=	xpm
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|#include <values.h>||' ${WRKSRC}/wmBinClock.c
 	@${REINPLACE_CMD} -e 's|^CC.*=|CC ?=|' -e 's|^CFLAGS.*=|CFLAGS +=|' \

Modified: head/x11-clocks/wmblueclock/Makefile
==============================================================================
--- head/x11-clocks/wmblueclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmblueclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmblueclock
-# Date created:				25 Apr 2003
-# Whom:					Alexey Dokuchaev <danfe@regency.nsu.ru>
-#
+# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	wmblueclock
 PORTVERSION=	0.0
@@ -21,6 +17,7 @@ USE_XORG=	x11 xau xdmcp xext xpm
 MAN1=		${PORTNAME}.1
 PLIST_FILES=	bin/wmblueclock
 
+NO_STAGE=	yes
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1

Modified: head/x11-clocks/wmcalclock/Makefile
==============================================================================
--- head/x11-clocks/wmcalclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmcalclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -22,6 +22,7 @@ MAN1=		wmCalClock.1
 
 OPTIONS_DEFINE=	DOCS
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}

Modified: head/x11-clocks/wmclock/Makefile
==============================================================================
--- head/x11-clocks/wmclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -17,6 +17,7 @@ MAN1=		wmclock.1
 PLIST_FILES=	bin/wmclock
 WMCLOCK_LANG?=	english
 
+NO_STAGE=	yes
 pre-configure:
 	(cd ${WRKSRC}; \
 	${WRKSRC}/configure --lang ${WMCLOCK_LANG} > /dev/null )

Modified: head/x11-clocks/wmclockmon/Makefile
==============================================================================
--- head/x11-clocks/wmclockmon/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmclockmon/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmclockmon
-# Date created:				Sat Sep 21 01:48:10 EDT 2002
-# Whom:					pat
-#
+# Created by: pat
 # $FreeBSD$
-#
 
 PORTNAME=	wmclockmon
 PORTVERSION=	0.8.1
@@ -20,6 +16,7 @@ GNU_CONFIGURE=	yes
 
 MAN1=		wmclockmon.1 wmclockmon-config.1 wmclockmon-cal.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' \
 		${WRKSRC}/wmclockmon-config/Makefile.in

Modified: head/x11-clocks/wmfishtime/Makefile
==============================================================================
--- head/x11-clocks/wmfishtime/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmfishtime/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmfishtime
-# Date created:				31 March 2001
-# Whom:					Anders Nordby <anders@fix.no>
-#
+# Created by: Anders Nordby <anders@fix.no>
 # $FreeBSD$
-#
 
 PORTNAME=	wmfishtime
 PORTVERSION=	1.24
@@ -25,6 +21,7 @@ MAKE_ARGS+=	CFLAGS="${CPPFLAGS} ${CFLAGS
 PLIST_FILES=	bin/wmfishtime
 MAN1=	wmfishtime.1
 
+NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -E -e "s@1\.23@1\.24@g" ${WRKSRC}/fishmon.c ${WRKSRC}/wmfishtime.1
 

Modified: head/x11-clocks/wmfuzzy/Makefile
==============================================================================
--- head/x11-clocks/wmfuzzy/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmfuzzy/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmfuzzy
-# Date created:			4 August 2002
-# Whom:				Adam Weinberger <adam@vectors.cx>
-#
+# Created by: Adam Weinberger <adam@vectors.cx>
 # $FreeBSD$
-#
 
 PORTNAME=	wmfuzzy
 PORTVERSION=	0.7.1
@@ -22,6 +18,7 @@ USE_XORG=	xpm
 PORTDOCS=	README
 PLIST_FILES=	bin/wmfuzzy
 
+NO_STAGE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${PREFIX}/bin
 .if !defined(NOPORTDOCS)

Modified: head/x11-clocks/wmitime/Makefile
==============================================================================
--- head/x11-clocks/wmitime/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmitime/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -16,4 +16,5 @@ PLIST_FILES=	bin/wmitime
 USE_XORG=	xpm
 USE_CSTD=	gnu89
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/wmtime/Makefile
==============================================================================
--- head/x11-clocks/wmtime/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmtime/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -17,6 +17,7 @@ WRKSRC=		${WRKDIR}/wmtime.app/wmtime
 USES=		imake
 USE_XORG=	xpm
 
+NO_STAGE=	yes
 post-extract:
 	${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
 

Modified: head/x11-clocks/wmtimer/Makefile
==============================================================================
--- head/x11-clocks/wmtimer/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/wmtimer/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -23,6 +23,7 @@ USE_GNOME=	gtk20
 MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}"
 
+NO_STAGE=	yes
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/wmtimer ${PREFIX}/bin
 .ifndef(NOPORTDOCS)

Modified: head/x11-clocks/xalarm/Makefile
==============================================================================
--- head/x11-clocks/xalarm/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/xalarm/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -17,6 +17,7 @@ IS_INTERACTIVE=	yes
 
 MAN1=		xalarm.1 xmemo.1 xfortune.1 xyow.1
 
+NO_STAGE=	yes
 pre-install:
 	(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
 

Modified: head/x11-clocks/xclock/Makefile
==============================================================================
--- head/x11-clocks/xclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/xclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -14,4 +14,5 @@ USES=		iconv
 
 MAN1=		xclock.1
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/xdaliclock/Makefile
==============================================================================
--- head/x11-clocks/xdaliclock/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/xdaliclock/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xdaliclock
-# Date created:				10th February 1995
-# Whom:					gpalmer
-#
+# Created by: gpalmer
 # $FreeBSD$
-#
 
 PORTNAME=	xdaliclock
 PORTVERSION=	2.39
@@ -21,4 +17,5 @@ USE_XORG=	xt sm ice xext x11
 MAN1=		xdaliclock.1
 PLIST_FILES=	bin/xdaliclock
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/xfce4-datetime-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-datetime-plugin/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/xfce4-datetime-plugin/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -20,4 +20,5 @@ USE_GNOME=	gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu libutil panel
 USES=		pkgconfig gettext
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/xfce4-timer-out-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-timer-out-plugin/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/xfce4-timer-out-plugin/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -1,6 +1,5 @@
 # Created by: Martin Wilke (miwi@FreeBSD.org)
 # $FreeBSD$
-#
 
 PORTNAME=	xfce4-time-out-plugin
 PORTVERSION=	1.0.1
@@ -21,4 +20,5 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu libutil panel
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/xfce4-timer-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-timer-plugin/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/xfce4-timer-plugin/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -19,4 +19,5 @@ USE_GNOME=	glib20 gtk20 intltool intlhac
 USE_XFCE=	configenv libmenu libutil panel
 USES=		pkgconfig gettext
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-clocks/xtimer/Makefile
==============================================================================
--- head/x11-clocks/xtimer/Makefile	Fri Sep 20 23:43:19 2013	(r327777)
+++ head/x11-clocks/xtimer/Makefile	Fri Sep 20 23:44:55 2013	(r327778)
@@ -16,4 +16,5 @@ USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAN1=		xtimer.1
 PLIST_FILES=	bin/xtimer
 
+NO_STAGE=	yes
 .include <bsd.port.mk>



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