pkg delete -f netpbm will work, it will only install netpbm. then you can build and install netpbm. use libchk to find which ports are broken with new netpbm and rebuild them
> On Oct 7, 2017, at 9:31 AM, The Doctor <[email protected]> wrote: > > On Sat, Oct 07, 2017 at 04:58:53PM +0200, Tobias Kortkamp wrote: >> On Sat, Oct 7, 2017, at 16:54, Michael Butler wrote: >>> Building fails with .. >>> >>> cc -o ppmtompeg ppmtompeg.o mfwddct.o postdct.o huff.o bitio.o >>> mheaders.o mpeg.o subsample.o param.o rgbtoycc.o readframe.o combine.o >>> jrevdct.o frame.o fsize.o frametype.o specifics.o rate.o opts.o input.o >>> parallel.o psocket.o gethostname.o frames.o iframe.o pframe.o bframe.o >>> psearch.o bsearch.o block.o jpeg.o -L/usr/local/lib -ljpeg >>> -L/usr/ports/graphics/netpbm/work/netpbm-10.80.00/lib -lnetpbm >>> -fstack-protector -lm >>> ppmtompeg.o: In function `main': >>> ppmtompeg.c:(.text+0x99c): undefined reference to `pm_strfree' >>> ppmtompeg.o: In function `getUserFrameFile': >>> ppmtompeg.c:(.text+0xca1): undefined reference to `pm_asprintf' >>> ppmtompeg.c:(.text+0xceb): undefined reference to `pm_strfree' >>> ppmtompeg.c:(.text+0xcf4): undefined reference to `pm_strfree' >>> ppmtompeg.o: In function `encodeSomeFrames': >>> ppmtompeg.c:(.text+0xd5e): undefined reference to `pm_asprintf' >>> ppmtompeg.c:(.text+0xd71): undefined reference to `pm_asprintf' >>> ppmtompeg.c:(.text+0xdb2): undefined reference to `pm_strfree' >>> ppmtompeg.c:(.text+0xdbb): undefined reference to `pm_strfree' >>> mpeg.o: In function `GenMPEGStream': >>> mpeg.c:(.text+0x92d): undefined reference to `pm_asprintf' >>> mpeg.c:(.text+0x953): undefined reference to `pm_strfree' >>> mpeg.c:(.text+0xa09): undefined reference to `pm_asprintf' >>> mpeg.c:(.text+0xa24): undefined reference to `pm_strfree' >>> mpeg.c:(.text+0xedd): undefined reference to `pm_asprintf' >>> mpeg.c:(.text+0xef8): undefined reference to `pm_strfree' >>> >>> .. what am I missing here? >> >> See /usr/ports/UPDATING. Uninstall the old netpbm first. >> _______________________________________________ >> [email protected] mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "[email protected]" > > IS their a way around uninstalling? > > I would have to reinstall 45 ports. > > -- > Member - Liberal International This is doctor@@nl2k.ab.ca Ici > doctor@@nl2k.ab.ca > Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist > rising! > https://www.empire.kred/ROOTNK?t=94a1f39b Look at Psalms 14 and 53 on Atheism > Talk Sense to a fool and he calls you foolish - Euripides > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[email protected]" > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
