summaryrefslogtreecommitdiff
path: root/graphics/xpaint
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-14Switch from x11/Xaw3d to newer x11/libXaw3d.wiz3-5/+19
Adapt some packages so they build with that. Bump their PKGREVISIONs.
2013-08-15Protect /* in bitmaps/Imakefile so that imake does not mistake it forgsutre2-1/+21
the start of a comment.
2013-08-14Remove gmake from TOOLS, to fix build on NetBSD 6.99.23.gsutre1-2/+1
The symptoms and the fix are the same as in PR/47933 (which concerned audio/nas). Why was GNU make required in the first place?
2013-04-06"Each sed command should appear in an assignment of its own."rodent1-5/+5
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-24Don't return without value.joerg2-1/+15
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-12-16Yet another package that thinks it's a good idea to conditionalize ondholland3-2/+32
X headers' include guards, which changed at some point. Hack it to recognize what's there nowadays as well as the old symbol. While here, deploy INSTALLATION_DIRS to work around apparent dir permission problems in the package's own install logic.
2011-12-15graphics/xpaint: Directly link libraries as required for default ld v2.22marino2-4/+7
2011-07-14PR/38129 -- font selection menu is populated in graphics.c, so patch it tooshattered3-9/+43
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-12/+1
2008-11-10make MAKE_JOBS_SAFE to NO.taca1-1/+2
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-06-13Fix build under Linux. Patch provided by Aleksey Cheusov ontron1-2/+2
"pkgsrc-users" mailing list.
2008-03-21Replace C++-style comments with C comments in 5 places, makeing this compile onis2-1/+42
arm and ppc, where our X11 is using -ansi. No functional change.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-01-29Needs xextproto.joerg1-1/+3
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-2/+2
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-06Changes 2.7.8.1:adam4-14/+16
* minor bugfixes (zoomed windows are now correctly initialized) Pkgsrc: * now installs correctly (not to /usr/X11R6)
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig3-7/+7
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-09-07Fix buildling on DragonflyBSD and FreeBSD; courtesy of Steve O'Hara-Smithadam3-12/+18
2005-09-06patch-ad is needed as well :)adam1-0/+22
2005-09-06Changes 2.7.8:adam6-83/+38
* Bug fixes Pkgsrc: * Use Xaw3d from now on (which is the recommended way)
2005-05-23Changes 2.7.7:adam6-29/+29
* Fixes and enhancements
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-03-31Changes 2.7.5:adam5-57/+51
* Support for scrolling with mouse wheel button * Support for neXtaw widgets * Bug fixes (randomly occurring segfault fixed - nargs = 0 not properly reinitialized in menu bar routine !) Changes 2.7.4: * All popup windows now behave properly under resize requests. This corrects former (extremely buggy) behaviour. * Segfault bug in Print popup corrected * The transparency activation/disactivation of selected regions under mouse clicks has been substantially improved. * Xaw95 widgets have been removed from the source tree, and Xaw3d is now the recommended widget set.
2005-03-10Use pre-configure for SUBST_*, not post-patch.tv1-3/+2
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2005-01-31Changes 2.7.3:adam3-15/+15
* Incorporated OpenVMS port by Jouk Jansen <joukj@hrem.stm.tudelft.nl> http://nchrem.tnw.tudelft.nl/openvms/software2.html * PNG is now the default image format * Corrected long standing bug in StdSnapshotCallback() in graphic.c * Added -clipboard option which loads files from command line into clipboard.
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-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-03Changes 2.7.2:adam8-52/+45
* Added .bmp format * Support for .ico format with 24 and 32 bits per pixel * Now opens a confirmation dialog in case a file is going to be overwritten * Improved printer management
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+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-04-24bl3ify, use subst.mk instead of using sed/mv.xtraeme1-14/+13
2004-03-20Use ${MAKE}, not makebouyer3-9/+32
xaw95-1.1.4/export doesn't always exists, and isn't essential, so prefix a 'cd exports ; ln -sf include X11' with a - XXX still doesn't build out of the box on solaris, because of issues with the openwin imake config.
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.