Browse Source

gtk-perl10 is gnome14 ... so removed here ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1030 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 23 years ago
parent
commit
ba1db40bea
5 changed files with 0 additions and 399 deletions
  1. +0
    -35
      package/gnome2/gtk-perl10/gendefs.patch
  2. +0
    -164
      package/gnome2/gtk-perl10/gtk-perl-build.patch
  3. +0
    -130
      package/gnome2/gtk-perl10/gtk-perl10.cache
  4. +0
    -29
      package/gnome2/gtk-perl10/gtk-perl10.conf
  5. +0
    -41
      package/gnome2/gtk-perl10/gtk-perl10.desc

+ 0
- 35
package/gnome2/gtk-perl10/gendefs.patch

@ -1,35 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/gnome2/gtk-perl10/gendefs.patch
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./tools/gendefs.pl~ Tue Mar 9 19:46:14 1999
+++ ./tools/gendefs.pl Tue Apr 27 16:08:13 1999
@@ -517,6 +517,10 @@
#undef _
#endif
+#ifdef dirty
+#undef dirty
+#endif
+
#ifndef Perl${FilePrefix}DeclareFunc
#include "Perl${FilePrefix}Int.h"
#endif

+ 0
- 164
package/gnome2/gtk-perl10/gtk-perl-build.patch

@ -1,164 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/gnome2/gtk-perl10/gtk-perl-build.patch
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
diff -ur Gtk-Perl-0.7008/Applet/Makefile.PL Applet/Makefile.PL
--- Gtk-Perl-0.7008/Applet/Makefile.PL Sat Mar 24 10:44:08 2001
+++ Gtk-Perl-0.7008/Applet/Makefile.PL Mon Jul 22 10:20:27 2002
@@ -102,7 +102,7 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/Bonobo/Makefile.PL Bonobo/Makefile.PL
--- Gtk-Perl-0.7008/Bonobo/Makefile.PL Wed May 30 08:39:05 2001
+++ Gtk-Perl-0.7008/Bonobo/Makefile.PL Mon Jul 22 10:20:17 2002
@@ -96,7 +96,7 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/GdkImlib/Makefile.PL GdkImlib/Makefile.PL
--- Gtk-Perl-0.7008/GdkImlib/Makefile.PL Fri Mar 23 08:57:07 2001
+++ Gtk-Perl-0.7008/GdkImlib/Makefile.PL Mon Jul 22 10:20:40 2002
@@ -43,6 +43,6 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/GdkPixbuf/Makefile.PL GdkPixbuf/Makefile.PL
--- Gtk-Perl-0.7008/GdkPixbuf/Makefile.PL Fri Mar 23 08:57:07 2001
+++ Gtk-Perl-0.7008/GdkPixbuf/Makefile.PL Mon Jul 22 10:20:49 2002
@@ -89,6 +89,6 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/Glade/Makefile.PL Glade/Makefile.PL
--- Gtk-Perl-0.7008/Glade/Makefile.PL Fri Mar 23 08:57:07 2001
+++ Gtk-Perl-0.7008/Glade/Makefile.PL Mon Jul 22 10:20:31 2002
@@ -108,7 +108,7 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/Gnome/Makefile.PL Gnome/Makefile.PL
--- Gtk-Perl-0.7008/Gnome/Makefile.PL Fri Mar 23 08:57:08 2001
+++ Gtk-Perl-0.7008/Gnome/Makefile.PL Mon Jul 22 10:20:04 2002
@@ -125,7 +125,7 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/GnomePrint/Makefile.PL GnomePrint/Makefile.PL
--- Gtk-Perl-0.7008/GnomePrint/Makefile.PL Fri Mar 23 08:57:08 2001
+++ Gtk-Perl-0.7008/GnomePrint/Makefile.PL Mon Jul 22 10:20:45 2002
@@ -112,7 +112,7 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/Gtk/Makefile.PL Gtk/Makefile.PL
--- Gtk-Perl-0.7008/Gtk/Makefile.PL Sat May 26 11:08:38 2001
+++ Gtk-Perl-0.7008/Gtk/Makefile.PL Mon Jul 22 10:12:47 2002
@@ -190,7 +190,7 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/GtkGLArea/Makefile.PL GtkGLArea/Makefile.PL
--- Gtk-Perl-0.7008/GtkGLArea/Makefile.PL Fri Mar 23 08:57:08 2001
+++ Gtk-Perl-0.7008/GtkGLArea/Makefile.PL Mon Jul 22 10:20:01 2002
@@ -104,7 +104,7 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/GtkHTML/Makefile.PL GtkHTML/Makefile.PL
--- Gtk-Perl-0.7008/GtkHTML/Makefile.PL Fri Mar 23 08:57:08 2001
+++ Gtk-Perl-0.7008/GtkHTML/Makefile.PL Mon Jul 22 10:20:52 2002
@@ -107,7 +107,7 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/GtkXmHTML/Makefile.PL GtkXmHTML/Makefile.PL
--- Gtk-Perl-0.7008/GtkXmHTML/Makefile.PL Fri Mar 23 08:57:08 2001
+++ Gtk-Perl-0.7008/GtkXmHTML/Makefile.PL Mon Jul 22 10:20:36 2002
@@ -95,7 +95,7 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}
diff -ur Gtk-Perl-0.7008/Mozilla/Makefile.PL Mozilla/Makefile.PL
--- Gtk-Perl-0.7008/Mozilla/Makefile.PL Fri Mar 23 08:57:08 2001
+++ Gtk-Perl-0.7008/Mozilla/Makefile.PL Mon Jul 22 10:20:20 2002
@@ -94,7 +94,7 @@
sub MY::c_o {
package MY; # so that "SUPER" works right
my $inherited = shift->SUPER::c_o(@_);
- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+ $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
$inherited;
}

