FreeBSD Bugzilla – Attachment 166051 Details for
Bug 206565
[patch update] www/castget 1.0.1 -> 1.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
castget.diff (text/plain), 2.26 KB, created by
Kurt Jaeger
on 2016-01-24 12:01:57 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2016-01-24 12:01:57 UTC
Size:
2.26 KB
patch
obsolete
>diff -r -u -N www/castget/Makefile ../../home/pi/myp/www/castget/Makefile >--- www/castget/Makefile 2016-01-12 21:28:23.494320000 +0100 >+++ ../../home/pi/myp/www/castget/Makefile 2016-01-24 12:45:42.085037000 +0100 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/www/castget/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $ > > PORTNAME= castget >-PORTVERSION= 1.0.1 >-PORTREVISION= 7 >+PORTVERSION= 1.2.1 > CATEGORIES= www > MASTER_SITES= SAVANNAH > >@@ -17,16 +16,15 @@ > libcurl.so:${PORTSDIR}/ftp/curl > > USE_LDCONFIG= yes >-USES= libtool pkgconfig >+USES= libtool pkgconfig tar:bzip2 > USE_GNOME= glib20 libxml2 > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >-CONFIGURE_ARGS= --disable-static >+# CONFIGURE_ARGS= --disable-static > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip > >-PLIST_FILES= bin/castget include/libcastget.h \ >- lib/libcastget.so lib/libcastget.so.0 lib/libcastget.so.0.0.0 \ >+PLIST_FILES= bin/castget \ > man/man1/castget.1.gz man/man5/castgetrc.5.gz > > .include <bsd.port.mk> >diff -r -u -N www/castget/distinfo ../../home/pi/myp/www/castget/distinfo >--- www/castget/distinfo 2015-08-01 00:48:35.051287000 +0200 >+++ ../../home/pi/myp/www/castget/distinfo 2016-01-24 09:36:04.205926000 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (castget-1.0.1.tar.gz) = 44a201d3bf6f95a580d2a3c446f3595f3b5d1a92770206d311cae8ab05e680ea >-SIZE (castget-1.0.1.tar.gz) = 355696 >+SHA256 (castget-1.2.1.tar.bz2) = 6cbad3a6476bc5cb66c7e60a8176b85837ac6bd575e6efd8ec32a0be4a687b9a >+SIZE (castget-1.2.1.tar.bz2) = 300637 >diff -r -u -N www/castget/files/patch-src_progress.c ../../home/pi/myp/www/castget/files/patch-src_progress.c >--- www/castget/files/patch-src_progress.c 1970-01-01 01:00:00.000000000 +0100 >+++ ../../home/pi/myp/www/castget/files/patch-src_progress.c 2016-01-24 12:57:00.414631000 +0100 >@@ -0,0 +1,11 @@ >+--- src/progress.c.orig 2016-01-24 11:51:53 UTC >++++ src/progress.c >+@@ -92,7 +92,7 @@ progress_bar *progress_bar_new(long resu >+ if (columns) { >+ char *endptr; >+ long num = strtol(columns, &endptr, 10); >+- if ((endptr != columns) && (endptr == columns + g_strlen(columns)) && (num > 0)) { >++ if ((endptr != columns) && (endptr == columns + strlen(columns)) && (num > 0)) { >+ pb->width = MIN(pb->width, (int)num); /* restrict width of progress bar to avoid insane values */ >+ } >+ }
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 206565
: 166051