Commit graph

19 commits

Author SHA1 Message Date
agc
b9f9b025f5 Add SHA512 digests for distfiles for fonts category
Problems found locating distfiles:
	Package acroread7-chsfont: missing distfile acrobat7-fonts/chsfont.tar.gz
	Package acroread7-font-share: missing distfile acrobat7-fonts/korfont.tar.gz
	Package acroread7-korfont: missing distfile acrobat7-fonts/korfont.tar.gz
	Package acroread9-chtfont: missing distfile acrobat9-fonts/FontPack910_cht_i486-linux.tar.bz2
	Package acroread9-jpnfont: missing distfile acrobat9-fonts/FontPack910_jpn_i486-linux.tar.bz2
	Package cyberbase-ttf: missing distfile cyberbit-ttf/Cyberbase.ZIP
	Package cyberbit-ttf: missing distfile cyberbit-ttf/Cyberbit.ZIP
	Package pixel-sagas-startrek: missing distfile PS_Font_Fontana.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Montalban.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Probert.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Sternbach.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Trek_Arrowcaps.zip
	Package umefont-ttf: missing distfile umefont_560.tar.xz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 20:44:27 +00:00
wiz
e5cd9b382d Update to 1.1.3. Improve COMMENT.
Alan Coopersmith (6):
      Initialize both value1 & value2, not value1 twice
      Replace sprintf call with snprintf
      Replace strcpy+strcat calls with snprintf calls
      Reformat code to X.Org standard style
      Initialize aliases array in parseEncodingFile()
      libfontenc 1.1.3
2015-05-01 08:36:12 +00:00
jperkin
9d5b1e7ac2 Search for pkgconfig files in lib${LIBABISUFFIX} and share directories
as appropriate.  This is required for X11_TYPE=native on Red Hat Linux.
2014-03-10 11:05:51 +00:00
wiz
aed6130454 Update to 1.1.2:
This minor bugfix release corrects mistakes in some of the ISO-8859 to
Unicode mappings, fixes a memory management bug, and updates the build
configuration.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (2):
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      libfontenc 1.1.2

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

James Cloos (2):
      Fix ISO-8859-6 → ISO-10646 mapping.
      Fix ISO-8859-7 → ISO-10646 mapping.

Nickolai Zeldovich (1):
      libfontenc: setCode(): fix realloc invocation
2013-04-26 05:15:57 +00:00
asau
dfaf1eaae6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
wiz
c9d3cf16fe Use hacks file from meta-pkgs/modular-xorg instead of patch for
fixing autoconf + space in variable name issue.
2012-06-06 22:19:57 +00:00
wiz
cc8c6ae936 Add patch based on taca's analysis which should fix build breakage on
NetBSD<6.
2012-06-05 15:27:22 +00:00
wiz
effb324d62 Update to 1.1.1:
1.1.1:
This minor maintenance release fixes several build configuration and
compiler warning issues.

1.1.0:
This release adds support for finding the encoding data-files in
using the standard autoconf macros provided by X.Org's fontutil.m4.
The precedence is now (first found is used):
	--with-encodingsdir=<pathname>
	encodings subdirectory of fontrootdir found via:
	       --with-fontrootdir
	       pkg-config --variable=fontrootdir fontutil
	       ${datadir}/fonts/X11

It also converts to using standard libc memory allocation functions,
and provides the usual recent build configuration improvements and
janitorial cleanups.
2012-06-03 17:21:25 +00:00
wiz
dcefd76289 Update to 1.0.5:
Just a few packaging cleanups.

Alan Coopersmith (1):
      Add README with pointers to mailing list, bugzilla & git repos

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and compiler warnings.

Peter Hutterer (1):
      libfontenc 1.0.5
2009-08-29 15:34:00 +00:00
joerg
9071f89129 Change @exec/@unexec to @pkgdir or drop it. 2009-06-14 19:01:13 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
cube
403e256ff6 Merge cube-native-xorg, so that pkgsrc-current can be used with the native
X.Org found in NetBSD-current.

Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).

On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files.  It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file.  x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.
2008-10-05 21:36:32 +00:00
wiz
bd32774a21 Don't remove include/X11/fonts unconditionally.
Bump PKGREVISION.
2008-09-06 16:29:11 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
joerg
831b1ec311 Recursive include of zlib is needed. From tnn@ 2007-06-30 03:06:58 +00:00
joerg
7f3d58af7a Update to libfontenc-1.0.4. Beside some ANSIfication, a possible
NULL dereference and use-after-free was fixed.
2007-01-23 14:44:09 +00:00
joerg
70653d229c Add zlib dependency. Bump revision. 2006-12-09 11:44:00 +00:00
joerg
706d6ef4e9 Regen b3.mk. 2006-11-03 17:19:22 +00:00
joerg
6457fed0e0 Import libfontenc-1.0.2 from modular Xorg. Packaged by reed@ in
pkgsrc-wip, I'm taking maintainership.
2006-11-03 16:30:48 +00:00