FreeBSD Bugzilla – Attachment 244906 Details for
Bug 273810
Update multimedia/motion to 4.5.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Switched to DISTVERSION rather than PORTVERSION
motion_2.patch (text/plain), 2.75 KB, created by
ports
on 2023-09-15 23:00:04 UTC
(
hide
)
Description:
Switched to DISTVERSION rather than PORTVERSION
Filename:
MIME Type:
Creator:
ports
Created:
2023-09-15 23:00:04 UTC
Size:
2.75 KB
patch
obsolete
>diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile >index 1e3a5251006b..9f4dae5d5afe 100644 >--- a/multimedia/motion/Makefile >+++ b/multimedia/motion/Makefile >@@ -1,7 +1,7 @@ > # PORTNAME block > PORTNAME= motion >-PORTVERSION= 4.3.2 >-PORTREVISION= 7 >+DISTVERSION= 4.5.1 >+PORTREVISION= 8 > DISTVERSIONPREFIX= release- > CATEGORIES= multimedia > >@@ -12,9 +12,7 @@ WWW= https://motion-project.github.io/ > > # License block > LICENSE= GPLv2+ >-LICENSE_FILE= ${WRKSRC}/doc/COPYING >- >-BROKEN= fails to compile: undefined symbol: WebP* >+LICENSE_FILE= ${WRKSRC}/LICENSE > > # Dependencies > LIB_DEPENDS= libwebp.so:graphics/webp \ >diff --git a/multimedia/motion/distinfo b/multimedia/motion/distinfo >index 33c442065554..e67f71ef55e2 100644 >--- a/multimedia/motion/distinfo >+++ b/multimedia/motion/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1603754625 >-SHA256 (Motion-Project-motion-release-4.3.2_GH0.tar.gz) = dafa4264b2d8e4778f8be5871f09b6c0ec710d5a836182c583469c18db944d70 >-SIZE (Motion-Project-motion-release-4.3.2_GH0.tar.gz) = 849378 >+TIMESTAMP = 1694746910 >+SHA256 (Motion-Project-motion-release-4.5.1_GH0.tar.gz) = 0c824276bb23565b7cf10409ebdcb46b85fb1f6abca957252e52290bb1fe473e >+SIZE (Motion-Project-motion-release-4.5.1_GH0.tar.gz) = 856665 >diff --git a/multimedia/motion/files/patch-configure.ac b/multimedia/motion/files/patch-configure.ac >index 90ec4379d3b6..4be2e6f53e91 100644 >--- a/multimedia/motion/files/patch-configure.ac >+++ b/multimedia/motion/files/patch-configure.ac >@@ -1,6 +1,17 @@ >---- configure.ac.orig 2020-10-25 20:53:44 UTC >-+++ configure.ac >-@@ -327,15 +327,11 @@ AS_IF([test "${MYSQL}" = "no"], [ >+--- configure.ac.orig 2022-12-18 00:36:49.000000000 +0000 >++++ configure.ac 2023-09-15 07:00:35.656555000 +0000 >+@@ -191,8 +191,8 @@ >+ AS_IF([pkg-config libwebpmux ], [ >+ AC_MSG_RESULT(yes) >+ AC_DEFINE([HAVE_WEBP], [1], [Define to 1 if WEBP is around]) >+- TEMP_CFLAGS="$TEMP_CFLAGS "`pkg-config --cflags libwebpmux` >+- TEMP_LIBS="$TEMP_LIBS "`pkg-config --libs libwebpmux` >++ TEMP_CFLAGS="$TEMP_CFLAGS "`pkg-config --cflags libwebpmux libwebp` >++ TEMP_LIBS="$TEMP_LIBS "`pkg-config --libs libwebpmux libwebp` >+ ],[ >+ AC_MSG_RESULT(no) >+ ] >+@@ -350,15 +350,11 @@ > AC_MSG_CHECKING(for MySQL) > AC_MSG_RESULT(skipped) > ],[ >@@ -14,10 +25,10 @@ > ) > - export PKG_CONFIG_PATH > - AC_MSG_RESULT($PKG_CONFIG_PATH) >- >+ > AC_MSG_CHECKING(for MySQL) > AS_IF([pkg-config mysqlclient], [ >-@@ -347,8 +343,6 @@ AS_IF([test "${MYSQL}" = "no"], [ >+@@ -370,8 +366,6 @@ > ] > ) > AC_MSG_RESULT([$MYSQL]) >@@ -25,4 +36,4 @@ > - export PKG_CONFIG_PATH > ] > ) >- >+
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 273810
:
244865
|
244867
|
244868
|
244870
|
244871
|
244906
|
244929
|
244950
|
245012
|
245106
|
245130
|
245235