diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-07-24 18:36:19 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-07-24 18:36:19 +0000 |
commit | 36e34f48e2e5ab984eb31b7cff1ee163494523f0 (patch) | |
tree | 78419497b9b7f06ed2367445df2b7045727c6e0a /chinese/hztty/files/patch-aa | |
parent | net/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 'chinese/hztty/files/patch-aa')
-rw-r--r-- | chinese/hztty/files/patch-aa | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/chinese/hztty/files/patch-aa b/chinese/hztty/files/patch-aa deleted file mode 100644 index 2d55067f3cfa..000000000000 --- a/chinese/hztty/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig Sun Jan 29 16:39:19 1995 -+++ Makefile Sun Apr 2 11:16:03 2000 -@@ -19,7 +19,6 @@ - - CC=cc - CPP=$(CC) -E --CDEBUGFLAGS= -O - MAKE=make - RM=rm -f - -@@ -31,7 +30,7 @@ - ${OBJ_GB_BIG5} ${OBJ_UNICODE_GB} ${OBJ_UNICODE_BIG5} - - DEFINES= --CFLAGS=${CDEBUGFLAGS} ${DEFINES} ${MODULES_DEF} -I. -+CFLAGS+=${CDEBUGFLAGS} ${DEFINES} ${MODULES_DEF} -I. - - PROG = hztty - LIBS= -@@ -132,8 +131,8 @@ - - - bsd: -- miniconf.sh $(CPP) -- ${MAKE} ${MFLAGS} DEFINES='-DBSD' ${PROG} -+ ./miniconf.sh $(CPP) -+ ${MAKE} ${MFLAGS} DEFINES='-DPOSIX' ${PROG} - - posix: - miniconf.sh $(CPP) |