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

Collapse All | Expand All

(-)gurlchecker/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gurlchecker
8
PORTNAME=	gurlchecker
9
PORTVERSION=	0.4.0
9
PORTVERSION=	0.4.1
10
CATEGORIES=	www gnome
10
CATEGORIES=	www gnome
11
MASTER_SITES=	http://savannah.nongnu.org/download/gurlchecker/stable/0.4/
11
MASTER_SITES=	http://savannah.nongnu.org/download/gurlchecker/stable/0.4/
12
12
(-)gurlchecker/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gurlchecker-0.4.0.tar.gz) = 881c2813bcd35441791390c4de51d44b
1
MD5 (gurlchecker-0.4.1.tar.gz) = c6a3f626b0554d378178fb47e69ad93a
(-)gurlchecker/files/patch-src::general.h (-19 lines)
Lines 1-19 Link Here
1
--- src/general.h.orig	Wed May 28 19:29:40 2003
2
+++ src/general.h	Sun Jun  1 21:50:33 2003
3
@@ -33,7 +33,16 @@
4
 #include <sys/socket.h>
5
 #include <sys/types.h>
6
 #include <sys/stat.h>
7
+
8
+#ifdef __linux__
9
 #include <sys/vfs.h>
10
+#endif
11
+
12
+#ifdef __FreeBSD__
13
+#include <sys/param.h>
14
+#include <sys/mount.h>
15
+#endif
16
+
17
 #include <signal.h>
18
 #include <setjmp.h>
19
 #include <sys/types.h>

Return to bug 52992