diff options
-rw-r--r-- | lang/erlang/Makefile | 2 | ||||
-rw-r--r-- | lang/erlang/files/patch-lib_stdlib_src_filelib.erl | 17 | ||||
-rw-r--r-- | lang/erlang14/Makefile | 2 | ||||
-rw-r--r-- | lang/erlang14/files/patch-lib_stdlib_src_filelib.erl | 17 |
4 files changed, 36 insertions, 2 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 52e7fcaffee6..9f9eb56087fd 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -7,7 +7,7 @@ PORTNAME= erlang PORTVERSION= r9c0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.erlang.org/pub/download/ \ diff --git a/lang/erlang/files/patch-lib_stdlib_src_filelib.erl b/lang/erlang/files/patch-lib_stdlib_src_filelib.erl new file mode 100644 index 000000000000..2b26e8e6c039 --- /dev/null +++ b/lang/erlang/files/patch-lib_stdlib_src_filelib.erl @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- lib/stdlib/src/filelib.erl.orig Thu Mar 11 21:05:33 2004 ++++ lib/stdlib/src/filelib.erl Thu Mar 11 21:06:40 2004 +@@ -84,7 +84,10 @@ + false -> + fold_files(T, Dir, RegExp, Recursive, Fun, Acc0) + end +- end. ++ end; ++ ++fold_files([], _, _, _, _, Acc) -> ++ Acc. + + last_modified(File) -> + case file:read_file_info(File) of diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index 52e7fcaffee6..9f9eb56087fd 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -7,7 +7,7 @@ PORTNAME= erlang PORTVERSION= r9c0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.erlang.org/pub/download/ \ diff --git a/lang/erlang14/files/patch-lib_stdlib_src_filelib.erl b/lang/erlang14/files/patch-lib_stdlib_src_filelib.erl new file mode 100644 index 000000000000..2b26e8e6c039 --- /dev/null +++ b/lang/erlang14/files/patch-lib_stdlib_src_filelib.erl @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- lib/stdlib/src/filelib.erl.orig Thu Mar 11 21:05:33 2004 ++++ lib/stdlib/src/filelib.erl Thu Mar 11 21:06:40 2004 +@@ -84,7 +84,10 @@ + false -> + fold_files(T, Dir, RegExp, Recursive, Fun, Acc0) + end +- end. ++ end; ++ ++fold_files([], _, _, _, _, Acc) -> ++ Acc. + + last_modified(File) -> + case file:read_file_info(File) of |