On 06/24/18 12:29, tech-lists wrote:
Hello, thanks for trying to help
Unfortunately the patches didn't apply. Here's the steps I took:
1. updated ports:
Updated to revision 473192.
2. root@testvm:/root# cd /usr/ports/graphics/ufraw/files
root@testvm:/usr/ports/graphics/ufraw/files# ls -lah
t
On 24/06/2018 12:35, Walter Schwarzenfeld wrote:
Here is the PR
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229271
Awesome. Applied the patch and it all works now. Thank you very much.
--
J.
___
freebsd-ports@freebsd.org mailing list
https://l
Here is the PR
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229271
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Seems was a paste problem, line 41 started under the "n" of sprint
sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d",
t->tm_year+1900,t->tm_mon+1,t->tm_mday,t->tm_hour,t->tm_min,t->tm_sec);
==
Btw, this is a bug, so I would suggest make a PR.
___
f
Hello, thanks for trying to help
Unfortunately the patches didn't apply. Here's the steps I took:
1. updated ports:
Updated to revision 473192.
2. root@testvm:/root# cd /usr/ports/graphics/ufraw/files
root@testvm:/usr/ports/graphics/ufraw/files# ls -lah
total 16
drwxr-xr-x 2 root wheel 51
replace the patch-dcraw.cc with
--- dcraw.cc.orig 2018-06-23 21:54:05 UTC
+++ dcraw.cc
@@ -2287,7 +2287,7 @@ void CLASS quicktake_100_load_raw()
void CLASS kodak_radc_load_raw()
{
- static const char src[] = {
+ static const signed char src[] = {
1,1, 2,3, 3,4, 4,2, 5,7, 6,5, 7,6, 7,8,
Hello,
graphics/ufraw fails to compile.
context: freebsd-11-stable r333924, fresh ports tree as of today (r473125).
*No* ports installed. pkg delete -af was run beforehand.
root@testvm:/usr/ports/graphics/ufraw # make -DBATCH install
[...]
cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr