aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uim/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make OPTIONS setting overridable from make arguments.nobutaka2006-02-051-9/+9
| | | | Reported by: Chie & Kevin Reinholz <reinholz@alumni.sandiego.edu>
* - Fix compile error on 4-stable [*].nobutaka2006-02-011-1/+11
| | | | | | - Add dependency on perl5 port to fix build error regarding intltool-merge on 4-stable. Reported by: kris [*]
* - Update to 1.0.1.nobutaka2005-12-251-38/+84
| | | | | - Use OPTIONS. - Make dependencies on anthy and m17nlib optional.
* Add byeoru Korean input module.nobutaka2005-12-031-2/+12
| | | | | PR: ports/89388 Submitted by: Sangwoo Shim <sangwoos@gmail.com>
* Move japanese/uim port to textproc category after repocopy.nobutaka2005-12-011-1/+1
| | | | | PR: ports/89725 Submitted by: nobutaka
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Sync with libscim shared library version bump.nobutaka2005-11-071-1/+1
|
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* BROKEN on ia64: Segfault during buildkris2005-10-291-0/+4
|
* - Update to 0.9.1. This version fixes the privilege escalation vulnerability.nobutaka2005-10-021-1/+2
| | | | | | | - Fix build error with WITH_SCIM on 4-stable. [*] Submitted by: mi <the_necronomicon@bigfoot.com> [*] Security: http://www.vuxml.org/freebsd/1e606080-3293-11da-ac91-020039488e34.html
* Update 0.4.9.nobutaka2005-09-211-2/+3
|
* Update to 0.4.7.1.nobutaka2005-07-161-1/+1
|
* Update to 0.4.7.nobutaka2005-06-271-2/+3
|
* Correct the default path to the SKK dictionary.nobutaka2005-06-061-1/+1
|
* Fix incorrect usage of bind_textdomain_codeset().nobutaka2005-06-061-2/+2
| | | | | | PR: ports/80755 Submitted by: YONETANI Tomokazu <qhwt+fbsd@les.ath.cx> Patch Obtained from: http://lists.freedesktop.org/archives/uim-commit/2005-May/000728.html
* - Sync with libscim shared library version bump.nobutaka2005-03-131-2/+2
| | | | - Add a missing file to pkg-plist.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* - Update to 0.4.6.nobutaka2005-03-021-6/+17
| | | | | | | | | | | | | - Don't make ${X11BASE}/lib/gtk-2.0/2.4.0/immodules directory if gtk2 isn't installed. [1] - Add WITH_SCIM and WITH_CANNA knobs. - This update also includes the security fix for libuim privilege escalation problelm. [2] Security: CAN-2005-0503 Security: http://lists.freedesktop.org/pipermail/uim/2005-February/000996.html Security: setuid programs linked against libuim cause privilege escalation. Reported by: pointyhat via kris and krion [1], nectar [2]
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* Update MASTER_SITES.nobutaka2004-11-271-1/+2
|
* Update to 0.4.5.nobutaka2004-10-311-2/+2
| | | | | PR: ports/73311 Submitted by: Yamashiro Jun <yamajun@ofug.net>
* Sync with libm17n shared library version bump.nobutaka2004-08-291-1/+2
| | | | Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 0.4.2.1.nobutaka2004-08-011-2/+2
|
* Update to 0.4.1.nobutaka2004-07-121-2/+1
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Sync with libanthy shared library version bump.nobutaka2004-07-041-1/+2
|
* Update to 0.3.9.nobutaka2004-06-251-2/+3
| | | | | | | Add dependency on m17n-lib. [*] PR: ports/68302 [*] Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [*]
* Update to 0.3.8.nobutaka2004-05-211-1/+1
|
* Update to 0.3.6.nobutaka2004-05-091-1/+1
|
* Update to 0.3.4.2.nobutaka2004-04-071-2/+2
|
* Update to 0.3.3.nobutaka2004-04-061-1/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Update to 0.3.1.nobutaka2004-03-021-1/+5
| | | | | | | Correct the path for skk-jisyo. [1] PR: ports/63422 [1] Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Update to 0.2.8.nobutaka2004-02-081-4/+3
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Update to 0.2.4.nobutaka2004-01-111-1/+1
|
* Update to 0.2.2.nobutaka2004-01-011-3/+3
|
* - Support USE_LIBTOOL properlykrion2003-12-221-0/+1
| | | | | | | - Fix install location of several files PR: 60466 Submitted by: Ports Fury
* Update to 0.2.0.nobutaka2003-12-111-2/+3
|
* Update to 0.1.7.nobutaka2003-12-081-2/+2
|
* Update to 0.1.5.nobutaka2003-11-161-2/+2
|
* Update to 0.1.4.1.nobutaka2003-11-091-3/+2
|
* Correct pkg-plist.nobutaka2003-10-161-0/+1
|
* Update to 0.1.2.nobutaka2003-10-151-2/+2
|
* Update to 0.1.1.nobutaka2003-10-131-4/+4
|
* Add uim, an input method library.nobutaka2003-08-311-0/+54