| Summary: | Both sysutils/sjog & graphics/picturebook br0ken the same way | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | roberto <roberto> |
| Component: | Individual Port(s) | Assignee: | Ollivier Robert <roberto> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | bms |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed I think roberto fixed this himself Responsible Changed From-To: freebsd-ports-bugs->roberto at least he is now the maintainer... |
Both ports cannot build (see bento) because the patch to setbrightness is wrong. gmake[2]: Leaving directory `/local/src/ports/sysutils/sjog/work/sjog-0.5/src' Making all in setbrightness gmake[2]: Entering directory `/local/src/ports/sysutils/sjog/work/sjog-0.5/setbrightness' cc -DHAVE_CONFIG_H -I. -I. -I.. -O -pipe -c setbrightness.c In file included from setbrightness.c:21: /usr/include/machine/cpufunc.h:69: syntax error before "bsfl" /usr/include/machine/cpufunc.h:69: syntax error before "mask" /usr/include/machine/cpufunc.h: In function `bsfl': /usr/include/machine/cpufunc.h:71: syntax error before "result" /usr/include/machine/cpufunc.h:73: `result' undeclared (first use in this function) /usr/include/machine/cpufunc.h:73: (Each undeclared identifier is reported only once /usr/include/machine/cpufunc.h:73: for each function it appears in.) /usr/include/machine/cpufunc.h:73: `mask' undeclared (first use in this function) /usr/include/machine/cpufunc.h: At top level: /usr/include/machine/cpufunc.h:78: syntax error before "bsrl" /usr/include/machine/cpufunc.h:78: syntax error before "mask" /usr/include/machine/cpufunc.h: In function `bsrl': /usr/include/machine/cpufunc.h:80: syntax error before "result" /usr/include/machine/cpufunc.h:82: `result' undeclared (first use in this function) /usr/include/machine/cpufunc.h:82: `mask' undeclared (first use in this function) /usr/include/machine/cpufunc.h: At top level: Fix: Unknown How-To-Repeat: cd /usr/ports/susytils/sjog make