diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-04 21:33:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-04 21:33:22 +0000 |
commit | 8d770b680c7be816c4f8167743a6f94288526868 (patch) | |
tree | 37ee7028b5740d8bd431d5a4685187973d7afc05 /sys-process/dcron/files | |
parent | Marked ppc stable for bug #150110. (diff) | |
download | historical-8d770b680c7be816c4f8167743a6f94288526868.tar.gz historical-8d770b680c7be816c4f8167743a6f94288526868.tar.bz2 historical-8d770b680c7be816c4f8167743a6f94288526868.zip |
old
Diffstat (limited to 'sys-process/dcron/files')
-rw-r--r-- | sys-process/dcron/files/dcron-2.7-Makefile-gentoo.diff | 25 | ||||
-rw-r--r-- | sys-process/dcron/files/dcron-2.9-ldflags.patch | 24 | ||||
-rw-r--r-- | sys-process/dcron/files/digest-dcron-2.9-r2 | 1 |
3 files changed, 0 insertions, 50 deletions
diff --git a/sys-process/dcron/files/dcron-2.7-Makefile-gentoo.diff b/sys-process/dcron/files/dcron-2.7-Makefile-gentoo.diff deleted file mode 100644 index 0272185e550e..000000000000 --- a/sys-process/dcron/files/dcron-2.7-Makefile-gentoo.diff +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig Tue Feb 27 01:13:24 2001 -+++ Makefile Tue Feb 27 16:32:34 2001 -@@ -2,7 +2,7 @@ - # - - CC = gcc --CFLAGS = -O2 -Wall -Wstrict-prototypes -+CFLAGS += -Wall -Wstrict-prototypes - LIB = - SRCS = main.c subs.c database.c job.c - OBJS = main.o subs.o database.o job.o -@@ -15,11 +15,11 @@ - - crond: ${OBJS} - ${CC} ${CFLAGS} -o crond ${OBJS} ${LIB} -- strip crond -+ - - crontab: ${D_OBJS} - ${CC} ${CFLAGS} -o crontab ${D_OBJS} -- strip crontab -+ - - protos.h: ${SRCS} ${D_SRCS} - fgrep -h Prototype ${SRCS} ${D_SRCS} >protos.h diff --git a/sys-process/dcron/files/dcron-2.9-ldflags.patch b/sys-process/dcron/files/dcron-2.9-ldflags.patch deleted file mode 100644 index 5eedfc8246c8..000000000000 --- a/sys-process/dcron/files/dcron-2.9-ldflags.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.orig 2004-09-04 20:15:28.000000000 -0400 -+++ Makefile 2004-09-04 20:18:53.000000000 -0400 -@@ -3,6 +3,7 @@ - - CC = gcc - CFLAGS += -Wall -Wstrict-prototypes -+LDFLAGS += -Wl,-z,now - LIB = - SRCS = main.c subs.c database.c job.c - OBJS = main.o subs.o database.o job.o -@@ -14,11 +15,11 @@ - all: ${PROTOS} crond crontab - - crond: ${OBJS} -- ${CC} ${CFLAGS} -o crond ${OBJS} ${LIB} -+ ${CC} ${CFLAGS} -o crond ${OBJS} ${LIB} ${LDFLAGS} - - - crontab: ${D_OBJS} -- ${CC} ${CFLAGS} -o crontab ${D_OBJS} -+ ${CC} ${CFLAGS} -o crontab ${D_OBJS} ${LDFLAGS} - - - protos.h: ${SRCS} ${D_SRCS} diff --git a/sys-process/dcron/files/digest-dcron-2.9-r2 b/sys-process/dcron/files/digest-dcron-2.9-r2 deleted file mode 100644 index bf4decff8ad3..000000000000 --- a/sys-process/dcron/files/digest-dcron-2.9-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 120fb2ca3d91496b32df0ab01dcaec5e dcron29.tgz 15608 |