summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-16 05:29:19 +0000
committerMike Frysinger <vapier@gentoo.org>2006-09-16 05:29:19 +0000
commit1cd7932d414c369b797eb361cff900188107b8d3 (patch)
tree9e0b8295853a2fb8fdb566a5a21d8e4fe40e4383 /sys-apps/rlocate/files
parentold (diff)
downloadgentoo-2-1cd7932d414c369b797eb361cff900188107b8d3.tar.gz
gentoo-2-1cd7932d414c369b797eb361cff900188107b8d3.tar.bz2
gentoo-2-1cd7932d414c369b797eb361cff900188107b8d3.zip
Version bump.
(Portage version: 2.1.1)
Diffstat (limited to 'sys-apps/rlocate/files')
-rw-r--r--sys-apps/rlocate/files/digest-rlocate-0.5.23
-rw-r--r--sys-apps/rlocate/files/rlocate-0.5.2-build.patch35
2 files changed, 38 insertions, 0 deletions
diff --git a/sys-apps/rlocate/files/digest-rlocate-0.5.2 b/sys-apps/rlocate/files/digest-rlocate-0.5.2
new file mode 100644
index 000000000000..7ec35a22eb2e
--- /dev/null
+++ b/sys-apps/rlocate/files/digest-rlocate-0.5.2
@@ -0,0 +1,3 @@
+MD5 f0f0d6783038b259faf6d6dd68c3557b rlocate-0.5.2.tar.gz 181752
+RMD160 78b2688b819ac0806ecec9564ee2f1befcb049f6 rlocate-0.5.2.tar.gz 181752
+SHA256 ad8f4f5c48b968d65a887817d2c6ab7dcce6f5bdf3c982d4ca49cbd54edba01c rlocate-0.5.2.tar.gz 181752
diff --git a/sys-apps/rlocate/files/rlocate-0.5.2-build.patch b/sys-apps/rlocate/files/rlocate-0.5.2-build.patch
new file mode 100644
index 000000000000..574d7dec3b62
--- /dev/null
+++ b/sys-apps/rlocate/files/rlocate-0.5.2-build.patch
@@ -0,0 +1,35 @@
+--- src/Makefile.in
++++ src/Makefile.in
+@@ -190,9 +190,9 @@
+ rlocate.h rlocate.c cmds.c cmds.h conf.c conf.h utils.c \
+ utils.h
+
+-SUBDIRS = rlocate-daemon rlocate-module rlocate-scripts
++SUBDIRS = rlocate-daemon rlocate-scripts
+ EXTRA_DIST = rlocate.cron rlocate-scripts install-cron.sh.in
+-AM_CFLAGS = -O2 -Wall
++AM_CFLAGS = -Wall
+ all: all-recursive
+
+ .SUFFIXES:
+--- src/rlocate-daemon/Makefile.in
++++ src/rlocate-daemon/Makefile.in
+@@ -169,7 +169,7 @@
+ -DRLOCATE_GRP=\"$(rlocate_group)\"
+
+ rlocated_SOURCES = ../pidfile.h ../pidfile.c rlocated.c
+-AM_CFLAGS = -O2 -Wall
++AM_CFLAGS = -Wall
+ all: all-am
+
+ .SUFFIXES:
+--- src/rlocate-scripts/Makefile.in
++++ src/rlocate-scripts/Makefile.in
+@@ -343,7 +343,6 @@
+ rm $(srcdir)/rlocate-checkpoint.temp
+
+ install-exec-hook:
+- -/usr/sbin/groupadd $(rlocate_group)
+ chown $(root_uid):$(rlocate_group) $(DESTDIR)$(bindir)/rlocate-checkpoint
+ chmod 2755 $(DESTDIR)$(bindir)/rlocate-checkpoint
+