El día Sunday, July 17, 2016 a las 12:25:30PM +0300, Konstantin Belousov
escribió:
> On Sun, Jul 17, 2016 at 10:40:17AM +0200, Matthias Apitz wrote:
> > clang -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -DFREEBSD -c
> > photoproc.c -o photoproc.o
> > photoproc.c:397:51: error: use of undeclared identifier 'P_KTHREAD'
> > ((pp->ki_flag & P_SYSTEM ) || (pp->ki_flag & P_KTHREAD)))
> > ^
> > photoproc.c:464:75: error: use of undeclared identifier 'P_KTHREAD'
> > if (filterkernel && ((pbase->ki_flag & P_SYSTEM )
> > || (pbase->ki_flag & P_KTHREAD)))
> >
> > ^
> > photoproc.c:577:74: error: use of undeclared identifier 'P_KTHREAD'
> > if (filterkernel && ((pbase->ki_flag & P_SYSTEM ) ||
> > (pbase->ki_flag & P_KTHREAD)))
> >
> > ^
> > ....
>
> The flag was renamed to P_KPROC in HEAD/stable-12.
So, the port needs perhaps a patch file for this... should I file a bug issue or
how the maintainer will handle this?
matthias
--
Matthias Apitz, ✉ [email protected], ⌂ http://www.unixarea.de/ ☎
+49-176-38902045
"Wer übersieht, dass wir uns den anderen weggenommen haben und sie uns
wiederhaben wollen,
kann von den Kämpfen der letzten Tage keinen verstehen. Und kann natürlich auch
keinen
dieser Kämpfe bestehen." Hermann Kant in jW 1.10.1989
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"