Bug 39989 - Update port: graphics/ImageMagick to 5.4.6.3
Summary: Update port: graphics/ImageMagick to 5.4.6.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-29 09:50 UTC by tkato
Modified: 2002-07-06 23:36 UTC (History)
0 users

See Also:


Attachments
file.diff (2.26 KB, patch)
2002-06-29 09:50 UTC, tkato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato 2002-06-29 09:50:06 UTC
- Update to version 5.4.6-3
Comment 1 Cyrille Lefevre 2002-06-29 12:14:50 UTC
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
Comment 2 tkato 2002-07-01 12:34:32 UTC
Please refer following URI:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/ImageMagick/Makefile#rev1.124
Comment 3 Jonathan Fosburgh 2002-07-04 18:49:31 UTC
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.
Comment 4 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-07-06 23:35:10 UTC
State Changed
From-To: open->closed

Committed with update to 5.4.7-1, thanks!