summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-08-27Updating package graphics/ImageMagick from 6.5.5.3 to 6.5.5.3nb1 becausesno1-1/+2
package file on server has changed without new release. No upstream notice about new package is provided.
2009-08-26Updating package graphics/ImageMagick from 6.5.3.2nb1 to 6.5.5.3sno1-2/+1
Upstream changes: 2009-08-26 6.5.5-3 Cristy <quetzlzacatenango@image...> * Fix memory leak for threaded PerlMagick scripts. 2009-08-24 6.5.5-2 Cristy <quetzlzacatenango@image...> * SVG compile error when if MAGICKCORE_CAIRO_DELEGATE is not defined. 2009-08-23 6.5.5-1 Anthony Thyssen <A.Thyssen@griffith...> * Bug Fix for transparency handling in Composite Variable Blur * Addition of -auto-level and -auto-gamma image enhancements (under trial not yet final) * Addition of a special -channel flag 'sync' which means that the specified channels are to be modified together by the same amount. The flag is enabled by default. This replaces the current 'channels not modified' type handling thought IM. * Modified -channel parsing to continue looking for words, after handling any shorthand channel options. For example: -channel RGB,sync 2009-08-10 6.5.5-0 Cristy <quetzlzacatenango@image...> * identify -format %c logo.png returns the image comment as expected. * Clone ImageInfo members scene and number_scenes (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14437). * Fix memory leak with the -remote option of the animate program (bug report from Anthony). * If a grayscale TIFF image has a colormap write it as a colormapped image. * MVG partial opacity not set properly (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14442). * Black channel was not blurring properly (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14473). 2009-08-06 6.5.4-10 Cristy <quetzlzacatenango@image...> * The display program honors -loop. * (ab) of Lab colorspace was not offset correctly. * Scale mag/phase and real/imaginary the same for HDRI and non-HDRI builds. * SVG permits multiple arc paths with an omitted 'A' (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14377). * The 'skewY' MVG attribute produced incorrect angles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14144). 2009-08-02 6.5.4-9 Cristy <quetzlzacatenango@image...> * Optimize GammaImage() method. 2009-08-02 6.5.4-8 Cristy <quetzlzacatenango@image...> * OpenMP-enable GetSimilarityMetric(). 2009-07-30 6.5.4-7 Bernhard Rosenkraenzer <bero@arkli...> * Structure trans_values was renamed to trans_color. in PNG version 1.4. 2009-07-28 6.5.4-7 Cristy <quetzlzacatenango@image...> * The -thumbnail option no longer removes color profiles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14312). * Do not scale real / imaginary FFT / IFT. * Check for localtime() NULL return. * import --help requires an X server (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14323). * Fails to load MS Windows icons with compressed PNG elements (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14324). 2009-07-25 6.5.4-6 Cristy <quetzlzacatenango@image...> * Support the new JPEG version 7 delegate library. 2009-07-24 6.5.4-6 Alexander E. Patrakov <patrakov@gmail...> * Incorrect use of setjmp in coders/png.c. 2009-07-23 6.5.4-5 Cristy <quetzlzacatenango@image...> * We broke -scene when we fixed the -dispose option. Try again. 2009-07-21 6.5.4-4 Cristy <quetzlzacatenango@image...> * Update autoconf support files. * More than one -dispose setting overwrote previous settings (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=14252). * Don't use JPEG's color reduction algorithm for less than 8 colors. 2009-07-13 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Final testing and bug fixes for all mathematical compose methods Including non-overlapping regions bugs found in in operators Divide, ColorDodge, VividLight. And the handling of transparency to follow standard 'Over' Blending in Divide. Only math methods not looked at are the addition methods Plus, Add, Minus, and Subtract, which do not follow normal 'Over' alpha blending behaviour, for the purposes of mask handling. 2009-07-12 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Addition of user diffinable 'Mathematics' compose method -compose Mathematics -set option:compose:args A,B,C,D -composite Will implement the formula f(Sc,Dc) = A*Sc*Dc + B*Sc + C*Dc + D this lets you implement most smooth polynomal compose methods. (requested by Fred WienHaus) 2009-07-11 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Finished the recoding of Composite methods to allow easier debugging and faster access. * Added PegtopLight compose method as an alturnative simplier Softlight alturnative. See notes and comparision to SoftLight in... http://www.pegtop.net/delphi/articles/blendmodes/softlight.htm * From the notes on Photoshop blend modes at http://www.simplefilter.de/en/basics/mixmods.html Added extra composition modes: VividLight, PinLight, LinearBurn, LinearDodge NOTE: 'LinearBurn' the same as 'Plus' but with the normal 'Over' blending. 2009-07-10 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Re-coding of Composte methods HardLight, SoftLight, Overlay, LinearLight, ColorBurn, ColorDodge, Multiply, Screen to make it more readable, easier to debug, and directly comparable to SVG specifications. * Specifications changed for SoftLight, ColorBurn, ColorDodge Though only SoftLight changed to significantly. * However implementation errors were found for ColorBurn, LinearLight 2009-07-01 6.5.4-3 Cristy <quetzlzacatenango@image...> * Add -blue-shift option. * Add compression flag for each channel of a PSD layer. * Implement experimental forward and inverse fourier transforms (contributed by Sean Burke and Fred Weinhaus). The -fft / -ifft option is not ready for prime time just yet. * Support -cdl (color decision list) option. * Support breaks in Chinese characters which traditionally do not include spaces. * Don't process directories as filenames when using wildcard paths (i.e. logo[1]/png). 2009-07-01 6.5.4-2 Cristy <quetzlzacatenango@image...> * Can't bit shift a float. 2009-06-25 6.5.4-1 Cristy <quetzlzacatenango@image...> * Off by one error for multi-frame raw grayscale images. * Can't stat() a Zip or Bzip opaque structure. * DPX user bits are no longer truncated. * Return image colorspace for -format [%colorspace] option. * ThumbnailImage(): don't subsample if image is already thumbnail size. 2009-06-23 6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...> * Automatic determination of B from C and C from B for a 'Keys Filter' when using the B,C Cubic Filter Expert options was broken. See http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14037 2009-06-19 6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...> * Added -compose 'Blur', variable blur mapping to CompositeImages Arguments X_scale x Y_scale + angle of the blurring ellipse. * Added "-blur" special compose option to "composite" * Cleanup of "composite" compose argument handling 2009-06-18 6.5.3-10 Cristy <quetzlzacatenango@image...> * Clone pixel cache when cloning image to prevent RMagick semaphore lock. * Set compare similarity image to NULL to prevent double free. 2009-06-16 6.5.3-8 Cristy <quetzlzacatenango@image...> * Set camera formats to require a seekable stream. * Do not let display program image window exceed the screen size. 2009-06-14 6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...> * Cleanup of compose 'displace' of old useless code that is not used. * Implement a compose 'distort' mapping method, This is basically exactly like 'displace' but relative to a fixed point which may be user supplied as +X+Y * Default scaling to width/2 and height/2 of overlay (100% scale) with a distortion 'center' to the middle of the overlay image * If a '%' flag given scale displacement relative to image size * If a '!' flag given make scale and center relative to 'background' image instead of the overlay map. * If no 'height' scale given, use the X scale. 2009-06-13 6.5.3-6 Anthony Thyssen <A.Thyssen@griffith...> * Fixed bug for compose methods, Hue, Saturate, Luminize 2009-06-11 6.5.3-6 Cristy <quetzlzacatenango@image...> * Report the correct transparent pixel values in the display program magnify windows. * Do not advance when finalizing image settings in the mogrify program. 2009-06-11 6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...> * Fixed "convert" to merge the third 'mask' image into the 'source' image for correct handling of 2 dimensional -compose "displace". * Fixed PerlMagick Composite() for the same thing. * Modified compose "Displace" so displacement image's alpha channel can be used to mask the transparency of the overlay area. 2009-06-07 6.5.3-4 Cristy <quetzlzacatenango@image...> * Added the HALD image Color LUT, and a no-op HALD: image generator. See Introduction at http://www.quelsolaar.com/technology/clut.html 2009-06-07 6.5.3-4 Anthony Thyssen <A.Thyssen@griffith...> * Changed CompositeImageChannel() so that extra compose arguments are now passed in the ImageArtifact "compose:args". This can be assigned to images using -set "option:compose:args" 'args' where args are defined using 'geometry' style or 'comma separated numbers'. * Declared the special flag needed for Composite Tiling as the ImageArtifact "compose:outside-overlay". * Documentation update for CompositeImageChannel() in Core Library to reflect these changes. * Documentation update for DistortImage() in Core Library with the extra ImageArtifact controls it can use. * Bug correction in normalization of GetOptimalKernelWidth2D() of gem.c 2009-06-06 6.5.3-3 Anthony Thyssen <A.Thyssen@griffith...> * Documentation update for CompositeImageChannel() in Core Library. This adds the information on how extra compose arguments needed for specific compose methods are actually passed to the library function. Compose methods such as Blend, Dissolve and Displace. 2009-06-01 6.5.3-3 Priya Hariharan <priya.hariharan@globa...> * The target profile in ProfileImage() is no longer accessed after it is freed.
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-01-08Disable OpenMP support. It is randomly detected under Mac OS X Leopardtron1-1/+2
with the latest version of Xcode Tools which breaks the build, probably because "buildlink3" doesn't allow to pick up the library.
2009-01-07Changes 6.4.8-3:adam1-4/+4
* Reverse argument and option in Throw*InvalidArgumentException() macro for proper exception message. * Recognize negative geometries for -shear and -annotate (.e.g. 45x-30). * Fix Y shear angle for -shear option. Changes 6.4.8-2: * Use GetImageArtifact() to retrieve -attentuate option value for +noise. * Support reading FITS test files. * Replace input.ttf with the public domain Tuffy.ttf font. * MagickNewImage() no longer faults when parameters are incorrect (reference * Allocate strings returned by XGetResourceInstance(). * The -append gravity is relative to the container. Changes 6.4.8-1: * Reference cache rather than acquiring when cloning an image. Changes 6.4.8-0: * Cross-compilation failure using MinGW on Linux for ImageMagick trunk * Add -interword-spacing option to convert. * Initialize the black channel when testing the CMY colorspace. * remove calls to exit() in MagickWand. * Validate -affine arguments. * Accept -attentuate as an option for convert. * Properly create RGBA image if colormapped image has transparency. * Support X11 geometry like this: +-4+-4; wierd but X11 supports it.
2008-10-28Changes 6.4.5.0:adam1-1/+4
* Bug fixes and improvements.
2007-12-26Fix PNG support when building without x11 (PR#37594)adam1-2/+2
2007-06-16Updated to version 6.3.4.9 (approved by adam@).heinz1-2/+3
Pkgsrc changes: - http://www.imagemagick.org/ is the HOMEPAGE now. - The package supports installation to DESTDIR. - Removed patch-ab because it was unclear why we would not want to have Magick++-config.1. Changes since version 6.3.3.6: ============================== 2007-06-11 6.3.4-9 Cristy <quetzlzacatenango@image...> * Converting a jpg to pdf is creating an empty pdf object (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8954). * Respect the '-set type:hinting off option' (bug report from Richard Jones). * WritePSDImage vulnerable to exploitable heap corruption (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8967). 2007-06-09 6.3.4-8 Cristy <quetzlzacatenango@image...> * SetMagickRegistry() post-increment the value 'id' (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8944). 2007-06-02 6.3.4-6 Cristy <quetzlzacatenango@image...> * Read/write 10 & 12-bit packed DPX images. * Reduce stack requirements for messaging system. * Small memory leak for raw profiles in the PNG coder. 2007-06-01 6.3.4-5 Glenn <glennrp@image...> * Added GIF, JPEG, and PNG interlace types. For backward compatibility, you can continue to use "-interlace Plane" to request these. 2007-04-30 6.3.4-0 Anthony <anthony@griffith...> * Fixed minor bug in the 'curl' for Polaroid of very non-square images. 2007-06-01 6.3.4-5 Cristy <quetzlzacatenango@image...> * Set min-is-white for Group4-compressed PDF. * Add PaintFloodfillImage() method. 2007-05-30 6.3.4-4 Cristy <quetzlzacatenango@image...> * Add MEPP metric to compare program. Returns the mean error per pixel along with the normalize mean and maximum error. * Attach an XMP profile to an image (e.g. convert input.tif -profile xmp:metadata.xmp output.tif). 2007-05-22 6.3.4-3 Cristy <quetzlzacatenango@image...> * Fixed mogrify conversions with -format and -path (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9127). 2007-05-15 6.3.4-2 Cristy <quetzlzacatenango@image...> * SVG style element was not always parsed properly. * Do not dither when the number of unique colors is already less than the maximum. * Return normalized PAE metric (compare utility). 2007-05-03 6.3.4-1 Cristy <quetzlzacatenango@image...> * Add support for PFM images. * Check for corrupt EXIF image profiles. * Writing JPEG YCbCr TIFF images no longer faults (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8896). 2007-04-30 6.3.4-0 Anthony <anthony@griffith...> * Fixed minor bug for crop missed images and 'background' GIF disposal. 2007-04-28 6.3.4-0 Glenn <glennrp@image...> * Added profile support to the GIF decoder/encoder. They are stored as GIF Application Extensions. Known extensions include existing ICCRGB1 (for ICC profiles) and new MGKIPTC0 and MGK8BIM0 (for IPTC and 8BIM profiles). Unknown extensions found in GIF files are read as gifappNNN. 2007-04-28 6.3.4-0 Anthony <anthony@griffith...> * Invert Opacity change for user defined ordered dither threshold maps, so that 'off' map is transparent, and 'on' is opaque. 2007-04-24 6.3.4-0 Anthony <anthony@griffith...> * Added an initial Coalesce Images, and a final +map local colortable optimization to the -layers Optimize method, for a simple to use GIF optimization operation. (more work to come) 2007-04-22 6.3.4-0 Cristy <quetzlzacatenango@image...> * Properly set the virtual canvas of a multi-frame GIF image sequence. * Add AcquireOneVirtualPixel() method. * Set Log colorspace properly when writing DPX images. * Add -tile-offset option. * Add support for the EXR image format. * Improve support for DPX images. * Add --enable-hdri option to the configure script. * Add support for high dynamic-range images (HDRI). 2007-04-20 6.3.3-9 Peter Hull <peterhull90@gmail...> * Improve support for writing multiple image icons. 2007-04-18 6.3.3-9 Anthony <anthony@griffith...> * Separated -layers Optimize from -layers OptimizeFrame to allow the former expansion into a general (multiple method) optimizer of GIF animations * merged -layers OptimizeTransparency into -layers Optimize method 2007-04-12 6.3.3-8 Chris Madison <madisonblu@hotma...> * Fix fault whem comparing a colormapped image with a non-colormapped one. * Fix race condition when spawning delegate programs. * TIFF JPEG now respects the -quality comptression setting. * The -fx option now properly groks the logical and operator. * DPX tilestamp property should be timestamp. 2007-04-13 6.3.3-7 Anthony <anthony@griffith...> * Added GravityAdjustGeometry() to "geometry.c" to adjust geometry settings according to given gravity and canvas area it applies to. This is for code simplification thoughout MagickCore.
2007-02-06Changes 6.3.2.3:adam1-2/+1
* Added thumbnail format to write EXIF thumbnails. * Move EXIF properties to the EXIF namespace (e.g. exif:XResolution). * Add interpolate and background options to PerlMagick's AffineTransform(). * Revert to Postscript rendering if Freetype delegate library is not available.
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz1-1/+2
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2006-12-09Changes 6.3.1.0:adam1-2/+1
* Bug fixes
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma1-8/+2
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
2006-11-30Remove comma at end of enum in magick/options.h, making it parseable byjoerg1-1/+2
C++ compilers. Bump revision.
2006-08-15Update graphics/ImageMagick from 6.2.8.8 to 6.2.9.0abs1-2/+1
* Add -adaptive-resize option. * Permit x100 as a geometry in Magick++. * Respect width/height for image MVG element.
2006-08-07#@$^@#$%&!#$%@#%&@#$%@#%&@$^%!#@$^@#$%^ CHECKSUM CHANGED AGAIN!tv1-1/+2
Don't these people know what RESPONSIBLE software development is? Bump to nb1 just in case something changed, because I have no way to be sure.
2006-05-22Changes 6.2.7.7:adam1-2/+1
* Don't fault when processing bad TIFF profiles (4 characters or less). * Masks are now read properly for 16-bit DIB's. * The pixel cache file descriptor limit code failed because the pixel cache timestamp was not always being set properly. * Fixed a small memory leak in IsGrayImage(). * Fixed Cineon writing bug for very long filenames in 6.2.7 (reference http://redux.imagemagick.org/discussion-server/viewtopic.php?t=6590) * Begin the long journey of enhancing the conjure utility to support all options that are supported by the convert utility and PerlMagick (e.g. border, guassian-blur, etc.).
2006-05-15Disable WMF build for now, since it creates unresolved symbols injoerg1-1/+5
libMagick, which in turn breaks many configure scripts and other attempts at linking it. Making libMagick depend on libWand is not a good idea either. Bump revision.
2006-04-14Added appropriate TEST_TARGET.heinz1-1/+3
2006-03-05Changes 6.2.6.3:adam1-2/+1
* The command line utilities properly returns a non-zero status when an exception is thrown. Changes 6.2.6.2 * Fix a memory leak in each of CompositeImageCommand() and CompositeImage() * Add new options -layers compare-any, -layers compare-clear, -layers compare-overlay, and -layers optimize. * Draw last dash in a dashed polyline. * Add %D to -format to return the image disposal method. * ncorrect handling of file:// URIs causes data loss (patch from Daniel Kobras). * Set default BMP resolution units to PixelsPerCentimeter (problem report from digipete@shaw...).
2006-02-08Um, depend on mpeg2codec>=1.2, not mpeg2codec-1.2. Otherwise a PKGREVISIONtv1-2/+2
bump on mpeg2codec makes it incompatible. Bump PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-28Security fixes for CVE-2006-0082 and Debian bug #345595:salo1-1/+2
"Format string vulnerabilities in ImageMagick allow user-complicit attackers to cause a denial of service (crash) and possibly execute arbitrary code via a numeric format string specifier such as %d in the file name, a variant of CVE-2005-0397, and as demonstrated using the convert program." Patches from Debian. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345876 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345595
2006-01-26Changes 6.2.6.0:adam1-2/+1
* Bug fixes
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-12make this compile on IRIX by passing '-c99' to the mipspro compilerjschauma1-1/+7
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-29Changes 6.2.5.5:adam1-2/+2
* SetImageType(): monochrome images are not required to be colormapped * Initialize blob->mapped to MagickFalse in AttachBlob() * Use painters algorithm for the -draw point primitive * NormalizeImage() now normalizes the opacity channel correctly * QueryFontMetrics() now accounts for the font stroke width
2005-08-08Changes 6.2.3.6:adam1-2/+1
* Minor bug fixes and improvements
2005-07-25Backout changes from package revision 1. It turns out that the originaltron1-2/+2
checksum and size were correct and I managed to download the outdated version from two different hosts. Must be Monday ... Oh yes, bump the package revision again.
2005-07-25The new distribution file causes package list changes unfortunately.tron1-1/+2
So bump the package revision.
2005-07-14Changes 6.2.3.3:adam1-3/+3
* Bug fixes
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-05Changes 6.1.7:adam1-2/+1
* ReadPALMImage() now produces a proper RGB image * Added the -shadow option to simulate an image shadow * Fix file leak in ImageToBlob() method
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-1/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-24Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11".tv1-8/+2
Idea inspired by post to tech-pkg from <imil@home.imil.net>.
2004-10-10This pkg fails to build with make from NetBSD-1.6.2. Use the GNU makekristerw1-1/+2
instead.
2004-10-05Changes 6.1.0-2:adam1-2/+1
* Bug-fix release
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-27Changes 6.0.8-3:adam1-5/+2
* Fix to enable reading Photoshop images with a group of layers. * other bug fixes
2004-05-19Changes 6.0.1-3:adam1-2/+2
* DrawSetStrokeDashArray() now respects the number_elements argument * Since the WMF coder has Wand dependancies we only enable this coder when both WMF is available and module support enabled * Some XCF tiles were not being read properly * Fixed memory leak in EPT coder * Fixed memory leak in DestroyImage() * Close Windows registry when no longer needed * RelinquishUniqueFileResource() was not freeing file resource properly * Free the ImageInfo structure allocated by CloneImageInfo() in the WriteImages() method * EPT images cannot support blobs * Fixed temporary file resource limit leak in RelinquishUniqueFileResource() * ConvolveImageChannel() incorrectly initialized non-selected channels to 0 * Added Cisco IP phone image format (write only)
2004-04-25Enable pkgviews installation.minskim1-1/+3
2004-04-24Prepend shell command to remove share directory with a "-"reed1-2/+2
(to ignore any errors). This is so in the rare case that you already have files from an old install that it won't fail to install new package. This was discussed with maintainer, tron@, in March.
2004-03-23Remove me as maintainer of this package. I did none of the last threetron1-2/+2
updates anyway.
2004-03-02ImageMagick does not build with jasper 1.600.0 anymore. Demand jasper 1.701.0heinz1-2/+3
2004-03-02Changes 5.7.7-17:adam1-11/+13
* Bug fixes (memory leaks)
2004-02-27bump PKGREVISION due to PLIST change.grant1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-13USE_LANGUAGES= c c++abs1-1/+2
2004-02-11bl3ifyxtraeme1-7/+7