From 9ac24b27f2b57f16a3f631ac2c2b9ceb68795aa9 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 21 Nov 2001 01:29:48 +0000 Subject: [PATCH] NO_REGRESS & distinfo --- net/vnc/Makefile | 6 ++++-- net/vnc/{files/md5 => distinfo} | 0 x11/fltk/Makefile | 6 ++++-- x11/fltk/{files/md5 => distinfo} | 0 4 files changed, 8 insertions(+), 4 deletions(-) rename net/vnc/{files/md5 => distinfo} (100%) rename x11/fltk/{files/md5 => distinfo} (100%) diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 047583c9eb0..37429eadfd0 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2001/06/01 23:44:47 matt Exp $ +# $OpenBSD: Makefile,v 1.13 2001/11/21 01:29:48 matt Exp $ # $FreeBSD: Makefile,v 1.10 1999/02/18 16:05:47 steve Exp $ COMMENT= "cross-platform remote desktop access" @@ -9,7 +9,7 @@ PKGNAME= vnc-${VERSION} PKGNAME-viewer= vnc-viewer-${VERSION} DISTNAME= ${PKGNAME}_unixsrc CATEGORIES= net -NEED_VERSION= 1.413 +NEED_VERSION= 1.498 HOMEPAGE= http://www.uk.research.att.com/vnc/ MAINTAINER= Matt Behrens @@ -31,6 +31,8 @@ CONFIGURE_STYLE=imake WRKDIST= ${WRKDIR}/vnc_unixsrc ALL_TARGET= World +NO_REGRESS= Yes + post-install: ${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc \ ${PREFIX}/bin/Xvnc diff --git a/net/vnc/files/md5 b/net/vnc/distinfo similarity index 100% rename from net/vnc/files/md5 rename to net/vnc/distinfo diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index c55520c61ff..1c5653eef13 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2001/07/09 17:11:03 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.16 2001/11/21 01:29:49 matt Exp $ COMMENT= "Fast-Light Tool Kit" @@ -7,7 +7,7 @@ PKGNAME= fltk-${VER} DISTNAME= ${PKGNAME}-source CATEGORIES= x11 -NEED_VERSION= 1.394 +NEED_VERSION= 1.498 HOMEPAGE= http://www.fltk.org/ @@ -26,5 +26,7 @@ CONFIGURE_STYLE=autoconf dest CONFIGURE_ARGS+=${CONFIGURE_SHARED} WRKDIST= ${WRKDIR}/${PKGNAME} +NO_REGRESS= Yes + .include diff --git a/x11/fltk/files/md5 b/x11/fltk/distinfo similarity index 100% rename from x11/fltk/files/md5 rename to x11/fltk/distinfo