- Update to version 5.4.6-3
On Sat, Jun 29, 2002 at 01:48:24AM -0700, KATO Tsuguru wrote: > > >Number: 39989 > >Category: ports > >Synopsis: Update port: graphics/ImageMagick to 5.4.6.3 [snip] > >Fix: > diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile > --- /usr/ports/graphics/ImageMagick/Makefile Tue Jun 25 02:39:25 2002 > +++ graphics/ImageMagick/Makefile Tue Jun 25 03:03:33 2002 > @@ -118,13 +118,15 @@ > INSTALL_TARGET= install install-data-html > .endif > > -post-patch: > -# @${REINPLACE_CMD} -e 's|-lpthread|-lc_r|g ; \ > - @${REINPLACE_CMD} -e 's|-lpthread|`${ECHO_CMD} ${PTHREAD_LIBS}`|g ; \ > - s|LIBLTDL=.*$$|LIBLTDL="-lltdl"|g ; \ > - s|INCLTDL=.*$$|INCLTDL=|g ; \ > - s|lcms/lcms.h|lcms.h|g ; \ > - s|lcms_lcms_h|lcms_h|g' ${WRKSRC}/configure > +pre-patch: > + @${REINPLACE_CMD} -e 's|^tagnames=|#tagnames=|g ; \ > + s|-lpthread|-lc_r|g ; \ s|-lpthread|-lc_r|g -> s|-lpthread|${PTHREAD_LIBS:S|"||g}|g ; ^^^^^^^ probably not necessary no ? > + s|LIBLTDL=.*$$|LIBLTDL="-lltdl"|g ; \ > + s|INCLTDL=.*$$|INCLTDL=|g ; \ > + s|lcms/lcms.h|lcms.h|g ; \ > + s|lcms_lcms_h|lcms_h|g' ${WRKSRC}/configure > + @${REINPLACE_CMD} -e 's|^tagnames=|#tagnames=|g' \ > + ${WRKSRC}/ltdl/configure > @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ > 's|top_builddir)/ltdl/libltdlc.la|LIBLTDL)|g ; \ > s|pkgdocdir =.*$$|pkgdocdir = ${DOCSDIR}/|g ; \ Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net
Please refer following URI: http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/ImageMagick/Makefile#rev1.124
The ImageMagick-5.4.6.2 distfiles have disappeared from the d/l sites. This upgrade either needs to be committed or the port marked as BROKEN until it is upgraded. Also, 5.4.7 is now out.
State Changed From-To: open->closed Committed with update to 5.4.7-1, thanks!