From 3853f230155e4dfbbb28051a8e4071991d3013c7 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 19 Nov 2009 07:01:37 +0000 Subject: 2009-10-26 editors/qemacs: depends on old version of GCC, no maintainer, not used by any other port, dead upstream 2009-11-03 mail/postfix-gps-devel: Older than main port, no sign of maintainer activity beyond port creation 4+ years ago 2009-10-12 graphics/php4-ffmpeg: development continues only for php5 2009-10-31 net-p2p/nicotine: development stalled years ago, use net-p2p/nicotine-plus instead 2009-11-07 sysutils/rsyslog: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead 2009-11-07 sysutils/rsyslog-gssapi: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead 2009-11-07 sysutils/rsyslog-mysql: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead 2009-11-07 sysutils/rsyslog-pgsql: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead 2009-11-17 misc/kde4-l10n-ta: unfetchable and unmaintained upstream 2009-11-17 misc/kde4-l10n-eo: unfetchable and unmaintained upstream --- editors/qemacs/files/patch-qe.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 editors/qemacs/files/patch-qe.h (limited to 'editors/qemacs/files/patch-qe.h') diff --git a/editors/qemacs/files/patch-qe.h b/editors/qemacs/files/patch-qe.h deleted file mode 100644 index 3756ddf0de61..000000000000 --- a/editors/qemacs/files/patch-qe.h +++ /dev/null @@ -1,22 +0,0 @@ ---- qe.h.orig 2003-04-22 00:01:42.000000000 +0200 -+++ qe.h 2005-06-07 16:02:27.000000000 +0200 -@@ -576,10 +576,18 @@ - - /* make sure that the keyword is not disabled by glibc (TINYC case) */ - #undef __attribute__ -- -+#if __GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 3) - /* same method as the linux kernel... */ - #define __init_call __attribute__ ((unused,__section__ (".initcall.init"))) - #define __exit_call __attribute__ ((unused,__section__ (".exitcall.exit"))) -+#else -+#undef __attribute_used__ -+#define __attribute_used__ __attribute__((__used__)) -+#define __init_call __attribute_used__ __attribute__((__section__ (".initcall.init"))) -+#define __exit_call __attribute_used__ __attribute__((__section__ (".exitcall.exit"))) -+ -+#endif -+ - - #define qe_module_init(fn) \ - static int (*__initcall_##fn)(void) __init_call = fn -- cgit v1.2.3