View | Details | Raw Unified | Return to bug 109658
Collapse All | Expand All

(-)graphics/vips/Makefile (-5 / +3 lines)
Lines 14-34 Link Here
14
MAINTAINER=	lev@FreeBSD.org
14
MAINTAINER=	lev@FreeBSD.org
15
COMMENT=	Free image processing system
15
COMMENT=	Free image processing system
16
16
17
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
17
LIB_DEPENDS=	fftw3.4:${PORTSDIR}/math/fftw3 \
18
LIB_DEPENDS=	fftw3.4:${PORTSDIR}/math/fftw3 \
18
		jpeg.9:${PORTSDIR}/graphics/jpeg \
19
		jpeg.9:${PORTSDIR}/graphics/jpeg \
19
		tiff.4:${PORTSDIR}/graphics/tiff \
20
		tiff.4:${PORTSDIR}/graphics/tiff \
20
		png.5:${PORTSDIR}/graphics/png \
21
		png.5:${PORTSDIR}/graphics/png \
21
		lcms.1:${PORTSDIR}/graphics/lcms
22
		lcms.1:${PORTSDIR}/graphics/lcms
22
23
23
BROKEN=		Missing dependency
24
DEPRECATED=	${BROKEN}
25
EXPIRATION_DATE=2007-04-10
26
27
USE_GMAKE=	yes
24
USE_GMAKE=	yes
28
USE_GETTEXT=	yes
25
USE_GETTEXT=	yes
26
USE_PERL5_BUILD=	yes
29
USE_GNOME=	gnomehack glib20 pkgconfig pango
27
USE_GNOME=	gnomehack glib20 pkgconfig pango
30
USE_AUTOTOOLS=	libtool:15
28
USE_AUTOTOOLS=	libtool:15
31
INSTALLS_SHLIB=	yes
29
USE_LDCONFIG=	yes
32
30
33
CONFIGURE_ARGS=	--without-magick --without-x
31
CONFIGURE_ARGS=	--without-magick --without-x
34
32
(-)graphics/vips/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	Wed Aug 23 05:33:19 2006
2
+++ configure
3
@@ -5250,7 +5250,7 @@
4
 #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
5
 _ACEOF
6
 
7
-ALL_LINGUAS="en_GB malkovich"
8
+ALL_LINGUAS="en_GB"
9
 
10
 case "$am__api_version" in
11
     1.01234)
(-)graphics/vips/files/patch-contrib-vdump-vdump.c (+14 lines)
Line 0 Link Here
1
--- contrib/vdump/vdump.c.orig	Tue Feb  8 07:19:19 2005
2
+++ contrib/vdump/vdump.c
3
@@ -309,9 +309,9 @@
4
 	/* Print body of file.
5
 	 */
6
 	if( im->Bands == 3 )
7
-		encode_colour( im, scale, im->data );
8
+		encode_colour( im, scale, (struct pixel *) im->data );
9
 	else
10
-		encode_mono( im, scale, im->data );
11
+		encode_mono( im, scale, (struct mpixel *) im->data );
12
 	
13
 	/* Print trailer.
14
 	 */
(-)graphics/vips/files/patch-libsrc-conversion-im_tiff2vips.c (+15 lines)
Line 0 Link Here
1
--- libsrc/conversion/im_tiff2vips.c.orig	Wed Aug 17 06:34:12 2005
2
+++ libsrc/conversion/im_tiff2vips.c
3
@@ -157,6 +157,12 @@
4
 #include <vips/vips.h>
5
 #include <vips/thread.h>
6
 
7
+#undef D50_X0
8
+#undef D50_Y0
9
+#undef D50_Z0
10
+#undef D65_X0
11
+#undef D65_Y0
12
+#undef D65_Z0
13
 #include <tiffio.h>
14
 
15
 #ifdef WITH_DMALLOC
(-)graphics/vips/files/patch-libsrc-conversion-im_vips2tiff.c (+15 lines)
Line 0 Link Here
1
--- libsrc/conversion/im_vips2tiff.c.orig	Fri Mar  3 03:06:32 2006
2
+++ libsrc/conversion/im_vips2tiff.c
3
@@ -145,6 +145,12 @@
4
 
5
 #include <vips/vips.h>
6
 
7
+#undef D50_X0
8
+#undef D50_Y0
9
+#undef D50_Z0
10
+#undef D65_X0
11
+#undef D65_Y0
12
+#undef D65_Z0
13
 #include <tiffio.h>
14
 
15
 #ifdef WITH_DMALLOC
