| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: Chie & Kevin Reinholz <reinholz@alumni.sandiego.edu>
|
|
|
|
|
|
| |
- Add dependency on perl5 port to fix build error regarding intltool-merge on 4-stable.
Reported by: kris [*]
|
|
|
|
|
| |
- Use OPTIONS.
- Make dependencies on anthy and m17nlib optional.
|
|
|
|
|
| |
PR: ports/89388
Submitted by: Sangwoo Shim <sangwoos@gmail.com>
|
|
|
|
|
| |
PR: ports/89725
Submitted by: nobutaka
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Add a missing file to pkg-plist.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/73311
Submitted by: Yamashiro Jun <yamajun@ofug.net>
|
|
|
|
| |
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Add dependency on m17n-lib. [*]
PR: ports/68302 [*]
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [*]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Correct the path for skk-jisyo. [1]
PR: ports/63422 [1]
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
| |
|
|
|
|
| |
(Part 2)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Fix install location of several files
PR: 60466
Submitted by: Ports Fury
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|