[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvsplot-1.6.1



On Wed, May 01, 2002 at 09:20:56AM +0200, Srebrenko Sehic wrote:
> You forgot some stuff in the Makefile:
> 
> NEED_VERSION=	1.515
> NO_REGRESS=		Yes
> 
> Otherwise compiles/runs on -current.

Thanks, the diff is attached. I'm using OpenBSD 3.1-current.

-- 
jim geovedi,       jim@{c2pro.net,corebsd.or.id,promisc.org}
extreme revolutionary concept,   http://funky.corebsd.or.id/
we make IT simple,                         http://c2pro.net/

===================================================================
RCS file: /public/corebsd/chrooted-cvs/cvs/openbsd/ports/devel/cvsplot/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- openbsd/ports/devel/cvsplot/Makefile	2002/05/01 07:08:17	1.1
+++ openbsd/ports/devel/cvsplot/Makefile	2002/05/01 07:26:58	1.2
@@ -4,6 +4,7 @@ COMMENT=		"CVS-managed project analyzer"
 
 DISTNAME=		cvsplot-1.6.1
 CATEGORIES=		devel
+NEED_VERSION=		1.515
 
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	cvsplot
@@ -20,6 +21,7 @@ PERMIT_DISTFILES_CDROM=	Yes
 PERMIT_DISTFILES_FTP=	Yes
 
 NO_BUILD=		Yes
+NO_REGRESS=		Yes
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIST}/cvsplot.pl ${PREFIX}/bin/cvsplot.pl
@@ -30,4 +32,5 @@ post-install:
 	cd ${WRKSRC} && \
 	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cvsplot && \
 	${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/cvsplot
+
 .include <bsd.port.mk>