Hello, today I built the new xpdf packages and tried to update: $ make update ===> Updating for xpdf-3.02pl2p1 Not installed, no update ===> Updating for xpdf-utils-3.02pl2 Not installed, no update $ pkg_info | grep xpdf xpdf-3.02pl2p0 PDF viewer for X11
If I remove the installed one and try to install the new one I get strange output: $ sudo pkg_delete xpdf xpdf-3.02pl2p0: complete Clean shared items: complete $ make install ===> xpdf-3.02pl2p1 depends on: ghostscript-fonts-* - found ===> xpdf-3.02pl2p1 depends on: xpdf-utils-3.02pl2 - not found ===> Verifying install for xpdf-utils-3.02pl2 in textproc/xpdf ===> xpdf-3.02pl2p1 depends on: xpdf-utils-3.02pl2 - not found ===> Verifying install for xpdf-utils-3.02pl2 in textproc/xpdf ... and so on I could first explicitly install the -utils package, which works. But it woudl be nice if upgrading would work too. I currently don't see where it goes wrong. Any suggestions or hints? Regards, Markus