+ 0
- 130
package/gnome2/gtk-perl10/gtk-perl10.cache

@ -1,130 +0,0 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/gnome2/gtk-perl10/gtk-perl10.cache
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[TIMESTAMP] 1058561112 Fri Jul 18 22:45:12 2003
[CONFIG-ID] 2.0.0-rc1-x86-reference
[ROCKVER] 2.0.0-rc1
[LOGS] 5-gtk-perl10.err 9-gtk-perl10.err
[5-ERROR] Old PATH: /R.work/build/reference-2.0.0-rc1-x86-reference/tools.chroot/wrapper:/R.work/build/reference-2.0.0-rc1-x86-reference/tools.chroot/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11/bin:/usr/games:/opt/apache/sbin:/opt/gnome/sbin:/opt/gnome2/sbin:/opt/openldap/sbin:/opt/pdnsd/sbin:/opt/squid/sbin:/opt/wwwoffle/sbin:/opt/MailScanner/bin:/opt/apache/bin:/opt/e17/bin:/opt/gnome/bin:/opt/gnome2/bin:/opt/kde31/bin:/opt/mysql/bin:/opt/openldap/bin:/opt/qt31/bin:/opt/squid/bin:/opt/wwwoffle/bin:/opt/xjdic/bin:/opt/qt31/bin
[5-ERROR] New PATH: /R.work/build/reference-2.0.0-rc1-x86-reference/tools.chroot/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11/bin:/usr/games:/opt/apache/sbin:/opt/gnome/sbin:/opt/gnome2/sbin:/opt/openldap/sbin:/opt/pdnsd/sbin:/opt/squid/sbin:/opt/wwwoffle/sbin:/opt/MailScanner/bin:/opt/apache/bin:/opt/e17/bin:/opt/gnome/bin:/opt/gnome2/bin:/opt/kde31/bin:/opt/mysql/bin:/opt/openldap/bin:/opt/qt31/bin:/opt/squid/bin:/opt/wwwoffle/bin:/opt/xjdic/bin:/opt/qt31/bin
[5-ERROR] Insert: -O2
[5-ERROR] Insert: -pipe
[5-ERROR] Copy: --version
[5-ERROR] Append: -s
[5-ERROR] New Command: gcc-3 -O2 -pipe --version -s
[5-ERROR] gcc-3 (GCC) 3.2.3
[5-ERROR] Copyright (C) 2002 Free Software Foundation, Inc.
[5-ERROR] This is free software; see the source for copying conditions. There is NO
[5-ERROR] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[5-ERROR]
[5-ERROR] [ writing debug log to /R.work/src.gtk-perl10.1058450242.21256.2355143696/cmd_wrapper.log ]
[5-ERROR] Running main build function 'build_this_package' ...
[5-ERROR] Extracting Gtk-Perl-0.7008.tar.bz2 (--use-compress-program=bzip2 -xf) ...
[5-ERROR] Changeing into /R.work/src.gtk-perl10.1058450242.21256.2355143696/Gtk-Perl-0.7008 ...
[5-ERROR] Apply patch /R.work/package/gnome2/gtk-perl10/gendefs.patch ...
[5-ERROR] patching file tools/gendefs.pl
[5-ERROR] Hunk #1 succeeded at 649 with fuzz 1 (offset 132 lines).
[5-ERROR] Apply patch /R.work/package/gnome2/gtk-perl10/gtk-perl-build.patch ...
[5-ERROR] patching file Applet/Makefile.PL
[5-ERROR] patching file Bonobo/Makefile.PL
[5-ERROR] patching file GdkImlib/Makefile.PL
[5-ERROR] patching file GdkPixbuf/Makefile.PL
[5-ERROR] patching file Glade/Makefile.PL
[5-ERROR] patching file Gnome/Makefile.PL
[5-ERROR] patching file GnomePrint/Makefile.PL
[5-ERROR] patching file Gtk/Makefile.PL
[5-ERROR] patching file GtkGLArea/Makefile.PL
[5-ERROR] patching file GtkHTML/Makefile.PL
[5-ERROR] patching file GtkXmHTML/Makefile.PL
[5-ERROR] patching file Mozilla/Makefile.PL
[5-ERROR] Creating /usr/<..> if required ...
[5-ERROR] Unknown library `gtkhtml'
[5-ERROR] Submodule gdkpixbuf is needed to build gnomeprint but it appears
[5-ERROR] it's misdetected or not selected for compilation.
[5-ERROR] Available modules: gtk gtkhtml gtkglarea gdkimlib gdkpixbuf gtkxmhtml gnome gnomeprint glade applets.
[5-ERROR]
[5-ERROR] You can disable the inclusion of a module using --without-pkgname.
[5-ERROR] If a package is misdetected and you still want it to compile
[5-ERROR] use --with-pkgname-force.
[5-ERROR] To disable autodetection of modules use --without-guessing.
[5-ERROR] --- BUILD ERROR ---
[5-ERROR] Creating file list and doing final adoptions ...
[5-ERROR] Found 7 files for this package.
[5-ERROR] Clear (old) md5sums and cksums ...
[5-ERROR] Calculating package dependencies ...
[5-ERROR] Creating md5sum and cksum files ... done.
[5-ERROR] Creating package description ...
[5-ERROR] Making post-install adoptions.
[9-ERROR] Old PATH: /R.work/build/reference-2.0.0-rc1-x86-reference/tools.chroot/wrapper:/R.work/build/reference-2.0.0-rc1-x86-reference/tools.chroot/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11/bin:/usr/games:/opt/apache/sbin:/opt/coda/sbin:/opt/gnome/sbin:/opt/gnome2/sbin:/opt/openldap/sbin:/opt/pdnsd/sbin:/opt/squid/sbin:/opt/wwwoffle/sbin:/opt/MailScanner/bin:/opt/apache/bin:/opt/coda/bin:/opt/e17/bin:/opt/gnome/bin:/opt/gnome2/bin:/opt/kde31/bin:/opt/mysql/bin:/opt/openldap/bin:/opt/qt31/bin:/opt/root/bin:/opt/squid/bin:/opt/wwwoffle/bin:/opt/xjdic/bin:/opt/qt31/bin:/opt/root/bin
[9-ERROR] New PATH: /R.work/build/reference-2.0.0-rc1-x86-reference/tools.chroot/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11/bin:/usr/games:/opt/apache/sbin:/opt/coda/sbin:/opt/gnome/sbin:/opt/gnome2/sbin:/opt/openldap/sbin:/opt/pdnsd/sbin:/opt/squid/sbin:/opt/wwwoffle/sbin:/opt/MailScanner/bin:/opt/apache/bin:/opt/coda/bin:/opt/e17/bin:/opt/gnome/bin:/opt/gnome2/bin:/opt/kde31/bin:/opt/mysql/bin:/opt/openldap/bin:/opt/qt31/bin:/opt/root/bin:/opt/squid/bin:/opt/wwwoffle/bin:/opt/xjdic/bin:/opt/qt31/bin:/opt/root/bin
[9-ERROR] Insert: -O2
[9-ERROR] Insert: -pipe
[9-ERROR] Copy: --version
[9-ERROR] Append: -s
[9-ERROR] New Command: gcc-3 -O2 -pipe --version -s
[9-ERROR] gcc-3 (GCC) 3.2.3
[9-ERROR] Copyright (C) 2002 Free Software Foundation, Inc.
[9-ERROR] This is free software; see the source for copying conditions. There is NO
[9-ERROR] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[9-ERROR]
[9-ERROR] [ writing debug log to /R.work/src.gtk-perl10.1058561095.28818.1168499137/cmd_wrapper.log ]
[9-ERROR] Running main build function 'build_this_package' ...
[9-ERROR] Extracting Gtk-Perl-0.7008.tar.bz2 (--use-compress-program=bzip2 -xf) ...
[9-ERROR] Changeing into /R.work/src.gtk-perl10.1058561095.28818.1168499137/Gtk-Perl-0.7008 ...
[9-ERROR] Apply patch /R.work/package/gnome2/gtk-perl10/gendefs.patch ...
[9-ERROR] patching file tools/gendefs.pl
[9-ERROR] Hunk #1 succeeded at 649 with fuzz 1 (offset 132 lines).
[9-ERROR] Apply patch /R.work/package/gnome2/gtk-perl10/gtk-perl-build.patch ...
[9-ERROR] patching file Applet/Makefile.PL
[9-ERROR] patching file Bonobo/Makefile.PL
[9-ERROR] patching file GdkImlib/Makefile.PL
[9-ERROR] patching file GdkPixbuf/Makefile.PL
[9-ERROR] patching file Glade/Makefile.PL
[9-ERROR] patching file Gnome/Makefile.PL
[9-ERROR] patching file GnomePrint/Makefile.PL
[9-ERROR] patching file Gtk/Makefile.PL
[9-ERROR] patching file GtkGLArea/Makefile.PL
[9-ERROR] patching file GtkHTML/Makefile.PL
[9-ERROR] patching file GtkXmHTML/Makefile.PL
[9-ERROR] patching file Mozilla/Makefile.PL
[9-ERROR] Creating /usr/<..> if required ...
[9-ERROR] Unknown library `gtkhtml'
[9-ERROR] Submodule gdkpixbuf is needed to build gnomeprint but it appears
[9-ERROR] it's misdetected or not selected for compilation.
[9-ERROR] Available modules: gtk gtkhtml gtkglarea gdkimlib gdkpixbuf gtkxmhtml gnome gnomeprint glade applets.
[9-ERROR]
[9-ERROR] You can disable the inclusion of a module using --without-pkgname.
[9-ERROR] If a package is misdetected and you still want it to compile
[9-ERROR] use --with-pkgname-force.
[9-ERROR] To disable autodetection of modules use --without-guessing.
[9-ERROR] --- BUILD ERROR ---
[9-ERROR] Creating file list and doing final adoptions ...
[9-ERROR] Found 7 files for this package.
[9-ERROR] Clear (old) md5sums and cksums ...
[9-ERROR] Calculating package dependencies ...
[9-ERROR] Creating md5sum and cksum files ... done.
[9-ERROR] Creating package description ...
[9-ERROR] Making post-install adoptions.

+ 0
- 29
package/gnome2/gtk-perl10/gtk-perl10.conf

@ -1,29 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/gnome2/gtk-perl10/gtk-perl10.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
srcdir="Gtk-Perl-$ver" ; srctar="$srcdir.tar.bz2"
premake="perl Makefile.PL"
# Quick & Dirty hack for the perllocal problem
. $base/package/base/perl5/perllocal_hack.sh

+ 0
- 41
package/gnome2/gtk-perl10/gtk-perl10.desc

@ -1,41 +0,0 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/gnome2/gtk-perl10/gtk-perl10.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Perl bindings for GTK+ and GNOME.
[T] Gtk-Perl is a collection of Perl modules that provides an
[T] easy-to-use interface to the GTK+, gnome-libs, libglade,
[T] libgtkglarea, libgdk_imlib, libgtkhtml, and other related libraries.
[A] Ken <kjahds@kjahds.com>
[M] Rene Rebe <rene@rocklinux.org>
[C] extra/development
[L] LGPL
[S] Stable
[V] 0.7008
[P] X -----5---9 485.000
[D] 1665322105 Gtk-Perl-0.7008.tar.gz http://www.gtkperl.org/

Loading…
Cancel
Save