Commit graph

293 commits

Author SHA1 Message Date
minskim
df33669ef2 Update imhangul_status_applet to 0.3.
Changes:
- Updated translation.
- Added a new theme "King Sejong".
2005-10-17 00:04:02 +00:00
minskim
a3669c4a45 Update MASTER_SITES. This closes PR pkg/31746. 2005-10-14 14:38:04 +00:00
minskim
bf08ca1c57 Update MASTER_SITES. This closes PR pkg/31747. 2005-10-14 14:28:57 +00:00
minskim
aefd8f73e0 Update imhangul to 0.9.13.
Changes:
- Fix a problem with OpenOffice 2.0.
- Provide a new config file.
2005-10-11 01:46:32 +00:00
wiz
5c11268df7 Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
2005-10-05 13:29:49 +00:00
taya
f2c2641ab9 bump PKGREVISION (forgot at previous commit) 2005-10-01 12:47:55 +00:00
taya
f9e336f934 add missing files(anthy-kyuri.el, anthy-kyuri.elc) to PLIST. 2005-10-01 02:26:02 +00:00
wiz
7243021d42 Update to 0.4.9.1, from Yamashiro Jun in PR 31427.
ChangeLog (extracted manually, probably incomplete):

0.4.9.1:
Security fix:
If you are using setuid/setgid application which is linked to libuim,
you have to upgrade uim.

0.4.9:
Memory leak and bug fixes.

0.4.8:
Bug fixes and updates for uim-anthy, uim-prime, uim-skk, and uim-romaja.

0.4.7:
Many bug fixes.
2005-09-30 12:43:35 +00:00
rillig
3af2ce5584 Updated the checksum of patch-ag. 2005-09-28 21:42:49 +00:00
rillig
6142a40b30 Don't abuse int variables as pointers in patch-ag. Bumped PKGREVISION in
all sj3 packages.
2005-09-28 18:22:11 +00:00
rillig
cf25e66161 Split patch-aa into patch-ah..patch-am. Converted to unified diffs. 2005-09-28 17:32:17 +00:00
rillig
96d704958e Fixed pkglint warnings. Among others, split patch-aa into six patches. 2005-09-28 17:09:43 +00:00
rillig
ca3fe58347 Sorted PLIST. 2005-09-28 16:52:33 +00:00
rillig
38adbdd49b Fixed pkglint warning. 2005-09-28 16:51:32 +00:00
rillig
9984e0604a Removed trailing white-space. 2005-09-28 14:15:48 +00:00
minskim
4a9ea9ad1b Fix PLIST. Bump PKGREVISION. 2005-09-22 04:03:51 +00:00
taya
8317d6979a update inputmethod/anthy to 6700b.
Changes from release notes:

- fix alignment problem of memory allocator
- fix problems with cpu other than x86

fix PR pkg/31062
2005-09-05 15:00:09 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
minskim
79e95ea1e7 Update imhangul to 0.9.12. Patch provided by Yi Min-Cheol.
Change:
  - Fix the problem that the last character is lost in some applications,
    e.g. gaim.
2005-08-26 02:19:31 +00:00
rillig
7a95adad42 The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
2005-08-23 11:48:47 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
kristerw
7d6afa0475 Do not include <malloc.h>. 2005-07-20 00:33:30 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
rxg
25973ff990 Closed pkg/27289 Fix core dump in inputmethod/xcin package.
Referenced the patches from Kevin Lo <kevlo at kevlo dot org>.
2005-06-26 16:45:57 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
taya
0f0e6b7d7f apply patch sent by yamajun AT ofug.net to fix bug of anthy-dic-tool.
fix pkg/30448
2005-06-12 08:52:54 +00:00
uebayasi
20d2e32f74 Shorten redundant COMMENT. 2005-06-04 10:20:22 +00:00
wiz
7ef924b86a Still include gtk2/modules.mk, not gtk/modules.mk. 2005-06-03 10:25:38 +00:00
uebayasi
ec3bbe44a7 Call Gtk2 option as "gtk", not "gtk2", as other packages do.
Pointed out by Dieter Baron.
2005-06-03 10:21:51 +00:00
uebayasi
a3658a0434 Make gtk2 an option. No default binary change, no revision bump. 2005-06-03 05:10:11 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
wiz
932d1e483a Fix typo in variable name, and replace one PKG_SUPPORTED_OPTIONS line
with PKG_SUGGESTED_OPTIONS.
2005-06-01 14:05:54 +00:00
dillo
eb20da5507 use PKG_OPTIONS_LEGACY_VARS to handle legacy variables 2005-06-01 14:03:15 +00:00
dillo
00f7a6753d use PKG_OPTIONS_LEGACY_VARS to handle legacy variables
set PKG_SUGGESTED_OPTIONS instead of PKG_DEFAULT_OPTIONS (which
	should be set by the user only)
2005-06-01 14:00:55 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
39cbd126b0 Make USE_TOOLS+=imake imply USE_X11BASE=yes, along with the other
variable definitions that apply when USE_IMAKE is defined.
2005-05-17 22:22:52 +00:00
jlam
f793cad898 This package uses the imake/xmkmf tools, so it implies USE_X11BASE.
Add it explicitly here until pkgsrc/mk/* can be modified to infer this
by itself.
2005-05-17 22:20:15 +00:00
jlam
b23cc6b431 The canna packages use imake/xmkmf as part of the configure process. 2005-05-16 18:25:37 +00:00
kei
52c0bc8fe9 remove auto-registration of RCD_SCRIPTS. patch supplied by Jeremy C. Reed.
also updated PKGREVISION of each package.  works fine for me.  Thank you!
2005-05-05 19:37:22 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
taya
b4b45be58e update optiona dictionary 'okinawa dictionary'
patch supplied from Yamashiro Jun.
fix PR pkg/29930
2005-04-11 15:02:23 +00:00
wiz
628506d7fa Update to 0.4.6, provided by Ei Ohno in PR 29812; originally from Jun
Yamashiro.

Changes in 0.4.6:
A GUI preference tool was introduced, both for Gtk and Qt. uim-kdehelper and
UimQt were merged. A plugin system was introduced.

Package changes:
conversion engine anthy or canna can select by setting the
PKG_OPTIONS.uim variable.
buildlink3.mk added.
2005-03-29 18:47:51 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
rillig
13c31ff10c Added a patch that #includes <sys/time.h> if present. Needed at least for
NetBSD-1.6.2. Approved by wiz.
2005-03-16 12:36:20 +00:00
wiz
a437583ff4 Dependencies should look like: foo-[0-9]* (instead of foo-*). Fix some. 2005-03-05 11:26:48 +00:00
uebayasi
f686caba23 Change lookup gateway an option. This reduces dependency much.
Bump revision.
2005-03-05 11:19:09 +00:00