update p5-Devel-NYTProf to 4.08
ok sthen@
This commit is contained in:
parent
0e77f83404
commit
4a00ff80ba
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2012/08/23 15:05:15 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2012/08/31 18:06:36 bluhm Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = powerful feature-rich perl source code profiler
|
||||
|
||||
DISTNAME = Devel-NYTProf-4.06
|
||||
REVISION = 0
|
||||
DISTNAME = Devel-NYTProf-4.08
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -17,7 +16,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB += c z
|
||||
WANTLIB += c z
|
||||
|
||||
MODULES = cpan
|
||||
RUN_DEPENDS = converters/p5-JSON-Any
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (Devel-NYTProf-4.06.tar.gz) = apRWSeSdNT3dCDpEJ/n5bA==
|
||||
RMD160 (Devel-NYTProf-4.06.tar.gz) = aPnbYi8CfKw7rEEZ6+ZDRNaA+nA=
|
||||
SHA1 (Devel-NYTProf-4.06.tar.gz) = HLxyHbRoViJSeFbYdRtKZ87VmyA=
|
||||
SHA256 (Devel-NYTProf-4.06.tar.gz) = IdDxMQt/Oj7bLGrfsNBoKWeLOV2CqroKwuzgV8paks0=
|
||||
SIZE (Devel-NYTProf-4.06.tar.gz) = 410485
|
||||
SHA256 (Devel-NYTProf-4.08.tar.gz) = 4921weyMRPveyqGZCijRbqjVgDb87e+Z2fwqFeajmGc=
|
||||
SIZE (Devel-NYTProf-4.08.tar.gz) = 413566
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-NYTProf_xs,v 1.1 2011/01/09 13:53:27 bluhm Exp $
|
||||
--- NYTProf.xs.orig Tue Nov 30 23:15:41 2010
|
||||
+++ NYTProf.xs Sun Dec 12 23:27:43 2010
|
||||
@@ -1516,7 +1516,7 @@ DB_leave(pTHX_ OP *op, OP *prev_op)
|
||||
prev_last_executed_fid = last_executed_fid;
|
||||
prev_last_executed_line = last_executed_line;
|
||||
|
||||
-#ifdef CxMULTICALL && 0 /* disabled for now */
|
||||
+#if defined(CxMULTICALL) && 0 /* disabled for now */
|
||||
/* pp_return, pp_leavesub and pp_leavesublv
|
||||
* return a NULL op when returning from a MULTICALL.
|
||||
* See Lightweight Callbacks in perlcall.
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2010/10/19 18:56:36 bluhm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/08/31 18:06:37 bluhm Exp $
|
||||
bin/nytprofcg
|
||||
bin/nytprofcsv
|
||||
bin/nytprofhtml
|
||||
@ -39,7 +39,6 @@ ${P5ARCH}/Devel/auto/
|
||||
${P5ARCH}/Devel/auto/Devel/
|
||||
${P5ARCH}/Devel/auto/Devel/NYTProf/
|
||||
${P5ARCH}/Devel/auto/Devel/NYTProf/NYTProf.so
|
||||
@comment ${P5ARCH}/Devel/perftest.pl
|
||||
@comment ${P5ARCH}/Devel/benchmark.pl
|
||||
${P5ARCH}/auto/Devel/
|
||||
${P5ARCH}/auto/Devel/NYTProf/
|
||||
@ -48,6 +47,7 @@ ${P5ARCH}/auto/Devel/NYTProf/NYTProf.so
|
||||
@man man/man1/nytprofcg.1
|
||||
@man man/man1/nytprofcsv.1
|
||||
@man man/man1/nytprofhtml.1
|
||||
@man man/man1/nytprofmerge.1
|
||||
@man man/man3p/Devel::NYTProf.3p
|
||||
@man man/man3p/Devel::NYTProf::Apache.3p
|
||||
@man man/man3p/Devel::NYTProf::Core.3p
|
||||
|
Loading…
Reference in New Issue
Block a user