diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
commit | 7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch) | |
tree | e83ee6693050a76e305a95a376451aa583df151e /sysutils/rfstool | |
parent | a35ba13770957a577275c3575d979457605f2aff (diff) |
Notes
Diffstat (limited to 'sysutils/rfstool')
-rw-r--r-- | sysutils/rfstool/Makefile | 3 | ||||
-rw-r--r-- | sysutils/rfstool/files/patch-reiserfs.h | 22 |
2 files changed, 13 insertions, 12 deletions
diff --git a/sysutils/rfstool/Makefile b/sysutils/rfstool/Makefile index 11f263757d3a..2629827b3dd0 100644 --- a/sysutils/rfstool/Makefile +++ b/sysutils/rfstool/Makefile @@ -11,7 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Read from a Reiser file system PLIST_FILES= bin/rfstool -USES= zip +USES= dos2unix zip +DOS2UNIX_FILES= reiserfs.h WRKSRC= ${WRKDIR}/rfstool-0.14/RFSTOOL MAKEFILE= makefile.gcc3x diff --git a/sysutils/rfstool/files/patch-reiserfs.h b/sysutils/rfstool/files/patch-reiserfs.h index 21e8ea1b6eae..4a59c3bb85e7 100644 --- a/sysutils/rfstool/files/patch-reiserfs.h +++ b/sysutils/rfstool/files/patch-reiserfs.h @@ -1,11 +1,11 @@ ---- reiserfs.h.orig Mon Oct 2 13:58:35 2006 -+++ reiserfs.h Mon Oct 2 13:58:39 2006 -@@ -268,7 +268,7 @@ - {
- }
-
-- ReiserFsBlock::~ReiserFsBlock()
-+ ~ReiserFsBlock()
- {
- delete m_lpbMemory;
- }
+--- reiserfs.h.orig 2016-06-20 13:19:25 UTC ++++ reiserfs.h +@@ -268,7 +268,7 @@ class ReiserFsBlock : public PNode + { + } + +- ReiserFsBlock::~ReiserFsBlock() ++ ~ReiserFsBlock() + { + delete m_lpbMemory; + } |