On Wed, Nov 14, 2007 at 11:02:33AM -0500, Okan Demirmen wrote:
> MASTER_SITES needs an update, as well as the whole port. are you working
> on that?
> 
Imagemagick updated to latest version, ports tested @i386.
 Comments ? Ok ?
  Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/ImageMagick/Makefile,v
retrieving revision 1.99
diff -u -r1.99 Makefile
--- Makefile    22 Oct 2007 14:23:08 -0000      1.99
+++ Makefile    15 Nov 2007 09:06:42 -0000
@@ -2,13 +2,13 @@
 
 COMMENT=               image processing tools
 
-VER=                   6.3.5
-DASHVER=               9
+VER=                   6.3.6
+DASHVER=               10
 DISTNAME=              ImageMagick-${VER}-${DASHVER}
 PKGNAME=               ImageMagick-${VER}.${DASHVER}
-SHARED_LIBS=           Magick++        12.0    \
-                       Magick          12.0    \
-                       Wand            12.0
+SHARED_LIBS=           Magick++        12.1    \
+                       Magick          12.1    \
+                       Wand            12.1
 
 CATEGORIES=            graphics
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/ImageMagick/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo    19 Sep 2007 18:46:55 -0000      1.14
+++ distinfo    15 Nov 2007 09:06:42 -0000
@@ -1,5 +1,5 @@
-MD5 (ImageMagick-6.3.5-9.tar.gz) = I9hjitYr9O0NLXchT6H0ng==
-RMD160 (ImageMagick-6.3.5-9.tar.gz) = X3SWeHZDk2aMIvEU07EeJkRM7sw=
-SHA1 (ImageMagick-6.3.5-9.tar.gz) = u/3/XexHtpdcgLCbfPFJurPrvjQ=
-SHA256 (ImageMagick-6.3.5-9.tar.gz) = 
6fiLWyRpU4iThWMJFkiFIN/nrFengYPdkMs5U0rfcUs=
-SIZE (ImageMagick-6.3.5-9.tar.gz) = 9310482
+MD5 (ImageMagick-6.3.6-10.tar.gz) = mycQYgC9yHnQWDNVvIBS+g==
+RMD160 (ImageMagick-6.3.6-10.tar.gz) = yy5MWV5nQ+s3i6O6Tb319ttiHPE=
+SHA1 (ImageMagick-6.3.6-10.tar.gz) = a+X4sSW5Cq1YxNK9hvwEIgEIsS0=
+SHA256 (ImageMagick-6.3.6-10.tar.gz) = 
Dfj2txKR0Y3DXdCXXW3+kOsmuOq57UB3MfM48INOde8=
+SIZE (ImageMagick-6.3.6-10.tar.gz) = 9100940
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/ImageMagick/pkg/PLIST,v
retrieving revision 1.37
diff -u -r1.37 PLIST
--- pkg/PLIST   19 Sep 2007 18:46:55 -0000      1.37
+++ pkg/PLIST   15 Nov 2007 09:06:43 -0000
@@ -33,6 +33,7 @@
 include/magick/animate.h
 include/magick/annotate.h
 include/magick/api.h
+include/magick/artifact.h
 include/magick/blob.h
 include/magick/cache-view.h
 include/magick/cache.h
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/p5-PerlMagick/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile    19 Sep 2007 18:52:05 -0000      1.19
+++ Makefile    15 Nov 2007 09:07:36 -0000
@@ -4,8 +4,8 @@
 
 COMMENT=               object-oriented Perl interface to ImageMagick
 
-VER=                   6.3.5
-DASHVER=               9
+VER=                   6.3.6
+DASHVER=               10
 DISTNAME=              ImageMagick-${VER}-${DASHVER}
 PKGNAME=               p5-PerlMagick-${VER}.${DASHVER}
 CATEGORIES=            graphics devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/p5-PerlMagick/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo    19 Sep 2007 18:52:05 -0000      1.14
