summaryrefslogtreecommitdiff
path: root/korean/eterm/files/patch-ah
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-07-24 18:36:19 +0000
committerRene Ladan <rene@FreeBSD.org>2014-07-24 18:36:19 +0000
commit36e34f48e2e5ab984eb31b7cff1ee163494523f0 (patch)
tree78419497b9b7f06ed2367445df2b7045727c6e0a /korean/eterm/files/patch-ah
parentnet/openldap24-*: (diff)
Remove expired ports:
2014-07-23 chinese/big5con: Fails to build with new utmpx 2014-07-23 chinese/hztty: Fails to build with new utmpx 2014-07-23 irc/solid-ircd: Fails to build with new utmpx 2014-07-23 korean/eterm: Fails to build with new utmpx 2014-07-23 mail/biffer: Fails to build with new utmpx 2014-07-23 misc/c-hey: Fails to build with new utmpx 2014-07-23 misc/wminfo: Fails to build with new utmpx 2014-07-23 net/sendfile: Fails to build with new utmpx 2014-07-23 net-im/centericq: Fails to build with new utmpx 2014-07-23 security/chkrootkit: Fails to build with new utmpx 2014-07-23 security/openfwtk: Fails to build with new utmpx 2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx 2014-07-23 security/srp: Fails to build with new utmpx 2014-07-23 security/sud: Fails to build with new utmpx 2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx 2014-07-23 sysutils/lookupd: Fails to build with new utmpx 2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx 2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx 2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx 2014-07-23 sysutils/yawho: Fails to build with new utmpx
Diffstat (limited to 'korean/eterm/files/patch-ah')
-rw-r--r--korean/eterm/files/patch-ah21
1 files changed, 0 insertions, 21 deletions
diff --git a/korean/eterm/files/patch-ah b/korean/eterm/files/patch-ah
deleted file mode 100644
index 959b1590bedf..000000000000
--- a/korean/eterm/files/patch-ah
+++ /dev/null
@@ -1,21 +0,0 @@
---- utils/Etbg.c.orig Sat Mar 27 10:13:46 1999
-+++ utils/Etbg.c Mon Mar 24 14:03:40 2003
-@@ -26,12 +26,15 @@
- #include <stdio.h>
- #include <string.h>
-
-+#ifndef FALSE
-+#define FALSE (0)
-+#define TRUE (1)
-+#endif
-+
- int
- main(int argc, char **argv)
- {
-- enum {
-- FALSE, TRUE
-- } scale = FALSE, trans = FALSE;
-+ int scale = FALSE, trans = FALSE;
- unsigned int i, pic = 0, tint = 0, shade = 0;
-
- for (i = 1; i < argc; i++) {