View | Details | Raw Unified | Return to bug 99455
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	File-Stat-Bits
8
PORTNAME=	File-Stat-Bits
9
PORTVERSION=	0.18
9
PORTVERSION=	1.00
10
CATEGORIES=	sysutils perl5
10
CATEGORIES=	sysutils perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	File
12
MASTER_SITE_SUBDIR=	File
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (File-Stat-Bits-0.18.tar.gz) = e2cdccb316a06bb4d28d7c69f121ef9e
1
MD5 (File-Stat-Bits-1.00.tar.gz) = 47d6b70c25f26b0bde98d047bf803045
2
SHA256 (File-Stat-Bits-0.18.tar.gz) = d03004fa39ae8a9817a7bbefcec29fdcfd19e5a497214009f4d21c59ccc14e78
2
SHA256 (File-Stat-Bits-1.00.tar.gz) = 013d3506e9ac029a255be952dcf87cdd466c7c696634e588baae861692075a7a
3
SIZE (File-Stat-Bits-0.18.tar.gz) = 9128
3
SIZE (File-Stat-Bits-1.00.tar.gz) = 9256
(-)files/patch-t-check-major-minor.sh (+29 lines)
Added Link Here
1
--- t/check-major-minor.sh.orig	Sun May 21 04:19:35 2006
2
+++ t/check-major-minor.sh	Sun Jun 25 10:28:07 2006
3
@@ -4,13 +4,13 @@
4
 
5
 
6
 cat > .conftest.c << EOF
7
-#include <sys/sysmacros.h>
8
+#include <sys/types.h>
9
 int main() { return 0; }
10
 EOF
11
 
12
 if $1 .conftest.c 1>/dev/null 2>/dev/null
13
-then sysmacros="-D_HAVE_SYS_SYSMACROS_H"; echo "<sys/sysmacros.h> present" 1>&2
14
-else sysmacros="-U_HAVE_SYS_SYSMACROS_H"; echo "<sys/sysmacros.h> absent"  1>&2
15
+then sysmacros="-D_HAVE_SYS_SYSMACROS_H"; echo "<sys/types.h> present" 1>&2
16
+else sysmacros="-U_HAVE_SYS_SYSMACROS_H"; echo "<sys/types.h> absent"  1>&2
17
 fi
18
 
19
 rm -f .conftest* a.out
20
@@ -19,9 +19,6 @@
21
 cat > .conftest.c << EOF
22
 #include <sys/stat.h>
23
 #include <sys/types.h>
24
-#ifdef _HAVE_SYS_SYSMACROS_H
25
-# include <sys/sysmacros.h>
26
-#endif
27
 
28
 int main()
29
 {
(-)files/patch-t-gen-stat.c (+14 lines)
Added Link Here
1
--- t/gen-stat.c.orig	Sun May 21 04:19:35 2006
2
+++ t/gen-stat.c	Sun Jun 25 10:29:33 2006
3
@@ -13,11 +13,6 @@
4
 #include <sys/stat.h>
5
 #include <sys/types.h>
6
 
7
-#ifdef _HAVE_SYS_SYSMACROS_H
8
-# include <sys/sysmacros.h>
9
-#endif
10
-
11
-
12
 #undef P
13
 #undef CONCAT
14
 #undef CONCAT1

Return to bug 99455