FreeBSD Bugzilla – Attachment 254572 Details for
Bug 282362
archivers/lzfse: Update to 1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for lzfse
lzfse-10.patch (text/plain), 1.88 KB, created by
Daniel Engberg
on 2024-10-27 17:19:49 UTC
(
hide
)
Description:
Patch for lzfse
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-10-27 17:19:49 UTC
Size:
1.88 KB
patch
obsolete
>diff --git a/archivers/lzfse/Makefile b/archivers/lzfse/Makefile >index 78df75a5fdf2..4d69602fdda6 100644 >--- a/archivers/lzfse/Makefile >+++ b/archivers/lzfse/Makefile >@@ -1,7 +1,12 @@ > PORTNAME= lzfse >-PORTVERSION= 20160707 >+DISTVERSIONPREFIX= ${PORTNAME}- >+DISTVERSION= 1.0 >+PORTEPOCH= 1 > CATEGORIES= archivers > >+PATCH_SITES= https://github.com/lzfse/lzfse/commit/ >+PATCHFILES= 570967857b31ff77eb355cdf8eb583fbb4d70177.patch:-p1 >+ > MAINTAINER= skreuzer@FreeBSD.org > COMMENT= Lempel-Ziv style data compression algorithm > WWW= https://github.com/lzfse/lzfse >@@ -9,10 +14,12 @@ WWW= https://github.com/lzfse/lzfse > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >+USES= cmake >+ > USE_GITHUB= yes >-GH_TAGNAME= 4591228 > >-USES= gmake >-MAKE_ARGS+= INSTALL_PREFIX="${STAGEDIR}${PREFIX}" >+TEST_TARGET= test >+ >+CMAKE_OFF= CMAKE_C_EXTENSIONS > > .include <bsd.port.mk> >diff --git a/archivers/lzfse/distinfo b/archivers/lzfse/distinfo >index 70683c1203fa..5eb9508248a0 100644 >--- a/archivers/lzfse/distinfo >+++ b/archivers/lzfse/distinfo >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1467897116 >-SHA256 (lzfse-lzfse-20160707-4591228_GH0.tar.gz) = a6b8609947ed610d52f8438ad67c3fd6589f0ae831feae2ef10c2cfc2568d11f >-SIZE (lzfse-lzfse-20160707-4591228_GH0.tar.gz) = 45414 >+TIMESTAMP = 1730048988 >+SHA256 (lzfse-lzfse-lzfse-1.0_GH0.tar.gz) = cf85f373f09e9177c0b21dbfbb427efaedc02d035d2aade65eb58a3cbf9ad267 >+SIZE (lzfse-lzfse-lzfse-1.0_GH0.tar.gz) = 50694 >+SHA256 (570967857b31ff77eb355cdf8eb583fbb4d70177.patch) = 2aaebcf4ee0ec9a272a30bd10d6570ced46e90fe21b30d3b6629f09bd3adad59 >+SIZE (570967857b31ff77eb355cdf8eb583fbb4d70177.patch) = 596 >diff --git a/archivers/lzfse/pkg-plist b/archivers/lzfse/pkg-plist >index f66cbd6580c8..4c35ffb42fb6 100644 >--- a/archivers/lzfse/pkg-plist >+++ b/archivers/lzfse/pkg-plist >@@ -1,3 +1,5 @@ >-include/lzfse.h >-lib/liblzfse.a > bin/lzfse >+include/lzfse.h >+lib/liblzfse.so >+lib/liblzfse.so.1 >+lib/liblzfse.so.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282362
: 254572