Age | Commit message (Collapse) | Author | Files | Lines |
|
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
|
|
|
|
|
|
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.
OK from jlam@ and adrianp@.
|
|
|
|
some pkglint warnings. Bumped PKGREVISION.
|
|
|
|
Changes:
* KPDF
o Fix bug parsing some TOCs
o Fix display of some JBIG2 files
o Enable print action when opening files using drag and drop
* KGhostView
o Fix KGhostView .desktop files
* Kuickshow
o Fix remote browsing of http-urls
o Don't display non-existing files
|
|
Patch from Andreas Tannert in PR 33588.
|
|
|
|
changes:
3 minor bugfixes
|
|
package. Patch provided by Mark Davies. Bump package revision.
|
|
package. Patch provided by Mark Davies. Bump package revision.
|
|
|
|
OBATA Akio as PR pkg/33538.
RMagick 1.11.1
o Fix bug #4511, add Makefile, rmagick_config.h as dependencies
in the Makefile (bug report from Eric Hodel)
o Ensure ExceptionInfo structures are freed
RMagick 1.11.0
o Feature #3705, add resize_to_fit (thanks to Robert Manni for the code)
o Added optimize_layers method to the ImageList class (available with
ImageMagick 6.2.6)
o Added limit_resource method to the Magick module
o Replaced install.rb with setup.rb, improved gem install
(bug report from Ryan Davis)
o Added --disable-htmldoc option to setup.rb
o Fix bug #4104, incorrect label on example (reported by Jason Lee)
o Added contrast_stretch_channel to the Image class (available with
ImageMagick 6.2.6)
o Improved Magick exception handling to eliminate memory leaks when an exception
is rescued and execution continues.
o Tested with ImageMagick 6.2.7
|
|
include:
- security fixes for SA20100
- version 2.2 no longer exposes its internals
- various improvements in font handling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Uses C++.
|
|
breaks if it is not supplied. Set USE_LANGUAGES appropriately.
|
|
${PYPKGPREFIX} with py24. While here, fixed pkglint warnings.
|
|
it will live with other "check" targets run after package installation.
Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another. Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.
CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed. It defaults to "no" unless PKG_DEVELOPER
is set.
|
|
|
|
|
|
|
|
|
|
prefix).
|
|
* 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.).
|
|
|
|
|
|
BUILD_DEPENDS, since the buildlink3.mk file does not exist anymore.
|
|
|
|
|
|
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
|
|
Package change: install old compat library as libpngcompat (pkgsrc
specific, will probably be changed in the future). Makes package
handling quite a bit easier.
version 1.2.10beta1 [April 15, 2006]
Renamed "config.h" to "png_conf.h" and revised Makefile.am to add
-DPNG_BUILDING_LIBPNG to compile directive, and modified pngconf.h
to include png_conf.h only when PNG_BUILDING_LIBPNG is defined.
version 1.2.10beta2 [April 15, 2006]
Manually updated Makefile.in and configure. Changed png_conf.h.in
back to config.h.
version 1.2.10beta3 [April 15, 2006]
Change png_conf.h back to config.h in pngconf.h.
version 1.2.10beta4 [April 16, 2006]
Change PNG_BUILDING_LIBPNG to PNG_CONFIGURE_LIBPNG in config/Makefile*.
version 1.2.10beta5 [April 16, 2006]
Added a configure check for compiling assembler code in pnggccrd.c
version 1.2.10beta6 [April 17, 2006]
Revised the configure check for pnggccrd.c
Moved -DPNG_CONFIGURE_LIBPNG into @LIBPNG_DEFINES@
Added @LIBPNG_DEFINES@ to arguments when building libpng.sym
version 1.2.10beta7 [April 18, 2006]
Change "exec_prefix=$prefix" to "exec_prefix=$(prefix)" in makefiles.
version 1.2.10rc1 [April 19, 2006]
Ensure pngconf.h doesn't define both PNG_USE_PNGGCCRD and PNG_USE_PNGVCRD
Fixed "LN_FS" typo in makefile.sco and makefile.solaris.
version 1.2.10rc2 [April 20, 2006]
Added a backslash between -DPNG_CONFIGURE_LIBPNG and -DPNG_NO_ASSEMBLER_CODE
in configure.ac and configure
Made the configure warning about versioned symbols less arrogant.
version 1.2.10rc3 [April 21, 2006]
Added a note in libpng.txt that png_set_sig_bytes(8) can be used when
writing an embedded PNG without the 8-byte signature.
Revised makefiles and configure to avoid making links to libpng.so.*
version 1.2.10 [April 23, 2006]
Reverted configure to "rc2" state.
|
|
|
|
changes:
-Preliminary zoom support
-some improvements in algorithms
-support for EXIF data of Canon CRW and Fuji RAF
-White balance presets for more cameras
-bugfixes
pkgsrc changes:
-pull in exiv2 for Canon CRW EXIF support
-use xdg dirs, use c++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|