From b75440a3223ebdfcf15a2761b7eda8d3758ac26c Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 29 Oct 2002 19:48:57 +0000 Subject: [PATCH] No regression tests available. --- x11/Xaw3d/Makefile | 6 ++++-- x11/afterstep/Makefile | 4 +++- x11/amiwm/Makefile | 4 +++- x11/asclock/Makefile | 6 ++++-- x11/aterm/Makefile | 5 +++-- x11/bclock/Makefile | 11 ++++------- x11/blast/Makefile | 12 ++++-------- x11/bricons/Makefile | 4 ++-- x11/ctwm/Makefile | 5 +++-- x11/dclock/Makefile | 7 +++---- x11/emiclock/Makefile | 11 +++-------- x11/evilwm/Makefile | 4 +++- x11/explorer/Makefile | 3 ++- x11/flwm/Makefile | 4 +++- x11/freefonts/Makefile | 11 +++-------- x11/gatos-bin/Makefile | 32 +++++++++++++++++--------------- x11/gkrellweather/Makefile | 5 +++-- x11/ion/Makefile | 7 ++++--- x11/kde/libs3-doc/Makefile | 4 +++- x11/lupe/Makefile | 6 ++++-- x11/mouseclock/Makefile | 12 ++++-------- x11/mplayer-fontmaker/Makefile | 4 +++- x11/mplayer-fonts/Makefile | 4 +++- x11/mplayer/Makefile | 4 +++- x11/mxconns/Makefile | 6 ++++-- x11/olvwm/Makefile | 6 ++++-- x11/openmotif/Makefile | 7 +++++-- x11/piewm/Makefile | 6 +++--- x11/qlwm/Makefile | 4 ++-- x11/qt2-designer/Makefile | 5 +++-- x11/qt2/Makefile | 5 +++-- x11/qt3/Makefile | 3 ++- x11/rclock/Makefile | 6 ++++-- x11/rdesktop/Makefile | 5 +++-- x11/rep-gtk/Makefile | 4 +++- x11/root-tail/Makefile | 3 ++- x11/rox-filer/Makefile | 5 +++-- x11/sawfish/Makefile | 6 ++++-- x11/sliderule/Makefile | 6 +++--- x11/swisswatch/Makefile | 12 ++++-------- x11/ttmkfdir/Makefile | 5 ++--- x11/tvtwm/Makefile | 4 +++- x11/unclutter/Makefile | 6 ++++-- x11/viewfax/Makefile | 5 +++-- x11/wampager/Makefile | 3 ++- x11/wmmenu/Makefile | 4 +++- x11/wmtime/Makefile | 7 ++++--- x11/wmx/Makefile | 7 ++++--- x11/x2vnc/Makefile | 4 +++- x11/x2x/Makefile | 6 +++--- x11/xaniroc/Makefile | 12 ++++-------- x11/xantfarm/Makefile | 12 ++++-------- x11/xautolock/Makefile | 11 +++++++---- x11/xcb/Makefile | 6 ++++-- x11/xco/Makefile | 6 ++++-- x11/xcoloredit/Makefile | 12 ++++-------- x11/xcolors/Makefile | 6 ++++-- x11/xdaliclock/Makefile | 6 ++++-- x11/xdtm/Makefile | 6 ++++-- x11/xdu/Makefile | 5 +++-- x11/xfed/Makefile | 6 ++++-- x11/xfedor/Makefile | 5 +++-- x11/xfishtank/Makefile | 12 ++++-------- x11/xfm/Makefile | 5 +++-- x11/xforms/Makefile | 5 +++-- x11/xfstt/Makefile | 5 +++-- x11/xglobe/Makefile | 4 +++- x11/xgrab/Makefile | 12 ++++-------- x11/xkeycaps/Makefile | 6 ++++-- x11/xmascot/Makefile | 12 ++++-------- x11/xmbdfed/Makefile | 4 +++- x11/xmold/Makefile | 12 ++++-------- x11/xpostit/Makefile | 5 +++-- x11/xpostitPlus/Makefile | 6 ++++-- x11/xprompt/Makefile | 12 ++++-------- x11/xsnow/Makefile | 6 ++++-- x11/xtacy/Makefile | 12 ++++-------- x11/xtattr/Makefile | 12 ++++-------- x11/xtattr/pkg/DESCR | 6 ------ x11/xtestpicture/Makefile | 12 ++++-------- x11/xtoolwait/Makefile | 11 ++++------- x11/xview/clients/Makefile | 5 +++-- x11/xview/config/Makefile | 3 ++- x11/xview/lib/Makefile | 5 +++-- x11/xzoom/Makefile | 12 ++++-------- 85 files changed, 301 insertions(+), 291 deletions(-) diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index 9464c926463..c6ecaf00e50 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.18 2002/05/15 17:58:51 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2002/10/29 19:48:57 naddy Exp $ COMMENT= "3D Athena Widget set that looks like Motif" DISTNAME= Xaw3d-1.5 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_XCONTRIB:=widgets/Xaw3d/R6.3/} PERMIT_PACKAGE_CDROM= Yes @@ -22,6 +22,8 @@ post-extract: @mkdir -p ${WRKSRC}/X11/Xaw3d @cd ${WRKSRC}/X11/Xaw3d; ln -sf ../../*.h . +NO_REGRESS= Yes + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Xaw3d ${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile index d256a72a14b..24333c82818 100644 --- a/x11/afterstep/Makefile +++ b/x11/afterstep/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2002/07/18 02:16:41 brad Exp $ +# $OpenBSD: Makefile,v 1.21 2002/10/29 19:48:57 naddy Exp $ COMMENT= "Window manager, continuation of the Bowman NeXTSTEP clone" @@ -31,6 +31,8 @@ CONFIGURE_ARGS+= --with-png-includes=${LOCALBASE}/include/libpng CONFIGURE_ARGS+= --with-png-library=${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" + +NO_REGRESS= Yes post-install: ${INSTALL_DATA} ${FILESDIR}/monitor_bsd.xpm ${PREFIX}/share/afterstep/desktop/icons/common diff --git a/x11/amiwm/Makefile b/x11/amiwm/Makefile index 41830ca89d8..63b97d14db9 100755 --- a/x11/amiwm/Makefile +++ b/x11/amiwm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2002/08/27 20:49:58 lebel Exp $ +# $OpenBSD: Makefile,v 1.2 2002/10/29 19:48:57 naddy Exp $ COMMENT= "Amiga Workbench lookalike window manager" @@ -23,4 +23,6 @@ CONFIGURE_STYLE= gnu dest CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS} -I${X11BASE}/include' +NO_REGRESS= Yes + .include diff --git a/x11/asclock/Makefile b/x11/asclock/Makefile index 27164f3e642..5fc8ab1083f 100644 --- a/x11/asclock/Makefile +++ b/x11/asclock/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2002/03/21 21:25:55 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2002/10/29 19:48:57 naddy Exp $ COMMENT= "afterstep clock with some language extensions" DISTNAME= asclock-2.0.12 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.afterstep.org/apps/asclock/ \ ftp://fuf.sh.cvut.cz/pub/AfterStep/apps/asclock/ \ http://www.tigr.net/afterstep/download/asclock/ @@ -34,4 +34,6 @@ pre-configure: @THEMES='${THEMES}' CLASSICS='${CLASSICS}' LANGUAGES='${LANGUAGES}' \ WRKSRC=${WRKSRC} FLAVOR='${FLAVOR}' ${FILESDIR}/configure conf +NO_REGRESS= Yes + .include diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 86ae84c95a1..9d8cbb2e518 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.29 2002/06/09 06:09:24 jcs Exp $ +# $OpenBSD: Makefile,v 1.30 2002/10/29 19:48:57 naddy Exp $ DISTNAME= aterm-0.4.2 CATEGORIES= x11 -NEED_VERSION= 1.509 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -49,4 +48,6 @@ CONFIGURE_ARGS+= --with-xpm --enable-transparency \ --with-jpeg --with-png .endif +NO_REGRESS= Yes + .include diff --git a/x11/bclock/Makefile b/x11/bclock/Makefile index a75aeca28f3..4ff24c1ea89 100644 --- a/x11/bclock/Makefile +++ b/x11/bclock/Makefile @@ -1,15 +1,10 @@ -# OpenBSD makefile for: dclock -# Version required: 1.0 -# Date created: 8 January 1998 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.11 2002/05/15 17:58:51 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2002/10/29 19:48:58 naddy Exp $ COMMENT= "round, analog X11 clock with bezier curve hands" DISTNAME= bclock-1.0 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/clocks/} PERMIT_PACKAGE_CDROM= Yes @@ -21,4 +16,6 @@ USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/blast/Makefile b/x11/blast/Makefile index 60639d04910..924afd92202 100644 --- a/x11/blast/Makefile +++ b/x11/blast/Makefile @@ -1,17 +1,11 @@ -# OpenBSD makefile for: blast-1.0 -# Version required: 1.0 -# Date created: 6 January 1998 -# Whom: don -# -# $OpenBSD: Makefile,v 1.11 2002/03/21 21:25:55 espie Exp $ -# +# $OpenBSD: Makefile,v 1.12 2002/10/29 19:48:58 naddy Exp $ COMMENT= "blow holes through windows" DISTNAME= blast-1.0-ss-11.00 PKGNAME= blast-1.0 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/blast-1.0/ \ ftp://hpftp.cict.fr/hpux/X11/Demos/blast-1.0/ @@ -27,6 +21,8 @@ WRKDIST= ${WRKDIR}/${PKGNAME} do-build: cd ${WRKSRC} && ${CC} blast.c -I${X11BASE}/include ${CFLAGS} -L$(X11BASE)/lib -lX11 -lXext -o blast +NO_REGRESS= Yes + do-install: $(INSTALL_PROGRAM) $(WRKSRC)/blast $(PREFIX)/bin/blast $(INSTALL_MAN) $(WRKSRC)/blast.man $(PREFIX)/man/man1/blast.1 diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile index 437bc212de6..98eb78dbbab 100644 --- a/x11/bricons/Makefile +++ b/x11/bricons/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2002/03/21 21:25:55 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2002/10/29 19:48:58 naddy Exp $ COMMENT= "quick start-up utility for applications on an X11 display" PKGNAME= bricons-3.0 DISTNAME= bricons-athena-3.0 CATEGORIES= x11 -NEED_VERSION= 1.515 # BSD PERMIT_PACKAGE_CDROM= Yes @@ -19,6 +18,7 @@ MASTER_SITES= ftp://ftp.uni-paderborn.de/unix/X11/ftp.x.org/R5contrib/ \ CONFIGURE_STYLE= imake WRKDIST= ${WRKDIR}/bricons USE_X11= Yes +NO_REGRESS= Yes post-install: ${INSTALL_DATA} ${WRKSRC}/Xbricons ${PREFIX}/lib/X11/app-defaults diff --git a/x11/ctwm/Makefile b/x11/ctwm/Makefile index 32bbb5b3967..c0cad2c82f2 100644 --- a/x11/ctwm/Makefile +++ b/x11/ctwm/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2002/07/05 07:21:50 kevlo Exp $ +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:58 naddy Exp $ COMMENT= "twm, plus support for multiple virtual screens, etc" DISTNAME= ctwm-3.6 CATEGORIES= x11 -NEED_VERSION= 1.515 HOMEPAGE= http://ctwm.dl.nu/ @@ -18,4 +17,6 @@ MASTER_SITES= ${HOMEPAGE}/dist/ USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/dclock/Makefile b/x11/dclock/Makefile index d23545f1562..67430436f8c 100644 --- a/x11/dclock/Makefile +++ b/x11/dclock/Makefile @@ -1,13 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2002/03/21 21:25:55 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2002/10/29 19:48:58 naddy Exp $ # $FreeBSD: Makefile,v 1.9 1999/08/31 06:52:30 mharo Exp $ COMMENT= "digital clock with optional military time and alarm" PKGNAME= dclock-pl4 - CATEGORIES= x11 -NEED_VERSION= 1.515 - DISTNAME= dclock EXTRACT_SUFX= .shar.Z @@ -26,6 +23,8 @@ WRKDIST= ${WRKDIR} ALL_TARGET= dclock +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dclock ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dclock.man ${PREFIX}/man/man1/dclock.1 diff --git a/x11/emiclock/Makefile b/x11/emiclock/Makefile index 0cc77e0416d..a1a26236dbf 100644 --- a/x11/emiclock/Makefile +++ b/x11/emiclock/Makefile @@ -1,16 +1,10 @@ -# OpenBSD makefile for: EmiClock -# Version required: 1.0.2 -# Date created: May 19 1998 -# Whom: Angelos D. Keromytis -# -# $OpenBSD: Makefile,v 1.12 2002/03/21 21:25:55 espie Exp $ -# +# $OpenBSD: Makefile,v 1.13 2002/10/29 19:48:58 naddy Exp $ COMMENT= "hyper-animated face analog clock for X11" DISTNAME= emiclock-2.0.2 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.noge.com/pub/EmiClock/X11/ CONFIGURE_STYLE=imake @@ -24,6 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes USE_X11= Yes +NO_REGRESS= Yes LANGRES= resources/R6/EUC/EmiClock.ad LANGDIR= $(PREFIX)/lib/X11/ja_JP.EUC/app-defaults diff --git a/x11/evilwm/Makefile b/x11/evilwm/Makefile index a1eba8a81f7..4e5273f0d7f 100644 --- a/x11/evilwm/Makefile +++ b/x11/evilwm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2002/09/10 01:15:33 naddy Exp $ +# $OpenBSD: Makefile,v 1.3 2002/10/29 19:48:58 naddy Exp $ COMMENT= "minimalist window manager for the X Window System" @@ -23,6 +23,8 @@ ALL_TARGET= allinone MAKE_FLAGS= XROOT='${X11BASE}' CC='${CC}' FAKE_FLAGS= prefix='${WRKINST}${PREFIX}' +NO_REGRESS= Yes + DOCDIR= ${PREFIX}/share/doc/evilwm do-install: diff --git a/x11/explorer/Makefile b/x11/explorer/Makefile index 547cc3a4d3a..da8a8950cf5 100644 --- a/x11/explorer/Makefile +++ b/x11/explorer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2002/10/08 15:53:36 naddy Exp $ +# $OpenBSD: Makefile,v 1.20 2002/10/29 19:48:58 naddy Exp $ COMMENT= "file manager with same look and feel as Windows95(tm)" @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --datadir='$${DESTDIR}${PREFIX}/lib/X11/explorer' \ ALL_TARGET= explorer USE_X11= Yes +NO_REGRESS= Yes post-install: @/usr/bin/strip ${PREFIX}/bin/explorer diff --git a/x11/flwm/Makefile b/x11/flwm/Makefile index bdf9b88b947..0dcb3d3bc26 100644 --- a/x11/flwm/Makefile +++ b/x11/flwm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2002/08/10 20:13:20 wilfried Exp $ +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:58 naddy Exp $ COMMENT= "fast-light window manager" @@ -26,4 +26,6 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +NO_REGRESS= Yes + .include diff --git a/x11/freefonts/Makefile b/x11/freefonts/Makefile index e220825aaf2..f6d5694415d 100644 --- a/x11/freefonts/Makefile +++ b/x11/freefonts/Makefile @@ -1,16 +1,10 @@ -# OpenBSD makefile for: freefonts -# Version required: 0.10 -# Date created: 11 January 1998 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.13 2002/03/21 21:25:55 espie Exp $ -# +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:58 naddy Exp $ COMMENT= "collection of ATM fonts from the CICA archives" DISTNAME= freefonts-0.10 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.gimp.org/gimp/fonts/ @@ -24,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes WRKDIST= ${WRKDIR} USE_X11= Yes NO_BUILD= Yes +NO_REGRESS= Yes FREEFONTDIR= ${PREFIX}/lib/X11/fonts do-install: diff --git a/x11/gatos-bin/Makefile b/x11/gatos-bin/Makefile index 176b6d912a7..24ef6216ae5 100644 --- a/x11/gatos-bin/Makefile +++ b/x11/gatos-bin/Makefile @@ -1,26 +1,28 @@ -# $OpenBSD: Makefile,v 1.5 2002/05/20 00:15:23 brad Exp $ - -CATEGORIES=x11 -NEED_VERSION=1.515 +# $OpenBSD: Makefile,v 1.6 2002/10/29 19:48:58 naddy Exp $ ONLY_FOR_ARCHS= i386 -COMMENT='ATI drivers with full xvideo support' -DISTNAME=ATI-4.2.0-6.i386 -PKGNAME=ATI-4.2.0.6 -MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=gatos/} -PERMIT_DISTFILES_CDROM=Yes -PERMIT_DISTFILES_FTP=Yes -PERMIT_PACKAGE_CDROM=Yes -PERMIT_PACKAGE_FTP=Yes +COMMENT= 'ATI drivers with full xvideo support' +DISTNAME= ATI-4.2.0-6.i386 +PKGNAME= ATI-4.2.0.6 +CATEGORIES= x11 + +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gatos/} EXTRACT_ONLY= -NO_BUILD= +NO_BUILD= Yes +NO_REGRESS= Yes do-install: - cd ${PREFIX} && tar -zxv -s ,X11R6/lib,lib/X11, -f ${FULLDISTDIR}/${DISTNAME}.tar.gz + cd ${PREFIX} && tar -zxv -s ,X11R6/lib,lib/X11, \ + -f ${FULLDISTDIR}/${DISTNAME}.tar.gz -SUBST_VARS=X11BASE +SUBST_VARS= X11BASE .include diff --git a/x11/gkrellweather/Makefile b/x11/gkrellweather/Makefile index 4fe183798b9..2e3d187c808 100644 --- a/x11/gkrellweather/Makefile +++ b/x11/gkrellweather/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/10 03:18:35 wilfried Exp $ +# $OpenBSD: Makefile,v 1.5 2002/10/29 19:48:58 naddy Exp $ COMMENT= "weather display plugin for gkrellm" DISTNAME= gkrellweather-0.2.7 CATEGORIES= x11 -NEED_VERSION= 1.515 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -26,6 +25,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} \ :wget-*:net/wget ALL_TARGET= +NO_REGRESS= Yes + do-install: @mkdir -p ${PREFIX}/lib/gkrellm/plugins ${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather ${PREFIX}/bin diff --git a/x11/ion/Makefile b/x11/ion/Makefile index 0dbd70495d7..56bb5dabbda 100644 --- a/x11/ion/Makefile +++ b/x11/ion/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2002/05/31 03:04:33 mark Exp $ +# $OpenBSD: Makefile,v 1.11 2002/10/29 19:48:58 naddy Exp $ COMMENT= "light, keyboard friendly window manager" DISTNAME= ion-20020207 HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/ - CATEGORIES= x11 -NEED_VERSION= 1.500 + MAINTAINER= Brian J. Kifiak MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/ \ @@ -21,4 +20,6 @@ USE_GMAKE= Yes USE_X11= Yes MAKE_FLAGS= SYSCONFDIR=${SYSCONFDIR} +NO_REGRESS= Yes + .include diff --git a/x11/kde/libs3-doc/Makefile b/x11/kde/libs3-doc/Makefile index ef2da5aff77..2cbd65c6c20 100644 --- a/x11/kde/libs3-doc/Makefile +++ b/x11/kde/libs3-doc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/10/28 21:44:32 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2002/10/29 19:48:58 naddy Exp $ COMMENT= "X11 toolkit, libraries documentation" CATEGORIES= x11 x11/kde devel @@ -24,6 +24,8 @@ do-build: qt2kdoc -u "file:${LOCALBASE}/share/doc/qt3/html" \ -o ${WRKDIST}/qt ${LOCALBASE}/share/doc/qt3/html +NO_REGRESS= Yes + do-install: mkdir -p ${DDIR} makekdedoc --libdir=${WRKDIST}/qt --outputdir ${DDIR} \ diff --git a/x11/lupe/Makefile b/x11/lupe/Makefile index d0ffb4c3000..45c0a2db00e 100644 --- a/x11/lupe/Makefile +++ b/x11/lupe/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2002/03/21 21:25:55 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2002/10/29 19:48:58 naddy Exp $ COMMENT= "real-time magnifying glass for X11" DISTNAME= lupe008c PKGNAME= lupe-0.08 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${HOMEPAGE} HOMEPAGE= http://www.oersted.co.jp/~yav/soft/ @@ -23,4 +23,6 @@ XMKMF= xmkmf WRKDIST= ${WRKDIR}/lupe +NO_REGRESS= Yes + .include diff --git a/x11/mouseclock/Makefile b/x11/mouseclock/Makefile index 5c74fa316c7..853ff0d709a 100644 --- a/x11/mouseclock/Makefile +++ b/x11/mouseclock/Makefile @@ -1,16 +1,10 @@ -# OpenBSD makefile for: mouseclock -# Version required: 1.0 -# Date created: May 19 1998 -# Whom: Angelos D. Keromytis -# -# $OpenBSD: Makefile,v 1.16 2002/05/15 18:05:19 espie Exp $ -# +# $OpenBSD: Makefile,v 1.17 2002/10/29 19:48:58 naddy Exp $ COMMENT= "display the current time using the X11 root cursor" DISTNAME= mouseclock-1.0 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/clocks/} # License: GPL @@ -24,6 +18,8 @@ USE_X11= Yes CONFIGURE_STYLE= imake noman XMKMF= xmkmf +NO_REGRESS= Yes + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mouseclock ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/mouseclock diff --git a/x11/mplayer-fontmaker/Makefile b/x11/mplayer-fontmaker/Makefile index 64b73dbdd4d..581355226d6 100644 --- a/x11/mplayer-fontmaker/Makefile +++ b/x11/mplayer-fontmaker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2002/10/28 17:56:08 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2002/10/29 19:48:58 naddy Exp $ DISTNAME=mplayer-fontmaker-0.90pre9 CATEGORIES=x11 @@ -25,6 +25,8 @@ post-build: sed -e 's,^PREFIX=.*,PREFIX=${PREFIX},' \ ${FILESDIR}/mksubfont >${WRKBUILD}/mksubfont +NO_REGRESS=Yes + do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/subfont ${PREFIX}/bin ${INSTALL_DATA_DIR} ${OSDDIR} diff --git a/x11/mplayer-fonts/Makefile b/x11/mplayer-fonts/Makefile index 7e83e2661c2..d7af72b2d5f 100644 --- a/x11/mplayer-fonts/Makefile +++ b/x11/mplayer-fonts/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/10/28 17:56:08 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2002/10/29 19:48:58 naddy Exp $ COMMENT='subtitle font for mplayer' CATEGORIES=x11 @@ -28,6 +28,8 @@ FULLPKGNAME=mplayer-${NAME}-0.90pre9 do-build: cd ${WRKBUILD} && mksubfont ${DIR}/${FONT}.ttf +NO_REGRESS=Yes + FILES=ISO-8859-1-a.raw ISO-8859-1-b.raw font.desc \ osd-encoding-a.raw osd-encoding-b.raw diff --git a/x11/mplayer/Makefile b/x11/mplayer/Makefile index a53fc493cea..ce8f92556df 100644 --- a/x11/mplayer/Makefile +++ b/x11/mplayer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2002/10/28 17:56:08 espie Exp $ +# $OpenBSD: Makefile,v 1.35 2002/10/29 19:48:58 naddy Exp $ # May not be hard to add more. ONLY_FOR_ARCHS= i386 macppc sparc64 @@ -146,6 +146,8 @@ post-patch: @ln -s ${LOCALBASE}/${MACHINE_ARCH}-unknown-openbsd${OPSYS_VER}/bin/as ${WRKDIR}/bin/as .endif +NO_REGRESS= Yes + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/mplayer/Skin/${SKIN} ${INSTALL_DATA} ${WRKDIR}/${SKIN}/* ${PREFIX}/share/mplayer/Skin/${SKIN}/ diff --git a/x11/mxconns/Makefile b/x11/mxconns/Makefile index 5281fd9e47f..cac4c3502b3 100644 --- a/x11/mxconns/Makefile +++ b/x11/mxconns/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2002/03/21 21:25:55 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2002/10/29 19:48:58 naddy Exp $ COMMENT= "interactive X11 proxy with selective X request replacement" DISTNAME= mxconns-3.1.4 CATEGORIES= x11 security -NEED_VERSION= 1.515 + MASTER_SITES= http://c.home.cern.ch/c/cons/www/mxconns/ EXTRACT_SUFX= .tgz @@ -20,6 +20,8 @@ USE_MOTIF= any CONFIGURE_STYLE= simple CONFIGURE_ARGS= -optim "${CFLAGS}" +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/mxconns ${PREFIX}/bin ${INSTALL_MAN} ${WRKBUILD}/mxconns.man \ diff --git a/x11/olvwm/Makefile b/x11/olvwm/Makefile index 426bf93a2ae..00b31abc300 100644 --- a/x11/olvwm/Makefile +++ b/x11/olvwm/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2002/03/21 21:25:55 espie Exp $ +# $OpenBSD: Makefile,v 1.25 2002/10/29 19:48:58 naddy Exp $ COMMENT= "OpenLook Virtual Window manager" DISTNAME= olvwm4 PKGNAME= olvwm-4.2 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTFILES= olvwm4.tar.Z @@ -32,6 +32,8 @@ MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config WRKDIST= ${WRKDIR} +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/lib/help diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 040bc792912..edee29e861d 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2002/03/21 21:25:55 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2002/10/29 19:48:58 naddy Exp $ COMMENT= "Motif toolkit" COMMENT-debuglibs="Motif toolkit debug libraries" @@ -11,7 +11,7 @@ PKGNAME-demos= openmotif-demos-${VERSION}.${PATCHLEVEL} PKGNAME-debuglibs=openmotif-debuglibs-${VERSION}.${PATCHLEVEL} CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.opengroup.org/pub/openmotif/R${VERSION}/tars/ \ ftp://openmotif.opengroup.org/pub/openmotif/R${VERSION}/tars/ \ ftp://ftp.kddlabs.co.jp/X11/openmotif/R${VERSION}/tars/ @@ -97,4 +97,7 @@ post-install: LIB_DEPENDS+= Xm.2.1::x11/openmotif .endif +# XXX Large, complicated, only partially automated test suite available +NO_REGRESS= Yes + .include diff --git a/x11/piewm/Makefile b/x11/piewm/Makefile index 5e807890b17..b789130d7cb 100644 --- a/x11/piewm/Makefile +++ b/x11/piewm/Makefile @@ -1,11 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2002/03/21 21:25:55 espie Exp $ -# +# $OpenBSD: Makefile,v 1.15 2002/10/29 19:48:58 naddy Exp $ COMMENT= "tvtwm with pie (circular) menus" DISTNAME= piewm-1.03 CATEGORIES= x11 -NEED_VERSION= 1.515 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -18,4 +16,6 @@ USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/qlwm/Makefile b/x11/qlwm/Makefile index 0234a11794f..52025999095 100644 --- a/x11/qlwm/Makefile +++ b/x11/qlwm/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2002/03/21 21:25:55 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2002/10/29 19:48:58 naddy Exp $ COMMENT= "qt-based window manager" DISTNAME= qlwm-1.7 CATEGORIES= x11 -NEED_VERSION= 1.515 HOMEPAGE= http://qlwm.get.to/ MASTER_SITES= http://www.netcologne.de/~nc-lindenal/qlwm/ @@ -28,6 +27,7 @@ MAKE_FLAGS=INCPATH='-I${X11BASE}/include -I${MODQT_INCDIR}' \ MOC=${MODQT_MOC} \ DEST=${LIBDIR} +NO_REGRESS= Yes do-install: ${INSTALL_DATA_DIR} ${LIBDIR}/files ${DOCDIR} diff --git a/x11/qt2-designer/Makefile b/x11/qt2-designer/Makefile index 65cd7eecc5c..254e18c8c32 100644 --- a/x11/qt2-designer/Makefile +++ b/x11/qt2-designer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2002/09/11 17:42:01 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2002/10/29 19:48:58 naddy Exp $ COMMENT= designer for qt2 @@ -6,7 +6,7 @@ VERSION= 3.2 DISTNAME= qt-designer-2.${VERSION} PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 devel -NEED_VERSION= 1.525 + MASTER_SITES= ftp://ftp.troll.no/qt/source/ DISTFILES= qt-x11-2.${VERSION}.tar.gz EXTRACT_ONLY= @@ -53,6 +53,7 @@ QT_EXAMPLES= ${QT_LIBDIR}/examples QT_TUTORIAL= ${QT_LIBDIR}/tutorial QT_DOC= ${PREFIX}/share/doc/qt2 +NO_REGRESS= Yes do-install: diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile index bf08b31854e..0e4b223c0c6 100644 --- a/x11/qt2/Makefile +++ b/x11/qt2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2002/09/11 17:42:01 espie Exp $ +# $OpenBSD: Makefile,v 1.38 2002/10/29 19:48:58 naddy Exp $ # $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $ COMMENT= C++ X11 GUI toolkit COMMENT-examples= examples and tutorial for qt2 @@ -7,7 +7,7 @@ COMMENT-html= off-line html documentation for qt2 VERSION= 3.2 DISTNAME= qt-2.${VERSION} CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.troll.no/qt/source/ DISTFILES= qt-x11-2.${VERSION}.tar.gz @@ -73,6 +73,7 @@ DOCS= ANNOUNCE FAQ LICENSE.GPL README README.QT \ changes-2* VMEM_WARNING= Yes +NO_REGRESS= Yes post-patch: @cd ${WRKSRC}/configs; for i in openbsd-*; do \ diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 2b4fd170835..0bbed1cdb67 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2002/10/26 11:45:52 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2002/10/29 19:48:58 naddy Exp $ # $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $ COMMENT= C++ X11 GUI toolkit @@ -143,6 +143,7 @@ DOCS= FAQ LICENSE.GPL README README.QT \ changes-3* VMEM_WARNING= Yes +NO_REGRESS= Yes .if ${FLAVOR:L:Mmt} diff --git a/x11/rclock/Makefile b/x11/rclock/Makefile index 3db91580407..5d550010fca 100644 --- a/x11/rclock/Makefile +++ b/x11/rclock/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2002/05/15 18:05:19 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2002/10/29 19:48:58 naddy Exp $ COMMENT= "analog clock for X11 w/appoint. reminder and mail notif" PKGNAME= rclock-2.7.6 DISTNAME= rxvt-2.7.6 CATEGORIES= x11 -NEED_VERSION= 1.402 + MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://mason.primenet.com.au/pub/rxvt/ \ ${MASTER_SITE_SUNSITE:=X11/terms/} @@ -23,4 +23,6 @@ MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/autoconf ALL_TARGET= clock +NO_REGRESS= Yes + .include diff --git a/x11/rdesktop/Makefile b/x11/rdesktop/Makefile index 9146ae30b6c..9264902620d 100644 --- a/x11/rdesktop/Makefile +++ b/x11/rdesktop/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2002/06/23 23:37:13 jcs Exp $ +# $OpenBSD: Makefile,v 1.12 2002/10/29 19:48:58 naddy Exp $ COMMENT= "open source client for Windows Terminal Server" @@ -6,7 +6,6 @@ DISTNAME= rdesktop-1.1.0 PATCHLEVEL= 19.9.0 PKGNAME= ${DISTNAME}.p${PATCHLEVEL} CATEGORIES= x11 net -NEED_VERSION= 1.504 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -26,6 +25,8 @@ USE_GMAKE= Yes USE_X11= Yes CONFIGURE_STYLE= gnu +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/rdesktop.1 ${PREFIX}/man/man1 diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index 4f0d0219eae..34f1d4d6ec0 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/09/14 12:19:15 naddy Exp $ +# $OpenBSD: Makefile,v 1.8 2002/10/29 19:48:58 naddy Exp $ COMMENT= "GTK+ binding for librep Lisp environment" @@ -29,4 +29,6 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --without-gdk-pixbuf --without-gnome --without-libglade +NO_REGRESS= Yes + .include diff --git a/x11/root-tail/Makefile b/x11/root-tail/Makefile index e7b0aed59d6..ecff1ab2266 100644 --- a/x11/root-tail/Makefile +++ b/x11/root-tail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2002/09/19 23:27:43 naddy Exp $ +# $OpenBSD: Makefile,v 1.9 2002/10/29 19:48:58 naddy Exp $ COMMENT= "tails a given file anywhere on your X11 root window" @@ -19,5 +19,6 @@ MASTER_SITES= ${HOMESITE}/data/ CONFIGURE_STYLE= imake USE_X11= Yes +NO_REGRESS= Yes .include diff --git a/x11/rox-filer/Makefile b/x11/rox-filer/Makefile index 6c9b127ce7f..9448b308046 100644 --- a/x11/rox-filer/Makefile +++ b/x11/rox-filer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2002/07/17 11:31:13 couderc Exp $ +# $OpenBSD: Makefile,v 1.9 2002/10/29 19:48:59 naddy Exp $ COMMENT= "gtk file manager with desktop features" @@ -7,7 +7,6 @@ DISTNAME= rox-${VERSION} PKGNAME= rox-filer-${VERSION} ROXBASE= rox-base-1.0.2 CATEGORIES= x11 -NEED_VERSION= 1.504 HOMEPAGE= http://rox.sourceforge.net/ @@ -40,6 +39,8 @@ do-build: @cd ${WRKSRC} && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" \ ROX-Filer/AppRun --compile +NO_REGRESS= Yes + do-install: # base install ${INSTALL_DATA_DIR} ${PREFIX}/share/rox/Choices/MIME-icons diff --git a/x11/sawfish/Makefile b/x11/sawfish/Makefile index 9affab0a7d5..9cdcd667768 100644 --- a/x11/sawfish/Makefile +++ b/x11/sawfish/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2002/09/14 16:23:42 naddy Exp $ +# $OpenBSD: Makefile,v 1.11 2002/10/29 19:48:59 naddy Exp $ COMMENT= "extensible window manager" VERSION= 0.36 DISTNAME= sawfish-${VERSION} CATEGORIES= x11 -NEED_VERSION= 1.489 + MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/} HOMEPAGE= http://sawmill.sourceforge.net/ @@ -37,4 +37,6 @@ CONFIGURE_ARGS+= --without-audiofile --without-esd \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +NO_REGRESS= Yes + .include diff --git a/x11/sliderule/Makefile b/x11/sliderule/Makefile index d32f5b3551d..ede13f568c9 100644 --- a/x11/sliderule/Makefile +++ b/x11/sliderule/Makefile @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2002/03/21 21:25:55 espie Exp $ -# +# $OpenBSD: Makefile,v 1.12 2002/10/29 19:48:59 naddy Exp $ COMMENT= "slide rule component of X11R3's xcalc" DISTNAME= sliderule PKGNAME= sliderule-1.0 CATEGORIES= x11 -NEED_VERSION= 1.515 PERMIT_PACKAGE_CDROM= "no license" PERMIT_PACKAGE_FTP= Yes @@ -19,4 +17,6 @@ USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/swisswatch/Makefile b/x11/swisswatch/Makefile index 0114cd60fed..863615fa5ae 100644 --- a/x11/swisswatch/Makefile +++ b/x11/swisswatch/Makefile @@ -1,16 +1,10 @@ -# OpenBSD makefile for: swisswatch -# Version required: 0.0.6 -# Date created: 11 January 1998 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.9 2002/03/21 21:25:55 espie Exp $ -# +# $OpenBSD: Makefile,v 1.10 2002/10/29 19:48:59 naddy Exp $ COMMENT= "Swiss railway clock emulation" DISTNAME= swisswatch-0.06 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.iij.ad.jp/pub/X/R5contrib/ EXTRACT_SUFX= .tar.Z @@ -23,4 +17,6 @@ USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/ttmkfdir/Makefile b/x11/ttmkfdir/Makefile index e50fcac385d..79142d71acb 100644 --- a/x11/ttmkfdir/Makefile +++ b/x11/ttmkfdir/Makefile @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2002/03/21 21:25:56 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2002/10/29 19:48:59 naddy Exp $ COMMENT= "create fonts.scale file for the TrueType font server" PKGNAME= ttmkfdir-0.0 DISTNAME= ttmkfdir - CATEGORIES= x11 -NEED_VERSION= 1.515 MAINTAINER= David Lebel MASTER_SITES= http://www.joerg-pommnitz.de/TrueType/ @@ -19,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WRKSRC= ${WRKDIR} +NO_REGRESS= Yes do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} ttmkfdir.c \ diff --git a/x11/tvtwm/Makefile b/x11/tvtwm/Makefile index 7c1a40471bf..04ffbe6e68b 100644 --- a/x11/tvtwm/Makefile +++ b/x11/tvtwm/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: ports/x11-wm/tvtwm/Makefile,v 1.17 1999/08/31 06:53:15 mharo Exp $ -# $OpenBSD: Makefile,v 1.14 2002/07/18 21:02:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.15 2002/10/29 19:48:59 naddy Exp $ COMMENT= "twm with a virtual desktop" @@ -22,6 +22,8 @@ USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${PREFIX}/man/man1/tvtwm.1 diff --git a/x11/unclutter/Makefile b/x11/unclutter/Makefile index 51fdd6ca5db..470c1387e91 100644 --- a/x11/unclutter/Makefile +++ b/x11/unclutter/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2002/05/15 18:05:19 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2002/10/29 19:48:59 naddy Exp $ COMMENT= "hides idle X11 cursor" DISTNAME= unclutter-8 CATEGORIES= x11 -NEED_VERSION= 1.515 + MAINTAINER= Brian J. Kifiak MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} @@ -20,4 +20,6 @@ USE_X11= Yes WRKSRC= ${WRKDIR}/unclutter CONFIGURE_STYLE=imake +NO_REGRESS= Yes + .include diff --git a/x11/viewfax/Makefile b/x11/viewfax/Makefile index 1b38d1d3e7a..0b7307cf7e2 100644 --- a/x11/viewfax/Makefile +++ b/x11/viewfax/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2002/03/21 21:25:56 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2002/10/29 19:48:59 naddy Exp $ # $FreeBSD: Makefile,v 1.9 1998/03/07 23:26:23 jmz Exp $ COMMENT= "display files containing g3 and/or g4 coded fax pages" DISTNAME= viewfax-2.3 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ CONFIGURE_STYLE= imake @@ -17,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes USE_X11= Yes +NO_REGRESS= Yes pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/viewfax diff --git a/x11/wampager/Makefile b/x11/wampager/Makefile index f46991cfee3..13cbd41326e 100644 --- a/x11/wampager/Makefile +++ b/x11/wampager/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2002/09/01 10:00:48 couderc Exp $ +# $OpenBSD: Makefile,v 1.2 2002/10/29 19:48:59 naddy Exp $ COMMENT= "waimea mini pager" @@ -18,5 +18,6 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes USE_X11= Yes +NO_REGRESS= Yes .include diff --git a/x11/wmmenu/Makefile b/x11/wmmenu/Makefile index 3fc9333d194..57f7a1f1874 100644 --- a/x11/wmmenu/Makefile +++ b/x11/wmmenu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/09/17 15:22:27 wilfried Exp $ +# $OpenBSD: Makefile,v 1.8 2002/10/29 19:48:59 naddy Exp $ COMMENT= 'wm-dockapp; A popup menu of icons that launch programs' @@ -34,6 +34,8 @@ WRKDIST= ${WRKDIR}/wmmenu post-patch: @perl -pi -e 's#%%PREFIX%%#${PREFIX}#' ${WRKSRC}/example/defaults +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/wmmenu ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmmenu diff --git a/x11/wmtime/Makefile b/x11/wmtime/Makefile index df395e6e86f..e142d0e2ae3 100644 --- a/x11/wmtime/Makefile +++ b/x11/wmtime/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/03/21 21:25:56 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2002/10/29 19:48:59 naddy Exp $ COMMENT= "time/date applet for WindowMaker" @@ -6,7 +6,6 @@ DISTNAME= wmtime-1.0b2 CATEGORIES= x11 x11/windowmaker MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/ HOMEPAGE= http://windowmaker.mezaway.org -NEED_VERSION= 1.515 MAINTAINER= Arthur H. Johnson II @@ -17,6 +16,8 @@ PERMIT_DISTFILES_FTP= Yes WRKDIST= ${WRKDIR}/wmtime.app/ WRKSRC= ${WRKDIST}/wmtime/ -USE_X11= yes +USE_X11= Yes + +NO_REGRESS= Yes .include diff --git a/x11/wmx/Makefile b/x11/wmx/Makefile index 665679be16d..cf0a37e5652 100644 --- a/x11/wmx/Makefile +++ b/x11/wmx/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2001/07/09 17:11:29 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:59 naddy Exp $ -COMMENT= minimal window manager +COMMENT= "minimal window manager" DISTNAME= wmx-6 CATEGORIES= x11 -NEED_VERSION= 1.363 HOMEPAGE= http://www.all-day-breakfast.com/wmx/ MASTER_SITES= ${HOMEPAGE} @@ -19,6 +18,8 @@ PERMIT_DISTFILES_FTP= YES USE_X11= Yes CONFIGURE_STYLE= gnu +NO_REGRESS= Yes + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmx diff --git a/x11/x2vnc/Makefile b/x11/x2vnc/Makefile index 6646c021d7b..08f35dd580f 100644 --- a/x11/x2vnc/Makefile +++ b/x11/x2vnc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2002/10/18 20:34:06 fgsch Exp $ +# $OpenBSD: Makefile,v 1.12 2002/10/29 19:48:59 naddy Exp $ COMMENT= one keyboard and/or mouse, multiple X and VNC displays @@ -21,6 +21,8 @@ CONFIGURE_STYLE= imake ALL_TARGET= x2vnc x2vnc.0 +NO_REGRESS= Yes + do-install: ${INSTALL_MAN} ${WRKSRC}/x2vnc.0 ${PREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/x2vnc ${PREFIX}/bin diff --git a/x11/x2x/Makefile b/x11/x2x/Makefile index 4d89e6e2a06..f9e50bfb420 100644 --- a/x11/x2x/Makefile +++ b/x11/x2x/Makefile @@ -1,10 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2002/03/21 21:25:56 espie Exp $ -# +# $OpenBSD: Makefile,v 1.10 2002/10/29 19:48:59 naddy Exp $ COMMENT= "one keyboard/mouse to multiple X displays" DISTNAME= x2x-1.27 CATEGORIES= x11 -NEED_VERSION= 1.515 MAINTAINER= Todd T. Fries @@ -24,4 +22,6 @@ CONFIGURE_STYLE= imake pre-build: @nroff -man ${WRKSRC}/x2x.1 > ${WRKSRC}/x2x.man 2> /dev/null +NO_REGRESS= Yes + .include diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile index 56995771870..9cb60c927ec 100644 --- a/x11/xaniroc/Makefile +++ b/x11/xaniroc/Makefile @@ -1,17 +1,11 @@ -# OpenBSD makefile for: xaniroc -# Version required: 0.3 -# Date created: May 19 1998 -# Whom: Angelos D. Keromytis -# -# $OpenBSD: Makefile,v 1.14 2002/03/21 21:25:56 espie Exp $ -# +# $OpenBSD: Makefile,v 1.15 2002/10/29 19:48:59 naddy Exp $ COMMENT= "animate your root-cursor" DISTNAME= xaniroc PKGNAME= xaniroc-1.02 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.freebird.org/unixware/freebird/x11/utils/ \ ftp://sunsite.cnlab-switch.ch/mirror/novell/freebird/x11/utils/ EXTRACT_SUFX= .src.tar.Z @@ -28,4 +22,6 @@ CONFIGURE_STYLE= imake post-extract: mv ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man +NO_REGRESS= Yes + .include diff --git a/x11/xantfarm/Makefile b/x11/xantfarm/Makefile index 041a1943b08..78a276dbd2f 100644 --- a/x11/xantfarm/Makefile +++ b/x11/xantfarm/Makefile @@ -1,17 +1,11 @@ -# OpenBSD makefile for: xantfarm -# Version required: 1.16 -# Date created: 6 January 1998 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.12 2002/03/21 21:25:56 espie Exp $ -# +# $OpenBSD: Makefile,v 1.13 2002/10/29 19:48:59 naddy Exp $ COMMENT= "ant hill simulation on X11 root window" DISTNAME= xantfarm PKGNAME= xantfarm-1.16 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/Linux/JG/other-sources/ DISTFILES= xantfarm23oct91.tar.gz @@ -24,4 +18,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 3ef6f5c4acd..18cd02e89cb 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -1,12 +1,13 @@ -# $OpenBSD: Makefile,v 1.10 2002/05/15 18:05:19 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2002/10/29 19:48:59 naddy Exp $ + +COMMENT= "fire up programs in case of user inactivity under X" DISTNAME= xautolock-2.1 -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tgz CATEGORIES= x11 -NEED_VERSION= 1.511 + MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/screensavers/} -COMMENT= fire up programs in case of user inactivity under X HOMEPAGE= http://freshmeat.net/projects/xautolock/ MAINTAINER= Matthieu Herrb @@ -20,4 +21,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile index 0b03f6457ac..d6ae731ef08 100644 --- a/x11/xcb/Makefile +++ b/x11/xcb/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2002/03/21 21:25:56 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:59 naddy Exp $ COMMENT= "tool for managing X11 cut-buffers" DISTNAME= xcb-2.3i CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= http://www.goof.com/pcg/marc/data/ HOMEPAGE= http://www.goof.com/pcg/marc/xcb.html @@ -17,4 +17,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xco/Makefile b/x11/xco/Makefile index 4f5236451eb..bbeed624cae 100644 --- a/x11/xco/Makefile +++ b/x11/xco/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2002/03/21 21:25:56 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:59 naddy Exp $ COMMENT= "display X11 color names and colors" DISTNAME= xco PKGNAME= xco-1.3 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/bingle/ # License: BSD @@ -17,6 +17,8 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xco ${INSTALL_DATA} ${FILESDIR}/copyright ${PREFIX}/share/doc/xco diff --git a/x11/xcoloredit/Makefile b/x11/xcoloredit/Makefile index a038e9df779..6d3eef2c0c6 100644 --- a/x11/xcoloredit/Makefile +++ b/x11/xcoloredit/Makefile @@ -1,17 +1,11 @@ -# OpenBSD makefile for: xcoloredit -# Version required: 1.3 -# Date created: May 19 1998 -# Whom: Angelos D. Keromytis -# -# $OpenBSD: Makefile,v 1.13 2002/03/21 21:25:56 espie Exp $ -# +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:59 naddy Exp $ COMMENT= "find color values by graphical color mixing" DISTNAME= xcoloredit PKGNAME= xcoloredit-1.2 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X11/R5contrib/ \ ftp://ftp.x.org/R5contrib/ EXTRACT_SUFX= .tar.Z @@ -25,4 +19,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile index 3e62a3aef93..8065cbd3a45 100644 --- a/x11/xcolors/Makefile +++ b/x11/xcolors/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2002/03/21 21:25:56 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2002/10/29 19:48:59 naddy Exp $ COMMENT= "display all (ok, most of) the colors in the universe" DISTNAME= xcolors PKGNAME= xcolors-1.3 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/ \ ftp://ftp.weird.com/pub/mirror/ @@ -20,4 +20,6 @@ WRKDIST= ${WRKDIR}/xcolors CONFIGURE_STYLE=imake MAKE_FLAGS= RGBDBFILE=${X11BASE}/lib/X11/rgb +NO_REGRESS= Yes + .include diff --git a/x11/xdaliclock/Makefile b/x11/xdaliclock/Makefile index 90d925d2bb3..29f0ba1553b 100644 --- a/x11/xdaliclock/Makefile +++ b/x11/xdaliclock/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2001/10/06 21:31:28 naddy Exp $ +# $OpenBSD: Makefile,v 1.15 2002/10/29 19:48:59 naddy Exp $ COMMENT= "rather neat animated clock" DISTNAME= xdaliclock-2.18 CATEGORIES= x11 -NEED_VERSION= 1.402 + HOMEPAGE= http://www.jwz.org/xdaliclock/ # License: BSD @@ -21,4 +21,6 @@ CONFIGURE_STYLE= gnu MODGNU_CONFIG_GUESS_DIRS= ${WRKDIST} WRKSRC= ${WRKDIST}/X11 +NO_REGRESS= Yes + .include diff --git a/x11/xdtm/Makefile b/x11/xdtm/Makefile index ea5337384a7..4799a690ac7 100644 --- a/x11/xdtm/Makefile +++ b/x11/xdtm/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.18 2002/05/15 18:05:19 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2002/10/29 19:48:59 naddy Exp $ COMMENT= "Desktop Manager: a graphical shell for X11" DISTNAME= xdtm-2.5.8 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} PERMIT_PACKAGE_CDROM= Yes @@ -16,4 +16,6 @@ USE_X11= Yes CONFIGURE_STYLE= imake WRKDIST= ${WRKDIR}/xdtm +NO_REGRESS= Yes + .include diff --git a/x11/xdu/Makefile b/x11/xdu/Makefile index c50dddb02bd..fe41df58dbc 100644 --- a/x11/xdu/Makefile +++ b/x11/xdu/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2002/03/21 21:25:56 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:59 naddy Exp $ COMMENT= "graphic disk usage viewer" DISTNAME= xdu-3.0 CATEGORIES= x11 -NEED_VERSION= 1.515 MAINTAINER= Jakob Schlyter @@ -23,4 +22,6 @@ USE_X11= Yes CONFIGURE_STYLE= imake WRKDIST= ${WRKDIR} +NO_REGRESS= Yes + .include diff --git a/x11/xfed/Makefile b/x11/xfed/Makefile index 953d51b05f4..a16fbf18e24 100644 --- a/x11/xfed/Makefile +++ b/x11/xfed/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 2002/03/21 21:25:56 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2002/10/29 19:48:59 naddy Exp $ COMMENT= "X11 fonts (.bdf files) editor" DISTNAME= xfed PKGNAME= xfed-1.0 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.demon.co.uk/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/ # License: BSD @@ -22,4 +22,6 @@ CONFIGURE_STYLE= imake # NO_CHECKSUM= yes +NO_REGRESS= Yes + .include diff --git a/x11/xfedor/Makefile b/x11/xfedor/Makefile index b040cc3c833..632c557d8c1 100644 --- a/x11/xfedor/Makefile +++ b/x11/xfedor/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2002/05/15 18:05:19 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2002/10/29 19:48:59 naddy Exp $ # ATTENTION: It does not work in > 256 color modes, please fix # it if you can. @@ -6,7 +6,7 @@ COMMENT= ".bdf, .xbm, .xpm mouse cursor editor" DISTNAME= xfedor-5.0.1 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/fonts/} PERMIT_PACKAGE_CDROM= Yes @@ -15,5 +15,6 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes USE_X11= Yes +NO_REGRESS= Yes .include diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile index 4f16883fc64..739f8c5bd53 100644 --- a/x11/xfishtank/Makefile +++ b/x11/xfishtank/Makefile @@ -1,16 +1,10 @@ -# OpenBSD makefile for: xfishtank -# Version required: 2.2 -# Date created: May 19 1998 -# Whom: Angelos D. Keromytis -# -# $OpenBSD: Makefile,v 1.13 2002/03/21 21:25:56 espie Exp $ -# +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:59 naddy Exp $ COMMENT= "fish swim in the background of your screen" DISTNAME= xfishtank-2.2 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ PERMIT_PACKAGE_CDROM= "no license" @@ -25,4 +19,6 @@ WRKDIST= ${WRKDIR}/xfishtank2.0 post-patch: @cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_PROGRAM} clean +NO_REGRESS= Yes + .include diff --git a/x11/xfm/Makefile b/x11/xfm/Makefile index a66b612f6d7..766f38e38cd 100644 --- a/x11/xfm/Makefile +++ b/x11/xfm/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2002/03/21 21:25:57 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2002/10/29 19:48:59 naddy Exp $ COMMENT= "X11 File Manager" DISTNAME= xfm-1.4.3 CATEGORIES= x11 -NEED_VERSION= 1.515 HOMEPAGE= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/ @@ -20,4 +19,6 @@ LIB_DEPENDS= Xaw3d.6::x11/Xaw3d USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index d9ae064e861..acd2c8d0c4d 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.24 2002/09/01 18:49:01 mpech Exp $ +# $OpenBSD: Makefile,v 1.25 2002/10/29 19:48:59 naddy Exp $ # $RuOBSD: Makefile,v 1.2 2002/05/21 12:19:30 form Exp $ COMMENT= "GUI toolkit for X11" DISTNAME= xforms-0.9999 CATEGORIES= x11 -NEED_VERSION= 1.527 MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/ EXTRACT_SUFX= .tgz @@ -22,4 +21,6 @@ CONFIGURE_STYLE= imake BUILD_DEPENDS= ::graphics/jpeg +NO_REGRESS= Yes + .include diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile index 8c01b674102..a8f8e13876e 100644 --- a/x11/xfstt/Makefile +++ b/x11/xfstt/Makefile @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.18 2002/09/30 14:47:24 naddy Exp $ +# $OpenBSD: Makefile,v 1.19 2002/10/29 19:48:59 naddy Exp $ # $FreeBSD Id: Makefile,v 1.2 1999/06/28 02:22:43 billf Exp $ -# COMMENT= "TrueType font server for X11" @@ -18,6 +17,8 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes MAKE_ENV= CXX="${CXX}" +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xfstt ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xfstt.1x ${PREFIX}/man/man1/xfstt.1 diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile index ecb3bb2fcea..8fb22ad7a8d 100644 --- a/x11/xglobe/Makefile +++ b/x11/xglobe/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2002/09/30 15:01:37 naddy Exp $ +# $OpenBSD: Makefile,v 1.20 2002/10/29 19:49:00 naddy Exp $ COMMENT= "display the Earth on X11" @@ -46,6 +46,8 @@ MAKE_FLAGS+= OPTIONS="${CXXFLAGS} -fno-exceptions -funroll-loops" MAKE_FLAGS+= 'LIB_DIRS=-L$$(QT_LIB_DIR) -L$$(X11_LIB_DIR) -L$(LOCALBASE)/lib' MAKE_FLAGS+= COPTS='${COPTS}' +NO_REGRESS= Yes + post-install:: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xglobe ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xglobe diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 88663f852f8..de10216d490 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -1,17 +1,11 @@ -# OpenBSD makefile for: xgrab -# Version required: 2.41 -# Date created: 25 January 1998 -# Whom: Angelos -# -# $OpenBSD: Makefile,v 1.17 2002/05/15 18:05:20 espie Exp $ -# +# $OpenBSD: Makefile,v 1.18 2002/10/29 19:49:00 naddy Exp $ COMMENT= "X11 image grabber" DISTNAME= xgrabsc.2_41 PKGNAME= xgrab-2.41 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} EXTRACT_SUFX= .tar.Z @@ -24,4 +18,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xkeycaps/Makefile b/x11/xkeycaps/Makefile index 3833913d092..9d0e9c4cd1e 100644 --- a/x11/xkeycaps/Makefile +++ b/x11/xkeycaps/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2002/03/21 21:25:57 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2002/10/29 19:49:00 naddy Exp $ COMMENT= "keymap editor for the X window system" DISTNAME= xkeycaps-2.46 CATEGORIES= x11 sysutils -NEED_VERSION= 1.515 + MASTER_SITES= http://www.jwz.org/xkeycaps/ EXTRACT_SUFX= .tar.Z @@ -19,4 +19,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index 472ac15576e..eba7427876d 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -1,17 +1,11 @@ -# OpenBSD makefile for: xmascot -# Version required: 2.5p2 -# Date created: 25 January 1998 -# Whom: Angelos D. Keromytis -# -# $OpenBSD: Makefile,v 1.13 2002/03/21 21:25:57 espie Exp $ -# +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:49:00 naddy Exp $ COMMENT= "moving mascot on your X11 screen" DISTNAME= xmascot2.6a PKGNAME= xmascot-2.6a CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ HOMEPAGE= http://cclub-flying.dsl.gr.jp/products/xmascot/ @@ -24,4 +18,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xmbdfed/Makefile b/x11/xmbdfed/Makefile index 69f8afe1099..f73dd9cd003 100644 --- a/x11/xmbdfed/Makefile +++ b/x11/xmbdfed/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2002/07/26 19:31:36 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2002/10/29 19:49:00 naddy Exp $ COMMENT= "Motif tool for editing X11 bitmap fonts" @@ -29,6 +29,8 @@ MAKE_FLAGS= CC='${CC}' CFLAGS='${CFLAGS}' STATIC='' \ INCS='-I${X11BASE}/include -I${LOCALBASE}/include $$(FTYPE_INCS)' \ LIBS='-L${X11BASE}/lib -L${LOCALBASE}/lib ${MOTIFLIB} -lXpm -lXmu -lXt -lX11 -lSM -lICE -lXext $$(FTYPE_LIBS)' +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/xmbdfed ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1 diff --git a/x11/xmold/Makefile b/x11/xmold/Makefile index e045356ed9a..8b60941f176 100644 --- a/x11/xmold/Makefile +++ b/x11/xmold/Makefile @@ -1,17 +1,11 @@ -# OpenBSD makefile for: xmold -# Version required: 1.0 -# Date created: December 21, 1997 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.12 2002/03/21 21:25:57 espie Exp $ -# +# $OpenBSD: Makefile,v 1.13 2002/10/29 19:49:00 naddy Exp $ COMMENT= "mold spreading over your X11 screen" DISTNAME= xmold PKGNAME= xmold-1.0 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/ HOMEPAGE= http://cclub.cc.tut.ac.jp/lib/xwin/xmold.html @@ -24,6 +18,8 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/xmold ${PREFIX}/bin diff --git a/x11/xpostit/Makefile b/x11/xpostit/Makefile index 31631b328b7..b5b7e4ef54d 100644 --- a/x11/xpostit/Makefile +++ b/x11/xpostit/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2002/03/21 21:25:57 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:49:00 naddy Exp $ COMMENT= "PostIt (R) messages onto your X11 screen" DISTNAME= xpostit3.3.1 PKGNAME= xpostit-3.3.1 CATEGORIES= x11 -NEED_VERSION= 1.515 # Not all servers archie could find actually still have it. Alas, some # servers only have the comp.sources.x version, with its distfile named @@ -23,4 +22,6 @@ USE_X11= Yes CONFIGURE_STYLE= imake WRKDIST= ${WRKDIR}/xpostit +NO_REGRESS= Yes + .include diff --git a/x11/xpostitPlus/Makefile b/x11/xpostitPlus/Makefile index f078c58a121..d69839ceec8 100644 --- a/x11/xpostitPlus/Makefile +++ b/x11/xpostitPlus/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2002/05/15 18:05:20 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2002/10/29 19:49:00 naddy Exp $ COMMENT= "PostIt (R) messages onto your X11 screen" DISTNAME= XPostitPlus-2.3 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_XCONTRIB:=office/} PERMIT_PACKAGE_CDROM= Yes @@ -15,4 +15,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xprompt/Makefile b/x11/xprompt/Makefile index b03e2452f28..b6c300988e3 100644 --- a/x11/xprompt/Makefile +++ b/x11/xprompt/Makefile @@ -1,16 +1,10 @@ -# OpenBSD makefile for: xprompt -# Version required: 1.4 -# Date created: 11 January 1998 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.11 2002/03/21 21:25:57 espie Exp $ -# +# $OpenBSD: Makefile,v 1.12 2002/10/29 19:49:00 naddy Exp $ COMMENT= "display a dialog box and prompt user for text" DISTNAME= xprompt-1.4 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_LOCAL} PERMIT_PACKAGE_CDROM= Yes @@ -21,4 +15,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index d6c23d4779f..5c8641e760c 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2002/05/15 18:05:20 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2002/10/29 19:49:00 naddy Exp $ COMMENT= "snowy and Santa-y desktop" DISTNAME= xsnow-1.40 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/} EXTRACT_SUFX= .tar.Z @@ -16,4 +16,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xtacy/Makefile b/x11/xtacy/Makefile index 87d105b7772..910a8d69b05 100644 --- a/x11/xtacy/Makefile +++ b/x11/xtacy/Makefile @@ -1,17 +1,11 @@ -# OpenBSD makefile for: xtacy -# Version required: 1.13 -# Date created: December 21, 1997 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.13 2002/03/21 21:25:57 espie Exp $ -# +# $OpenBSD: Makefile,v 1.14 2002/10/29 19:49:00 naddy Exp $ COMMENT= "X11 trippy color-cycling toy" DISTNAME= xtacy114 PKGNAME= xtacy-1.14 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://sidehack.gweep.net/pub/software/ \ http://www.ultranet.com/~jjohnson/ @@ -27,6 +21,8 @@ CONFIGURE_STYLE=imake WRKDIST= ${WRKDIR}/Xtacy +NO_REGRESS= Yes + do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/xtacy ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xtacy.man ${PREFIX}/man/man1/xtacy.1 diff --git a/x11/xtattr/Makefile b/x11/xtattr/Makefile index ccaff21ce04..d27974778fb 100644 --- a/x11/xtattr/Makefile +++ b/x11/xtattr/Makefile @@ -1,16 +1,10 @@ -# OpenBSD makefile for: xtattr -# Version required: 1.0 -# Date created: 11 January 1998 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.10 2002/03/21 21:25:57 espie Exp $ -# +# $OpenBSD: Makefile,v 1.11 2002/10/29 19:49:00 naddy Exp $ COMMENT= "changing xterm attributes" DISTNAME= xtattr-1.0 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_LOCAL} PERMIT_PACKAGE_CDROM= Yes @@ -21,4 +15,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xtattr/pkg/DESCR b/x11/xtattr/pkg/DESCR index b429ee76a29..88abdb8c2b8 100644 --- a/x11/xtattr/pkg/DESCR +++ b/x11/xtattr/pkg/DESCR @@ -1,7 +1 @@ xtattr spits out xterm escape sequences to change various xterm attributes. - -Author: -John Sellens -Math Faculty Computing Facility -University of Waterloo -jmsellens@watmath.waterloo.edu diff --git a/x11/xtestpicture/Makefile b/x11/xtestpicture/Makefile index c2a23aefa98..a3f898fcdc9 100644 --- a/x11/xtestpicture/Makefile +++ b/x11/xtestpicture/Makefile @@ -1,16 +1,10 @@ -# OpenBSD makefile for: xtestpicture -# Version required: 1.1 -# Date created: 11 March 1997 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.10 2002/03/21 21:25:57 espie Exp $ -# +# $OpenBSD: Makefile,v 1.11 2002/10/29 19:49:00 naddy Exp $ COMMENT= "full-screen image to adjust your monitor" DISTNAME= xtestpicture-1.1 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_LOCAL} PERMIT_PACKAGE_CDROM= Yes @@ -21,4 +15,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile index ff74b91dda6..3d7355f975e 100644 --- a/x11/xtoolwait/Makefile +++ b/x11/xtoolwait/Makefile @@ -1,15 +1,10 @@ -# OpenBSD makefile for: xtoolwait -# Date created: 11 January 1998 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.9 2002/03/21 21:25:57 espie Exp $ -# +# $OpenBSD: Makefile,v 1.10 2002/10/29 19:49:00 naddy Exp $ COMMENT= "tool startup utility for X11" DISTNAME= xtoolwait-1.3 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \ http://www.hacom.nl/~richard/software/ @@ -23,4 +18,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include diff --git a/x11/xview/clients/Makefile b/x11/xview/clients/Makefile index 03f9798a136..376adbc5bf4 100644 --- a/x11/xview/clients/Makefile +++ b/x11/xview/clients/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2002/04/24 21:34:48 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2002/10/29 19:49:00 naddy Exp $ COMMENT= "OpenLook applications and man pages" @@ -6,7 +6,6 @@ PKGNAME= xview-clients-${XVIEW_VERSION} MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= xview3.2p1-X11R6.tar.gz CATEGORIES= x11 -NEED_VERSION= 1.525 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -26,6 +25,8 @@ do-configure: cd ${WRKDIST} && $(MAKE_ENV) SUBDIRS=clients make Makefiles cd ${WRKDIST} && SUBDIRS=clients make depend +NO_REGRESS= Yes + pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/help @cd ${WRKSRC} && make ${MAKE_FLAGS} -f ${MAKE_FILE} install.man diff --git a/x11/xview/config/Makefile b/x11/xview/config/Makefile index 14d6c2d5535..bd9b43bf25c 100644 --- a/x11/xview/config/Makefile +++ b/x11/xview/config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/03/21 21:25:57 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2002/10/29 19:49:00 naddy Exp $ COMMENT= "OpenLook Toolkit config files" @@ -14,6 +14,7 @@ PERMIT_DISTFILES_FTP= Yes WRKSRC= ${WRKDIST}/config CONFIGURE_STYLE=imake NO_BUILD= Yes +NO_REGRESS= Yes PATCH_LIST= p-* FAKE_FLAGS= CONFIGDIR=/usr/local/lib/X11/config diff --git a/x11/xview/lib/Makefile b/x11/xview/lib/Makefile index 90f725d1122..d03f23457df 100644 --- a/x11/xview/lib/Makefile +++ b/x11/xview/lib/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2002/04/24 21:34:48 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2002/10/29 19:49:00 naddy Exp $ COMMENT= "OpenLook Toolkit libs, includes, and man pages" PKGNAME= xview-lib-${XVIEW_VERSION} EXTRACT_ONLY= CATEGORIES= x11 -NEED_VERSION= 1.525 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -20,6 +19,8 @@ post-patch: CONFIGURE_STYLE=imake MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config +NO_REGRESS= Yes + post-install: mv ${PREFIX}/man/cat1/xview.0 ${PREFIX}/man/cat7/xview.0 diff --git a/x11/xzoom/Makefile b/x11/xzoom/Makefile index 3360a153fa2..5371e84bce9 100644 --- a/x11/xzoom/Makefile +++ b/x11/xzoom/Makefile @@ -1,16 +1,10 @@ -# OpenBSD makefile for: xzoom -# Version required: 0.3 -# Date created: December 21, 1997 -# Whom: Don Schmidt -# -# $OpenBSD: Makefile,v 1.10 2002/05/15 18:05:20 espie Exp $ -# +# $OpenBSD: Makefile,v 1.11 2002/10/29 19:49:00 naddy Exp $ COMMENT= "magnify, rotate, mirror the image on the X11 screen" DISTNAME= xzoom-0.3 CATEGORIES= x11 -NEED_VERSION= 1.515 + MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/X/} EXTRACT_SUFX= .tgz @@ -22,4 +16,6 @@ PERMIT_DISTFILES_FTP= Yes USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes + .include