pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc The package needs no C compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6770a7dfa8fc
branches:  trunk
changeset: 537424:6770a7dfa8fc
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Jan 08 20:41:00 2008 +0000

description:
The package needs no C compiler.

diffstat:

 devel/p5-Algorithm-Diff/Makefile |  5 +++--
 devel/p5-IO-String/Makefile      |  4 +++-
 textproc/p5-Text-Diff/Makefile   |  6 ++++--
 3 files changed, 10 insertions(+), 5 deletions(-)

diffs (58 lines):

diff -r 90a46a4e6c14 -r 6770a7dfa8fc devel/p5-Algorithm-Diff/Makefile
--- a/devel/p5-Algorithm-Diff/Makefile  Tue Jan 08 20:26:02 2008 +0000
+++ b/devel/p5-Algorithm-Diff/Makefile  Tue Jan 08 20:41:00 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/06/09 23:25:15 abs Exp $
+# $NetBSD: Makefile,v 1.14 2008/01/08 20:46:23 heinz Exp $
 
 DISTNAME=      Algorithm-Diff-1.1902
 PKGNAME=       p5-${DISTNAME}
@@ -12,8 +12,9 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+USE_LANGUAGES=         # empty
+
 REPLACE_PERL+=         cdiff.pl diff.pl diffnew.pl htmldiff.pl
-
 PERL5_PACKLIST=                auto/Algorithm/Diff/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 90a46a4e6c14 -r 6770a7dfa8fc devel/p5-IO-String/Makefile
--- a/devel/p5-IO-String/Makefile       Tue Jan 08 20:26:02 2008 +0000
+++ b/devel/p5-IO-String/Makefile       Tue Jan 08 20:41:00 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/11/05 17:49:34 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2008/01/08 20:41:00 heinz Exp $
 #
 
 DISTNAME=      IO-String-1.08
@@ -13,6 +13,8 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+USE_LANGUAGES=         # empty
+
 PERL5_PACKLIST=                auto/IO/String/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 90a46a4e6c14 -r 6770a7dfa8fc textproc/p5-Text-Diff/Makefile
--- a/textproc/p5-Text-Diff/Makefile    Tue Jan 08 20:26:02 2008 +0000
+++ b/textproc/p5-Text-Diff/Makefile    Tue Jan 08 20:41:00 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/11/05 17:06:43 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2008/01/08 20:48:18 heinz Exp $
 
 DISTNAME=      Text-Diff-0.35
 PKGNAME=       p5-${DISTNAME}
@@ -11,7 +11,9 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      p5-Algorithm-Diff>=1.15:../../devel/p5-Algorithm-Diff
+DEPENDS+=              p5-Algorithm-Diff>=1.15:../../devel/p5-Algorithm-Diff
+
+USE_LANGUAGES=         # empty
 
 PERL5_PACKLIST=                auto/Text/Diff/.packlist
 



Home | Main Index | Thread Index | Old Index