Wed Jan 23 18:59:13 2013 UTC ()
Update to 1.1.1 based on PR 47475 by Richard Palo.

1.1.1:
This minor maintenance release fixes some build configuration issues
and some (but not all) compiler warnings.

Alan Coopersmith (4):
      Strip trailing whitespace
      Add const attribute to domaindir fix gcc -Wwrite-strings warnings
      Remove freetype2 from PKG_CHECK_MODULES list
      xfd 1.1.1

Gaetan Nadon (6):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
      Use the Automake recommended alternative to AX_DEFINE_DIR

1.1.0:

This release adds internationalization support (though with no translations
contributed yet), drops Xaw8 support, and accumulates a number of years worth
of build configuration improvements and janitorial cleanups.

Alan Coopersmith (10):
      Update man page to better reflect Xft support
      Add README with pointers to mailing lists, bugzilla, & git
      Bump xorg-macros requirement to 1.4 for XORG_INSTALL changes
      Fill in COPYING with notices from source code & man page
      Integrate gettext support with autotools build system
      Clean up CFLAGS/LIB settings in configure.ac & Makefile.am
      Use AM_V_GEN to silence manpage generation too
      config: upgrade to util-macros 1.8 for additional man page support
      config: Remove unnecessary calls from configure.ac
      xfd 1.1.0

Gaetan Nadon (9):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      configure.ac: use backticks rather than $() for cmd subs
      config: update and relocate AX_DEFINE_DIR macro
      config: ignore xfd.po file when gettext is used
      config: update AC_PREREQ statement to 2.60

James Cloos (4):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log
      xaw8 is gone, use xaw7

Jay Hobson (1):
      Internationalize xfd: Call gettext on strings printed to stderr

Jeremy Huddleston (2):
      Build fix for file systems that are not case sensitive
      Added missing AM_PROG_CC_C_O

Matthieu Herrb (1):
      Let xfd build on systems without gettext.

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

Peter Breitenlohner (1):
      enable VPATH build, reorganize app default files


(wiz)
diff -r1.8 -r1.9 pkgsrc/x11/xfd/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/x11/xfd/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/x11/xfd/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xfd/Makefile 2012/10/29 05:07:10 1.8
+++ pkgsrc/x11/xfd/Makefile 2013/01/23 18:59:12 1.9
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.8 2012/10/29 05:07:10 asau Exp $ 1# $NetBSD: Makefile,v 1.9 2013/01/23 18:59:12 wiz Exp $
2# 2#
3 3
4DISTNAME= xfd-1.0.1 4DISTNAME= xfd-1.1.1
5PKGREVISION= 3 
6CATEGORIES= x11 5CATEGORIES= x11
7MASTER_SITES= ${MASTER_SITE_XORG:=app/} 6MASTER_SITES= ${MASTER_SITE_XORG:=app/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
12COMMENT= Display all the characters in an X font 11COMMENT= Display all the characters in an X font
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16 15
17CONFIGURE_ENV+= APP_MAN_SUFFIX=1 16CONFIGURE_ENV+= APP_MAN_SUFFIX=1
18MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults 17MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
19 18
20LDFLAGS.DragonFly+= -lXmu -lXrender 
21 
22.include "../../x11/libXft/buildlink3.mk" 19.include "../../x11/libXft/buildlink3.mk"
23.include "../../x11/libXaw/buildlink3.mk" 20.include "../../x11/libXaw/buildlink3.mk"
 21.include "../../x11/libXmu/buildlink3.mk"
 22.include "../../x11/libXrender/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/x11/xfd/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xfd/distinfo 2008/05/19 22:15:55 1.1.1.1
+++ pkgsrc/x11/xfd/distinfo 2013/01/23 18:59:12 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/05/19 22:15:55 taca Exp $ 1$NetBSD: distinfo,v 1.2 2013/01/23 18:59:12 wiz Exp $
2 2
3SHA1 (xfd-1.0.1.tar.bz2) = 4b4987d8c8d41b29c0475474261f1aaea7d5efcb 3SHA1 (xfd-1.1.1.tar.bz2) = b8662c6c6821f1f82995bcb98bb986b56716b787
4RMD160 (xfd-1.0.1.tar.bz2) = 2bd5f75790e09e72eb3e7745d03ced0e411a3ad0 4RMD160 (xfd-1.1.1.tar.bz2) = 2470161a2083535a15ca82a746236cfda7d0f9ee
5Size (xfd-1.0.1.tar.bz2) = 88927 bytes 5Size (xfd-1.1.1.tar.bz2) = 130547 bytes