1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Max Brazhnikov
df38855f81 Update to 1.0.3
PR:		ports/148840
Submitted by:	Nikola Lecic (maintainer)
2010-07-23 22:07:44 +00:00
Wesley Shields
9c934ea794 Remove incorrect gettext dependency. USE_ICONV and -liconv is sufficient
Whitespace cleanup
Adjust plist because libkmfl also installs include/kmfl

PR:		ports/147689
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
Feature safe:	yes
2010-06-19 14:31:32 +00:00
Martin Wilke
f60a5105e0 - Fixes kmflcomp coredumping on amd64 systems; the patches are provided by Doug Rintoul <doug_rintoul@sil.org>,
PR:		140910
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net>
2009-11-28 20:32:35 +00:00
Dmitry Marakasov
b2b01422b8 - Switch SourceForge ports to the new File Release System: categories starting with T,U,V 2009-08-22 00:37:17 +00:00
Wesley Shields
094d352268 - Update to 0.9.8
- Fix MASTER_SITES
- Sort plist

PR:		ports/136149
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net>
2009-07-03 13:47:46 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Renato Botelho
5f6d5f8c8b - Fix bison dependency wrong committed on import
- Bump PORTREVISION
2007-10-24 15:43:17 +00:00
Renato Botelho
e6de2ce4c4 KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).

This is compiler for keyboard sources written in Keyman keyboard
language (.kmn files). Resulting binaries (.kmfl) can be used with
SCIM KMFL IMEngine (textproc/scim-kmfl-imengine).

The powerful KMN keyboard language supports contextual deadkeys,
pre- and post-processing of keystrokes, rules grouping, 'storing'
of character classes for use in similar rules, custom and Unicode
character constants, SIL Ethnologue language codes, etc.

Official Tavultesoft repository contains keyboards that cover more
than 220 languages. Significant number of them are open source.
Ported keyboards are textproc/scim-kmfl-*.

WWW: http://kmfl.sourceforge.net/

PR:		ports/117167
Submitted by:	Nikola Lecic <nikola.lecic at anthesphoria.net>
2007-10-18 12:29:50 +00:00