summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam106-445/+518
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.
2005-06-01Update ruby18-imlib2 package to 0.5.1 applying patchtaca2-6/+6
provided with PR pkg/30372. * Sun May 29 03:12:41 2005, pabs <pabs@pablotron.org> * imlib2.c: apply patch from OBATA Akio <obata@lins.jp> to fix im_struct memory leak (Fixes: [10]) * imlib2.c: add filename to exception description (Fixes: [11]) * Sun May 29 18:02:37 2005, pabs <pabs@pablotron.org> * imlib2.c: add Imlib2::Image#delete! (Fixes: [12]) * Sun May 29 18:23:41 2005, pabs <pabs@pablotron.org> * imlib2.c: increment version to 0.5.1 * imlib2.gemspec: ditto * README: ditto * AUTHORS: updates * Sun May 29 18:35:45 2005, pabs <pabs@pablotron.org> * README: added "Reporting Bugs" section * Sun May 29 18:37:51 2005, pabs <pabs@pablotron.org> * releasing 0.5.1
2005-05-31Changed $f to ${f}.rillig1-3/+3
2005-05-31Changed $s to ${s}.rillig1-2/+2
2005-05-31Convert to options framework.wiz2-16/+21
2005-05-31Convert to options framework.wiz2-9/+17
2005-05-31update to 0.80drochner4-21/+2138
this has been massively extended (since 0.32), too much to list here
2005-05-31Update to KDE 3.4.1markd3-32/+4
Changes: * kpdf: Change atan2f to atan2 so it compiles on Solaris 2.8 * kpdf: Show context menu when in FullScreen even if no document is open * kpdf: Do not leak memory when reloading a document * kpdf: Fix mouse wheel rotation in presentation mode * kpdf: Do not assume only there's only a ObjectRect in a given point * kpdf: Fix properties dialog when there are very large texts * kpdf: Compile when Xft2 headers are in a non-standard path * kpdf: Make Page Up and Page Down work on presentation mode * kpdf: Ask when overwriting files * kpdf: Solaris compile fix * kpdf: Do not move to top of the page when reloading the document * kpdf: Add another path where to look for ghostscript fonts * kpdf: Workaround weakness in gnome handling of desktop files * kpdf: Don't assume Encoding array of Type1 fonts end in "foo def" * kpdf: Fix text copying on some documents * kpdf: Parse Light and Condensed in font name * kpdf: Fix the allocation size of libgoo on 64bit architectures * kpdf: Fix problems with non-standard styles * kpdf: Fix disabled icons * ksnapshot: Rescale screenshot preview when resizing window
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo5-13/+13
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-28Update ruby-RMagick package to 1.8.1.taca6-120/+7
o Fix bugs #1876, #1888, #1919 o Added feature #1941, RVG's polyline, polygon accept array arguments o Numerous fixes to the RVG documentation Fixes PR pkg/30313 provided by Akio Obata.
2005-05-27don't return a value in a void function, just return.jschauma2-6/+6
This fixes the build for IRIX MIPSPro compilers, that actually bail out on this condition with an error.
2005-05-26Bump BUILDLINK_RECOMMENDED after latest update with security fixes. (hi adam!)salo1-2/+2
2005-05-26Make work with python2.4. Bump PKGREVISION.markd3-3/+35
2005-05-25Fix PLIST: remove extraneous files and add a couple of commentedseb1-16/+5
@dirrm.
2005-05-25Add RMD160 checksum.wiz2-2/+7
2005-05-25Changes 6.2.3.0:adam4-157/+161
* Bug fixes
2005-05-24Fix PLIST (remove non-existing locale file.wiz1-2/+1
2005-05-24Changes 10.26.9:adam3-6/+19
* libnetpbm: fix crash with -builtin=fixed * pbmtoppa: fix floating point exception Changes 10.26.8: * pnmgamma: Correct math in -srgbramp * ppmshadow: fix blurring Pkgsrc: * fixed problem on DragonFly (courtesy of Joerg Sonnenberger)
2005-05-23Changes 2.7.7:adam6-29/+29
* Fixes and enhancements
2005-05-23Removed trailing white-space.rillig7-21/+21
2005-05-23PLIST update to fix @dirrm conflict with gimp-docsadam1-3/+3
2005-05-23Changes 2.0.8:adam3-570/+1001
* spelling fixes for almost every translation * Beginning of Italian and Dutch translation * stylesheet fixes: CSS, HTML and DB2LaTeX driver files * XML validity fixes for french and swedish * Makefile overhaul * new Hacking styleguide
2005-05-22Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.jlam1-3/+1
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4jlam1-2/+1
and appropriate TOOLS_DEPMETHOD.gm4 settings.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam69-139/+138
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22Added a patch needed for ISO C90 compliance. Fixes build on NetBSD 1.6.2.rillig2-1/+18
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam1-2/+2
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-05-22This package uses lex.jlam1-2/+2
2005-05-21SUBST_FILES.* must be relative to ${WRKSRC}.jlam1-2/+2
2005-05-19Update to 2.10.1:jmmv3-7/+12
Translations Adam Weinberger (en_CA), Ivar Smolin (et), Elnaz Sarbar (fa), Abdullah Ulas (ku), Steve Murphy (rw), Baris Cicek (tr)
2005-05-18Remove packages that have been broken on 2.0/i386 for over 9 monthswiz61-2977/+1
now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments.
2005-05-18Add and enable gimp-color-manager.wiz1-1/+2
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz17-474/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18Update to 2.10.1: use gnome-desktop-2.10.1 tarball.jmmv2-6/+6
2005-05-18Update to 2.10.1:jmmv3-12/+31
* New OpenOffice.org MIME type icons -- bug #167296 (Jakub Steiner) * Renamed gnome-fs-{locally-shared,share-private} to stock_shared-{by,to}-me (Jakub Steiner) * Updated translations [en_CA]
2005-05-18Updated xfce4 to 4.2.2martti6-20/+16
General: * new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja, ko, mr, pl, ro, vi, * new french documentation. gtk-xfce-engine: * fix various colors issues with ExoIconBar, prelight colors for treeview, AdobeĀ® Acrobattm 7, progress bar, combo box, gtk scales (#848). libxfcegui4: * check ~/.local/share/pixmaps/ as a fallback (#731). xfcalendar: * fix compiling with --enable-debug=full (#843), * remove C99 variable declaration and C++ comments. xfce4-mixer: * fix a bug with ALSA. xfce4-session: * fix a crash with the MCS plugin. xfce-utils: * taskbar: Add a command option "--monitor=x" to allow specifying which monitor to use in Xinerama mode. xfdesktop: * fix translation problems with menu panel plugin, * fix bug where binding 'xfdesktop -menu' only works sporadically (#441), * fix unresolved symbol problem with menu module. xffm: * fix property dialog crahsing on FreeBSD (#945), * fix library version info not set on the properties module (#882, #249), * fix fstab parsing (#524), * fix compilation issues with ansi compiler and gcc4 (#862). xfprint: * make bsdlpr plugin compile, * change CUPS detection code, * set correct ld flags (#871), * add support for printcap aliases (#821), * fix MCS plugin. xfwm4: * fix mouse buttons being left ungrabbed when focus was transfered to an unmanaged window, * document hidden option "workspace_scroll" (#948), * various focus issues (#759, #869, #899, #905, #924, #931), * fix pixmap depth not being properly set (#895), * refresh frame when "skip taskbar" state changes (#898), * allow seemless windows to be hidden from kbd shortcuts, * code cleanup.
2005-05-16Note that gtar is required by the package.jlam1-1/+2
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-3/+3
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-15update to 2.0.1drochner2-6/+6
changes: -translation updates -bugfixes
2005-05-15import gimp-color-manager-0.1.1, a plugin to apply ICC profilesdrochner5-0/+43
2005-05-15Change the PLIST_SUBST called "NOT_SUNOS" into two differentreed3-6/+16
definitions for libsane-pint and libsane-sm3600. Because under Linux, libsane-pint is also not installed (like on Solaris) but libsane-sm3600 is installed (like NetBSD). Also add PLIST.Linux to add libsane-qcam, libsane-v4l la files and config files. (The man pages were already installed.) Sorry, I did not test on Solaris, but did test on NetBSD 1.6.2_STABLE and Linux. TODO: make this package honor PKG_SYSCONFDIR instead of hard-coded ${PREFIX}/etc and use CONF_FILES too.
2005-05-13use gimptool to install, just for consistencydrochner1-3/+2
2005-05-13update to 2.2.7drochner2-6/+6
bugfixes only
2005-05-13update to 1.3.2, provided by Leonard Schmidt per PR pkg/30178drochner2-6/+6
changes: * Back out fmmode (buggy, unportable) for now * Better tiled background support (makes various windowmanagers/terminal emulators happier) * fixed a bug with --action's and thumbnail mode * Disabled thumbnail caching until a better spec can be sorted out (the current freedesktop.org spec doesn't support custom sizing. feh does). * New option --cycle-once to exit feh after one loop through a slideshow. Requested by various people
2005-05-13Security fix:salo4-4/+77
"Matthias Clasen has reported a vulnerability in libexif, which can be exploited by malicious people to cause a DoS (Denial of Service). The vulnerability is caused due to an infinite recursion in the "exif_data_load_data_content()" function and can be exploited to cause a stack overflow when parsing a specially crafted image. Successful exploitation may crash an application linked against the vulnerable library." Bump PKGREVISION. Patch from: http://sourceforge.net/tracker/index.php?func=detail&aid=1196787&group_id=12272&atid=112272
2005-05-12Security fix:salo4-4/+70
"A vulnerability in libTIFF was found, it can be potentially exploited by malicious people to compromise a vulnerable system." http://secunia.com/advisories/15320/ http://bugzilla.remotesensing.org/show_bug.cgi?id=843 Bump PKGREVISION, patch from libtiff cvs repository.
2005-05-11Update ruby-RMagick package to 1.8.0.taca7-31/+309
Based on PR pkg/30171, I limit this pacakge available only for ruby-1.8.X. Though document says it works with Ruby 1.6.7 and lator, it didn't build with ruby16-base pacakge. Change Log. RMagick 1.8.0 - April 30, 2005 o Added Image#shadow (ImageMagick 6.1.7) o Added Image::Info#undefine, #[], #[]= o Added sigmoidal_contrast_channel, sepiatone to Image class (ImageMagick 6.2.1) o Added JPEG2000Compression constant (ImageMagick 6.2.2) o Incorporated RVG classes o Added RVG documentation, examples, updated installer o Tested with ImageMagick 6.2.2-0, latest GraphicsMagick 1.2
2005-05-11Bump BUILDLINK_RECOMMENDED after latest update with security fixes.salo1-2/+2
2005-05-10while harmless appearently, fix a configure test checking the boehm-gcdrochner2-1/+15
version which was broken die to a GNU'ism
2005-05-10The configure checks for boehm-gc>=6.4reed1-1/+2
so use BUILDLINK_DEPENDS.boehm-gc for that.