Hi,
a recent change to make now makes it generating warnings or errors for certain illegal constructs that formerly have been silently misinterpreted. A prominent example of this is
.elseif <expression>
which has been interpreted as a simple
.else
with <expression> ignored. The correct syntax is:
.elif <expression>
The following ports have this problem:
x11-toolkits/qt33 audio/arts audio/jack audio/mbrola cat/atlc databases/clip graphics/kdegraphics3 graphics/pornview security/gpgme
Please fix the port's Makefile(s),
Thanks, harti _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
