pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fdupes: Add a rule in order not to depend on gmake.
Module Name: pkgsrc-wip
Committed By: Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By: f8l
Date: Mon Nov 9 00:48:45 2015 +0100
Changeset: e83f03dac747be3a8959729d7934ad5bd4f446be
Modified Files:
fdupes/Makefile
fdupes/distinfo
fdupes/patches/patch-ac
Log Message:
fdupes: Add a rule in order not to depend on gmake.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e83f03dac747be3a8959729d7934ad5bd4f446be
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fdupes/Makefile | 1 -
fdupes/distinfo | 2 +-
fdupes/patches/patch-ac | 11 +++++++++++
3 files changed, 12 insertions(+), 2 deletions(-)
diffs:
diff --git a/fdupes/Makefile b/fdupes/Makefile
index a787a28..fe0d2b3 100644
--- a/fdupes/Makefile
+++ b/fdupes/Makefile
@@ -9,7 +9,6 @@ HOMEPAGE= http://netdial.caribe.net/~adrian2/fdupes.html
COMMENT= Program for identifying or deleting duplicate files
USE_LANGUAGES= c
-USE_TOOLS+= gmake # without it, md5.o ends up in a wrong directory
NO_CONFIGURE= yes
MAKE_FLAGS= INSTALLDIR=${PREFIX}/bin MANPAGEDIR=${PREFIX}/${PKGMANDIR}
diff --git a/fdupes/distinfo b/fdupes/distinfo
index 1274a55..7009dbc 100644
--- a/fdupes/distinfo
+++ b/fdupes/distinfo
@@ -5,4 +5,4 @@ RMD160 (fdupes-1.51.tar.gz) = cf2c3524a2f827c50ce2ef257d3d7f9b75951c48
SHA512 (fdupes-1.51.tar.gz) = 7cbc414f25427793317667b8d5494f7247a08ba402855929de77d1db01eb3dce41ea608f8dcca047c4a7856e02b10261982cf2acd7f6a79ab726b3009c710a8d
Size (fdupes-1.51.tar.gz) = 48942 bytes
SHA1 (patch-aa) = 54310ea6e662edd8ccce384e50e7c8707bf43b0c
-SHA1 (patch-ac) = 5e818f9325c13f7b827dfd8e297abc0d3bf910a5
+SHA1 (patch-ac) = 420783a383c26a2aa64081658796c3124f4b0dfb
diff --git a/fdupes/patches/patch-ac b/fdupes/patches/patch-ac
index 914b791..d236dad 100644
--- a/fdupes/patches/patch-ac
+++ b/fdupes/patches/patch-ac
@@ -27,3 +27,14 @@ $NetBSD: patch-ac,v 1.1.1.1 2008/12/17 11:56:26 obache Exp $
MAN_DIR = $(MAN_BASE_DIR)/man1
MAN_EXT = 1
+@@ -91,7 +91,9 @@ INSTALL_DATA = $(INSTALL) -c -m 0644
+ #
+ #ADDITIONAL_OBJECTS = getopt.o
+
+-OBJECT_FILES = fdupes.o md5/md5.o $(ADDITIONAL_OBJECTS)
++OBJECT_FILES = fdupes.o md5.o $(ADDITIONAL_OBJECTS)
++
++md5.o: md5/md5.c
+
+ #####################################################################
+ # no need to modify anything beyond this point #
Home |
Main Index |
Thread Index |
Old Index