Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109754457
D38524.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
D38524.diff
View Options
diff --git a/devel/liberasurecode/Makefile b/devel/liberasurecode/Makefile
--- a/devel/liberasurecode/Makefile
+++ b/devel/liberasurecode/Makefile
@@ -1,5 +1,6 @@
PORTNAME= liberasurecode
PORTVERSION= 1.6.3
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= fuz@FreeBSD.org
@@ -7,6 +8,7 @@
WWW= https://github.com/openstack/liberasurecode
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake pkgconfig autoreconf libtool
USE_GITHUB= yes
@@ -15,7 +17,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
--disable-werror
-
+INSTALL_TARGET= install-strip
TEST_TARGET= test
CFLAGS_amd64= -DINTEL_SSE2
diff --git a/devel/liberasurecode/files/patch-doc_Makefile.am b/devel/liberasurecode/files/patch-doc_Makefile.am
--- a/devel/liberasurecode/files/patch-doc_Makefile.am
+++ b/devel/liberasurecode/files/patch-doc_Makefile.am
@@ -1,10 +1,11 @@
---- doc/Makefile.am.orig 2022-04-12 08:07:13 UTC
+--- doc/Makefile.am.orig 2022-04-08 23:59:40 UTC
+++ doc/Makefile.am
-@@ -1,5 +1,5 @@
+@@ -1,6 +1,6 @@
DOC_MODULE=@PACKAGE@
-HTML_DIR=$(datadir)/$(DOC_MODULE)/html
-+HTML_DIR=$(docdir)/html
-TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
++HTML_DIR=$(docdir)/html
+TARGET_DIR=$(HTML_DIR)
all-local: html/index.html
+
diff --git a/devel/liberasurecode/files/patch-src_Makefile.am b/devel/liberasurecode/files/patch-src_Makefile.am
new file mode 100644
--- /dev/null
+++ b/devel/liberasurecode/files/patch-src_Makefile.am
@@ -0,0 +1,11 @@
+--- src/Makefile.am.orig 2023-02-11 12:58:35 UTC
++++ src/Makefile.am
+@@ -32,7 +32,7 @@ liberasurecode_la_SOURCES = \
+ backends/shss/shss.c \
+ backends/phazrio/libphazr.c
+
+-liberasurecode_la_CPPFLAGS = -Werror @GCOV_FLAGS@
++liberasurecode_la_CPPFLAGS = @GCOV_FLAGS@
+ liberasurecode_la_LIBADD = \
+ builtin/null_code/libnullcode.la \
+ builtin/xor_codes/libXorcode.la \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 10, 3:05 AM (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16569295
Default Alt Text
D38524.diff (1 KB)
Attached To
Mode
D38524: devel/liberasurecode: exorcise -Werror more throughly
Attached
Detach File
Event Timeline
Log In to Comment