Commit graph

273 commits

Author SHA1 Message Date
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
taya
001687ce10 Add patch file that I missed to add at previous commit 2005-03-03 15:40:14 +00:00
taya
50e97490bb Update anthy to 6300.
ChangeLog:
* cannadic/ update to cannadic-0.95c
* src/splitter/commit.c fix mis-computation of segment length which
can cause out of array bound access
* use Hidden Markov Model to find segment boundary.
2005-03-03 15:34:08 +00:00
agc
e6962cf9de Add RMD160 digests 2005-02-23 21:00:34 +00:00
hira
8e05f5e586 Add inclusion of <arpa/inet.h> for inet_ntoa(3).
Bump PKGREVISION.
2005-02-22 10:48:36 +00:00
minskim
fb29a65a84 Regen to make GNU patch happy. 2005-01-13 12:18:42 +00:00
wiz
9ea02c1efc Update homepage, and uppercase some variables. 2005-01-10 16:30:18 +00:00
wiz
4eb013001c Automatically register uim in the list of
GTK2 input modules. Bump PKGREVISION.
Thanks to jmmv for the hint on how to do this (see x11/gtk2/modules.mk).
2005-01-04 10:29:15 +00:00
minskim
9b8b36c6e2 Override intltool. 2005-01-01 17:40:44 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
wiz
e6ffa4eb1f Add and enable uim and anthy-elisp. 2004-12-28 17:10:56 +00:00
wiz
a9e3953e65 Initial import of uim-0.4.5, provided by Ei Ohno in PR 28650.
I added a message recommending the installation of inputmethod/anthy
if one is interested in Japanese input.

Uim is a lightweight and full featured multilingual input method library
and is simple, secure and flexible.
2004-12-28 17:10:17 +00:00
taya
460cd1e110 missed to add at previous commit.
sorry.
2004-12-28 05:40:23 +00:00
taya
b412737e69 Initial import of inputmethod/anthy-elisp.
This is a elisp frontend of inputmethod/anthy.
2004-12-28 05:38:47 +00:00
taya
7823040505 - move elisp files to separate package
- add okinawa dict

patch from Jun Yamashiro <yamajun AT ofug DOT net>
2004-12-28 05:35:29 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
grant
762035b2db set INSTALLATION_PREFIX instead of wrongly overriding LOCALBASE.
from Noritoshi Demizu in PR pkg/28618.
2004-12-12 04:19:06 +00:00
minskim
3df0ef7e90 Update nabi to 0.15.
Changes:
  - Support more keyboard layout.
  - Update icons.
  - Add Tux theme.
  - Enable setting Korean/English, Hangul/Hanja switch keys.
2004-12-04 20:43:49 +00:00
taya
bfc27e2520 add anthy 2004-12-04 03:58:09 +00:00
taya
81d3eaa0c0 Initial import of anthy.
Anthy is a free and secure Japanesse inputmethod.
2004-12-04 03:57:44 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00