aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfsprogs/files
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2006-02-08 02:45:32 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2006-02-08 02:45:32 +0000
commit1b4568deecd85ddfa39c52844145d8207c8ac9f4 (patch)
tree125e87c852409f2a7db6bb2d94d3bd11d907bcfe /sysutils/xfsprogs/files
parent8ecba399d816234b4f5b5ff418eb04f2bdd70508 (diff)
downloadports-1b4568deecd85ddfa39c52844145d8207c8ac9f4.tar.gz
ports-1b4568deecd85ddfa39c52844145d8207c8ac9f4.zip
Notes
Diffstat (limited to 'sysutils/xfsprogs/files')
-rw-r--r--sysutils/xfsprogs/files/patch-Makefile10
-rw-r--r--sysutils/xfsprogs/files/patch-builddefs.in11
-rw-r--r--sysutils/xfsprogs/files/patch-freebsd.h18
-rw-r--r--sysutils/xfsprogs/files/patch-report.c10
4 files changed, 33 insertions, 16 deletions
diff --git a/sysutils/xfsprogs/files/patch-Makefile b/sysutils/xfsprogs/files/patch-Makefile
index f0f4e24824cb..e6238d1ce05c 100644
--- a/sysutils/xfsprogs/files/patch-Makefile
+++ b/sysutils/xfsprogs/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig Fri Oct 7 12:51:32 2005
-+++ Makefile Fri Oct 7 14:42:35 2005
-@@ -44,7 +44,7 @@
+--- Makefile.orig Mon Jan 16 22:46:46 2006
++++ Makefile Tue Feb 7 20:37:21 2006
+@@ -16,7 +16,7 @@
Logs/* built .census install.* install-dev.* *.gz
SUBDIRS = include libxfs libxlog libxcmd libhandle libdisk \
-- copy db fsck growfs io logprint mkfile mkfs quota repair rtcp \
-+ db fsck growfs io logprint mkfile mkfs quota repair rtcp \
+- copy db fsck growfs io logprint mkfs quota repair rtcp \
++ db fsck growfs io logprint mkfs quota repair rtcp \
m4 man doc po debian build
default: $(CONFIGURE)
diff --git a/sysutils/xfsprogs/files/patch-builddefs.in b/sysutils/xfsprogs/files/patch-builddefs.in
deleted file mode 100644
index 1e1ed1d63971..000000000000
--- a/sysutils/xfsprogs/files/patch-builddefs.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/builddefs.in.orig Thu Dec 23 13:38:50 2004
-+++ include/builddefs.in Thu Dec 23 13:39:02 2004
-@@ -113,7 +113,7 @@
- PCFLAGS = -I/usr/local/include
- endif
-
--GCFLAGS = -O1 $(OPTIMIZER) $(DEBUG) -funsigned-char -fno-strict-aliasing -Wall \
-+GCFLAGS = $(OPTIMIZER) $(DEBUG) -funsigned-char -fno-strict-aliasing -Wall \
- -DVERSION=\"$(PKG_VERSION)\" -DLOCALEDIR=\"$(PKG_LOCALE_DIR)\" \
- -DPACKAGE=\"$(PKG_NAME)\" -I$(TOPDIR)/include
-
diff --git a/sysutils/xfsprogs/files/patch-freebsd.h b/sysutils/xfsprogs/files/patch-freebsd.h
new file mode 100644
index 000000000000..49ba7f475f40
--- /dev/null
+++ b/sysutils/xfsprogs/files/patch-freebsd.h
@@ -0,0 +1,18 @@
+--- include/freebsd.h.orig Tue Feb 7 21:14:51 2006
++++ include/freebsd.h Tue Feb 7 21:15:07 2006
+@@ -39,15 +39,6 @@
+ #define fdatasync fsync
+ #define memalign(a,size) valloc(size)
+
+-typedef u_int8_t __u8;
+-typedef int8_t __s8;
+-typedef u_int16_t __u16;
+-typedef int16_t __s16;
+-typedef u_int32_t __u32;
+-typedef int32_t __s32;
+-typedef u_int64_t __u64;
+-typedef int64_t __s64;
+-
+ #define constpp char * const *
+
+ #define EFSCORRUPTED 990 /* Filesystem is corrupted */
diff --git a/sysutils/xfsprogs/files/patch-report.c b/sysutils/xfsprogs/files/patch-report.c
new file mode 100644
index 000000000000..2d05d189724f
--- /dev/null
+++ b/sysutils/xfsprogs/files/patch-report.c
@@ -0,0 +1,10 @@
+--- quota/report.c.orig Tue Feb 7 21:24:32 2006
++++ quota/report.c Tue Feb 7 21:25:12 2006
+@@ -17,6 +17,7 @@
+ */
+
+ #include <xfs/command.h>
++#include <sys/types.h>
+ #include <pwd.h>
+ #include <grp.h>
+ #include <utmp.h>