xfs: update to 1.2.0.

This release ports the X Font Server to libXfont 2.x. Distributions may
now drop libXfont 1.x at their convenience. This conversion has been
lightly tested but some issues may remain; please report any new issues
to xorg-devel@lists.x.org.

Adam Jackson (3):
      xtrans: Simplify an error path when started from inetd
      xfs: port to libXfont2
      xfs 1.2.0

Alan Coopersmith (2):
      Add const to port variable passed to TRANS(ReopenCOTSServer)
      Fix memory leaks when not using alloca

Emil Velikov (1):
      autogen.sh: use quoted string variables

Matthew Green (1):
      FD_SETSIZE fixes.

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Thomas Klausner (2):
      Ignore .dirstamp files.
      Include config.h first, and add comment about Xpoll.h.
This commit is contained in:
Thomas Klausner 2017-11-29 00:20:13 +01:00
parent 0106a1bf0b
commit 7bc8ef392e
2 changed files with 6 additions and 20 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2014/08/22 09:14:38 thomasklausner Exp $
DISTNAME= xfs-1.1.4
DISTNAME= xfs-1.2.0
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@ -14,22 +14,7 @@ USE_TOOLS+= pkg-config gmake
RCD_SCRIPTS= xfs
# The same as X11R7
# CONF_FILES= share/examples/fs/config etc/X11/fs/config
# INSTALL_DIRS+= share/examples/fs
# AUTO_MKDIRS= yes
.include "../../x11/libFS/buildlink3.mk"
.include "../../x11/xtrans/buildlink3.mk"
BUILDLINK_API_DEPENDS.libXfont+= libXfont>=1.4.5
.include "../../x11/libXfont/buildlink3.mk"
.include "../../x11/libXfont2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
# # Upstream does not supply sample.config as a sample, so copy it.
# post-build:
# ${MKDIR} -p ${WRKSRC}/share/examples/fs
# ${CP} ${WRKSRC}/config/config ${WRKSRC}/share/examples/fs/config
#
# post-install:
# ${INSTALL_DATA} ${WRKSRC}/share/examples/fs/config \
# ${PREFIX}/share/examples/fs/config

View File

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.3 2014/08/22 09:14:38 thomasklausner Exp $
SHA1 (xfs-1.1.4.tar.bz2) = 5b8c653476a09e65d93eb7e40da99794366699f5
RMD160 (xfs-1.1.4.tar.bz2) = eabf3262ec4263fd7540e242e5f1b0e8c7225227
Size (xfs-1.1.4.tar.bz2) = 239623 bytes
SHA1 (xfs-1.2.0.tar.bz2) = 00848fcc2915ed8b00e75ac311c4727327324f57
RMD160 (xfs-1.2.0.tar.bz2) = 131a282dcf30b3e56e39d3107349fe4fcb020e9a
SHA512 (xfs-1.2.0.tar.bz2) = 557b08aa07919239ce345d60b288b886640200bb1a59649fc890c3ccaa8559cc6745189614e696ab1b390ec024b393be5493787b7b0d2b3545b342d743c2e0ef
Size (xfs-1.2.0.tar.bz2) = 233957 bytes