diff options
Diffstat (limited to 'app-crypt/md5deep/files')
-rw-r--r-- | app-crypt/md5deep/files/md5deep-2.0.1-install.patch | 14 | ||||
-rw-r--r-- | app-crypt/md5deep/files/md5deep-3.0-install.patch | 14 | ||||
-rw-r--r-- | app-crypt/md5deep/files/md5deep-3.1-as-needed.patch | 27 | ||||
-rw-r--r-- | app-crypt/md5deep/files/md5deep-3.2-as-needed.patch | 27 |
4 files changed, 0 insertions, 82 deletions
diff --git a/app-crypt/md5deep/files/md5deep-2.0.1-install.patch b/app-crypt/md5deep/files/md5deep-2.0.1-install.patch deleted file mode 100644 index b5f365ef4a26..000000000000 --- a/app-crypt/md5deep/files/md5deep-2.0.1-install.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.am -+++ Makefile.am -@@ -17,8 +17,9 @@ - - # We erase the old man pages, just in case they might be symbolic links - # (symbolic links were used in a previous release) --install-exec-hook: update-manpages -- rm -f ${man1dir}/${ALL_GOALS}deep.1 -+install-man: update-manpages -+ rm -f $(DESTDIR)${man1dir}/${ALL_GOALS}deep.1 -+ $(MAKE) install-man1 - - update-manpages: md5deep.1 - cp $< sha1deep.1 diff --git a/app-crypt/md5deep/files/md5deep-3.0-install.patch b/app-crypt/md5deep/files/md5deep-3.0-install.patch deleted file mode 100644 index f0d50281db30..000000000000 --- a/app-crypt/md5deep/files/md5deep-3.0-install.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- md5deep/Makefile.am -+++ md5deep/Makefile.am -@@ -27,8 +27,9 @@ - - # We erase the old man pages, just in case they might be symbolic links - # (symbolic links were used in a previous release) --install-exec-hook: update-manpages -- rm -f ${man1dir}/${ALL_GOALS}deep.1 -+install-man: update-manpages -+ rm -f $(DESTDIR)${man1dir}/${ALL_GOALS}deep.1 -+ $(MAKE) install-man1 - - update-manpages: md5deep.1 - cp md5deep.1 sha1deep.1 diff --git a/app-crypt/md5deep/files/md5deep-3.1-as-needed.patch b/app-crypt/md5deep/files/md5deep-3.1-as-needed.patch deleted file mode 100644 index dc1f87de5f9a..000000000000 --- a/app-crypt/md5deep/files/md5deep-3.1-as-needed.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- hashdeep/Makefile.am -+++ hashdeep/Makefile.am -@@ -1,5 +1,3 @@ --# The math library is required for floor() --AM_LDFLAGS = -lm - INCLUDES = -I@top_srcdir@/include - COMMON_DIR = @top_srcdir@/common - -@@ -26,7 +24,8 @@ - # don't have it yet (e.g. OpenSolaris). We if don't have strsep - # we compile it ourselves using a local copy. - EXTRA_hashdeep_SOURCES = lib-strsep.c --hashdeep_LDADD = ${EXTRA_HASHDEEP} -+# The math library is required for floor() -+hashdeep_LDADD = ${EXTRA_HASHDEEP} -lm - hashdeep_DEPENDENCIES = ${EXTRA_HASHDEEP} - - EXTRA_DIST = main.h strsep.h ${man_MANS} ---- md5deep/Makefile.am -+++ md5deep/Makefile.am -@@ -1,5 +1,5 @@ - --AM_LDFLAGS = -lm -+LDADD = -lm - INCLUDES = -I@top_srcdir@/include - COMMON_DIR = @top_srcdir@/common - diff --git a/app-crypt/md5deep/files/md5deep-3.2-as-needed.patch b/app-crypt/md5deep/files/md5deep-3.2-as-needed.patch deleted file mode 100644 index dc1f87de5f9a..000000000000 --- a/app-crypt/md5deep/files/md5deep-3.2-as-needed.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- hashdeep/Makefile.am -+++ hashdeep/Makefile.am -@@ -1,5 +1,3 @@ --# The math library is required for floor() --AM_LDFLAGS = -lm - INCLUDES = -I@top_srcdir@/include - COMMON_DIR = @top_srcdir@/common - -@@ -26,7 +24,8 @@ - # don't have it yet (e.g. OpenSolaris). We if don't have strsep - # we compile it ourselves using a local copy. - EXTRA_hashdeep_SOURCES = lib-strsep.c --hashdeep_LDADD = ${EXTRA_HASHDEEP} -+# The math library is required for floor() -+hashdeep_LDADD = ${EXTRA_HASHDEEP} -lm - hashdeep_DEPENDENCIES = ${EXTRA_HASHDEEP} - - EXTRA_DIST = main.h strsep.h ${man_MANS} ---- md5deep/Makefile.am -+++ md5deep/Makefile.am -@@ -1,5 +1,5 @@ - --AM_LDFLAGS = -lm -+LDADD = -lm - INCLUDES = -I@top_srcdir@/include - COMMON_DIR = @top_srcdir@/common - |