aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-06-13 19:24:53 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-06-13 19:24:53 +0000
commit8033fc1550f769f523101cc13f4efe2120e87771 (patch)
treeff5ea303fb3a2a31a93a030e909b6a0d83c20490 /sysutils/e2fsprogs
parentb714a769f1d68af851fb05d56bf9fc4b49c81e59 (diff)
downloadports-8033fc1550f769f523101cc13f4efe2120e87771.tar.gz
ports-8033fc1550f769f523101cc13f4efe2120e87771.zip
Notes
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r--sysutils/e2fsprogs/Makefile2
-rw-r--r--sysutils/e2fsprogs/distinfo4
-rw-r--r--sysutils/e2fsprogs/files/patch-8f00911a24
-rw-r--r--sysutils/e2fsprogs/files/patch-tests__test_script.in11
4 files changed, 27 insertions, 14 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index e3ce85909d19..fd52951f419d 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= e2fsprogs
-PORTVERSION= 1.42.3
+PORTVERSION= 1.42.4
PORTREVISION?= 0
CATEGORIES?= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
diff --git a/sysutils/e2fsprogs/distinfo b/sysutils/e2fsprogs/distinfo
index 18a0cb5d15f5..ee3aaf5a7406 100644
--- a/sysutils/e2fsprogs/distinfo
+++ b/sysutils/e2fsprogs/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e2fsprogs-1.42.3.tar.gz) = ad6a41be876fab94c2bd5d10f7a0871a5601bbaf9cd25c551c2af11c1c8d5436
-SIZE (e2fsprogs-1.42.3.tar.gz) = 5817248
+SHA256 (e2fsprogs-1.42.4.tar.gz) = 3946f347842a7b892b23476e231da21e572f9db828cb02a38bc57beb25db905e
+SIZE (e2fsprogs-1.42.4.tar.gz) = 5873284
diff --git a/sysutils/e2fsprogs/files/patch-8f00911a b/sysutils/e2fsprogs/files/patch-8f00911a
new file mode 100644
index 000000000000..a765e30636e2
--- /dev/null
+++ b/sysutils/e2fsprogs/files/patch-8f00911a
@@ -0,0 +1,24 @@
+commit 8f00911a21f4e95de84c60e09cc4df173e5b6701
+Author: Theodore Ts'o <tytso@mit.edu>
+Date: Tue Jun 12 18:25:34 2012 -0400
+
+ libquota: remove unneeded #include of <sys/quota.h>
+
+ The attempted inclusion of sys/quota.h is causing failures in when
+ building on the hurd and freebsd platforms for Debian. It's not
+ necessary any more, so just remove the #include.
+
+ Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
+
+diff --git a/lib/quota/quotaio.c b/lib/quota/quotaio.c
+index 67e74fc..c0ebaa1 100644
+--- a/lib/quota/quotaio.c
++++ b/lib/quota/quotaio.c
+@@ -15,7 +15,6 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/file.h>
+-#include <sys/quota.h>
+
+ #include "common.h"
+ #include "quotaio.h"
diff --git a/sysutils/e2fsprogs/files/patch-tests__test_script.in b/sysutils/e2fsprogs/files/patch-tests__test_script.in
deleted file mode 100644
index 55f6e014fcdf..000000000000
--- a/sysutils/e2fsprogs/files/patch-tests__test_script.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./tests/test_script.in.orig 2012-03-18 19:18:33.000000000 +0100
-+++ ./tests/test_script.in 2012-04-01 17:15:49.000000000 +0200
-@@ -39,7 +39,7 @@
-
- . $TEST_CONFIG
-
--TMPFILE=$(mktemp)
-+TMPFILE=$(mktemp /tmp/tmp.XXXXXXXXXX)
-
- for test_dir in $TESTS
- do