Browse Source

Alejandro Mery <amery@geeks.cl>:

perl-libxml XML::LibXML-1.56
mono-debugger-0.5 - gtk support was officialy commented to make it build, but i need to hack boehm-gc to make the debugger build. (TODO)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1985 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
8959ed1ca8
5 changed files with 39 additions and 7 deletions
  1. +1
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +4
    -4
      package/mnemoc/mono-debugger/mono-debugger.desc
  3. +22
    -0
      package/mnemoc/perl-libxml/libxml-duplicated_extern.diff
  4. +10
    -0
      package/mnemoc/perl-libxml/perl-libxml.conf
  5. +2
    -2
      package/mnemoc/perl-libxml/perl-libxml.desc

+ 1
- 1
Documentation/Developers/CHANGELOG-RENE

@ -2,7 +2,7 @@
*) 2003-12-14 (2.0.0-rc3 - 2.0.0-rc4)
- mine mangling
- Alejandro Mery: updated links and openldap
- Alejandro Mery: updated links, openldap, perl-libxml and mono-debugger
*) 2003-12-13 (2.0.0-rc3 - 2.0.0-rc4)

+ 4
- 4
package/mnemoc/mono-debugger/mono-debugger.desc

@ -42,11 +42,11 @@
[L] GPL
[S] Alpha
[V] 0.4-2003-11-07
[V] 0.5
[P] X -----5---9 860.000
[O] autogen=1
#[O] autogen=1
#[D] 3175629061 mono-debugger-0.4.tar.gz http://primates.ximian.com/~martin/debugger/
[D] 1504278036 mono-debugger-0.4-2003-11-07.tar.bz2 cvs://pserver:anonymous@cvs.hispalinux.es:/mono::debugger/!2003-11-07/
[D] 1329282054 mono-debugger-0.5.tar.gz http://primates.ximian.com/~martin/debugger/
#[D] 1504278036 mono-debugger-0.4-2003-11-07.tar.bz2 cvs://pserver:anonymous@cvs.hispalinux.es:/mono::debugger/!2003-11-07/

+ 22
- 0
package/mnemoc/perl-libxml/libxml-duplicated_extern.diff

@ -0,0 +1,22 @@
--- ./LibXML.xs.orig 2003-12-13 19:56:03.000000000 -0300
+++ ./LibXML.xs 2003-12-13 19:56:33.000000000 -0300
@@ -70,13 +70,13 @@
extern int xmlSubstituteEntitiesDefaultVal;
#define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
#else
-LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
+LIBXML_DLL_IMPORT int xmlDoValidityCheckingDefaultValue;
+LIBXML_DLL_IMPORT int xmlSubstituteEntitiesDefaultValue;
#endif
-LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
+LIBXML_DLL_IMPORT int xmlGetWarningsDefaultValue;
+LIBXML_DLL_IMPORT int xmlKeepBlanksDefaultValue;
+LIBXML_DLL_IMPORT int xmlLoadExtDtdDefaultValue;
+LIBXML_DLL_IMPORT int xmlPedanticParserDefaultValue;
#define TEST_PERL_FLAG(flag) \
SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0

+ 10
- 0
package/mnemoc/perl-libxml/perl-libxml.conf

@ -0,0 +1,10 @@
function pkg_perllibxml_prepatch() {
# each loop clean the patch list
patchfiles=""
if [ $xsrctar = "XML-LibXML-$ver.tar.bz2" ]; then
var_append patchfiles ' ' "$( ls $confdir/libxml-*.diff )"
fi
}
hook_add prepatch 2 'pkg_perllibxml_prepatch'

+ 2
- 2
package/mnemoc/perl-libxml/perl-libxml.desc

@ -37,14 +37,14 @@
[L] GPL
[S] Stable
[V] 1.54
[V] 1.56
[P] X -----5---9 359.000
[D] 2735766823 XML-NamespaceSupport-1.08.tar.gz http://www.cpan.org/modules/by-module/XML/
[D] 2370040977 XML-SAX-0.12.tar.gz http://www.cpan.org/modules/by-module/XML/
[D] 522008297 XML-NodeFilter-0.01.tar.gz http://www.cpan.org/modules/by-module/XML/
[D] 3459953702 XML-LibXML-Common-0.13.tar.gz http://www.cpan.org/modules/by-module/XML/
[D] 359518470 XML-LibXML-1.54.tar.gz http://www.cpan.org/modules/by-module/XML/
[D] 1206882052 XML-LibXML-1.56.tar.gz http://www.cpan.org/modules/by-module/XML/
[SRC] .

Loading…
Cancel
Save