FreeBSD Bugzilla – Attachment 76003 Details for
Bug 109658
graphics/vips: attempt to unbreak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.75 KB, created by
Eric P. Scott
on 2007-02-28 05:00:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eric P. Scott
Created:
2007-02-28 05:00:10 UTC
Size:
5.75 KB
patch
obsolete
>diff -ruN /usr/ports/graphics/vips/Makefile graphics/vips/Makefile >--- /usr/ports/graphics/vips/Makefile Sat Feb 10 17:23:29 2007 >+++ graphics/vips/Makefile >@@ -14,21 +14,19 @@ > MAINTAINER= lev@FreeBSD.org > COMMENT= Free image processing system > >+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser > LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ > jpeg.9:${PORTSDIR}/graphics/jpeg \ > tiff.4:${PORTSDIR}/graphics/tiff \ > png.5:${PORTSDIR}/graphics/png \ > lcms.1:${PORTSDIR}/graphics/lcms > >-BROKEN= Missing dependency >-DEPRECATED= ${BROKEN} >-EXPIRATION_DATE=2007-04-10 >- > USE_GMAKE= yes > USE_GETTEXT= yes >+USE_PERL5_BUILD= yes > USE_GNOME= gnomehack glib20 pkgconfig pango > USE_AUTOTOOLS= libtool:15 >-INSTALLS_SHLIB= yes >+USE_LDCONFIG= yes > > CONFIGURE_ARGS= --without-magick --without-x > >diff -ruN /usr/ports/graphics/vips/files/patch-configure graphics/vips/files/patch-configure >--- /usr/ports/graphics/vips/files/patch-configure Wed Dec 31 16:00:00 1969 >+++ graphics/vips/files/patch-configure >@@ -0,0 +1,11 @@ >+--- configure.orig Wed Aug 23 05:33:19 2006 >++++ configure >+@@ -5250,7 +5250,7 @@ >+ #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" >+ _ACEOF >+ >+-ALL_LINGUAS="en_GB malkovich" >++ALL_LINGUAS="en_GB" >+ >+ case "$am__api_version" in >+ 1.01234) >diff -ruN /usr/ports/graphics/vips/files/patch-contrib-vdump-vdump.c graphics/vips/files/patch-contrib-vdump-vdump.c >--- /usr/ports/graphics/vips/files/patch-contrib-vdump-vdump.c Wed Dec 31 16:00:00 1969 >+++ graphics/vips/files/patch-contrib-vdump-vdump.c >@@ -0,0 +1,14 @@ >+--- contrib/vdump/vdump.c.orig Tue Feb 8 07:19:19 2005 >++++ contrib/vdump/vdump.c >+@@ -309,9 +309,9 @@ >+ /* Print body of file. >+ */ >+ if( im->Bands == 3 ) >+- encode_colour( im, scale, im->data ); >++ encode_colour( im, scale, (struct pixel *) im->data ); >+ else >+- encode_mono( im, scale, im->data ); >++ encode_mono( im, scale, (struct mpixel *) im->data ); >+ >+ /* Print trailer. >+ */ >diff -ruN /usr/ports/graphics/vips/files/patch-libsrc-conversion-im_tiff2vips.c graphics/vips/files/patch-libsrc-conversion-im_tiff2vips.c >--- /usr/ports/graphics/vips/files/patch-libsrc-conversion-im_tiff2vips.c Wed Dec 31 16:00:00 1969 >+++ graphics/vips/files/patch-libsrc-conversion-im_tiff2vips.c >@@ -0,0 +1,15 @@ >+--- libsrc/conversion/im_tiff2vips.c.orig Wed Aug 17 06:34:12 2005 >++++ libsrc/conversion/im_tiff2vips.c >+@@ -157,6 +157,12 @@ >+ #include <vips/vips.h> >+ #include <vips/thread.h> >+ >++#undef D50_X0 >++#undef D50_Y0 >++#undef D50_Z0 >++#undef D65_X0 >++#undef D65_Y0 >++#undef D65_Z0 >+ #include <tiffio.h> >+ >+ #ifdef WITH_DMALLOC >diff -ruN /usr/ports/graphics/vips/files/patch-libsrc-conversion-im_vips2tiff.c graphics/vips/files/patch-libsrc-conversion-im_vips2tiff.c >--- /usr/ports/graphics/vips/files/patch-libsrc-conversion-im_vips2tiff.c Wed Dec 31 16:00:00 1969 >+++ graphics/vips/files/patch-libsrc-conversion-im_vips2tiff.c >@@ -0,0 +1,15 @@ >+--- libsrc/conversion/im_vips2tiff.c.orig Fri Mar 3 03:06:32 2006 >++++ libsrc/conversion/im_vips2tiff.c >+@@ -145,6 +145,12 @@ >+ >+ #include <vips/vips.h> >+ >++#undef D50_X0 >++#undef D50_Y0 >++#undef D50_Z0 >++#undef D65_X0 >++#undef D65_Y0 >++#undef D65_Z0 >+ #include <tiffio.h> >+ >+ #ifdef WITH_DMALLOC >diff -ruN /usr/ports/graphics/vips/files/patch-libsrc-iofuncs-predicate.c graphics/vips/files/patch-libsrc-iofuncs-predicate.c >--- /usr/ports/graphics/vips/files/patch-libsrc-iofuncs-predicate.c Wed Dec 31 16:00:00 1969 >+++ graphics/vips/files/patch-libsrc-iofuncs-predicate.c >@@ -0,0 +1,15 @@ >+--- libsrc/iofuncs/predicate.c.orig Tue Feb 8 07:19:20 2005 >++++ libsrc/iofuncs/predicate.c >+@@ -73,6 +73,12 @@ >+ #include <vips/vips.h> >+ >+ #ifdef HAVE_TIFF >++#undef D50_X0 >++#undef D50_Y0 >++#undef D50_Z0 >++#undef D65_X0 >++#undef D65_Y0 >++#undef D65_Z0 >+ #include <tiffio.h> >+ #endif /*HAVE_TIFF*/ >+ >diff -ruN /usr/ports/graphics/vips/pkg-plist graphics/vips/pkg-plist >--- /usr/ports/graphics/vips/pkg-plist Thu Dec 14 07:00:39 2006 >+++ graphics/vips/pkg-plist >@@ -1104,26 +1104,25 @@ > %%PORTDOCS%%%%DOCSDIR%%/ps/libguide.ps > %%PORTDOCS%%%%DOCSDIR%%/ps/refguide.ps > share/locale/en_GB/LC_MESSAGES/vips7.mo >-share/locale/malkovich/LC_MESSAGES/vips7.mo >-share/vips/vdump.pro >-share/vips/vips2dj/cmyk/head1 >-share/vips/vips2dj/cmyk/head2 >-share/vips/vips2dj/cmyk/head3 >-share/vips/vips2dj/cmyk/head4 >-share/vips/vips2dj/cmyk/head5 >-share/vips/vips2dj/cmyk/head6 >-share/vips/vips2dj/lab/head1 >-share/vips/vips2dj/lab/head2 >-share/vips/vips2dj/lab/head3 >-share/vips/vips2dj/lab/head4 >-share/vips/vips2dj/lab/head5 >-share/vips/vips2dj/lab/head6 >-share/vips/vips2dj/mono/head1 >-share/vips/vips2dj/mono/head2 >-share/vips/vips2dj/mono/head3 >-share/vips/vips2dj/mono/head4 >-share/vips/vips2dj/mono/head5 >-share/vips/vips2dj/mono/head6 >+%%DATADIR%%/vdump.pro >+%%DATADIR%%/vips2dj/cmyk/head1 >+%%DATADIR%%/vips2dj/cmyk/head2 >+%%DATADIR%%/vips2dj/cmyk/head3 >+%%DATADIR%%/vips2dj/cmyk/head4 >+%%DATADIR%%/vips2dj/cmyk/head5 >+%%DATADIR%%/vips2dj/cmyk/head6 >+%%DATADIR%%/vips2dj/lab/head1 >+%%DATADIR%%/vips2dj/lab/head2 >+%%DATADIR%%/vips2dj/lab/head3 >+%%DATADIR%%/vips2dj/lab/head4 >+%%DATADIR%%/vips2dj/lab/head5 >+%%DATADIR%%/vips2dj/lab/head6 >+%%DATADIR%%/vips2dj/mono/head1 >+%%DATADIR%%/vips2dj/mono/head2 >+%%DATADIR%%/vips2dj/mono/head3 >+%%DATADIR%%/vips2dj/mono/head4 >+%%DATADIR%%/vips2dj/mono/head5 >+%%DATADIR%%/vips2dj/mono/head6 > @dirrm include/vips > %%PORTDOCS%%@dirrm %%DOCSDIR%%/html/appguide > %%PORTDOCS%%@dirrm %%DOCSDIR%%/html/cppguide >@@ -1133,8 +1132,8 @@ > %%PORTDOCS%%@dirrm %%DOCSDIR%%/html > %%PORTDOCS%%@dirrm %%DOCSDIR%%/ps > %%PORTDOCS%%@dirrm %%DOCSDIR%% >-@dirrm share/vips/vips2dj/cmyk >-@dirrm share/vips/vips2dj/lab >-@dirrm share/vips/vips2dj/mono >-@dirrm share/vips/vips2dj >-@dirrm share/vips >+@dirrm %%DATADIR%%/vips2dj/cmyk >+@dirrm %%DATADIR%%/vips2dj/lab >+@dirrm %%DATADIR%%/vips2dj/mono >+@dirrm %%DATADIR%%/vips2dj >+@dirrm %%DATADIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 109658
: 76003