(-)graphics/vips/files/patch-libsrc-iofuncs-predicate.c (+15 lines)
Line 0 Link Here
1
--- libsrc/iofuncs/predicate.c.orig	Tue Feb  8 07:19:20 2005
2
+++ libsrc/iofuncs/predicate.c
3
@@ -73,6 +73,12 @@
4
 #include <vips/vips.h>
5
 
6
 #ifdef HAVE_TIFF
7
+#undef D50_X0
8
+#undef D50_Y0
9
+#undef D50_Z0
10
+#undef D65_X0
11
+#undef D65_Y0
12
+#undef D65_Z0
13
 #include <tiffio.h>
14
 #endif /*HAVE_TIFF*/
15
 
(-)graphics/vips/pkg-plist (-25 / +24 lines)
Lines 1104-1129 Link Here
1104
%%PORTDOCS%%%%DOCSDIR%%/ps/libguide.ps
1104
%%PORTDOCS%%%%DOCSDIR%%/ps/libguide.ps
1105
%%PORTDOCS%%%%DOCSDIR%%/ps/refguide.ps
1105
%%PORTDOCS%%%%DOCSDIR%%/ps/refguide.ps
1106
share/locale/en_GB/LC_MESSAGES/vips7.mo
1106
share/locale/en_GB/LC_MESSAGES/vips7.mo
1107
share/locale/malkovich/LC_MESSAGES/vips7.mo
1107
%%DATADIR%%/vdump.pro
1108
share/vips/vdump.pro
1108
%%DATADIR%%/vips2dj/cmyk/head1
1109
share/vips/vips2dj/cmyk/head1
1109
%%DATADIR%%/vips2dj/cmyk/head2
1110
share/vips/vips2dj/cmyk/head2
1110
%%DATADIR%%/vips2dj/cmyk/head3
1111
share/vips/vips2dj/cmyk/head3
1111
%%DATADIR%%/vips2dj/cmyk/head4
1112
share/vips/vips2dj/cmyk/head4
1112
%%DATADIR%%/vips2dj/cmyk/head5
1113
share/vips/vips2dj/cmyk/head5
1113
%%DATADIR%%/vips2dj/cmyk/head6
1114
share/vips/vips2dj/cmyk/head6
1114
%%DATADIR%%/vips2dj/lab/head1
1115
share/vips/vips2dj/lab/head1
1115
%%DATADIR%%/vips2dj/lab/head2
1116
share/vips/vips2dj/lab/head2
1116
%%DATADIR%%/vips2dj/lab/head3
1117
share/vips/vips2dj/lab/head3
1117
%%DATADIR%%/vips2dj/lab/head4
1118
share/vips/vips2dj/lab/head4
1118
%%DATADIR%%/vips2dj/lab/head5
1119
share/vips/vips2dj/lab/head5
1119
%%DATADIR%%/vips2dj/lab/head6
1120
share/vips/vips2dj/lab/head6
1120
%%DATADIR%%/vips2dj/mono/head1
1121
share/vips/vips2dj/mono/head1
1121
%%DATADIR%%/vips2dj/mono/head2
1122
share/vips/vips2dj/mono/head2
1122
%%DATADIR%%/vips2dj/mono/head3
1123
share/vips/vips2dj/mono/head3
1123
%%DATADIR%%/vips2dj/mono/head4
1124
share/vips/vips2dj/mono/head4
1124
%%DATADIR%%/vips2dj/mono/head5
1125
share/vips/vips2dj/mono/head5
1125
%%DATADIR%%/vips2dj/mono/head6
1126
share/vips/vips2dj/mono/head6
1127
@dirrm include/vips
1126
@dirrm include/vips
1128
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/appguide
1127
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/appguide
1129
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/cppguide
1128
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/cppguide
Lines 1133-1140 Link Here
1133
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
1132
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
1134
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ps
1133
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ps
1135
%%PORTDOCS%%@dirrm %%DOCSDIR%%
1134
%%PORTDOCS%%@dirrm %%DOCSDIR%%
1136
@dirrm share/vips/vips2dj/cmyk
1135
@dirrm %%DATADIR%%/vips2dj/cmyk
1137
@dirrm share/vips/vips2dj/lab
1136
@dirrm %%DATADIR%%/vips2dj/lab
1138
@dirrm share/vips/vips2dj/mono
1137
@dirrm %%DATADIR%%/vips2dj/mono
1139
@dirrm share/vips/vips2dj
1138
@dirrm %%DATADIR%%/vips2dj
1140
@dirrm share/vips
1139
@dirrm %%DATADIR%%

Return to bug 109658