pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xfstt



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jun 13 08:15:15 UTC 2012

Modified Files:
        pkgsrc/x11/xfstt: MESSAGE Makefile PLIST distinfo
        pkgsrc/x11/xfstt/patches: patch-aa patch-ab patch-ac patch-af patch-ag
            patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an
            patch-ao patch-ap patch-aq patch-ar patch-as patch-at
Removed Files:
        pkgsrc/x11/xfstt/patches: patch-ae

Log Message:
(1) Bump version x11/xfstt 1.6 to 1.9 based on PR pkg/45478
(2) Some pkglint flags cleared, (comment on patches, INSTALATION_DIRS)
(3) (No change) Consider dropping to support gcc-2.95 (huge patches).

1.9 (2012-05-02)
        Fix file descriptor leaks.
        Fix directory resource leaks and segfaults on opening errors.
        Reset the umask before creating the temporary directory.
        Rewrite showttf to use XCB instead of X11.

1.8 (2010-11-09)
        Remove the obsolete `--multi' option.
        Bump gettext dependency to 0.18.
         -- Use --previous in msgmerge to help translators.
        Blank unused fields of the fsError struct when sending an error.
        Fix segfaults on font open errors (thanks to Edward Welbourne).
        Handle mmap failures which might end up as segfaults otherwise.
        Fix crashes with fortify support when:
         -- Listing fonts (thanks to Erik Devriendt).
         -- Setting info file magic and type fields (thanks to Niall Creech).
        Fix segfault on fonts with unknown cmap format.
        Add SIGHUP handler to re-sync fonts cache.
        Do not hardcode any path component in the man page.
        Code cleanup:
         -- Fixed several compiler warnings.
         -- Constify types.
         -- Refactor client state into a new struct.
         -- Refactor font protocol error reply handling.
         -- Remove unused or duped includes.
         -- Switch more C `char *' strings to C++ strings.
         -- Use C++ algorithm instead of custom code.
         -- Always include "config.h" first.
         -- Use <stdint.h> instead of our own types.
        Build system cleanup:
         -- Detect system endianness at build time.
         -- Enable silent rules by default if support is available.
         -- Do not use AM_MAINTAINER_MODE.
         -- Make X11 usage selectable at configure time (new `--with-x11').
         -- Always build (but not install) extra tools.
         -- Use pkg-config to get fontsproto and x11 module flags.
         -- Fix `make distcheck'.

1.7 (2005-11-30)
        Made gettext external.
        Use autoreconf instead of `autogen.sh'.
        Changed mail address.
        Generate the manpage at build time, to use variable paths and version.
        Remove win32 obsolete code.
        Use new error, warning and info functions.
        Changed some data types names.
        Fix hyphen used as minus sign in manpage.
        Fix build failure on Irix with gcc 3.2 (thanks to Dirk Tilger).
        Add IPv6 support.
        Update FSF's address.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xfstt/MESSAGE
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/xfstt/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xfstt/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xfstt/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xfstt/patches/patch-aa \
    pkgsrc/x11/xfstt/patches/patch-ac
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xfstt/patches/patch-ab
cvs rdiff -u -r1.7 -r0 pkgsrc/x11/xfstt/patches/patch-ae
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xfstt/patches/patch-af \
    pkgsrc/x11/xfstt/patches/patch-ag pkgsrc/x11/xfstt/patches/patch-ah \
    pkgsrc/x11/xfstt/patches/patch-ai pkgsrc/x11/xfstt/patches/patch-aj \
    pkgsrc/x11/xfstt/patches/patch-ak pkgsrc/x11/xfstt/patches/patch-al \
    pkgsrc/x11/xfstt/patches/patch-am pkgsrc/x11/xfstt/patches/patch-an \
    pkgsrc/x11/xfstt/patches/patch-ao pkgsrc/x11/xfstt/patches/patch-ap \
    pkgsrc/x11/xfstt/patches/patch-aq pkgsrc/x11/xfstt/patches/patch-ar \
    pkgsrc/x11/xfstt/patches/patch-as pkgsrc/x11/xfstt/patches/patch-at

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index