pkgsrc-WIP-changes archive

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

xfs: update to 1.2.0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Nov 29 00:20:13 2017 +0100
Changeset:	7bc8ef392ee1a1281ada60a5ca5153f7205e9468

Modified Files:
	xfs/Makefile
	xfs/distinfo

Log Message:
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@localhost.

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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7bc8ef392ee1a1281ada60a5ca5153f7205e9468

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

diffstat:
 xfs/Makefile | 19 ++-----------------
 xfs/distinfo |  7 ++++---
 2 files changed, 6 insertions(+), 20 deletions(-)

diffs:
diff --git a/xfs/Makefile b/xfs/Makefile
index fc5c3c6c6c..02a0b19908 100644
--- a/xfs/Makefile
+++ b/xfs/Makefile
@@ -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
diff --git a/xfs/distinfo b/xfs/distinfo
index f969f23ce0..a20c62ce33 100644
--- a/xfs/distinfo
+++ b/xfs/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index