pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Tweak GEM_CLEANBUILD for ruby200.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbde6911f575
branches:  trunk
changeset: 621928:cbde6911f575
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 21 02:43:36 2013 +0000

description:
Tweak GEM_CLEANBUILD for ruby200.

diffstat:

 graphics/ruby-gd/Makefile     |  4 ++--
 graphics/ruby-imlib2/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r ada25a0dc178 -r cbde6911f575 graphics/ruby-gd/Makefile
--- a/graphics/ruby-gd/Makefile Sun Jul 21 02:42:41 2013 +0000
+++ b/graphics/ruby-gd/Makefile Sun Jul 21 02:43:36 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2013/07/07 15:27:26 taca Exp $
+# $NetBSD: Makefile,v 1.41 2013/07/21 02:43:36 taca Exp $
 
 DISTNAME=      ruby-gd-0.8.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -10,7 +10,7 @@
 COMMENT=       Ruby extension to drive the GD library
 LICENSE=       ruby-license
 
-GEM_CLEANBUILD=                Makefile *.o GD.${RUBY_DLEXT} mkmf.log
+GEM_CLEANBUILD=        Makefile *.o GD.${RUBY_DLEXT} mkmf.log .RUBYARCHDIR.time
 
 CONFIGURE_ARGS+=       --with-gd-dir=${BUILDLINK_PREFIX.gd:Q}
 CONFIGURE_ARGS+=       --with-jpeg
diff -r ada25a0dc178 -r cbde6911f575 graphics/ruby-imlib2/Makefile
--- a/graphics/ruby-imlib2/Makefile     Sun Jul 21 02:42:41 2013 +0000
+++ b/graphics/ruby-imlib2/Makefile     Sun Jul 21 02:43:36 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2013/07/05 13:29:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2013/07/21 02:43:56 taca Exp $
 
 DISTNAME=      imlib2-ruby-0.5.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -11,7 +11,7 @@
 COMMENT=       Imlib2 bindings for Ruby
 LICENSE=       mit
 
-GEM_CLEANBUILD=                Makefile *.o imlib2.${RUBY_DLEXT} mkmf.log
+GEM_CLEANBUILD=        Makefile *.o imlib2.${RUBY_DLEXT} mkmf.log .RUBYARCHDIR.time
 OVERRIDE_GEMSPEC=      :name=imlib2-ruby
 BUILDLINK_API_DEPENDS.imlib2+=      imlib2>=1.2.0nb2
 



Home | Main Index | Thread Index | Old Index