Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-11-16 | Update to libwmf-0.1.20. Changes since 0.1.17 are: | wiz | 8 | -395/+27 | |
Lots of bug fixes for wmftofig, font support, a scale-bmp option, and wmftoeps. pkgchange: Remove a lot of libintl-cruft. | |||||
2000-09-10 | Provide patch for configure, so that we don't depend on autoconf | wiz | 3 | -6/+270 | |
(which has some problems, see pkg/10849). | |||||
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -8/+5 | |
2000-08-06 | modify patch to make included gd library find png.h. | wiz | 2 | -5/+14 | |
2000-08-06 | PKGNAME != DISTNAME | wiz | 1 | -2/+3 | |
2000-08-05 | Change build and installation so we don't conflict with graphics/gd. | jlam | 9 | -149/+245 | |
Also install html documentation into PREFIX/share/doc/html. Bump version to 0.1.17nb1 | |||||
2000-08-04 | Fix the broken CONFLICTS line. | jlam | 1 | -3/+3 | |
2000-08-04 | Update dependency on freetype-lib to >=1.3.1 since freetype-lib bumped its | jlam | 1 | -2/+2 | |
shared lib major. (This is the last one I missed). | |||||
2000-07-24 | Make this work with new freetype header location and work correctly with | jlam | 1 | -4/+7 | |
xpkgwedge. | |||||
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 1 | -2/+4 | |
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well. | |||||
2000-07-14 | The previous method of using a make target for finding a prerequisite | agc | 1 | -2/+2 | |
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works). | |||||
2000-07-11 | Make the determination of the pre-req package's installed directory be | agc | 1 | -2/+2 | |
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles. | |||||
2000-07-11 | Make these packages work better with xpkgwedge by using X11PREFIX in | agc | 1 | -2/+2 | |
preference to X11BASE, and by finding out where the xpm package is installed by using pkg_info(1), not hardcoding a best guess. | |||||
2000-05-01 | Switch dependency from freetype to freetype-lib. | jlam | 1 | -2/+2 | |
2000-03-21 | Because the minor of "libpng" was bumped we must sure that packages | tron | 1 | -2/+2 | |
compiled for the update "png" package depend on it. | |||||
2000-02-29 | Make this work under ELF. | jlam | 4 | -104/+79 | |
2000-02-27 | Initial import of libwmf, a library to read WMF (Windows Meta Files), with | wiz | 8 | -0/+265 | |
viewer. |