Date: Sat, 29 Jun 2002 04:20:09 -0700 (PDT) From: Cyrille Lefevre <cyrille.lefevre@laposte.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/39989: Update port: graphics/ImageMagick to 5.4.6.3 Message-ID: <200206291120.g5TBK9X8067426@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/39989; it has been noted by GNATS. From: Cyrille Lefevre <cyrille.lefevre@laposte.net> To: KATO Tsuguru <tkato@prontomail.com> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/39989: Update port: graphics/ImageMagick to 5.4.6.3 Date: Sat, 29 Jun 2002 13:14:50 +0200 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206291120.g5TBK9X8067426>