diff options
author | leeym <leeym@FreeBSD.org> | 2005-05-26 21:44:24 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-05-26 21:44:24 +0800 |
commit | 0dcd58979d9115227be65f38b7017958af3b4381 (patch) | |
tree | 2b93c009ae600dafcd9d189cd48b7c43ec4f44c4 /devel | |
parent | 87cedc1123c5ee1f5dde62bbe70cc02b3be7c728 (diff) | |
download | freebsd-ports-gnome-0dcd58979d9115227be65f38b7017958af3b4381.tar.gz freebsd-ports-gnome-0dcd58979d9115227be65f38b7017958af3b4381.tar.zst freebsd-ports-gnome-0dcd58979d9115227be65f38b7017958af3b4381.zip |
- manually set MAN3PODS to fix PLIST under perl 5.00503
PR: 80510
Submitted by: leeym
Approved by: maintainer-timeout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Unit/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Test-Unit/files/patch-Makefile.PL | 37 |
2 files changed, 39 insertions, 8 deletions
diff --git a/devel/p5-Test-Unit/Makefile b/devel/p5-Test-Unit/Makefile index 79b1bea25ae7..e0d8f8d8a745 100644 --- a/devel/p5-Test-Unit/Makefile +++ b/devel/p5-Test-Unit/Makefile @@ -37,12 +37,6 @@ MAN3= Test::Unit.3 Test::Unit::Assert.3 Test::Unit::Assertion.3 \ Test::Unit::Test.3 Test::Unit::TestCase.3 \ Test::Unit::TestRunner.3 Test::Unit::TestSuite.3 \ Test::Unit::TkTestRunner.3 Test::Unit::Tutorial.3 \ - Test::Unit::UnitHarness.3 + Test::Unit::UnitHarness.3 Test::Unit::Warning.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Incorrect pkg-plist" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Test-Unit/files/patch-Makefile.PL b/devel/p5-Test-Unit/files/patch-Makefile.PL new file mode 100644 index 000000000000..30be12d588f4 --- /dev/null +++ b/devel/p5-Test-Unit/files/patch-Makefile.PL @@ -0,0 +1,37 @@ +--- Makefile.PL.orig Sun May 1 01:47:21 2005 ++++ Makefile.PL Sun May 1 01:51:43 2005 +@@ -14,4 +14,34 @@ + Error => 0, + base => 1, + }, ++ 'MAN3PODS' => { ++ 'lib/Test/Unit/Runner.pm' => 'blib/man3/Test::Unit::Runner.3', ++ 'lib/Test/Unit/Exception.pm' => 'blib/man3/Test::Unit::Exception.3', ++ 'lib/Test/Unit/HarnessUnit.pm' => 'blib/man3/Test::Unit::HarnessUnit.3', ++ 'lib/Test/Unit/Assert.pm' => 'blib/man3/Test::Unit::Assert.3', ++ 'lib/Test/Unit/UnitHarness.pm' => 'blib/man3/Test::Unit::UnitHarness.3', ++ 'lib/Test/Unit/Loader.pm' => 'blib/man3/Test::Unit::Loader.3', ++ 'lib/Test/Unit/Test.pm' => 'blib/man3/Test::Unit::Test.3', ++ 'lib/Test/Unit/Failure.pm' => 'blib/man3/Test::Unit::Failure.3', ++ 'lib/Test/Unit/Warning.pm' => 'blib/man3/Test::Unit::Warning.3', ++ 'lib/Test/Unit/Decorator.pm' => 'blib/man3/Test::Unit::Decorator.3', ++ 'lib/Test/Unit/Procedural.pm' => 'blib/man3/Test::Unit::Procedural.3', ++ 'lib/Test/Unit/Debug.pm' => 'blib/man3/Test::Unit::Debug.3', ++ 'lib/Test/Unit/Listener.pm' => 'blib/man3/Test::Unit::Listener.3', ++ 'lib/Test/Unit/Assertion/Boolean.pm' => 'blib/man3/Test::Unit::Assertion::Boolean.3', ++ 'lib/Test/Unit/Assertion/Regexp.pm' => 'blib/man3/Test::Unit::Assertion::Regexp.3', ++ 'lib/Test/Unit/Assertion/Exception.pm' => 'blib/man3/Test::Unit::Assertion::Exception.3', ++ 'lib/Test/Unit/Assertion/CodeRef.pm' => 'blib/man3/Test::Unit::Assertion::CodeRef.3', ++ 'lib/Test/Unit/Tutorial.pm' => 'blib/man3/Test::Unit::Tutorial.3', ++ 'lib/Test/Unit/Setup.pm' => 'blib/man3/Test::Unit::Setup.3', ++ 'lib/Test/Unit/Runner/Terminal.pm' => 'blib/man3/Test::Unit::Runner::Terminal.3', ++ 'lib/Test/Unit/TestSuite.pm' => 'blib/man3/Test::Unit::TestSuite.3', ++ 'lib/Test/Unit/TkTestRunner.pm' => 'blib/man3/Test::Unit::TkTestRunner.3', ++ 'lib/Test/Unit/Assertion.pm' => 'blib/man3/Test::Unit::Assertion.3', ++ 'lib/Test/Unit/TestCase.pm' => 'blib/man3/Test::Unit::TestCase.3', ++ 'lib/Test/Unit/TestRunner.pm' => 'blib/man3/Test::Unit::TestRunner.3', ++ 'lib/Test/Unit/Result.pm' => 'blib/man3/Test::Unit::Result.3', ++ 'lib/Test/Unit/Error.pm' => 'blib/man3/Test::Unit::Error.3', ++ 'lib/Test/Unit.pm' => 'blib/man3/Test::Unit.3', ++ }, + ); |