Re: [Fink-devel] libpng3-1:1.2.5-2

2010-08-09 Thread Martin Costabel
John Davison wrote: [] > So 1.2.5 would be valid, but 0.1.2.5 isn’t. > > It would seem that > “/sw/src/libpng3-1.2.5-2/libpng-1.2.5/scripts/Makefile.darwin” is broken. On MacOSX 10.3 ("Panther") for which the package was made, this "bug" did not lead to an error; it gave a compatibility version

Re: [Fink-devel] libpng3-1:1.2.5-2

2010-08-08 Thread John Davison
I noticed the following lines in file ³/sw/src/libpng3-1.2.5-2/libpng-1.2.5/scripts/Makefile.darwin²: > PNGMAJ = 0 > PNGMIN = 1.2.5 > PNGVER = $(PNGMAJ).$(PNGMIN) > LIBNAME = libpng12 Therefore, the following can¹t possibly work: > $(LIBNAME).$(PNGVER).dylib: $(OBJSDLL) > $(CC) -dynamiclib \

Re: [Fink-devel] libpng3-1:1.2.5-2

2010-08-08 Thread David R. Morrison
As Martin Costabel pointed out, both your fink installation and that libpng package are 6 years out of date. The FAQ should help you figure out how to update, or if not, people on the fink-users mailing list can help. -- Dave On Aug 8, 2010, at 9:19 AM, John Davison wrote: > I noticed the