From 98fa9be4347f87106291da9f0232922c82d889c4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 25 Oct 2012 17:47:20 +0000 Subject: 2012-10-20 x11-themes/metacity-ana-theme: No more public distfiles 2012-10-20 x11-themes/gtk-ana-theme: No more public distfiles 2012-10-20 x11-fonts/getbdf: No more public distfiles 2012-10-20 x11-fonts/arkpandora: No more public distfiles 2012-10-20 x11-clocks/wmdate: No more public distfiles 2012-10-20 x11/multi-gnome-terminal: depends on deprecated gnome1 things 2012-10-20 www/wacko: No more public distfiles 2012-10-20 sysutils/wtmp-tools: No more public distfiles 2012-10-20 sysutils/reed: No more public distfiles 2012-10-20 sysutils/pdumpfs-rsync: No more public distfiles 2012-10-20 sysutils/pdumpfs-clean: No more public distfiles 2012-10-20 sysutils/netdump-server: No more public distfiles 2012-10-20 sysutils/nctop: No more public distfiles 2012-10-20 sysutils/memgrep: No more public distfiles 2012-10-20 sysutils/logserial: No more public distfiles 2012-10-20 sysutils/dupfind: No more public distfiles 2012-10-20 sysutils/dump9660: No more public distfiles 2012-10-20 sysutils/desktopbsd-tools: No more public distfiles 2012-10-20 sysutils/agef: No more public distfiles Remove a bunch of expired ports Feature safe: yes --- sysutils/agef/files/patch-agef.c | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 sysutils/agef/files/patch-agef.c (limited to 'sysutils/agef/files/patch-agef.c') diff --git a/sysutils/agef/files/patch-agef.c b/sysutils/agef/files/patch-agef.c deleted file mode 100644 index 136ca59cd3e2..000000000000 --- a/sysutils/agef/files/patch-agef.c +++ /dev/null @@ -1,32 +0,0 @@ ---- ./agef.c.orig 1989-02-26 23:37:25.000000000 +0100 -+++ ./agef.c 2012-08-24 11:46:51.045913934 +0200 -@@ -77,9 +77,11 @@ - long sizes[MAXAGES]; /* block count */ - - char topdir[NAMELEN];/* our starting directory */ --long today, -- time(); /* today's date */ -+long today; -+time_t time(); /* today's date */ - -+static void get_data(char *path); -+static void down(char *subdir); - - - main(argc, argv) -@@ -198,6 +200,7 @@ - * Get the aged data on a file whose name is given. If the file is a - * directory, go down into it, and get the data from all files inside. - */ -+static void - get_data(path) - char *path; - { -@@ -252,6 +255,7 @@ - * in there. - */ - -+static void - down(subdir) - char *subdir; - { -- cgit v1.2.3