ports/166147: [PATCH] sysutils/system-tools-backends: fix runtime on 10.0-CURRENT
Ruslan Mahmatkhanov
rm at FreeBSD.org
Thu Mar 15 18:00:28 UTC 2012
>Number: 166147
>Category: ports
>Synopsis: [PATCH] sysutils/system-tools-backends: fix runtime on 10.0-CURRENT
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Mar 15 18:00:16 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Ruslan Mahmatkhanov
>Release: 10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT amd64
>Description:
- make it aware of 10.0-CURRENT
- no portrevision bump because it's needed only on -current
This fixes perl process crashes on system boot (with gdm - I always get perl5.14.core in / on boot) and when navigating gnome menu items (System -> Preferences).
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
? patch-patch-Utils_Platform.pm
Index: files/patch-Utils_Platform.pm
===================================================================
RCS file: /home/pcvs/ports/sysutils/system-tools-backends/files/patch-Utils_Platform.pm,v
retrieving revision 1.1
diff -u -r1.1 patch-Utils_Platform.pm
--- files/patch-Utils_Platform.pm 10 May 2010 21:18:42 -0000 1.1
+++ files/patch-Utils_Platform.pm 15 Mar 2012 17:48:06 -0000
@@ -1,18 +1,20 @@
---- Utils/Platform.pm.orig 2010-04-02 00:17:39.000000000 +0200
-+++ Utils/Platform.pm 2010-04-02 00:18:30.000000000 +0200
-@@ -73,6 +73,7 @@ my $PLATFORM_INFO = {
+--- Utils/Platform.pm.orig 2010-03-31 12:55:43.000000000 +0400
++++ Utils/Platform.pm 2012-03-15 18:24:46.000000000 +0400
+@@ -73,6 +73,8 @@
"freebsd-6" => [ "FreeBSD", "6", "" ],
"freebsd-7" => [ "FreeBSD", "7", "" ],
"freebsd-8" => [ "FreeBSD", "8", "" ],
+ "freebsd-9" => [ "FreeBSD", "9", "" ],
++ "freebsd-10" => [ "FreeBSD", "10" "" ],
"gentoo" => [ "Gentoo Linux", "", "" ],
"vlos-1.2" => [ "Vida Linux OS", "1.2" ],
"archlinux" => [ "Arch Linux", "", "" ],
-@@ -126,6 +127,7 @@ sub ensure_distro_map
+@@ -126,6 +128,8 @@
"freebsd-6" => "freebsd-5",
"freebsd-7" => "freebsd-5",
"freebsd-8" => "freebsd-5",
+ "freebsd-9" => "freebsd-5",
++ "freebsd-10" => "freebsd-5",
"openna-1.0" => "redhat-6.2",
"pld-1.1" => "pld-1.0",
"pld-1.99" => "pld-1.0",
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list