Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149105862
D7404.id18988.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D7404.id18988.diff
View Options
Index: devel/elfutils/Makefile
===================================================================
--- devel/elfutils/Makefile
+++ devel/elfutils/Makefile
@@ -3,7 +3,7 @@
PORTNAME= elfutils
PORTVERSION= 0.163
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= https://fedorahosted.org/releases/e/l/elfutils/${PORTVERSION}/
Index: devel/elfutils/files/patch-lib_eu-config.h
===================================================================
--- devel/elfutils/files/patch-lib_eu-config.h
+++ devel/elfutils/files/patch-lib_eu-config.h
@@ -1,6 +1,6 @@
--- lib/eu-config.h.orig 2015-06-11 11:38:55 UTC
+++ lib/eu-config.h
-@@ -187,4 +187,147 @@ asm (".section predict_data, \"aw\"; .pr
+@@ -187,4 +187,155 @@ asm (".section predict_data, \"aw\"; .pr
#endif
@@ -57,6 +57,14 @@
+ return (realpath(path, NULL));
+}
+
++static inline char *
++eu_basename(const char *path)
++{
++
++ return (basename(__DECONST(char *, path)));
++}
++#define basename eu_basename
++
+#ifndef TEMP_FAILURE_RETRY
+#define TEMP_FAILURE_RETRY(expr) ({ \
+ long value; \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 23, 7:53 AM (18 h, 39 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30172969
Default Alt Text
D7404.id18988.diff (1 KB)
Attached To
Mode
D7404: elfutils: Fix port build after recent basename() API break
Attached
Detach File
Event Timeline
Log In to Comment