ports/60410: Port Update: Proc-ProcessTable 0.38 -> 0.39

michael johnson ahze at ahze.net
Sun Dec 21 08:50:31 UTC 2003


The following reply was made to PR ports/60410; it has been noted by GNATS.

From: michael johnson <ahze at ahze.net>
To: freebsd-gnats-submit at FreeBSD.org
Cc: james johnson <ahze at ahze.net>
Subject: Re: ports/60410: Port Update: Proc-ProcessTable 0.38 -> 0.39
Date: Sun, 21 Dec 2003 03:40:08 -0500

 tested on 4.9 and 5.2
 
 
 diff -ruN devel/p5-Proc-ProcessTable.orig/files/patch-processtable.xs 
 devel/p5-Proc-ProcessTable/files/patch-processtable.xs
 --- devel/p5-Proc-ProcessTable.orig/files/patch-processtable.xs	Thu Jan 
   1 00:00:00 1970
 +++ devel/p5-Proc-ProcessTable/files/patch-processtable.xs	Sun Dec 21 
 01:17:01 2003
 @@ -0,0 +1,33 @@
 +--- ProcessTable.xs.orig	Sat May 31 13:05:56 2003
 ++++ ProcessTable.xs	Sat Dec 20 20:16:41 2003
 +@@ -32,7 +32,6 @@
 + #include <stdarg.h>
 +
 + /* prototypes to make the compiler shut up */
 +-void ppt_warn(const char*, ...);
 + void ppt_die(const char*, ...);
 + void store_ttydev(HV*, unsigned long);
 + void bless_into_proc(char* , char**, ...);
 +@@ -56,22 +55,7 @@
 +  * croak() in perl 5.8?? warn and croak exist in 5.6, but don't
 +  * seem to accept format args.
 +  */
 +-void ppt_warn(const char *pat, ...) {
 +-    dTHX;
 +-    va_list args;
 +-    va_start(args, pat);
 +-    vwarn(pat, &args);
 +-    va_end(args);
 +-}
 +
 +-/* same with croak */
 +-void ppt_croak(const char *pat, ...) {
 +-    dTHX;
 +-    va_list args;
 +-    va_start(args, pat);
 +-    vcroak(pat, &args);
 +-    va_end(args);
 +-}
 +
 + /* Look up the tty device, given the ttynum and store it */
 + void store_ttydev( HV* myhash, unsigned long ttynum ){
 



More information about the freebsd-ports-bugs mailing list