diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-11-11 10:30:10 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-11-11 10:30:10 +0000 |
commit | 325ab7be8bd1ed2ca6d66f55090657a42620938d (patch) | |
tree | efaf3b23acddd7f70c28254ebacb5454b9ad0689 /devel/dwarves/files/patch-dutil.h | |
parent | Update devel/py-twilio to version 6.8.4. (diff) |
Remove expired ports:
2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment
2017-11-09 games/lordsawar: Broken for more than 6 months
2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months
2017-11-09 audio/gspeakers: Broken for more than 6 months
2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months
2017-11-09 audio/tclmidi: Broken for more than 6 months
2017-11-09 security/py-xmlsec: Broken for more than 6 months
2017-11-09 security/samba-virusfilter: Broken for more than 6 months
2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months
2017-11-09 audio/sooperlooper: Broken for more than 6 months
2017-11-09 devel/dwarves: Broken for more than 6 months
2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months
2017-11-09 devel/pinba_engine: Broken for more than 6 months
2017-11-09 devel/py-event: Broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=453966
Diffstat (limited to 'devel/dwarves/files/patch-dutil.h')
-rw-r--r-- | devel/dwarves/files/patch-dutil.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/dwarves/files/patch-dutil.h b/devel/dwarves/files/patch-dutil.h deleted file mode 100644 index 5b413fe052dc..000000000000 --- a/devel/dwarves/files/patch-dutil.h +++ /dev/null @@ -1,30 +0,0 @@ ---- dutil.h.orig 2016-06-30 19:30:28 UTC -+++ dutil.h -@@ -15,7 +15,17 @@ - #include <stddef.h> - #include <elf.h> - #include <gelf.h> -+#if 0 - #include <asm/bitsperlong.h> -+#else -+# if __SIZEOF_LONG__ == 8 -+# define __BITS_PER_LONG 64 -+# elif __SIZEOF_LONG__ == 4 -+# define __BITS_PER_LONG 32 -+# else -+# error What are you -+# endif -+#endif - #include "rbtree.h" - - #define BITS_PER_LONG __BITS_PER_LONG -@@ -28,7 +38,9 @@ - #define __pure __attribute__ ((pure)) - #endif - -+#ifndef roundup - #define roundup(x,y) ((((x) + ((y) - 1)) / (y)) * (y)) -+#endif - - static inline __attribute__((const)) bool is_power_of_2(unsigned long n) - { |