Commit graph

906 commits

Author SHA1 Message Date
rillig
3118844085 Fixed some pkglint warnings. 2006-05-22 06:31:34 +00:00
jlam
ebf33f8172 Drop unnecessary modifications to *.po files that inserted whitespace
between msgid and "".  This is now automatically handled by revision
1.19 of pkgsrc/mk/tools/msgfmt.sh.
2006-05-20 23:34:39 +00:00
joerg
f2c2651d92 Always register fonts at runtime using install framework. Bump revision. 2006-05-18 14:55:21 +00:00
reed
8fe23371f7 Fix filename of pkg-config file.
This fixes problem when using  USE_BUILTIN.Xft2=yes.

This is to close PR #32316 from Rui-Xiang Guo.
2006-05-09 00:14:55 +00:00
minskim
8786949621 This package requires zlib. 2006-05-06 03:41:31 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
minskim
bf193b637c Update adobe-cmaps to 20060419. ag14 was updated to ag15. 2006-04-20 17:37:00 +00:00
rillig
ffe19a8353 Added a patch for ISO C90 compatibility. 2006-04-19 19:43:17 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +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
adam
5e3d1cd840 Removed patch-ai since msgfmt.sh works correctly now 2006-04-16 20:10:29 +00:00
adam
5daaa90121 Changes 20060413:
* FF failed to output lookups in the right order for the GSUB table.
* FF would crash when attempting to generate a font which had no familyname
* FF could be built agains ft2.2 only if the debugger were being built.
  Make it work always.
* Patch by Mike Frysinger from gentoo. Use the HOME environment variable in
  preference to /etc/passwd.
* Write sfddiff as a fontforge script and put it back into the install process.
* Add code to font compare so it can do the old sfddiff --merge option.
* Someone wanted acorn2sfd! Make it compile again.
* Make configure look for libgif
2006-04-14 08:45:06 +00:00
heinz
089d51008d Added appropriate TEST_TARGET. 2006-04-14 07:08:07 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
joerg
22838bd6ee Don't create xorg/lib/X11/fs as symlink to the config directory,
it prevents the default config from being included correctly
in the package. Add a random imake dependency to xorg-fontserver
while here and bump the revision.
2006-04-12 21:53:58 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
salo
ac02cf7d71 Update to version 2.4.1
Changes:
- few fonts changed their names
- new font, DejaVu Sans Extra Light
- various character additions and corrections
2006-04-10 08:08:09 +00:00
minskim
8cb557cc26 Update alee-ttf to 7.3. Patches provided by Yi Min-Cheol in PR pkg/33213.
Changes since 6.3:
Add [0x0e-c00ky].ttf.
Add EunjinNakseo.ttf.
Rename EunJin.ttf to Eunjin.ttf.
Rename [C00ky].ttf to [0b0d-c00ky].ttf.
Update EunBangwool.ttf and Eunjin.ttf.
Fix postinst to unregister removed/renamed font from defoma.
Fix wrong HeadDescent of several fonts.
Fix wrong HeadAscent of several fonts.
2006-04-09 16:54:11 +00:00
reed
9df9ff4e6d Also include x11.buildlink3.mk.
The configure checks for Xaw and Intrinsics headers
and if no X, then it does not build xglyph and libt1x.

(I noticed because I am using modular X.org and the libXpm doesn't
pull in Xaw or Xt.)
2006-04-08 07:21:28 +00:00
minskim
7308985aa1 - Install the fontmap file into PKG_LOCALTEXMFPREFIX, instead of
PKG_TEXMFPREFIX, and register it with updmap.
- Use texmf-dirs to install into texmf-local.

Bump PKGREVISION.
2006-04-07 05:10:39 +00:00
minskim
f95d4b39ce Use texmf-dirs to install into texmf-local. Bump PKGREVISION. 2006-04-07 03:55:22 +00:00
minskim
f9401b4373 Use PKG_LOCALTEXMFPREFIX instead of TEXMFDIRS. 2006-04-07 00:24:16 +00:00
minskim
deaa7b5d6d Use PKG_LOCALTEXMFPREFIX instead of hardcoding share/texmf. 2006-04-06 17:01:15 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
adam
a5282e1d2c Variable declaration fix; PR-33164 2006-04-05 07:03:41 +00:00
adam
d5b538dda2 Variable declaration fix; PR-33164 2006-04-05 07:03:25 +00:00
jmmv
b632aa4134 Update to 1.6:
- Updated to Unicode 4.1 character database.
 - Improved search facility.
 - Various bug fixes.
 - New and updated translations.
2006-03-30 21:16:23 +00:00
jlam
d71a98aa8e Avoid extra stat() calls by not repeatedly checking whether a file
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
2006-03-30 18:06:17 +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
minskim
90e716a946 Set libdir in .la files correctly; otherwise, fontforge fails to load
libraries on Darwin at run time.  Bump PKGREVISION.
2006-03-18 04:52:33 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
minskim
3d575ba893 Update fonts-unttf to 1.0.1.20060215.
Changes:
- Removed UnTazaDH.ttf.
2006-03-13 01:43:36 +00:00
minskim
5e4d23902d Use UTF-8 characters instead of \x escape sequences in ja.po as
suggested by OBATA Akio in PR pkg/32996.  This is a workaround for
PR bin/32650.

Bump PKGREVISION.
2006-03-07 23:09:28 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
minskim
8b2441c12e Fix encoding of a .po file. This fixes PR pkg/32996. 2006-03-05 20:46:19 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
adam
c9179774e1 Changes 20060209:
* Bug fixes
2006-03-03 16:06:33 +00:00
rxg
8b66642037 Use pre-defined TEXMFDIRS to instead of TEXMF. 2006-02-27 12:26:06 +00:00
darcy
429a5ece21 Upgrade to version 1.1.18.
The web site has no description of changes but the version we had was too
old for print/lilypond so I bumped it to the latest version anyway.
2006-02-23 22:22:05 +00:00
wiz
c3a2ea7f7e Sort. 2006-02-23 17:36:33 +00:00
tron
2551dbfa52 Remove "fonts.alias" and "fonts.dir" from package list because the
installation framework creates and remove these files automatically.
2006-02-23 14:53:04 +00:00
wiz
b0c34ab32e Fix PLIST. Bump PKGREVISION. 2006-02-21 22:39:02 +00:00
wiz
8e98e56925 Fix font handling. Simplify Makefile. Bump PKGREVISION. 2006-02-17 19:36:46 +00:00
wiz
2d86624f0b Fix font handling. Comment out non-existent HOMEPAGE
and MASTER_SITES. Bump PKGREVISION.
2006-02-17 19:36:11 +00:00
wiz
f72aac16be Add bdftopcf to tools. Fix font handling.
Fix pkglint warnings. Bump PKGREVISION.
2006-02-17 19:35:25 +00:00
wiz
c1036d791a Fix font handling. Bump PKGREVISION. 2006-02-17 19:34:33 +00:00
wiz
d5ad57d8d2 Fix font handling. Bump PKGREVISION. 2006-02-17 19:34:08 +00:00
wiz
74643a9af9 Fix font handling. Install TrueType and Type1 fonts too.
Simplify PLIST handling. Bump PKGREVISION.
2006-02-17 19:33:44 +00:00
wiz
61f28e0d4f Fix font handling. Bump PKGREVISION. 2006-02-17 19:31:00 +00:00
wiz
c63da05b01 Fix font handling. Bump PKGREVISION. 2006-02-17 19:29:56 +00:00