diff -ruN mg/Makefile /home/samy/tmp/mg/Makefile --- mg/Makefile Sun Dec 21 01:18:02 2003 +++ /home/samy/tmp/mg/Makefile Mon Dec 29 11:35:05 2003 @@ -41,10 +41,6 @@ .include -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - # # Ports build/install stuff stops here. Tarball creation stuff begins here. # diff -ruN mg/files/patch-sysdef.h /home/samy/tmp/mg/files/patch-sysdef.h --- mg/files/patch-sysdef.h Thu Jan 1 03:00:00 1970 +++ /home/samy/tmp/mg/files/patch-sysdef.h Mon Dec 29 11:39:00 2003 @@ -0,0 +1,9 @@ +--- sysdef.h.orig Mon Dec 29 11:37:41 2003 ++++ sysdef.h Mon Dec 29 11:38:00 2003 +@@ -23,5 +23,5 @@ + struct fileinfo { + mode_t fi_mode; + uid_t fi_uid; +- gid_t short fi_gid; ++ gid_t fi_gid; + };