View | Details | Raw Unified | Return to bug 154173 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	rename
8
PORTNAME=	rename
9
PORTVERSION=	1.3
9
PORTVERSION=	1.3
10
PORTREVISION=	1
10
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
11
MASTER_SITES=	http://mirror2.unixfreunde.de/ \
12
MASTER_SITES=	http://mirror2.unixfreunde.de/ \
12
		http://freebsd.unixfreunde.de/sources/
13
		http://freebsd.unixfreunde.de/sources/
(-)files/patch-rename.c (+19 lines)
Added Link Here
1
--- ./rename.c.orig	2002-05-20 11:50:50.000000000 -0400
2
+++ ./rename.c	2011-02-04 15:22:14.000000000 -0500
3
@@ -65,7 +65,7 @@
4
 
5
 #if HAVE_REGEX_H
6
   #include <regex.h>
7
-#elif
8
+#else
9
   #include "regex.h"
10
 #endif
11
 
12
@@ -659,6 +659,6 @@
13
     if (mode)  
14
 	printf(version, VERSION);  
15
     else  
16
-	printf(help);
17
+	printf("%s", help);
18
 }
19
 

Return to bug 154173