diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 17:47:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 17:47:20 +0000 |
commit | 98fa9be4347f87106291da9f0232922c82d889c4 (patch) | |
tree | 0bdda668e1283b62d73556350b3e1f6cb7c68de2 /sysutils/agef/files/patch-customize.h | |
parent | 2012-10-20 x11-toolkits/py-SciParam: Depends on the deprecated wx 2.4 (diff) |
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
Diffstat (limited to 'sysutils/agef/files/patch-customize.h')
-rw-r--r-- | sysutils/agef/files/patch-customize.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/agef/files/patch-customize.h b/sysutils/agef/files/patch-customize.h deleted file mode 100644 index c5cdd97e4c29..000000000000 --- a/sysutils/agef/files/patch-customize.h +++ /dev/null @@ -1,37 +0,0 @@ -*** customize.h.orig Sat Jan 21 22:22:14 2006 ---- customize.h Sat Jan 21 22:24:41 2006 -*************** -*** 7,22 **** - */ - - #define FLOAT_FORMAT "%d %#4.1fM" /* if your printf does %# */ - /*#define FLOAT_FORMAT "%d %4.1fM" /* if it doesn't do %# */ - -! #define NAMELEN 512 /* max size of a full pathname */ - - #ifdef BSD -! # include <sys/dir.h> - # define OPEN DIR -! # define READ struct direct - # define NAME(x) ((x).d_name) - #else - #ifdef SYS_V - /* Customize this. This is part of Doug Gwyn's package for */ - /* reading directories. If you've put this file somewhere */ ---- 7,22 ---- - */ - - #define FLOAT_FORMAT "%d %#4.1fM" /* if your printf does %# */ - /*#define FLOAT_FORMAT "%d %4.1fM" /* if it doesn't do %# */ - -! #define NAMELEN 1024 /* max size of a full pathname */ - - #ifdef BSD -! # include <dirent.h> - # define OPEN DIR -! # define READ struct dirent - # define NAME(x) ((x).d_name) - #else - #ifdef SYS_V - /* Customize this. This is part of Doug Gwyn's package for */ - /* reading directories. If you've put this file somewhere */ |