summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Forest <vladimir@gentoo.org>2003-03-17 08:42:59 +0000
committerGraham Forest <vladimir@gentoo.org>2003-03-17 08:42:59 +0000
commit79e170343676e806299fa3dcefa9d08ffbac39d9 (patch)
treee22aafff246f4ee3816209339f78393e73427649 /dev-perl/perlmagick/files
parentUnmasks (diff)
downloadgentoo-2-79e170343676e806299fa3dcefa9d08ffbac39d9.tar.gz
gentoo-2-79e170343676e806299fa3dcefa9d08ffbac39d9.tar.bz2
gentoo-2-79e170343676e806299fa3dcefa9d08ffbac39d9.zip
Initial import
Diffstat (limited to 'dev-perl/perlmagick/files')
-rw-r--r--dev-perl/perlmagick/files/digest-perlmagick-5.5.5.31
-rw-r--r--dev-perl/perlmagick/files/perlpatch.diff29
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/perlmagick/files/digest-perlmagick-5.5.5.3 b/dev-perl/perlmagick/files/digest-perlmagick-5.5.5.3
new file mode 100644
index 000000000000..771d7d44f42c
--- /dev/null
+++ b/dev-perl/perlmagick/files/digest-perlmagick-5.5.5.3
@@ -0,0 +1 @@
+MD5 8670a84eff9468e3312c1844ebe5f6a7 ImageMagick-5.5.5-3.tar.bz2 3480433
diff --git a/dev-perl/perlmagick/files/perlpatch.diff b/dev-perl/perlmagick/files/perlpatch.diff
new file mode 100644
index 000000000000..2bd242f378fd
--- /dev/null
+++ b/dev-perl/perlmagick/files/perlpatch.diff
@@ -0,0 +1,29 @@
+--- Makefile.in Fri Aug 9 15:02:07 2002
++++ Makefile.in.new Tue Aug 13 12:36:23 2002
+@@ -683,12 +683,12 @@ perl-sources:
+ touch perl-sources
+
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@$(PERLMAKEFILE): perl-sources $(PERLMAKEMAKER)
+-@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
++#@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
+
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@install-exec-perl: $(PERLMAKEFILE)
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ ( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' && \
+-@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ $(MAKE) CC='@CC@' install && \
+-@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ $(MAKE) clean && rm -f Makefile.old )
++@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ $(MAKE) CC='@CC@' install)
++#@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ $(MAKE) clean && rm -f Makefile.old )
+
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@uninstall-exec-perl: $(PERLMAKEFILE)
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ echo "Uninstall not supported for PerlMagick"
+@@ -715,8 +715,8 @@ perl-sources:
+ @WITH_PERL_DYNAMIC_FALSE@@WITH_PERL_STATIC_TRUE@@WITH_PERL_TRUE@ cd $(PERLMAGICK) && $(MAKE) -f Makefile.aperl CC='@CC@' test
+
+ @WITH_PERL_TRUE@clean-perl: $(PERLMAKEFILE)
+-@WITH_PERL_TRUE@ cd $(PERLMAGICK) && $(MAKE) CC='@CC@' clean && rm -f Makefile.old PerlMagick
+-@WITH_PERL_TRUE@ rm -f perl-sources
++#@WITH_PERL_TRUE@ cd $(PERLMAGICK) && $(MAKE) CC='@CC@' clean && rm -f Makefile.old PerlMagick
++#@WITH_PERL_TRUE@ rm -f perl-sources
+
+ @WITH_PERL_TRUE@distclean-perl: clean-perl
+