diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-06 20:25:00 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-06 20:25:00 +0800 |
commit | 5b8e3d5f2d10dc0e2c859a3f1fdfd737804a3e5f (patch) | |
tree | 55f13193db4ff31ff30895a6abb9911329b06aa0 /print/p5-PDFLib | |
parent | 496362043ab4f70cee8c3ed3e80c1646a5e531a5 (diff) | |
download | freebsd-ports-gnome-5b8e3d5f2d10dc0e2c859a3f1fdfd737804a3e5f.tar.gz freebsd-ports-gnome-5b8e3d5f2d10dc0e2c859a3f1fdfd737804a3e5f.tar.zst freebsd-ports-gnome-5b8e3d5f2d10dc0e2c859a3f1fdfd737804a3e5f.zip |
Fix build
Diffstat (limited to 'print/p5-PDFLib')
-rw-r--r-- | print/p5-PDFLib/distinfo | 2 | ||||
-rw-r--r-- | print/p5-PDFLib/files/patch-Makefile.PL | 17 | ||||
-rw-r--r-- | print/p5-PDFLib/pkg-descr | 1 | ||||
-rw-r--r-- | print/p5-PDFLib/pkg-plist | 3 |
4 files changed, 0 insertions, 23 deletions
diff --git a/print/p5-PDFLib/distinfo b/print/p5-PDFLib/distinfo index 64b7e67e417a..82b6cd19c5be 100644 --- a/print/p5-PDFLib/distinfo +++ b/print/p5-PDFLib/distinfo @@ -1,4 +1,2 @@ SHA256 (PDFLib-0.14.tar.gz) = aa8dd769d262441c6773f356ae9e5370c1f2b48c07e87bc38f1a587576652b32 SIZE (PDFLib-0.14.tar.gz) = 27294 -SHA256 (PDFLib-0.14.tar.gz) = aa8dd769d262441c6773f356ae9e5370c1f2b48c07e87bc38f1a587576652b32 -SIZE (PDFLib-0.14.tar.gz) = 27294 diff --git a/print/p5-PDFLib/files/patch-Makefile.PL b/print/p5-PDFLib/files/patch-Makefile.PL index e957d9a40b66..4f0d1f1dca1f 100644 --- a/print/p5-PDFLib/files/patch-Makefile.PL +++ b/print/p5-PDFLib/files/patch-Makefile.PL @@ -15,20 +15,3 @@ 'VERSION_FROM' => 'PDFLib.pm', # finds $VERSION - 'PREREQ_PM' => { pdflib_pl => 4.0 }, ); ---- Makefile.PL.orig 2001-06-04 13:38:11.000000000 +0000 -+++ Makefile.PL -@@ -6,7 +6,7 @@ eval { - require pdflib_pl; - die unless $pdflib_pl::VERSION >= 4.0; - }; --if ($@) { -+if (0) { - die <<DEATH; - - PDFLib requires the pdflib package from http://www.pdflib.com/ version -@@ -20,5 +20,4 @@ DEATH - WriteMakefile( - 'NAME' => 'PDFLib', - 'VERSION_FROM' => 'PDFLib.pm', # finds $VERSION -- 'PREREQ_PM' => { pdflib_pl => 4.0 }, - ); diff --git a/print/p5-PDFLib/pkg-descr b/print/p5-PDFLib/pkg-descr index 31dda279ff51..069526db4817 100644 --- a/print/p5-PDFLib/pkg-descr +++ b/print/p5-PDFLib/pkg-descr @@ -1,2 +1 @@ A cleaner API than pdflib_pl.pm, which is a very low-level (non-OO) interface. -A cleaner API than pdflib_pl.pm, which is a very low-level (non-OO) interface. diff --git a/print/p5-PDFLib/pkg-plist b/print/p5-PDFLib/pkg-plist index 77e12b890ed7..ef0958df3169 100644 --- a/print/p5-PDFLib/pkg-plist +++ b/print/p5-PDFLib/pkg-plist @@ -2,6 +2,3 @@ %%SITE_PERL%%/PDFLib.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDFLib/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDFLib -%%SITE_PERL%%/PDFLib.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PDFLib/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDFLib |