Hi,

updating sword with portmaster caused  the following errors:


../src/keys/treekeyidx.cpp:64:12: error: ordered comparison between pointer and
      zero ('sword::FileDesc *' and 'int')
        if (datfd <= 0) {
            ~~~~~ ^  ~
../src/keys/treekeyidx.cpp:334:12: error: ordered comparison between pointer and
      zero ('sword::FileDesc *' and 'int')
        if (datfd > 0) {
            ~~~~~ ^ ~
../src/keys/treekeyidx.cpp:388:12: error: ordered comparison between pointer and
      zero ('sword::FileDesc *' and 'int')
        if (idxfd > 0) {
            ~~~~~ ^ ~
../src/keys/treekeyidx.cpp:425:12: error: ordered comparison between pointer and
      zero ('sword::FileDesc *' and 'int')
        if (idxfd > 0) {
            ~~~~~ ^ ~
../src/keys/treekeyidx.cpp:491:12: error: ordered comparison between pointer and
      zero ('sword::FileDesc *' and 'int')
        if (idxfd > 0) {
            ~~~~~ ^ ~
5 errors generated.


thanks for any help.

Bruce
_______________________________________________
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"

Reply via email to