1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Update to new upstream release 1.42.4.

ChangeLog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.4
This commit is contained in:
Matthias Andree 2012-06-13 19:24:53 +00:00
parent b714a769f1
commit 8033fc1550
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299208
4 changed files with 27 additions and 14 deletions

View File

@ -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}

View File

@ -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

View File

@ -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"

View File

@ -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