OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Sep-2007 10:50:25
Branch: HEAD Handle: 2007090109502400
Modified files:
openpkg-src/yaml yaml.patch yaml.spec
Log:
fix building: the checks for the installed YAML or YAML::Syck always
fail as during building the stuff is still not installed (not even
temporarily), but we can safely ignore this fact as the stuff later
will be there under run-time
Summary:
Revision Changes Path
1.3 +12 -0 openpkg-src/yaml/yaml.patch
1.37 +1 -1 openpkg-src/yaml/yaml.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/yaml/yaml.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 yaml.patch
--- openpkg-src/yaml/yaml.patch 18 Feb 2007 09:14:25 -0000 1.2
+++ openpkg-src/yaml/yaml.patch 1 Sep 2007 08:50:24 -0000 1.3
@@ -124,3 +124,15 @@
#include <syck.h>
#include <assert.h>
#define YAMLBYTE_UTF8
+Index: YAML-AppConfig-0.16/Makefile.PL
+--- YAML-AppConfig-0.16/Makefile.PL.orig 2007-09-01 10:46:07 +0200
++++ YAML-AppConfig-0.16/Makefile.PL 2007-09-01 10:46:47 +0200
+@@ -21,6 +21,7 @@
+ eval "require $info->[0]; 0;";
+ push @yamls, @$info unless $@;
+ }
+- die "YAML >= 0.38 or YAML::Syck >= 0 required.\n" unless @yamls;
++ # die "YAML >= 0.38 or YAML::Syck >= 0 required.\n" unless @yamls;
+ return @yamls;
+ }
++
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/yaml/yaml.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 yaml.spec
--- openpkg-src/yaml/yaml.spec 16 Aug 2007 07:32:28 -0000 1.36
+++ openpkg-src/yaml/yaml.spec 1 Sep 2007 08:50:24 -0000 1.37
@@ -44,7 +44,7 @@
Group: Language
License: BSD/Artistic
Version: 0
-Release: 20070816
+Release: 20070901
# package options
%option with_perl no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]