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

(-)/home/samy/tmp/mg/Makefile (-4 lines)
Lines 41-50 Link Here
41
41
42
.include <bsd.port.pre.mk>
42
.include <bsd.port.pre.mk>
43
43
44
.if ${OSVERSION} >= 500113
45
BROKEN=		"Does not compile on FreeBSD ${OSVERSION}"
46
.endif
47
48
#
44
#
49
# Ports build/install stuff stops here.  Tarball creation stuff begins here.
45
# Ports build/install stuff stops here.  Tarball creation stuff begins here.
50
#
46
#
(-)/home/samy/tmp/mg/files/patch-sysdef.h (+9 lines)
Line 0 Link Here
1
--- sysdef.h.orig	Mon Dec 29 11:37:41 2003
2
+++ sysdef.h	Mon Dec 29 11:38:00 2003
3
@@ -23,5 +23,5 @@
4
 struct fileinfo {
5
 	mode_t          fi_mode;
6
 	uid_t           fi_uid;
7
-	gid_t short     fi_gid;
8
+	gid_t	fi_gid;
9
 };

Return to bug 60684