Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-11-12 | PKGREVISION++ due to devel/popt update. | salo | 1 | -1/+2 | |
2003-11-11 | a distfile (ag14.tar.Z) was changed in master site. this should fix the | kei | 1 | -3/+3 | |
build problem found by latest bulk build. | |||||
2003-11-09 | Xft2 needs Xrender >= 0.8.2, so depend on it. | recht | 1 | -2/+2 | |
2003-11-07 | depend on Xrender 0.8 (rather than 0.8.2), so that the Xrender bundled | jdolecek | 1 | -2/+2 | |
with XFree 4.x would match the dependency (if present) | |||||
2003-11-06 | Set USE_GCC_SHLIB. Fixes linking on Solaris. | gavan | 1 | -1/+2 | |
2003-11-02 | Make sure that correct xft-config is used. (Discussed | reed | 1 | -1/+2 | |
on tech-pkg and okay'd by wiz off-list.) | |||||
2003-10-31 | change the libtool (1.5) versioning from linux to sunos on Solaris to | dmcmahill | 3 | -1/+29 | |
avoid PLIST problems. No effect on other operating systems. | |||||
2003-10-29 | Just in case, fontconfig is built before X fonts are installed, | reed | 1 | -1/+2 | |
have some defaults for fonts.conf (/usr/X11R6/lib/X11/fonts/TTF and /usr/X11R6/lib/X11/fonts/Type1). I didn't bump PKGREVISION, because in many cases this will be the same as if it configure figured it out. I also considered adding TrueType and freefont, but they aren't included with default XFree86 installation. Also, I didn't include other font directories, because fontconfig's directory says it's for outline fonts (.pf*, .tt* and .ot*) and to use local.conf or ~/.fonts.conf for bitmap fonts. This closes PR #22927 where fontconfig's fc-cache has missing directories causing font information caches to not be built (using defaults). | |||||
2003-10-13 | Trivially use buildlink2 so the right compiler is picked up. | salo | 1 | -1/+3 | |
2003-10-11 | bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. | grant | 1 | -2/+2 | |
2003-10-11 | improve message about running fc-cache, mention -v flag. | grant | 1 | -4/+7 | |
fixes PR pkg/22473 from Michal Pasternak. | |||||
2003-10-04 | Add a comment explaining why we have to use PLIST_SUBST over FreeBSD/Linux. | xtraeme | 1 | -1/+5 | |
(Suggested by seb@) | |||||
2003-10-03 | Fix installation on systems where libXft.so.$(MAJOR_VERSION).$(MINOR_VERSION) | xtraeme | 2 | -3/+11 | |
was not built (at least FreeBSD/Linux). | |||||
2003-10-03 | add & enable chkfontpath | hubertf | 1 | -1/+2 | |
2003-10-03 | Import chkfontpath-1.9.7: Command line tool to manage X server's font path | hubertf | 6 | -0/+108 | |
This is a simple terminal mode program for configuring the directories in the X font server's path. It is mostly intended to be used `internally' by RPM when packages with fonts are added or removed, but it may be useful as a stand-alone utility in some instances. XXX hey, *I* didn't make this up... of course xset would have done the XXX job just well, but now programs (openoffice 1.1.0) want to call this, XXX what can we do. :( | |||||
2003-09-27 | quote EGREP in MAKE_ENV. | grant | 1 | -2/+2 | |
2003-09-27 | this needs zlib, so include devel/zlib/buildlink2.mk. | grant | 1 | -1/+2 | |
2003-09-22 | Add missing PKGCONFIG_OVERRIDE. | recht | 2 | -2/+6 | |
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@ | |||||
2003-09-19 | Depend on Xrender>=0.8.2, since that's what the configure check checks for. | wiz | 2 | -2/+6 | |
Do not bump PKGREVISION since the update was only a short while ago. | |||||
2003-09-19 | Update Xft2 to version 2.1.2. | markd | 5 | -44/+23 | |
Not sure of precise changes but does again build correctly against the current fontconfig package. | |||||
2003-09-19 | use += for USE_GNU_TOOLS. | grant | 1 | -2/+2 | |
2003-09-18 | Explain how to install the fonts system-wide. | wiz | 1 | -13/+7 | |
From Florence HENRY in PR 21809. | |||||
2003-09-09 | permit large number of fonts to be processed (free resource appropriately). | itojun | 3 | -3/+16 | |
bump PKGREVISION. | |||||
2003-09-02 | Make WRKSRC correct so install works | jmc | 1 | -2/+3 | |
2003-09-02 | This needs zlib | martti | 1 | -1/+2 | |
2003-09-01 | Distname has been changed to 1.3, we have a version number for this | xtraeme | 2 | -6/+6 | |
package finally, thanks to Oliwier 'aLEczapKA' Ptak. | |||||
2003-09-01 | Fix checksum mismatch noted by Robert Elz via PR pkg/22653. | xtraeme | 1 | -3/+3 | |
2003-08-31 | Update to 2.2.1. | wiz | 8 | -100/+313 | |
Lots more documentation installed, fontconfig-config replaced with pkgconfig file. Changelog covered some versions only: Release 2.2.0: * Change version number to 2.2.0 Prerelease 2.1.94: * BDF property support for foundry and width (Juliusz Chroboczek) * Clean up GCC warnings (Colin Walters) Prerelease 2.1.93: * Use Type1 FontInfoRec to get more detailed weight information * Run fc-cache from source tree to try and resolve LFS install issues * Fix fontconfig-user.html generation (was getting smashed) * Debian build files are in CVS now * Fixes to build on Windows * Compute monospacing by looking at glyphs instead of trusting font * Get widths and more detailed weight from TrueType OS/2 table * Global cache was re-statting a lot of files. * Yet more RPM fixes from RedHat | |||||
2003-08-30 | Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if | jlam | 3 | -5/+13 | |
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable. | |||||
2003-08-30 | Prepare for pkgviews by making sure that passing VIEW-INSTALL or | jlam | 6 | -82/+7 | |
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors. | |||||
2003-08-30 | Add and enable artwiz-fonts | xtraeme | 1 | -1/+2 | |
2003-08-30 | Initial import of artwiz-fonts 1.0. | xtraeme | 5 | -0/+62 | |
A collection of free fonts which are designed for use on X11 desktops, created by artwiz. These fonts have a futuristic style and are quite small, particularly at high resolutions. | |||||
2003-08-29 | Fix spelling. | reed | 1 | -1/+1 | |
2003-08-20 | - make vfontcap package work even if xpkgwedge is not installed. problem | kei | 2 | -7/+9 | |
noticed by Hiroshi Fujishima. Thanks a lot! - use an appropriate `-[0-9]*' suffix in `DEPENDS+=' line. unless the package system get confused. | |||||
2003-08-18 | Update my old address. Noted by Yamano-san. | uebayasi | 1 | -2/+2 | |
2003-08-02 | USE_GNU_TOOLS=awk | drochner | 1 | -2/+2 | |
2003-07-30 | get a working awk on Solaris, sort includes. | grant | 1 | -2/+3 | |
2003-07-30 | Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk. | jmmv | 3 | -6/+7 | |
2003-07-28 | Revert checksum to what was in version 1.2.1 because there apparently | tron | 3 | -6/+12 | |
was some problem on certain GNU mirrors which not at least fixed on "ftp.gwdg.de". Problem noticed by Robert Elz on "tech-pkg@netbsd.org". Bump package revision again. | |||||
2003-07-28 | Fix checksum for "README.split" once more. | tron | 1 | -3/+3 | |
2003-07-25 | Update package list to match latest distribution file changes and bump | tron | 2 | -8/+3 | |
package revision. | |||||
2003-07-25 | Distfiles were again modified without a version bump. | tron | 1 | -5/+5 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 13 | -26/+26 | |
2003-07-19 | Fix PLIST. | wiz | 1 | -5/+5 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 64 | -130/+130 | |
2003-07-17 | forgot to commit the workaround unneeded any more. | kei | 1 | -3/+1 | |
2003-07-17 | - distfiles are modified without a version bump. | kei | 2 | -25/+25 | |
- the name of distribution directory seems to have been corrected. | |||||
2003-07-13 | This does not USE_X11; remove it. Bump PKGREVISION. | wiz | 1 | -3/+2 | |
Noted by Soren Jacobsen in PR 22051. | |||||
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-07-13 | Update to 20030712. | wiz | 4 | -15/+37 | |
Lots of new features and bug features; details under http://pfaedit.sourceforge.net/changelog.html#change-log |