FreeBSD Bugzilla – Attachment 238948 Details for
Bug 268494
textproc/uchardet: Update to 0.0.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for uchardet
uchardet-008.patch (text/plain), 1.82 KB, created by
Daniel Engberg
on 2022-12-20 20:56:02 UTC
(
hide
)
Description:
Patch for uchardet
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2022-12-20 20:56:02 UTC
Size:
1.82 KB
patch
obsolete
>diff --git a/textproc/uchardet/Makefile b/textproc/uchardet/Makefile >index 028d6ccc6db5..2e18ad74bc37 100644 >--- a/textproc/uchardet/Makefile >+++ b/textproc/uchardet/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= uchardet >-DISTVERSION= 0.0.7 >+DISTVERSION= 0.0.8 > CATEGORIES= textproc > MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME}/releases/ > >@@ -14,7 +14,9 @@ LICENSE_FILE_MPL11= ${WRKSRC}/COPYING > USES= cmake compiler:c++11-lang pathfix tar:xz > USE_LDCONFIG= yes > >-CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man >+TEST_TARGET= test >+ >+CMAKE_ARGS= -DTARGET_ARCHITECTURE=NONE -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man > > .if defined(WITH_DEBUG) > PLIST_SUB+= VERSION_SUFFIX=".debug" >diff --git a/textproc/uchardet/distinfo b/textproc/uchardet/distinfo >index 205d7299a4e4..0b74b3a873de 100644 >--- a/textproc/uchardet/distinfo >+++ b/textproc/uchardet/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1587744986 >-SHA256 (uchardet-0.0.7.tar.xz) = 3fc79408ae1d84b406922fa9319ce005631c95ca0f34b205fad867e8b30e45b1 >-SIZE (uchardet-0.0.7.tar.xz) = 215492 >+TIMESTAMP = 1671564260 >+SHA256 (uchardet-0.0.8.tar.xz) = e97a60cfc00a1c147a674b097bb1422abd9fa78a2d9ce3f3fdcc2e78a34ac5f0 >+SIZE (uchardet-0.0.8.tar.xz) = 222648 >diff --git a/textproc/uchardet/pkg-plist b/textproc/uchardet/pkg-plist >index 0b26a940a711..1c099090bf18 100644 >--- a/textproc/uchardet/pkg-plist >+++ b/textproc/uchardet/pkg-plist >@@ -1,8 +1,12 @@ > bin/uchardet > include/uchardet/uchardet.h >+lib/cmake/uchardet/uchardet-config-version.cmake >+lib/cmake/uchardet/uchardet-config.cmake >+lib/cmake/uchardet/uchardet-targets-%%CMAKE_BUILD_TYPE%%.cmake >+lib/cmake/uchardet/uchardet-targets.cmake > lib/libuchardet.a > lib/libuchardet.so > lib/libuchardet.so.0 >-lib/libuchardet.so.0.0.7%%VERSION_SUFFIX%% >+lib/libuchardet.so.0.0.8%%VERSION_SUFFIX%% > libdata/pkgconfig/uchardet.pc > man/man1/uchardet.1.gz
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 268494
: 238948
Working