pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-xhtmldiff



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Feb  9 07:53:33 UTC 2026

Modified Files:
        pkgsrc/textproc/ruby-xhtmldiff: Makefile

Log Message:
textproc/ruby-xhtmldiff: fix build on ruby40

Require RUBY_ALLOW_HAS_RDOC on ruby40.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-xhtmldiff/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-xhtmldiff/Makefile
diff -u pkgsrc/textproc/ruby-xhtmldiff/Makefile:1.1 pkgsrc/textproc/ruby-xhtmldiff/Makefile:1.2
--- pkgsrc/textproc/ruby-xhtmldiff/Makefile:1.1 Sun Jun  4 16:49:35 2017
+++ pkgsrc/textproc/ruby-xhtmldiff/Makefile     Mon Feb  9 07:53:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/06/04 16:49:35 taca Exp $
+# $NetBSD: Makefile,v 1.2 2026/02/09 07:53:33 taca Exp $
 
 DISTNAME=      xhtmldiff-1.2.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -14,6 +14,7 @@ COMMENT=      Tool for generating valid XHTML
 DEPENDS+=      ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs
 
 RUBYGEM_OPTIONS+=      --format-executable
+RUBY_ALLOW_HAS_RDOC=   # empty
 
 pre-configure:
        ${CP} ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE}



Home | Main Index | Thread Index | Old Index