pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/perl5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 20 07:35:44 UTC 2024

Modified Files:
        pkgsrc/lang/perl5: Makefile distinfo
Removed Files:
        pkgsrc/lang/perl5/patches: patch-caretx.c

Log Message:
perl5: remove workaround for /self/proc/exe being '/'

The patch is from 2008, and according to martin@ on current-users@,
the problem was fixed in 2007 in sys/miscfs/procfs/procfs_vnops.c
rev 1.152). If the problem is still there, please file a NetBSD bug
report.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 pkgsrc/lang/perl5/Makefile
cvs rdiff -u -r1.184 -r1.185 pkgsrc/lang/perl5/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/lang/perl5/patches/patch-caretx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/perl5/Makefile
diff -u pkgsrc/lang/perl5/Makefile:1.281 pkgsrc/lang/perl5/Makefile:1.282
--- pkgsrc/lang/perl5/Makefile:1.281    Tue Nov 19 21:02:20 2024
+++ pkgsrc/lang/perl5/Makefile  Wed Nov 20 07:35:44 2024
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.281 2024/11/19 21:02:20 wiz Exp $
+# $NetBSD: Makefile,v 1.282 2024/11/20 07:35:44 wiz Exp $
 
 .include "license.mk"
 .include "Makefile.common"
 
+PKGREVISION=   1
+
 COMMENT=       Practical Extraction and Report Language
 
 CONFLICTS+=    perl-base-[0-9]* perl-thread-[0-9]*

Index: pkgsrc/lang/perl5/distinfo
diff -u pkgsrc/lang/perl5/distinfo:1.184 pkgsrc/lang/perl5/distinfo:1.185
--- pkgsrc/lang/perl5/distinfo:1.184    Tue Nov 19 21:17:32 2024
+++ pkgsrc/lang/perl5/distinfo  Wed Nov 20 07:35:44 2024
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.184 2024/11/19 21:17:32 wiz Exp $
+$NetBSD: distinfo,v 1.185 2024/11/20 07:35:44 wiz Exp $
 
 BLAKE2s (perl-5.40.0.tar.xz) = 6d1a2dc936370f834497bd6ac1b117c3038925c513a81568e1ba1b6f448ad2bc
 SHA512 (perl-5.40.0.tar.xz) = a2fb1a24c6367b4043f4e929b2d74fc3bad1415e53b791ed1f219f1701064ae21b2bd3164ba95fcf24eaf458bd54433024ccae43725c0bb82a1ec6a98dc7052d
 Size (perl-5.40.0.tar.xz) = 13804184 bytes
 SHA1 (patch-Configure) = f3bd324a90254405b3ce8e29846b4ddc9ebf7d73
 SHA1 (patch-Makefile.SH) = 56203aea57c429a94760f039a978463b8859b0a9
-SHA1 (patch-caretx.c) = e9698f513b6fb5237b627d6a1a56153720654039
 SHA1 (patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__BeOS.pm) = 79e5aeccfa272ca5ec08bffc616d8053ae90ac51
 SHA1 (patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Unix.pm) = 6171a21a24e3bea312155b1d5f692d76ef733d23
 SHA1 (patch-cpan_ExtUtils-MakeMaker_t_MM__BeOS.t) = 9b0e7ab85fdab4887b1754599a8879bd7d9f36cc



Home | Main Index | Thread Index | Old Index