The NetBSD Project

CVS log for pkgsrc/graphics/ImageMagick/options.mk

[BACK] Up to [cvs.netbsd.org] / pkgsrc / graphics / ImageMagick

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Fri May 13 12:55:39 2011 UTC (12 months, 1 week ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Add libXt to the PKG_OPTIONS:Mx11 to fix modular x11 build

Revision 1.10 / (download) - annotate - [select for diffs], Wed May 11 11:38:48 2011 UTC (12 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Changes 6.6.9.8:
* Fixed some cut-and-paste errors in new png.c code that caused PNG8
  reductions to fail.

Changes 6.6.9.8:
* Add various Option Flags, and fix option skip counts for plus forms
  of simple operators where plus form is the same as minus form.
  For example the incorrect counts produces a weird error, and posible
  future segmentation fault in a command like  convert rose: +border show:

Changes 6.6.9.7:
* Fix FX default for interpolation to Bilinear.
* Fix pixel interpolation for -draw image over (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612).
* Write the proper bKGD chunk value in grayscale PNG images (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624).
* Added Inverse method for Sparse Color Interpolation

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 7 08:58:07 2009 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.8: +32 -6 lines
Diff to previous 1.8 (colored)

Changes 6.4.8-3:
* 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.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 10 10:00:47 2007 UTC (5 years, 4 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

fix build with modular X11

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 22 11:30:19 2006 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

Changes 6.2.7.7:
  * 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.).

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:00 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 8 12:19:38 2006 UTC (6 years, 3 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Um, depend on mpeg2codec>=1.2, not mpeg2codec-1.2.  Otherwise a PKGREVISION
bump on mpeg2codec makes it incompatible.

Bump PKGREVISION.

Revision 1.3.6.1 / (download) - annotate - [select for diffs], Sat Jan 28 23:39:04 2006 UTC (6 years, 3 months ago) by seb
Branch: pkgsrc-2005Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Pullup ticket 1070 - requested by Lubomir Sedlacik
sync graphics/ImageMagick with HEAD including security fixes

Revisions pulled up:
- pkgsrc/graphics/ImageMagick/Makefile                        1.137
- pkgsrc/graphics/ImageMagick/Makefile.common                 1.46
- pkgsrc/graphics/ImageMagick/PLIST                           1.44
- pkgsrc/graphics/ImageMagick/buildlink3.mk                   1.11
- pkgsrc/graphics/ImageMagick/distinfo                        1.57, 1.58
- pkgsrc/graphics/ImageMagick/options.mk                      1.4
- pkgsrc/graphics/ImageMagick/patches/patch-aa                1.33
- pkgsrc/graphics/ImageMagick/patches/patch-ab                1.16
- pkgsrc/graphics/ImageMagick/patches/patch-ac                1.12
- pkgsrc/graphics/ImageMagick/patches/patch-ad                1.9
- pkgsrc/graphics/ImageMagick/patches/patch-ae                1.6
- pkgsrc/graphics/ImageMagick/patches/patch-af                1.6
- pkgsrc/graphics/ImageMagick/patches/patch-ag                1.4
- pkgsrc/graphics/ImageMagick/patches/patch-ah                1.3

   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Thu Jan 26 20:38:19 UTC 2006

   Modified Files:
   	pkgsrc/graphics/ImageMagick: Makefile Makefile.common PLIST
   	    buildlink3.mk distinfo options.mk
   	pkgsrc/graphics/ImageMagick/patches: patch-aa

   Log Message:
   Changes 6.2.6.0:
   * Bug fixes
---
   Module Name:	pkgsrc
   Committed By:	salo
   Date:		Sat Jan 28 02:36:55 UTC 2006

   Modified Files:
   	pkgsrc/graphics/ImageMagick: Makefile distinfo
   Added Files:
   	pkgsrc/graphics/ImageMagick/patches: patch-ab patch-ac patch-ad
   	    patch-ae patch-af patch-ag patch-ah

   Log Message:
   Security fixes for CVE-2006-0082 and Debian bug #345595:

   "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

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 26 20:38:18 2006 UTC (6 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Changes 6.2.6.0:
* Bug fixes

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:53 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.2 / (download) - annotate - [select for diffs], Tue May 31 10:01:36 2005 UTC (6 years, 11 months ago) by dillo
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Mon Feb 21 17:26:20 2005 UTC (7 years, 3 months ago) by snj
Branch: pkgsrc-2004Q4
Changes since 1.1.2.1: +18 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Pullup ticket 301 - requested by Lubomir Sedlacik
security fix for ImageMagick and p5-PerlMagick

Revisions pulled up:
- pkgsrc/graphics/ImageMagick/Makefile		1.123,1.125
- pkgsrc/graphics/ImageMagick/Makefile.common	1.25-1.27
- pkgsrc/graphics/ImageMagick/options.mk	1.1
- pkgsrc/graphics/ImageMagick/PLIST		1.28-1.29
- pkgsrc/graphics/ImageMagick/distinfo		1.35-1.37
- pkgsrc/graphics/ImageMagick/patches/patch-aa	1.27
- pkgsrc/graphics/p5-PerlMagick/Makefile	1.38


   Module Name:    pkgsrc
   Committed By:   tv
   Date:           Fri Dec 24 23:42:49 UTC 2004

   Modified Files:
           pkgsrc/graphics/ImageMagick: Makefile
   Added Files:
           pkgsrc/graphics/ImageMagick: options.mk

   Log Message:
   Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11".
   Idea inspired by post to tech-pkg from <imil@home.imil.net>.

   ---

   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Wed Jan  5 09:25:18 UTC 2005

   Modified Files:
           pkgsrc/graphics/ImageMagick: Makefile Makefile.common PLIST distinfo
           pkgsrc/graphics/ImageMagick/patches: patch-aa

   Log Message:
   Changes 6.1.7:
   * ReadPALMImage() now produces a proper RGB image
   * Added the -shadow option to simulate an image shadow
   * Fix file leak in ImageToBlob() method

   ---

   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Fri Jan 14 12:41:07 UTC 2005

   Modified Files:
           pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo

   Log Message:
   Changes 6.1.8-6:
   * Bug fixes and improvements

   ---

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Tue Jan 18 11:22:10 UTC 2005

   Modified Files:
           pkgsrc/graphics/ImageMagick: Makefile.common distinfo
           pkgsrc/graphics/p5-PerlMagick: Makefile

   Log Message:
   update to 6.1.8-8, fixes a security problem, see
   http://www.idefense.com/application/poi/display?id=184&type=vulnerabilities

Revision 1.1.2.1, Fri Dec 24 23:42:49 2004 UTC (7 years, 5 months ago) by snj
Branch: pkgsrc-2004Q4
Changes since 1.1: +0 -18 lines
FILE REMOVED

file options.mk was added on branch pkgsrc-2004Q4 on 2004-12-24 23:42:49 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 24 23:42:49 2004 UTC (7 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Branch point for: pkgsrc-2004Q4

Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11".
Idea inspired by post to tech-pkg from <imil@home.imil.net>.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>