+++ distinfo    15 Nov 2007 09:07:36 -0000
@@ -1,5 +1,5 @@
-MD5 (ImageMagick-6.3.5-9.tar.gz) = I9hjitYr9O0NLXchT6H0ng==
-RMD160 (ImageMagick-6.3.5-9.tar.gz) = X3SWeHZDk2aMIvEU07EeJkRM7sw=
-SHA1 (ImageMagick-6.3.5-9.tar.gz) = u/3/XexHtpdcgLCbfPFJurPrvjQ=
-SHA256 (ImageMagick-6.3.5-9.tar.gz) = 
6fiLWyRpU4iThWMJFkiFIN/nrFengYPdkMs5U0rfcUs=
-SIZE (ImageMagick-6.3.5-9.tar.gz) = 9310482
+MD5 (ImageMagick-6.3.6-10.tar.gz) = mycQYgC9yHnQWDNVvIBS+g==
+RMD160 (ImageMagick-6.3.6-10.tar.gz) = yy5MWV5nQ+s3i6O6Tb319ttiHPE=
+SHA1 (ImageMagick-6.3.6-10.tar.gz) = a+X4sSW5Cq1YxNK9hvwEIgEIsS0=
+SHA256 (ImageMagick-6.3.6-10.tar.gz) = 
Dfj2txKR0Y3DXdCXXW3+kOsmuOq57UB3MfM48INOde8=
+SIZE (ImageMagick-6.3.6-10.tar.gz) = 9100940
Index: patches/patch-PerlMagick_Makefile_PL
===================================================================
RCS file: 
/cvs/ports/graphics/p5-PerlMagick/patches/patch-PerlMagick_Makefile_PL,v
retrieving revision 1.11
diff -u -r1.11 patch-PerlMagick_Makefile_PL
--- patches/patch-PerlMagick_Makefile_PL        19 Sep 2007 18:52:05 -0000      
1.11
+++ patches/patch-PerlMagick_Makefile_PL        15 Nov 2007 09:07:36 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-PerlMagick_Makefile_PL,v 1.11 2007/09/19 18:52:05 sthen Exp $
---- PerlMagick/Makefile.PL.orig        Sun Sep 16 02:14:07 2007
-+++ PerlMagick/Makefile.PL     Mon Sep 17 23:40:44 2007
-@@ -44,13 +44,13 @@ WriteMakefile
+--- PerlMagick/Makefile.PL.orig        Wed Nov  7 03:29:54 2007
++++ PerlMagick/Makefile.PL     Wed Nov 14 22:08:29 2007
+@@ -59,13 +59,13 @@ WriteMakefile
     'DEFINE'   => ' -D_LARGE_FILES=1 -DHAVE_CONFIG_H',     # e.g., 
'-DHAVE_SOMETHING' 
  
     # Header search specfication and preprocessor flags
@@ -12,17 +12,17 @@
     # 'CPPFLAGS'    => "$Config{'cppflags'} -I/usr/include/freetype2 
-I/usr/include/libxml2",
  
     # C compiler flags (e.g. -O -g)
--   'CCFLAGS'     => "$Config{'ccflags'} -O3 -g -Wall -W -pthread -fopenmp",
+-   'CCFLAGS'     => "$Config{'ccflags'} -O3 -g -Wall -W -pthread",
 +   'CCFLAGS'     => "$Config{'ccflags'} %%CFLAGS%%",
  
     # Linker flags for building an executable
-    'LDFLAGS'    =>  "-L../magick/.libs -lMagick $Config{'ldflags'} -fopenmp 
-L/usr/lib64 -lfreetype",
-@@ -62,7 +62,7 @@ WriteMakefile
+    'LDFLAGS'    =>  "-L../magick/.libs -lMagick -L../wand/.libs -lWand 
$Config{'ldflags'} -L/usr/lib64 -lfreetype",
+@@ -77,7 +77,7 @@ WriteMakefile
     'INSTALLBIN'       => '/usr/bin',
  
     # Library specification
--   'LIBS'     => [ '-L/usr/lib -L../magick/.libs -lMagick' ],
-+   'LIBS'     => [ '-L%%LOCALBASE%%/lib -L%%X11BASE%%/lib -L../magick/.libs 
-lMagick' ],
+-   'LIBS'     => [ '-L/usr/lib -L../magick/.libs -lMagick -L../wand/.libs 
-lWand' ],
++   'LIBS'     => [ '-L%%LOCALBASE%%/lib -L%%X11BASE%%/lib -L../magick/.libs 
-lMagick -L../wand/.libs -lWand' ],
  
     # Perl binary name (if a Perl binary is built)
     'MAP_TARGET'       => 'PerlMagick',

Reply via email to