pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-nokogiri



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Sep 21 09:36:04 UTC 2021

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

Log Message:
ruby-nokogiri: Work around ARFLAGS bug on SunOS.

This can be removed once bootstrap-mk-files is fixed after the freeze and when
it's likely that most users have switched to a newer bootstrap.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/textproc/ruby-nokogiri/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-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.62 pkgsrc/textproc/ruby-nokogiri/Makefile:1.63
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.62 Sat Sep 18 08:05:09 2021
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Tue Sep 21 09:36:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/09/18 08:05:09 taca Exp $
+# $NetBSD: Makefile,v 1.63 2021/09/21 09:36:03 jperkin Exp $
 
 DISTNAME=      nokogiri-1.12.4
 CATEGORIES=    textproc
@@ -19,6 +19,9 @@ OVERRIDE_GEMSPEC+=    mini_portile2>=2.6.1 
                        :files ports/archives/libxml2-2.9.12.tar.gz= \
                        ports/archives/libxslt-1.1.34.tar.gz=
 
+# XXX: work around bug in bootstrap-mk-files, remove when fixed
+MAKE_ENV.SunOS+=       ARFLAGS=rcv
+
 .include "../../devel/ruby-pkg-config/tool.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index