summaryrefslogtreecommitdiff
path: root/japanese/vflib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on 5-currentMaho Nakata2003-11-061-0/+14
| | | | | | | | For gcc-3.3 or higher version, we should include varargs.h instead of stdarg.h Notes: svn path=/head/; revision=93214
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Correct handling japanese/kochi-ttfonts and Bump PORTREVISION.Norikatsu Shigemura2003-07-262-3/+3
| | | | Notes: svn path=/head/; revision=85647
* Fix dependency on japanese/kochi-ttfonts.Norikatsu Shigemura2003-07-261-3/+1
| | | | Notes: svn path=/head/; revision=85642
* BROKEN: Broken dependencyKris Kennaway2003-07-241-0/+2
| | | | Notes: svn path=/head/; revision=85554
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Adjust in accordance with the new location of freetype1 includesMaxim Sobolev2002-03-141-2/+2
| | | | | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype). Notes: svn path=/head/; revision=56069
* Solved building error. LIB_DEPENDS on devel/gettext.Yoshio MITA2002-01-221-0/+2
| | | | | | | Submitted by: bento error log. Notes: svn path=/head/; revision=53500
* MAINTAINER's update for vflibYoshio MITA2002-01-175-15/+38
| | | | | | | | 1. Update to the latest VFlib2-version 2. Default font depends on more beautiful fonts: japanese/kochi-ttfonts Notes: svn path=/head/; revision=53237
* First round of auto* cleanups:Will Andrews2002-01-061-2/+1
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Maintainer's change.Yoshio MITA2001-01-213-5/+5
| | | | | | | | | | | | | | | | japanese/vflib: Followed freetype header files include directory change. Version up to 2.25.2 japanese/vfxdvi300: default vfontcap installation directory change Reviewed by:ports-jp@jp.FreeBSD.org Notes: svn path=/head/; revision=37388
* Add USE_XLIB, USE_FREETYPE doesn't imply this anymore sinceSatoshi Asami2000-11-131-0/+1
| | | | | | | print/freetype doesn't define USE_XLIB. Notes: svn path=/head/; revision=35056
* Add BUILD_DEPENDS to xmkmf:imake-4.Satoshi Asami2000-09-121-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32549
* Add two missing files and one directory.Satoshi Asami2000-08-121-4/+7
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31583
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update to version 2.25.1.Steve Price2000-05-293-2/+4
| | | | | | | | PR: 18637 Submitted by: maintainer Notes: svn path=/head/; revision=28877
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-131-4/+5
| | | | | | | Finally `japanese' category has been done. Notes: svn path=/head/; revision=27480
* Update to version 2.24.2.Steve Price1999-12-272-8/+10
| | | | | | | | PR: 14633 Submitted by: Brian Handy <handy@physics.montana.edu> Notes: svn path=/head/; revision=24113
* Bump freetype's lib numberJustin M. Seger1999-11-251-1/+1
| | | | Notes: svn path=/head/; revision=23312
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* More WWW: additionsMichael Haro1999-05-071-3/+3
| | | | Notes: svn path=/head/; revision=18580
* Teach this port to use its own copy of libtool, since an upcomingSteve Price1999-05-032-4/+3
| | | | | | | | | commit to bump libtool to version 1.3 breaks the build of this port. Submitted by: Jeremy Lea <reg.shale.csir.co.za> Notes: svn path=/head/; revision=18357
* Updated checksum.Satoshi Asami1999-01-271-1/+1
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=16376
* Update to version 2.24.Steve Price1998-12-234-452/+444
| | | | | | | | PR: 9097 Submitted by: maintainer Notes: svn path=/head/; revision=15503
* Use libttf.3 of the new freetype 1.2Justin M. Seger1998-12-121-2/+2
| | | | Notes: svn path=/head/; revision=15309
* ELF patch for japanese/vflibJun Kuriyama1998-10-043-11/+9
| | | | | | | | PR: ports/8114 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=13628
* freetype (libttf) is now converted to ELF.Satoshi Asami1998-09-211-2/+2
| | | | Notes: svn path=/head/; revision=13285
* Remove the minor version number from the LIB_DEPENDS definition so thatMasafumi Max NAKANE1998-09-091-2/+2
| | | | | | | it won't install libraries already exist on ELF system. Notes: svn path=/head/; revision=13071
* Update to new version 2.23pl1Steve Price1998-07-204-679/+463
| | | | | | | | PR: 7291 Submitted by: maintainer Notes: svn path=/head/; revision=11990
* Mark this port broken, it no longer compiles after the freetype upgrade.Satoshi Asami1998-06-281-1/+3
| | | | Notes: svn path=/head/; revision=11575
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* freetype support patch added.Jun-ichiro itojun Hagino1998-03-204-248/+255
| | | | | | | | | (depends on ports/print/freetype) Submitted by: mita@jp.freebsd.org Notes: svn path=/head/; revision=10238
* Use PATCHFILES, PATCH_SITES and PATCH_DIST_ARGS to apply the distributedMasafumi Max NAKANE1997-10-151-9/+6
| | | | | | | patch instead of doing it in pre-patch. Notes: svn path=/head/; revision=8292
* Clean up the mess I made.Masafumi Max NAKANE1997-10-031-23/+26
| | | | | | | | This one now applies cleanly. Noticed by: asami Notes: svn path=/head/; revision=8097
* Upgrade, 2.22 pl9 -> pl10.Masafumi Max NAKANE1997-10-023-16/+17
| | | | | | | | Submitted by: maintainer PR: 4674 Notes: svn path=/head/; revision=8082
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-3/+3
| | | | | | | for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
* Update to 2.22pl9.Masafumi Max NAKANE1997-07-244-94/+114
| | | | | | | | | | | PR: 4143 Submitted by: mita@jp.freebsd.org While at it, also changed this port to correctly respect the value of ${PREFIX} if set. Notes: svn path=/head/; revision=7413
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Fix bug introduced by the last update. Closes PR ports/2872.Satoshi Asami1997-03-041-4/+8
| | | | | | | Submitted by: MITA Yoshio <mita@jp.FreeBSD.org> Notes: svn path=/head/; revision=5839
* Submitted by: MITA Yoshio <mita@jp.FreeBSD.org>Satoshi Asami1997-03-034-20/+42
| | | | | | | | | "VFlib ports have been updated. Support for FontWave is added." Closes PR ports/2694. Notes: svn path=/head/; revision=5805
* List a file that were missing.Masafumi Max NAKANE1996-12-121-0/+1
| | | | | | | | (Closing PR #2201.) Submitted by: mita@jp.freebsd.org Notes: svn path=/head/; revision=4965
* Geneerate shared libraries too.Satoshi Asami1996-12-053-3/+149
| | | | | | | Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=4814
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-2/+2
| | | | | | | Inspired by: obrien Notes: svn path=/head/; revision=4399