summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:44:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:44:55 +0000
commit6935df75672d9ed497f643509740008419bf1332 (patch)
tree626cdc0708098b9ae718c54967bc53c73091f046 /x11-clocks
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-clocks)
Notes
Notes: svn path=/head/; revision=327778
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/abclock/Makefile7
-rw-r--r--x11-clocks/aclock/Makefile7
-rw-r--r--x11-clocks/alarm-clock/Makefile1
-rw-r--r--x11-clocks/alltraxclock/Makefile1
-rw-r--r--x11-clocks/asclock-gtk/Makefile6
-rw-r--r--x11-clocks/asclock-xlib/Makefile2
-rw-r--r--x11-clocks/asclock/Makefile1
-rw-r--r--x11-clocks/astime/Makefile7
-rw-r--r--x11-clocks/astzclock/Makefile1
-rw-r--r--x11-clocks/bbdate/Makefile7
-rw-r--r--x11-clocks/bclock/Makefile1
-rw-r--r--x11-clocks/buici-clock/Makefile1
-rw-r--r--x11-clocks/cairo-clock/Makefile1
-rw-r--r--x11-clocks/dclock/Makefile1
-rw-r--r--x11-clocks/emiclock/Makefile1
-rw-r--r--x11-clocks/eyeclock/Makefile7
-rw-r--r--x11-clocks/gdesklets-clock/Makefile1
-rw-r--r--x11-clocks/gdesklets-countdown/Makefile7
-rw-r--r--x11-clocks/gdesklets-ebichuclock/Makefile7
-rw-r--r--x11-clocks/glclock/Makefile7
-rw-r--r--x11-clocks/gtubeclock/Makefile1
-rw-r--r--x11-clocks/intclock/Makefile1
-rw-r--r--x11-clocks/kdetoys4/Makefile1
-rw-r--r--x11-clocks/ktimer/Makefile1
-rw-r--r--x11-clocks/lmclock/Makefile1
-rw-r--r--x11-clocks/mlclock/Makefile1
-rw-r--r--x11-clocks/mouseclock/Makefile1
-rw-r--r--x11-clocks/oclock/Makefile1
-rw-r--r--x11-clocks/osdclock/Makefile7
-rw-r--r--x11-clocks/pclock/Makefile7
-rw-r--r--x11-clocks/plasma-applet-adjustableclock/Makefile1
-rw-r--r--x11-clocks/plasma-applet-geekclock/Makefile6
-rw-r--r--x11-clocks/rclock/Makefile11
-rw-r--r--x11-clocks/sanduhr/Makefile1
-rw-r--r--x11-clocks/stopwatch/Makefile7
-rw-r--r--x11-clocks/swisswatch/Makefile1
-rw-r--r--x11-clocks/t3d/Makefile1
-rw-r--r--x11-clocks/tclock/Makefile1
-rw-r--r--x11-clocks/tktz/Makefile7
-rw-r--r--x11-clocks/wmbday/Makefile6
-rw-r--r--x11-clocks/wmbinclock/Makefile7
-rw-r--r--x11-clocks/wmblueclock/Makefile7
-rw-r--r--x11-clocks/wmcalclock/Makefile1
-rw-r--r--x11-clocks/wmclock/Makefile1
-rw-r--r--x11-clocks/wmclockmon/Makefile7
-rw-r--r--x11-clocks/wmfishtime/Makefile7
-rw-r--r--x11-clocks/wmfuzzy/Makefile7
-rw-r--r--x11-clocks/wmitime/Makefile1
-rw-r--r--x11-clocks/wmtime/Makefile1
-rw-r--r--x11-clocks/wmtimer/Makefile1
-rw-r--r--x11-clocks/xalarm/Makefile1
-rw-r--r--x11-clocks/xclock/Makefile1
-rw-r--r--x11-clocks/xdaliclock/Makefile7
-rw-r--r--x11-clocks/xfce4-datetime-plugin/Makefile1
-rw-r--r--x11-clocks/xfce4-timer-out-plugin/Makefile2
-rw-r--r--x11-clocks/xfce4-timer-plugin/Makefile1
-rw-r--r--x11-clocks/xtimer/Makefile1
57 files changed, 77 insertions, 115 deletions
diff --git a/x11-clocks/abclock/Makefile b/x11-clocks/abclock/Makefile
index 5e094edba89a..8203f0578e4c 100644
--- a/x11-clocks/abclock/Makefile
+++ b/x11-clocks/abclock/Makefile
@@ -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
diff --git a/x11-clocks/aclock/Makefile b/x11-clocks/aclock/Makefile
index 7114235d1039..6972a5274b13 100644
--- a/x11-clocks/aclock/Makefile
+++ b/x11-clocks/aclock/Makefile
@@ -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>
diff --git a/x11-clocks/alarm-clock/Makefile b/x11-clocks/alarm-clock/Makefile
index c8507b73078d..ba0e82e339e3 100644
--- a/x11-clocks/alarm-clock/Makefile
+++ b/x11-clocks/alarm-clock/Makefile
@@ -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}
diff --git a/x11-clocks/alltraxclock/Makefile b/x11-clocks/alltraxclock/Makefile
index 49a799ae010e..d7117886849f 100644
--- a/x11-clocks/alltraxclock/Makefile
+++ b/x11-clocks/alltraxclock/Makefile
@@ -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
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile
index ecdb0213c379..9f6b4ae1a050 100644
--- a/x11-clocks/asclock-gtk/Makefile
+++ b/x11-clocks/asclock-gtk/Makefile
@@ -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}
diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile
index 3fd7b8b0dcc1..2295e3e39397 100644
--- a/x11-clocks/asclock-xlib/Makefile
+++ b/x11-clocks/asclock-xlib/Makefile
@@ -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:
diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile
index 5933b7265ae5..f650df97aa6f 100644
--- a/x11-clocks/asclock/Makefile
+++ b/x11-clocks/asclock/Makefile
@@ -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)
diff --git a/x11-clocks/astime/Makefile b/x11-clocks/astime/Makefile
index 29fa0838fb56..6729e568b045 100644
--- a/x11-clocks/astime/Makefile
+++ b/x11-clocks/astime/Makefile
@@ -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>
diff --git a/x11-clocks/astzclock/Makefile b/x11-clocks/astzclock/Makefile
index bf6744064d07..24eb4594f523 100644
--- a/x11-clocks/astzclock/Makefile
+++ b/x11-clocks/astzclock/Makefile
@@ -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)
diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile
index 45e63830b634..e6d60e450f6b 100644
--- a/x11-clocks/bbdate/Makefile
+++ b/x11-clocks/bbdate/Makefile
@@ -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/README.bbdate \
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}
diff --git a/x11-clocks/bclock/Makefile b/x11-clocks/bclock/Makefile
index e45268bc0105..5dde72169c65 100644
--- a/x11-clocks/bclock/Makefile
+++ b/x11-clocks/bclock/Makefile
@@ -18,4 +18,5 @@ MAN1= bclock.1
PLIST_FILES= bin/bclock \
lib/X11/app-defaults/Clock-color
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/buici-clock/Makefile b/x11-clocks/buici-clock/Makefile
index 9fd5609a8e46..8c91062eb972 100644
--- a/x11-clocks/buici-clock/Makefile
+++ b/x11-clocks/buici-clock/Makefile
@@ -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| ; \
diff --git a/x11-clocks/cairo-clock/Makefile b/x11-clocks/cairo-clock/Makefile
index 6ea4f8a9df50..9e43205775bf 100644
--- a/x11-clocks/cairo-clock/Makefile
+++ b/x11-clocks/cairo-clock/Makefile
@@ -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}
diff --git a/x11-clocks/dclock/Makefile b/x11-clocks/dclock/Makefile
index 0a4f4a5d9db9..0781c87008dc 100644
--- a/x11-clocks/dclock/Makefile
+++ b/x11-clocks/dclock/Makefile
@@ -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}
diff --git a/x11-clocks/emiclock/Makefile b/x11-clocks/emiclock/Makefile
index a6fff6e6399b..338dad2eb478 100644
--- a/x11-clocks/emiclock/Makefile
+++ b/x11-clocks/emiclock/Makefile
@@ -23,6 +23,7 @@ EMICLOCKDIR= ${LOCALBASE}/lib/X11/EmiClock
PORTDOCS= COPYRIGHT COPYRIGHT.en
.endif
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
diff --git a/x11-clocks/eyeclock/Makefile b/x11-clocks/eyeclock/Makefile
index 2e0732c7dfe6..e68cad2e3e62 100644
--- a/x11-clocks/eyeclock/Makefile
+++ b/x11-clocks/eyeclock/Makefile
@@ -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
diff --git a/x11-clocks/gdesklets-clock/Makefile b/x11-clocks/gdesklets-clock/Makefile
index 88df8ed692f7..e9ddb89c5b7d 100644
--- a/x11-clocks/gdesklets-clock/Makefile
+++ b/x11-clocks/gdesklets-clock/Makefile
@@ -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
diff --git a/x11-clocks/gdesklets-countdown/Makefile b/x11-clocks/gdesklets-countdown/Makefile
index edf198c55480..1c0041640186 100644
--- a/x11-clocks/gdesklets-countdown/Makefile
+++ b/x11-clocks/gdesklets-countdown/Makefile
@@ -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}
diff --git a/x11-clocks/gdesklets-ebichuclock/Makefile b/x11-clocks/gdesklets-ebichuclock/Makefile
index f09996fc2a75..503b2ea9a053 100644
--- a/x11-clocks/gdesklets-ebichuclock/Makefile
+++ b/x11-clocks/gdesklets-ebichuclock/Makefile
@@ -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}
diff --git a/x11-clocks/glclock/Makefile b/x11-clocks/glclock/Makefile
index ca72653eb9a7..02c8f4aa5f3a 100644
--- a/x11-clocks/glclock/Makefile
+++ b/x11-clocks/glclock/Makefile
@@ -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)
diff --git a/x11-clocks/gtubeclock/Makefile b/x11-clocks/gtubeclock/Makefile
index aa9d26a1841b..6dcc3494738e 100644
--- a/x11-clocks/gtubeclock/Makefile
+++ b/x11-clocks/gtubeclock/Makefile
@@ -15,4 +15,5 @@ USE_XORG= x11
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack gtk20 libgnomeui
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/intclock/Makefile b/x11-clocks/intclock/Makefile
index 058186cd1ce9..53692036f19d 100644
--- a/x11-clocks/intclock/Makefile
+++ b/x11-clocks/intclock/Makefile
@@ -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|' \
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile
index 433888cc7374..4101f55d25e6 100644
--- a/x11-clocks/kdetoys4/Makefile
+++ b/x11-clocks/kdetoys4/Makefile
@@ -21,4 +21,5 @@ USE_XZ= yes
MAN6= amor.6
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/ktimer/Makefile b/x11-clocks/ktimer/Makefile
index b6ab286a9d7f..ff7f31b0fa7a 100644
--- a/x11-clocks/ktimer/Makefile
+++ b/x11-clocks/ktimer/Makefile
@@ -17,4 +17,5 @@ USE_KDE4= kdeprefix kdehier automoc4 kdelibs
USES= cmake:outsource
USE_QT4= qmake_build moc_build rcc_build uic_build
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/lmclock/Makefile b/x11-clocks/lmclock/Makefile
index 1e7f1f6d9349..7649c2a3243e 100644
--- a/x11-clocks/lmclock/Makefile
+++ b/x11-clocks/lmclock/Makefile
@@ -15,6 +15,7 @@ USE_XORG= x11 xext
PLIST_FILES= bin/lmclock
+NO_STAGE= yes
post-extract:
@${TOUCH} ${WRKSRC}/lmclock.man
diff --git a/x11-clocks/mlclock/Makefile b/x11-clocks/mlclock/Makefile
index 49d30305afc8..f9b11be27074 100644
--- a/x11-clocks/mlclock/Makefile
+++ b/x11-clocks/mlclock/Makefile
@@ -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| ; \
diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile
index 2ddfc1984d19..0fe0c8697e9a 100644
--- a/x11-clocks/mouseclock/Makefile
+++ b/x11-clocks/mouseclock/Makefile
@@ -14,6 +14,7 @@ COMMENT= Display the current time using the X root cursor
USES= imake:notall
USE_XORG= x11
+NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
diff --git a/x11-clocks/oclock/Makefile b/x11-clocks/oclock/Makefile
index 25ccf9e0110d..12d1d758ae26 100644
--- a/x11-clocks/oclock/Makefile
+++ b/x11-clocks/oclock/Makefile
@@ -12,4 +12,5 @@ USE_XORG= x11 xmu xext xt xkbfile
MAN1= oclock.1
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/osdclock/Makefile b/x11-clocks/osdclock/Makefile
index d7be99c79270..b6436b8227dc 100644
--- a/x11-clocks/osdclock/Makefile
+++ b/x11-clocks/osdclock/Makefile
@@ -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} -I${LOCALBASE}/include" \
PLIST_FILES= bin/osd_clock
MAN1= osd_clock.1
+NO_STAGE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/osd_clock
diff --git a/x11-clocks/pclock/Makefile b/x11-clocks/pclock/Makefile
index 2d29e29ed90a..28ba53fcba4d 100644
--- a/x11-clocks/pclock/Makefile
+++ b/x11-clocks/pclock/Makefile
@@ -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}" OBJS="Main.o Graphics.o" \
INCDIR="-I. -I${LOCALBASE}/include ${CPPFLAGS}" \
LIBDIR="-L${LOCALBASE}/lib ${LDFLAGS}"
+NO_STAGE= yes
post-extract:
cd ${WRKSRC} && ${RM} -f getopt*
diff --git a/x11-clocks/plasma-applet-adjustableclock/Makefile b/x11-clocks/plasma-applet-adjustableclock/Makefile
index b1c9cd0c6e76..6d6ef9c27bff 100644
--- a/x11-clocks/plasma-applet-adjustableclock/Makefile
+++ b/x11-clocks/plasma-applet-adjustableclock/Makefile
@@ -19,4 +19,5 @@ USE_QT4= qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/plasma-applet-geekclock/Makefile b/x11-clocks/plasma-applet-geekclock/Makefile
index 74dbf0b6606a..e248c9c57e33 100644
--- a/x11-clocks/plasma-applet-geekclock/Makefile
+++ b/x11-clocks/plasma-applet-geekclock/Makefile
@@ -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_geekclock.so \
share/apps/desktoptheme/default/widgets/geekclock.svgz \
share/kde4/services/plasma-applet-geekclock.desktop
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/rclock/Makefile b/x11-clocks/rclock/Makefile
index 937dcd39fd9a..9adda3b241d7 100644
--- a/x11-clocks/rclock/Makefile
+++ b/x11-clocks/rclock/Makefile
@@ -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
diff --git a/x11-clocks/sanduhr/Makefile b/x11-clocks/sanduhr/Makefile
index 315f544d9cad..f5fc107ff5d6 100644
--- a/x11-clocks/sanduhr/Makefile
+++ b/x11-clocks/sanduhr/Makefile
@@ -19,4 +19,5 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= sanduhr.1
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/stopwatch/Makefile b/x11-clocks/stopwatch/Makefile
index 7ef611731037..a6bae4d7617a 100644
--- a/x11-clocks/stopwatch/Makefile
+++ b/x11-clocks/stopwatch/Makefile
@@ -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
diff --git a/x11-clocks/swisswatch/Makefile b/x11-clocks/swisswatch/Makefile
index 83675a91f094..131937f5313d 100644
--- a/x11-clocks/swisswatch/Makefile
+++ b/x11-clocks/swisswatch/Makefile
@@ -15,4 +15,5 @@ USES= imake
USE_XORG= ice sm x11 xext xmu xt
MAN1= swisswatch.1
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/t3d/Makefile b/x11-clocks/t3d/Makefile
index 7231d8f84eca..d77906c061bc 100644
--- a/x11-clocks/t3d/Makefile
+++ b/x11-clocks/t3d/Makefile
@@ -25,4 +25,5 @@ USE_XORG= x11 xext
MAN1= t3d.1
PLIST_FILES= bin/t3d
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/tclock/Makefile b/x11-clocks/tclock/Makefile
index 62f61d364d0f..0dea3f5062ed 100644
--- a/x11-clocks/tclock/Makefile
+++ b/x11-clocks/tclock/Makefile
@@ -21,4 +21,5 @@ PLIST_FILES= bin/tclock
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/COPYING
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/tktz/Makefile b/x11-clocks/tktz/Makefile
index 35348f037d23..fb96933161c9 100644
--- a/x11-clocks/tktz/Makefile
+++ b/x11-clocks/tktz/Makefile
@@ -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-toolkits/tk84
NO_BUILD= yes
+NO_STAGE= yes
do-install:
@ ${MKDIR} ${PREFIX}/lib/tktz
@ ${INSTALL_SCRIPT} ${WRKSRC}/tktz ${PREFIX}/lib/tktz
diff --git a/x11-clocks/wmbday/Makefile b/x11-clocks/wmbday/Makefile
index aa3b01fafbec..de1b893194b0 100644
--- a/x11-clocks/wmbday/Makefile
+++ b/x11-clocks/wmbday/Makefile
@@ -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=${LOCALBASE}
MAN1= wmbday.1
MANCOMPRESSED= yes
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/wmbinclock/Makefile b/x11-clocks/wmbinclock/Makefile
index 4d1a38d57e2f..e5c52671abf9 100644
--- a/x11-clocks/wmbinclock/Makefile
+++ b/x11-clocks/wmbinclock/Makefile
@@ -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 +=|' \
diff --git a/x11-clocks/wmblueclock/Makefile b/x11-clocks/wmblueclock/Makefile
index 8989a4ecf31f..9bf8158f1b17 100644
--- a/x11-clocks/wmblueclock/Makefile
+++ b/x11-clocks/wmblueclock/Makefile
@@ -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
diff --git a/x11-clocks/wmcalclock/Makefile b/x11-clocks/wmcalclock/Makefile
index 9bc09f0c9e34..56bf4ed3d676 100644
--- a/x11-clocks/wmcalclock/Makefile
+++ b/x11-clocks/wmcalclock/Makefile
@@ -22,6 +22,7 @@ MAN1= wmCalClock.1
OPTIONS_DEFINE= DOCS
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
diff --git a/x11-clocks/wmclock/Makefile b/x11-clocks/wmclock/Makefile
index 8cdfce047df1..fa6fc0923c36 100644
--- a/x11-clocks/wmclock/Makefile
+++ b/x11-clocks/wmclock/Makefile
@@ -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 )
diff --git a/x11-clocks/wmclockmon/Makefile b/x11-clocks/wmclockmon/Makefile
index 2c87f9b1a020..aa320a55d724 100644
--- a/x11-clocks/wmclockmon/Makefile
+++ b/x11-clocks/wmclockmon/Makefile
@@ -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
diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile
index 339bb1ed3c0c..ea21e2968de6 100644
--- a/x11-clocks/wmfishtime/Makefile
+++ b/x11-clocks/wmfishtime/Makefile
@@ -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} -Wall ${GTK_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
diff --git a/x11-clocks/wmfuzzy/Makefile b/x11-clocks/wmfuzzy/Makefile
index e1c79be7aefe..c270e525c02e 100644
--- a/x11-clocks/wmfuzzy/Makefile
+++ b/x11-clocks/wmfuzzy/Makefile
@@ -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)
diff --git a/x11-clocks/wmitime/Makefile b/x11-clocks/wmitime/Makefile
index 7559519d50d1..bb3b9fe759d8 100644
--- a/x11-clocks/wmitime/Makefile
+++ b/x11-clocks/wmitime/Makefile
@@ -16,4 +16,5 @@ PLIST_FILES= bin/wmitime
USE_XORG= xpm
USE_CSTD= gnu89
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/wmtime/Makefile b/x11-clocks/wmtime/Makefile
index a82c447915b5..9086b2b00d93 100644
--- a/x11-clocks/wmtime/Makefile
+++ b/x11-clocks/wmtime/Makefile
@@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/wmtime.app/wmtime
USES= imake
USE_XORG= xpm
+NO_STAGE= yes
post-extract:
${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile
index 1013bc1f1d7f..7da8315542b1 100644
--- a/x11-clocks/wmtimer/Makefile
+++ b/x11-clocks/wmtimer/Makefile
@@ -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)
diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile
index 468ee12d0355..0bd41f2b3ab5 100644
--- a/x11-clocks/xalarm/Makefile
+++ b/x11-clocks/xalarm/Makefile
@@ -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)
diff --git a/x11-clocks/xclock/Makefile b/x11-clocks/xclock/Makefile
index 5d9adafb8e5e..d751d318d2a8 100644
--- a/x11-clocks/xclock/Makefile
+++ b/x11-clocks/xclock/Makefile
@@ -14,4 +14,5 @@ USES= iconv
MAN1= xclock.1
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/xdaliclock/Makefile b/x11-clocks/xdaliclock/Makefile
index 4d7ca16522b6..259680dc4cdf 100644
--- a/x11-clocks/xdaliclock/Makefile
+++ b/x11-clocks/xdaliclock/Makefile
@@ -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>
diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile
index 8f0076f67b86..19c6d03660cd 100644
--- a/x11-clocks/xfce4-datetime-plugin/Makefile
+++ b/x11-clocks/xfce4-datetime-plugin/Makefile
@@ -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>
diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile
index 7e98057baa7d..67f0d877b702 100644
--- a/x11-clocks/xfce4-timer-out-plugin/Makefile
+++ b/x11-clocks/xfce4-timer-out-plugin/Makefile
@@ -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>
diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile
index 693e24c1d865..37bd422c5a62 100644
--- a/x11-clocks/xfce4-timer-plugin/Makefile
+++ b/x11-clocks/xfce4-timer-plugin/Makefile
@@ -19,4 +19,5 @@ USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
USES= pkgconfig gettext
+NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-clocks/xtimer/Makefile b/x11-clocks/xtimer/Makefile
index 6e578c84a19f..dff5d0a0c208 100644
--- a/x11-clocks/xtimer/Makefile
+++ b/x11-clocks/xtimer/Makefile
@@ -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>