ports/154721: [maintainer update] Updating port: sysutils/parallel - New Version (20110205)

Chris Howey howeyc at gmail.com
Sat Feb 12 22:50:09 UTC 2011


>Number:         154721
>Category:       ports
>Synopsis:       [maintainer update] Updating port: sysutils/parallel - New Version (20110205)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 12 22:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Chris Howey
>Release:        8.1-RELEASE
>Organization:
N/A
>Environment:
FreeBSD tinny-desktop 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010     root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Modified files:
sysutils/parallel Makefile distinfo 
sysutils/parallel/files patch-src__parallel

Update to 20110205

Changes: http://savannah.gnu.org/forum/forum.php?forum_id=6713
>How-To-Repeat:
N/A
>Fix:
Patch included.

Patch attached with submission follows:

diff -ruN parallel.bak/Makefile parallel/Makefile
--- parallel.bak/Makefile	2011-02-11 21:55:12.000000000 -0700
+++ parallel/Makefile	2011-02-12 15:34:16.000000000 -0700
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	parallel
-PORTVERSION=	20110122
-PORTREVISION=	1
+PORTVERSION=	20110205
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
 
diff -ruN parallel.bak/distinfo parallel/distinfo
--- parallel.bak/distinfo	2011-01-31 04:38:55.000000000 -0700
+++ parallel/distinfo	2011-02-12 15:28:07.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (parallel-20110122.tar.bz2) = 6c5a6f245d2ce3b315f878b22472c620fbf1906e65dd3b223a5be79ca1085634
-SIZE (parallel-20110122.tar.bz2) = 157049
+SHA256 (parallel-20110205.tar.bz2) = 72ffaf2fa8497595321dc8e04b9cc8770969d75328cb09cbb7e1138deba13e7c
+SIZE (parallel-20110205.tar.bz2) = 159505
diff -ruN parallel.bak/files/patch-src__parallel parallel/files/patch-src__parallel
--- parallel.bak/files/patch-src__parallel	2011-02-11 21:55:12.000000000 -0700
+++ parallel/files/patch-src__parallel	2011-02-12 15:29:02.000000000 -0700
@@ -1,29 +1,6 @@
---- ./src/parallel.orig	2011-01-22 15:37:41.000000000 -0700
-+++ ./src/parallel	2011-02-06 14:56:46.000000000 -0700
-@@ -2077,14 +2077,20 @@
- sub no_of_cpus_freebsd {
-     # Returns:
-     #   Number of physical CPUs on FreeBSD
--    my $no_of_cpus = `sysctl hw.ncpu 2>/dev/null | awk '{ print \$2 }'`;
-+    my $no_of_cpus =
-+	(`sysctl -a dev.cpu | grep \%parent | awk '{ print \$2 }' | uniq | wc -l | awk '{ print \$1 }'`
-+	 or
-+	 `sysctl hw.ncpu 2>/dev/null | awk '{ print \$2 }'`);
-     return $no_of_cpus;
- }
- 
- sub no_of_cores_freebsd {
-     # Returns:
-     #   Number of CPU cores on FreeBSD
--    my $no_of_cores = `sysctl -a hw  2>/dev/null | grep -w logicalcpu | awk '{ print \$2 }'`;
-+    my $no_of_cores =
-+	(`sysctl hw.ncpu 2>/dev/null | awk '{ print \$2 }'`
-+	 or
-+	 `sysctl -a hw  2>/dev/null | grep -w logicalcpu | awk '{ print \$2 }'`);
-     return $no_of_cores;
- }
- 
-@@ -3455,28 +3461,42 @@
+--- ./src/parallel.orig	2011-02-03 15:33:39.000000000 -0700
++++ ./src/parallel	2011-02-12 15:28:20.000000000 -0700
+@@ -3542,28 +3542,42 @@
  
  # Maximal command line length (for -m and -X)
  sub max_length {


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list