summaryrefslogtreecommitdiff
path: root/x11-fonts (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a segfault that can occur when mixing RENDER and non-RENDER fonts.Joe Marcus Clarke2003-04-064-2/+42
| | | | | | | Obtained from: XFree86 CVS Notes: svn path=/head/; revision=78452
* * Allow these ports to build in a read-only ${PORTSDIR} [1]Joe Marcus Clarke2003-04-051-2/+1
| | | | | | | | | * Remove USE_GNOMENG macro Requested by: Cory Bajus <cbajus@mts.net> [1] Notes: svn path=/head/; revision=78246
* fontconfig-config is no longer installed. Therefore, Xft wasn't beingJoe Marcus Clarke2003-04-042-2/+4
| | | | | | | | | | | | linked against libfontconfig. This broke KDE since KDE expected libfontconfig to be imported via Xft. GNOME was okay since it uses pkg-config, and explicitly linked against fontconfig. Reported by: Benjamin Lutz <benlutz@datacomm.ch> Bjarne Wichmann Petersen <kde.nospam@mekanix.dk> Notes: svn path=/head/; revision=78204
* Revert previous commit since it caused an infinite recursion loopJoe Marcus Clarke2003-04-044-40/+2
| | | | | | | | | in XFree86-clients. I'll commit this to pango instead. Requested by: will Notes: svn path=/head/; revision=78181
* Borrow a little from kdelibs3, and add a dependency on the scalable fonts.Joe Marcus Clarke2003-04-044-8/+42
| | | | | | | | Also, run fc-cache here as well as in fontconfig just to make sure we have some fonts installed. Notes: svn path=/head/; revision=78100
* Update to 2.1.92. This is a hacked development version that should solveJoe Marcus Clarke2003-04-0416-326/+420
| | | | | | | | | | | most of the Xft/fontconfig problems people are experiencing. Note that in this version, font caches do not have to exist for Xft applications to function properly. PR: 50482 Notes: svn path=/head/; revision=78099
* Add -f to fc-cache to force a font cache build. This fixes GNOMEJoe Marcus Clarke2003-03-282-6/+2
| | | | | | | | | installation from packages. Reported by: murray Notes: svn path=/head/; revision=77639
* Make sure the include directory exists before trying to copy files intoJoe Marcus Clarke2003-03-282-0/+6
| | | | | | | | | | it. PR: 50392 Submitted by: edwin Notes: svn path=/head/; revision=77638
* Set proper dependency.Shigeyuki Fukushima2003-03-251-2/+4
| | | | | | | | PR: ports/49024 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=77458
* Unbreak by merging changes from ports/49029 (patch-aa).Jimmy Olgeni2003-03-241-279/+319
| | | | Notes: svn path=/head/; revision=77379
* Move cabextract dependency from BUILD_DEPENDS to EXTRACT_DEPENDS toDmitry Sivachenko2003-03-191-2/+2
| | | | | | | | | unbreak the build on systems without cabextract. Approved by: kris Notes: svn path=/head/; revision=77162
* Fix a bug in fontconfig's configure script that was causing fonts.confJoe Marcus Clarke2003-03-132-2/+13
| | | | | | | | | | | | | to not include /usr/X11R6/lib/X11/fonts if XFree86 was not installed. This was in turn leading to crashes in things such as xclock. This bug has been filed with fontconfig's Bugzilla as bug #45. Reported by: many Brought to my attention by: anholt Approved by: portmgr (will) Notes: svn path=/head/; revision=77124
* Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-develEric Anholt2003-03-1115-50/+97
| | | | | | | | | | for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr Notes: svn path=/head/; revision=77104
* Update portMichael C . Wu2003-03-113-66/+98
| | | | | | | | PR: 49029 Submitted by: gugod@gugod.org Notes: svn path=/head/; revision=77085
* Home page and MASTER_SITE moved.Jimmy Olgeni2003-03-082-2/+2
| | | | | | | Approved by: kris Notes: svn path=/head/; revision=77067
* Clear moonlight beckons.Ade Lovett2003-03-0732-16/+16
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Force ldconfig to run before pkg-install to fix a problem where the userJoe Marcus Clarke2003-03-051-0/+1
| | | | | | | | | | | may have booted the machine without having /usr/X11R6/lib. Thus ldconfig never cached it. This should fix the sprious Error 1 failures when running post-install. Reported by: anholt Notes: svn path=/head/; revision=76998
* Sync with XFree86 4.3.0 release.Joe Marcus Clarke2003-03-024-2/+554
| | | | | | | | | | | * Finishes off the UTF-16 APIs * Fixes bugs with non-Render enabled servers * Adds a missing zero-sized check to one of the core rendering routines Obtained from: XFree86 CVS Notes: svn path=/head/; revision=76739
* Sync fontconfig with the XFree86 4.3.0 release.Joe Marcus Clarke2003-03-022-1/+213
| | | | | | | | | | | | * Fixes a segfault * Performs country-independent matching for Chinese languages * Finishes off the UTF-16 conversion code * Adds a section on local.conf to fontconfig.3 Obtained from: XFree86 CVS Notes: svn path=/head/; revision=76738
* Retire comment file.Trevor Johnson2003-03-012-1/+1
| | | | Notes: svn path=/head/; revision=76700
* * Set LC_ALL to C in MAKE_ENV to avoid creating non-well-formed XMLJoe Marcus Clarke2003-03-012-1/+13
| | | | | | | | | | * Allow CJK users to use fixed-width TrueType fonts [1] Submitted by: perky Obtained from: fontconfig CVS [1] Notes: svn path=/head/; revision=76680
* * Install fc-cache and fc-list manpages [1]Joe Marcus Clarke2003-02-283-3/+9
| | | | | | | | | | * Quiet portlint with regard to pkg-descr * De-pkg-comment Requested by: Gord Broom <gord@selfstyled.dyndns.org> [1] Notes: svn path=/head/; revision=76608
* De-pkg-comment.Joe Marcus Clarke2003-02-262-1/+1
| | | | Notes: svn path=/head/; revision=76483
* Remove duplicate patch.Maxim Sobolev2003-02-251-23/+0
| | | | | | | | Poked by: kris Pointy hat to: sobomax Notes: svn path=/head/; revision=76461
* Suppress command echo.Jimmy Olgeni2003-02-234-10/+10
| | | | Notes: svn path=/head/; revision=76254
* De-pkg-comment my ports + some more.Jimmy Olgeni2003-02-2312-6/+6
| | | | Notes: svn path=/head/; revision=76249
* * Install the Xft manpageJoe Marcus Clarke2003-02-224-4/+14
| | | | | | | * De-pkg-comment Notes: svn path=/head/; revision=76200
* De-pkg-comment.Norikatsu Shigemura2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76167
* Distfile was re-rolled again (only HTML and punctuation changes to theJoe Marcus Clarke2003-02-221-1/+1
| | | | | | | COPYRIGHT). Notes: svn path=/head/; revision=76108
* De-pkg-comment.Akinori MUSHA2003-02-2122-11/+11
| | | | Notes: svn path=/head/; revision=76044
* Add a RUN_DEPENDS on fontconfig as well.Joe Marcus Clarke2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75984
* Looks like we do need fc-cache since the cache files seem to vary slightlyJoe Marcus Clarke2003-02-203-13/+7
| | | | | | | from machine to machine. Notes: svn path=/head/; revision=75983
* De-pkg-comment.Akinori MUSHA2003-02-2010-5/+5
| | | | Notes: svn path=/head/; revision=75976
* Unbreak on -current: use INT_MAX instead of MAXINT.Maxim Sobolev2003-02-201-0/+23
| | | | Notes: svn path=/head/; revision=75964
* * Don't depend on fontconfig (instead, package fonts.cache-1 with the port)Joe Marcus Clarke2003-02-203-21/+22
| | | | | | | * Only install local.conf if one doesn't already exist Notes: svn path=/head/; revision=75921
* * The distfile was rerolled (only HTML formatting changes) so correctJoe Marcus Clarke2003-02-193-22/+55
| | | | | | | | | | | checksum * Do not depend on ttmkfdir, but instead package the fonts.dir with the port [1] Suggested by: nectar [1] Notes: svn path=/head/; revision=75901
* Add urwfonts-ttf 1.0.7b18, unicode TrueType fonts from URW extendedMaxim Sobolev2003-02-195-0/+74
| | | | | | | by Valek Filippov. Notes: svn path=/head/; revision=75882
* Remove redundant -p from ${MKDIR}.Joe Marcus Clarke2003-02-191-1/+1
| | | | Notes: svn path=/head/; revision=75852
* Add bitstream-vera, a collection of 10 high-quality TrueType fonts thatJoe Marcus Clarke2003-02-196-0/+139
| | | | | | | | | look really nice in GNOME 2. Inspired by: x11-fonts/webfonts Notes: svn path=/head/; revision=75849
* Remove the Xft.h -> Xft2.h hack.Joe Marcus Clarke2003-02-181-4/+0
| | | | Notes: svn path=/head/; revision=75775
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.Eric Anholt2003-02-1810-88/+178
| | | | | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus Notes: svn path=/head/; revision=75774
* Add fontilus, a font viewer and thumbnailer for Nautilus.Joe Marcus Clarke2003-02-167-0/+87
| | | | Notes: svn path=/head/; revision=75627
* Make and install gzip-ed .pcf files -- save over 1.5Mb...Mikhail Teterin2003-01-312-135/+135
| | | | | | | | No PORTREVISION bump, since packaging did not work 'till 5 minutes ago anyway. Notes: svn path=/head/; revision=74362
* The port installs into X11BASE -- spell that fact as USE_X_PREFIX, tooMikhail Teterin2003-01-312-6/+9
| | | | | | | | | | -- to help packaging. While here, reword pkg-message a bit to reflect reality. Reported by: kris Notes: svn path=/head/; revision=74360
* Use the full path to /sbin/sysctlKris Kennaway2003-01-301-1/+1
| | | | | | | Noticed by: 'make index' in crontab Notes: svn path=/head/; revision=74251
* Cyrillic X11 bitmap fonts from CYR-RFX projectMikhail Teterin2003-01-258-0/+220
| | | | | | | Obtained from: NetBSD (somewhat) Notes: svn path=/head/; revision=73996
* Noone cares about having ports that actually build and then don't crash,Brian Feldman2003-01-254-24/+0
| | | | | | | so why should I? Notes: svn path=/head/; revision=73968
* Make the xft-config script use -lXft2, not the old -lXft. This willBrian Feldman2003-01-254-0/+24
| | | | | | | potentially unbreak all the ports which depend on x11-fonts/Xft. Notes: svn path=/head/; revision=73967
* Install fontconfig's manpage.Joe Marcus Clarke2003-01-241-1/+5
| | | | Notes: svn path=/head/; revision=73928
* Make this port PREFIX?=${X11BASE} rather than USE_X_PREFIX, because it doesn'tEric Anholt2003-01-241-2/+9
| | | | | | | | | use the X libraries and will be depended on for the 4.3 ports. Reviewed by: marcus Notes: svn path=/head/; revision=73920