Commit graph

21 commits

Author SHA1 Message Date
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
joerg
acbe49d18c Needs msgfmt. 2006-06-11 14:26:01 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +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
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
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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
e6962cf9de Add RMD160 digests 2005-02-23 21:00:34 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
minskim
6b87e4a66b Update imhangul to 0.9.11.
Changes:
	Fix a bug that crashes epiphany when a window is being closed.
2004-08-11 22:16:54 +00:00
minskim
e66d446856 Update imhangul to 0.9.10.
Major changes:
  - Added Korean menu.
  - Per-toplevel-window status.
  - Fix a problem with evolution 1.5.
2004-07-19 22:42:52 +00:00
minskim
9b2f22c6f3 Revert to r1.3. Changes made in r1.4 were "oversimplification." 2004-04-30 12:46:29 +00:00
minskim
9e5c51b086 Simplify Makefile by combining USE_LIBTOOL and SHLIBTOOL_OVERRIDE into
USE_SHLIBTOOL.
2004-04-30 00:39:41 +00:00
minskim
28e3f80592 Install a shared object only; there is no need to install a static
library for GTK+ input module.

Bump PKGREVISION.
2004-04-29 23:00:14 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
minskim
0f53032747 Import imhangul-0.9.9 from pkgsrc-wip.
Imhangul is a Hangul input module for GTK+ 2. This supports Korean
Hangul input with several types of keyboards widely used in Korea.
2004-02-10 08:58:17 +00:00