Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-09-27 | Ensure that MODULE_ARCH is syncronised between pkgsrc and configure script. | jperkin | 4 | -14/+24 | |
Fixes package on Solaris. | |||||
2012-01-12 | Fix build on SunOS. | hans | 3 | -2/+14 | |
2011-12-26 | Remove '-gnu' from MODULE_ARCH in configure so it matches the PLIST on linux. | sbd | 3 | -6/+24 | |
2011-12-13 | graphics/evas: Improve conftest (Fixes DragonFly) | marino | 3 | -1/+27 | |
S_IRUSR and S_IWUSR are defined in <sys/stat.h> on DragonFly, but the conftest for the Cache Server wasn't pulling that header in. After patching the conftest, the package builds normally. There was no need to patch the source itself, so it was a bad test. | |||||
2011-12-05 | Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD | joerg | 7 | -91/+50 | |
loading, external processors for PDF etc and many bug fixes and performance improvements. | |||||
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 2 | -4/+4 | |
2011-10-13 | Fix build on SunOS. | hans | 2 | -1/+14 | |
2011-05-09 | Closes PR pkg/41217. | cheusov | 3 | -3/+15 | |
Fix PLIST issue on Linux and other OSes, tested on NetBSD-5.1 and Linux. Oked by wiz@ | |||||
2011-01-31 | Fix build with png-1.5. | wiz | 3 | -2/+62 | |
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 2 | -4/+4 | |
2010-01-17 | Recursive PKGREVISION bump for jpeg update to 8. | wiz | 2 | -2/+4 | |
2010-01-09 | Add a PRINT_PLIST_AWK fragment matching the PLIST_SUBST and update the | joerg | 2 | -4/+6 | |
common base value. Reflect that change in the PLIST files. | |||||
2009-12-17 | Update evas to the latest E17 snapshot. | joerg | 3 | -9/+9 | |
Various bugfixes and improvements, no detailed changelog. Remove 16bit X11 engine. | |||||
2009-09-11 | Update to evas-0.9.9.062 from the 2009/07/29 snapshot. No detailed | joerg | 5 | -16/+13 | |
changes. | |||||
2009-08-26 | bump revision because of graphics/jpeg update | sno | 2 | -2/+4 | |
2009-07-14 | Update to June snapshot of E17. No detailed changes. | joerg | 2 | -8/+8 | |
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -3/+3 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -8/+1 | |
2009-06-10 | Make evas build with eet-1.2.0 by explicitly linking against libeet. | minskim | 1 | -1/+2 | |
2009-06-10 | Correct a module directory name on NetBSD/i386. | minskim | 1 | -2/+2 | |
2009-06-07 | Update evas to the most recent e17 snapshot. | joerg | 4 | -11/+13 | |
No detailed changes known. | |||||
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 | |
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. | |||||
2009-02-26 | Set DISTINFO_FILE and PATCHDIR to share them with backend packages. | minskim | 1 | -1/+4 | |
2009-02-26 | Import a minimal version of evas-0.9.9.050. | minskim | 6 | -0/+104 | |
This package is based on wip/evas, originally packaged by airhead AT users.sf.net and maintained by YazzY (yazzy AT yazzy.org). Evas is a clean display canvas API for several target display systems that can draw anti-aliased text, smooth super and sub-sampled scaled images, alpha-blend objects, and more. |