diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 07:37:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 07:37:31 +0000 |
commit | b792cc5809657214baafaf9e6c91c0f2c60ae2d3 (patch) | |
tree | 2819644bae64c8f4c44733d6d7dcbf578855d2d2 /mail/xpbiff/files/patch-aa | |
parent | New Features: (diff) |
remove unmaintained expired ports from mail
2011-05-01 mail/biabam: Upstream disapear and distfile is no more available
2011-05-01 mail/crashecho: Upstream disapear and distfile is no more available
2011-05-01 mail/drbl: Upstream disapear and distfile is no more available
2011-05-01 mail/glbiff: Upstream disapear and distfile is no more available
2011-05-01 mail/libsrs: Upstream disapear and distfile is no more available
2011-05-01 mail/majorcool: Upstream disapear and distfile is no more available
2011-05-01 mail/messagewall: Upstream disapear and distfile is no more available
2011-05-01 mail/pgen: Upstream disapear and distfile is no more available
2011-05-01 mail/regm: Upstream disapear and distfile is no more available
2011-05-01 mail/ricochet: Upstream disapear and distfile is no more available
2011-05-01 mail/smtpclient: Upstream disapear and distfile is no more available
2011-05-01 mail/smtpproxy: Upstream disapear and distfile is no more available
2011-05-01 mail/solidpop3d: Upstream disapear and distfile is no more available
2011-05-01 mail/spruce: Upstream disapear and distfile is no more available
2011-05-01 mail/teapop-devel: Upstream disapear and distfile is no more available
2011-05-01 mail/wmmail: Upstream disapear and distfile is no more available
2011-05-01 mail/wmmultipop3: Upstream disapear and distfile is no more available
2011-05-01 mail/wmymail: Upstream disapear and distfile is no more available
2011-05-01 mail/xpbiff: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273455
Diffstat (limited to 'mail/xpbiff/files/patch-aa')
-rw-r--r-- | mail/xpbiff/files/patch-aa | 115 |
1 files changed, 0 insertions, 115 deletions
diff --git a/mail/xpbiff/files/patch-aa b/mail/xpbiff/files/patch-aa deleted file mode 100644 index 0351c9e1df71..000000000000 --- a/mail/xpbiff/files/patch-aa +++ /dev/null @@ -1,115 +0,0 @@ ---- config.h.orig Wed Oct 19 06:56:25 1994 -+++ config.h Fri Dec 12 13:16:55 2003 -@@ -8,7 +8,7 @@ - /* - * For X11R6 - */ --#undef X11R6 -+#define X11R6 - - /* - * For System V -@@ -33,6 +33,12 @@ - #undef NO_CUSERID - - /* -+ * Your system has getpwuid() in library -+ */ -+ -+#define HAVE_GETPWUID -+ -+/* - * For MH scan users - */ - -@@ -42,12 +48,12 @@ - * For Shape Extension - */ - --#undef SHAPE -+#define SHAPE - - /* - * Check Environment Variable MAIL for check file - */ --#undef GETENV_MAIL -+#define GETENV_MAIL - - /* - * Set Local Spool pathname -@@ -57,30 +63,47 @@ - /* - * For X pixmap - */ --#undef XPM --#undef DepXpmLib /usr/local/lib/libXpm.a -+#define XPM -+ -+#ifdef XPM -+#ifdef FreeBSDArchitecture -+#undef DepXpmLib -+#else -+#define DepXpmLib /usr/local/lib/libXpm.a -+#endif /* FreeBSDArchitecture */ -+#endif /* XPM */ - - /* - * For using I18N Xaw - */ --#undef XI18N --/* If you use X11R6, these settings below are not necessary */ -+#ifndef XI18N -+#ifdef FreeBSDArchitecture -+#define XI18N -+#endif -+#endif -+ -+#ifdef XI18N -+#undef X11R5_Xsi /* define if X11R5 Xsi */ -+#endif -+ -+#ifdef X11R5_Xsi /* When X11R5 Xsi, define followings if you want */ - #undef DepXawLib /usr/local/lib/I18N/libXaw.a - #undef DepXwcharLib /usr/local/lib/I18N/libXwchar.a - #undef Xi18nLibDir -L/usr/local/lib/I18N \ - -L/usr/local/lib - #undef Xi18nIncDir -I/usr/local/X11/include -+#endif - - /* - * Convert JIS to Japanese EUC - */ --#undef JCONVERT -+#define JCONVERT - #undef GUESS_JIS - - /* - * Process MIME header, charset=ISO-2022-JP, base 64 encoding - */ --#undef ISO_2022_JP -+#define ISO_2022_JP - - /* - * For SUN Audio -@@ -88,9 +111,19 @@ - #undef SUN_AUDIO - #undef AudioIncDir /usr/demo/SOUND - -+/* -+ * For BSD Audio (FreeBSD) -+ */ -+#ifndef __alpha -+#define BSD_AUDIO -+#endif -+ - /* - * For YOUBIN Service - */ - #undef YOUBIN --#undef YoubinBinDir /usr/local/bin --#undef YOUBIN_DEFAULT_SERVER_HOST "server" -+ -+#ifdef YOUBIN -+#define YoubinBinDir %YOUBINBINDIR% -+#define YOUBIN_DEFAULT_SERVER_HOST "server" -+#endif /* YOUBIN */ |