CVS log for pkgsrc/fonts/libfontenc/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / fonts / libfontenc
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 3 10:03:09 2024 UTC (9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
libfontenc: update to 1.1.8.
This release includes build system cleanups and adds "e" to the fopen()
flags to avoid leaking fd's when calling applications exec another program.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038 on
32-bit platforms, but this has not been tested. This only applies to
non-compressed files opened by this library - compressed files are
handled by libz and depend on whether it was built with post-Y2038 support.
Alan Coopersmith (5):
configure: raise minimum autoconf requirement to 2.70
Remove "All rights reserved" from Oracle copyright notices
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Set close-on-exec when opening files
libfontenc 1.1.8
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Dec 8 23:34:10 2022 UTC (23 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
libfontenc: update to 1.1.7.
Matt Turner (2):
configure: Use AC_SYS_LARGEFILE to enable large file support
libfontenc 1.1.7
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Nov 9 13:14:13 2022 UTC (2 years ago) by joerg
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Reset MAINTAINER
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 31 19:19:25 2022 UTC (2 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -4
lines
libfontenc: update to 1.1.6.
This quick update fixes build failures in libfontenc 1.1.5 on platforms
that require setting a #define such as _GNU_SOURCE, _OPENBSD_SOURCE, or
__EXTENSIONS__ to expose the reallocarray() prototype in their headers.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 26 22:23:07 2022 UTC (2 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -4
lines
libfontenc: update to 1.1.5.
Alan Coopersmith (7):
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
Import reallocarray() from libX11 (originally from OpenBSD)
Convert code to use Xmallocarray() & Xreallocarray()
configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
libfontenc 1.1.5
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:31:05 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 21 09:49:24 2019 UTC (5 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -3
lines
libfontenc: update to 1.1.4.
This release fixes a bug that would cause mkfontscale(1) to fail to
produce entries for the iso8859-7 encoding because of wrong Unicode
mappings for the iso8859-7 codepage.
Alan Coopersmith (4):
Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
libfontenc 1.1.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Julien Cristau (1):
make FontEncDirectory return a const string
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Mar 7 11:57:30 2018 UTC (6 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3
lines
xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 1 08:36:12 2015 UTC (9 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4
lines
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
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 26 05:15:57 2013 UTC (11 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
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
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Oct 3 18:28:26 2012 UTC (12 years, 2 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -3
lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 6 22:19:57 2012 UTC (12 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1
lines
Use hacks file from meta-pkgs/modular-xorg instead of patch for
fixing autoconf + space in variable name issue.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jun 3 17:21:25 2012 UTC (12 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 29 15:34:00 2009 UTC (15 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3
lines
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
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Sep 6 16:29:11 2008 UTC (16 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
Don't remove include/X11/fonts unconditionally.
Bump PKGREVISION.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat May 24 21:45:21 2008 UTC (16 years, 6 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Switch master site to MASTER_SITE_XORG.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 23 14:44:09 2007 UTC (17 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3
lines
Update to libfontenc-1.0.4. Beside some ANSIfication, a possible
NULL dereference and use-after-free was fixed.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Dec 9 11:44:00 2006 UTC (18 years ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2
lines
Add zlib dependency. Bump revision.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Nov 3 16:30:48 2006 UTC (18 years, 1 month ago) by joerg
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Import libfontenc-1.0.2 from modular Xorg. Packaged by reed@ in
pkgsrc-wip, I'm taking maintainership.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 3 16:30:48 2006 UTC (18 years, 1 month ago) by joerg
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>