pkgsrc/devel/ruby-rcsparse/Makefile
wiz 94be65be5c Update to 45:
do not treat a failed rcscheckout() as system failure

A failed checkout is not necessarily caused by a solid system error, but
can be also caused by a faulty RCS file. Do not use rb_sys_fail(), since
it will abort() if errno == 0. Instead, simply raise a RuntimeError.

Reported-by: Brad King

check deltas for correctness before applying

We can not blindly trust the RCS file to contain correct deltas. We have
to verify that the chunks (especially deletes) make sense and operate on
existing lines.

Reported-by: Brad King
2009-08-08 22:59:41 +00:00

20 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/08/08 22:59:41 wiz Exp $
DISTNAME= 75d93404707d
PKGNAME= ${RUBY_PKGPREFIX}-rcsparse-0.0.0.45
CATEGORIES= devel ruby
MASTER_SITES= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/archive/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/
COMMENT= RCS parsing library for Ruby
LICENSE= corecode-license
DIST_SUBDIR= rcsparse
WRKSRC= ${WRKDIR}/rcsparse-${DISTNAME}
USE_RUBY_EXTCONF= yes
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"