diff options
author | kwm <kwm@FreeBSD.org> | 2015-04-18 23:34:36 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-04-18 23:34:36 +0800 |
commit | aee43c825bdc903e20204b247f2b4180a506eb09 (patch) | |
tree | 50d837d122ae52af042914c64739f37a28d78d4d /x11-fonts/xfs | |
parent | 36b9f9b247e730eef43ec59229742b13878b55c2 (diff) | |
download | freebsd-ports-graphics-aee43c825bdc903e20204b247f2b4180a506eb09.tar.gz freebsd-ports-graphics-aee43c825bdc903e20204b247f2b4180a506eb09.tar.zst freebsd-ports-graphics-aee43c825bdc903e20204b247f2b4180a506eb09.zip |
Misc X.org port updates:
Update gccmakedep to 1.0.3.
Update imake to 1.0.7.
Update libpciaccess to 0.13.3.
Update libdrm to 2.4.60.
Update bitmap to 1.0.8.
Update fstobdf to 1.0.6.
Update iceauth to 1.0.7.
Update libXdmcp to 1.1.2.
Update libXp to 1.0.3.
Update libXvMC to 1.0.9.
Update libXxf86vm to 1.1.4.
Update libxshmfence to 1.2.
Update randrproto to 1.4.1.
Update rgb to 1.0.6.
Update sessreg to 1.1.0.
Update xcb-util-cursor to 0.1.2.
Update xedit to 1.2.2.
Update xkbcomp to 1.3.0.
Update xkeyboard-config to 2.14.
Update xproto to 7.0.27.
Update xf86-input-mouse to 1.9.1.
Update xf86-input-synaptics to 1.8.2.
Update xf86-video-i710 to 1.3.5.
Update xf86-video-mga to 1.6.4.
Update xf86-video-tdfx to 1.4.6.
Update xf86-video-vmware to 13.1.0.
Update bdftopcf to 1.0.5.
Update font-util to 1.3.1.
Update fslsfonts to 1.0.5.
Update mkfontscale to 1.1.2.
Update showfont to 1.0.5.
Update xfs to 1.1.4.
Update xfsinfo to 1.0.5.
Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump
all affected ports.
PR: 199400
Obtained from: Xorg-devel repo
Diffstat (limited to 'x11-fonts/xfs')
-rw-r--r-- | x11-fonts/xfs/Makefile | 7 | ||||
-rw-r--r-- | x11-fonts/xfs/distinfo | 4 | ||||
-rw-r--r-- | x11-fonts/xfs/pkg-install | 12 | ||||
-rw-r--r-- | x11-fonts/xfs/pkg-plist | 2 |
4 files changed, 7 insertions, 18 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index 2f96d9cfa5f..c4bba5d99c0 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xfs -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.4 PORTEPOCH= 1 CATEGORIES= x11-fonts @@ -25,6 +24,8 @@ post-build: @cd ${WRKSRC}/config/ && ${MAKE_CMD} config post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/config/config ${STAGEDIR}${PREFIX}/etc/X11/fs/config.sample + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/fs + ${INSTALL_SCRIPT} ${WRKSRC}/config/config \ + ${STAGEDIR}${PREFIX}/etc/X11/fs/config.sample .include <bsd.port.mk> diff --git a/x11-fonts/xfs/distinfo b/x11-fonts/xfs/distinfo index 7b7d7f082f7..dd421d54b9d 100644 --- a/x11-fonts/xfs/distinfo +++ b/x11-fonts/xfs/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xfs-1.1.3.tar.bz2) = 7bf44a32ad04dbbcf3b5eef2cbfe879459378b312cb795e0d2d25e665f7196b7 -SIZE (xorg/app/xfs-1.1.3.tar.bz2) = 232076 +SHA256 (xorg/app/xfs-1.1.4.tar.bz2) = a40b75e674c091464f85739292b6bf24e2d153f4a2ac456d3ea6b8a64e269ffa +SIZE (xorg/app/xfs-1.1.4.tar.bz2) = 239623 diff --git a/x11-fonts/xfs/pkg-install b/x11-fonts/xfs/pkg-install deleted file mode 100644 index 237026033e3..00000000000 --- a/x11-fonts/xfs/pkg-install +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -XINITCONFDIR=${PKG_PREFIX}/etc/X11/fs -if [ ! -f ${XINITCONFDIR}/config ]; then - cp ${XINITCONFDIR}/config.default ${XINITCONFDIR}/config -fi diff --git a/x11-fonts/xfs/pkg-plist b/x11-fonts/xfs/pkg-plist index 6119782e309..b9f291061dc 100644 --- a/x11-fonts/xfs/pkg-plist +++ b/x11-fonts/xfs/pkg-plist @@ -1,3 +1,3 @@ bin/xfs -man/man1/xfs.1.gz @sample etc/X11/fs/config.sample +man/man1/xfs.1.gz |