OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 15-Jan-2003 13:58:46
Branch: HEAD Handle: 2003011512584501
Modified files:
openpkg-src/perl-xml perl-xml.spec
openpkg-web news.txt
Log:
downgrade to static default %option values
Summary:
Revision Changes Path
1.46 +5 -6 openpkg-src/perl-xml/perl-xml.spec
1.2814 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-xml/perl-xml.spec
============================================================================
$ cvs diff -u -r1.45 -r1.46 perl-xml.spec
--- openpkg-src/perl-xml/perl-xml.spec 14 Jan 2003 09:37:17 -0000 1.45
+++ openpkg-src/perl-xml/perl-xml.spec 15 Jan 2003 12:58:46 -0000 1.46
@@ -22,7 +22,6 @@
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
-# FIXME thl problem building XML::XSH on dv9 on Mon Jan 13 18:50:36 2003 looks like
a filesystem space or filer permission issue
# versions of individual parts
%define V_xml_parser 2.31
@@ -62,13 +61,13 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20030112
-Release: 20030112
+Version: 20030115
+Release: 20030115
# package options
-%option with_libxml %{l_test -p libxml}
-%option with_libxslt %{l_test -p libxslt}
-%option with_libgdome %{l_test -p libgdome}
+%option with_libxml no
+%option with_libxslt no
+%option with_libgdome no
# package option dependencies
%if "%{with_libxslt}" == "yes"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2813 -r1.2814 news.txt
--- openpkg-web/news.txt 15 Jan 2003 12:57:34 -0000 1.2813
+++ openpkg-web/news.txt 15 Jan 2003 12:58:45 -0000 1.2814
@@ -1,3 +1,4 @@
+15-Jan-2003: Upgraded package: P<perl-xml-20030115-20030115>
15-Jan-2003: Upgraded package: P<emacs-21.2-20030115>
15-Jan-2003: Upgraded package: P<openpkg-tool-20030115-20030115>
15-Jan-2003: Upgraded package: P<automake-1.7.2-20030115>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]