diff options
-rw-r--r-- | x11-servers/Xfstt/Makefile | 12 | ||||
-rw-r--r-- | x11-servers/Xfstt/distinfo | 4 | ||||
-rw-r--r-- | x11-servers/Xfstt/files/patch-INSTALL | 6 | ||||
-rw-r--r-- | x11-servers/Xfstt/files/patch-doc__Makefile.in | 8 | ||||
-rw-r--r-- | x11-servers/Xfstt/files/patch-libfstt__arch.h | 10 | ||||
-rw-r--r-- | x11-servers/Xfstt/files/patch-src__Makefile.in | 6 | ||||
-rw-r--r-- | x11-servers/Xfstt/files/pkg-message.in | 2 | ||||
-rw-r--r-- | x11-servers/Xfstt/files/xfstt.in | 4 |
8 files changed, 29 insertions, 23 deletions
diff --git a/x11-servers/Xfstt/Makefile b/x11-servers/Xfstt/Makefile index ad9ce936e2d8..53c6d25a3dae 100644 --- a/x11-servers/Xfstt/Makefile +++ b/x11-servers/Xfstt/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= xfstt -PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTVERSION= 1.9.2 CATEGORIES= x11-servers -MASTER_SITES= http://archive.hadrons.org/software/xfstt/ +MASTER_SITES= http://archive.hadrons.org/software/xfstt/ \ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skysmurf.nl COMMENT= TrueType font server for X11 +LICENSE= GPLv2 + OPTIONS_DEFINE= DOCS -USES= tar:xz pkgconfig +USES= pkgconfig tar:xz USE_XORG= fontsproto xproto USE_RC_SUBR= xfstt GNU_CONFIGURE= yes diff --git a/x11-servers/Xfstt/distinfo b/x11-servers/Xfstt/distinfo index eb556427b595..efc2f993154f 100644 --- a/x11-servers/Xfstt/distinfo +++ b/x11-servers/Xfstt/distinfo @@ -1,2 +1,2 @@ -SHA256 (xfstt-1.9.1.tar.xz) = aa62cfcb7b3b0698d66a9d6f335538512bcc68b6f233a99864e67022ad76bbde -SIZE (xfstt-1.9.1.tar.xz) = 210704 +SHA256 (xfstt-1.9.2.tar.xz) = 798a0071719ef302b67abd04652dae9bbe8ae9b9dc497fc6d3360fca7eded46d +SIZE (xfstt-1.9.2.tar.xz) = 213816 diff --git a/x11-servers/Xfstt/files/patch-INSTALL b/x11-servers/Xfstt/files/patch-INSTALL index 2fa24a43ee61..b2c4f22e6ac7 100644 --- a/x11-servers/Xfstt/files/patch-INSTALL +++ b/x11-servers/Xfstt/files/patch-INSTALL @@ -1,6 +1,6 @@ ---- INSTALL.orig Tue Jul 29 12:50:35 2003 -+++ INSTALL Tue Jul 29 18:52:26 2003 -@@ -43,7 +43,7 @@ +--- INSTALL.orig 2012-03-02 15:33:23 UTC ++++ INSTALL +@@ -41,7 +41,7 @@ Distributed tar Sources (use gmake instead of the standard make on FreeBSD) 3) Copy some truetype (.ttf) files or create symlinks to truetype directories diff --git a/x11-servers/Xfstt/files/patch-doc__Makefile.in b/x11-servers/Xfstt/files/patch-doc__Makefile.in index af90725f4609..8947e35f30e3 100644 --- a/x11-servers/Xfstt/files/patch-doc__Makefile.in +++ b/x11-servers/Xfstt/files/patch-doc__Makefile.in @@ -1,6 +1,6 @@ ---- doc/Makefile.in.orig 2014-11-24 20:13:07.000000000 +0100 -+++ doc/Makefile.in 2014-11-24 20:13:33.000000000 +0100 -@@ -275,8 +275,8 @@ +--- doc/Makefile.in.orig 2015-08-11 01:51:59 UTC ++++ doc/Makefile.in +@@ -289,8 +289,8 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -10,4 +10,4 @@ +cachedir = %%TTFONTDIR%% pidfile = $(localstatedir)/run/xfstt.pid man_MANS = xfstt.1x - EXTRA_DIST = xfstt.1x.in xfstt.lsm FAQ examples + EXTRA_DIST = xfstt.1x.in FAQ examples diff --git a/x11-servers/Xfstt/files/patch-libfstt__arch.h b/x11-servers/Xfstt/files/patch-libfstt__arch.h index 4815c3e222a8..5b8f3d79fc8f 100644 --- a/x11-servers/Xfstt/files/patch-libfstt__arch.h +++ b/x11-servers/Xfstt/files/patch-libfstt__arch.h @@ -1,8 +1,8 @@ ---- libfstt/arch.h.orig Thu Nov 14 21:08:10 2002 -+++ libfstt/arch.h Wed Nov 20 22:44:27 2002 -@@ -49,6 +49,7 @@ - typedef signed short S16; - typedef signed int S32; +--- libfstt/arch.h.orig 2012-03-02 15:33:23 UTC ++++ libfstt/arch.h +@@ -48,6 +48,7 @@ + + // architecture specific +#include <sys/types.h> #include <netinet/in.h> diff --git a/x11-servers/Xfstt/files/patch-src__Makefile.in b/x11-servers/Xfstt/files/patch-src__Makefile.in index c0062ce4ff1e..bb059b0f232d 100644 --- a/x11-servers/Xfstt/files/patch-src__Makefile.in +++ b/x11-servers/Xfstt/files/patch-src__Makefile.in @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig 2014-11-24 20:10:25.000000000 +0100 -+++ src/Makefile.in 2014-11-24 20:10:57.000000000 +0100 -@@ -327,8 +327,8 @@ +--- src/Makefile.in.orig 2015-08-11 01:51:59 UTC ++++ src/Makefile.in +@@ -341,8 +341,8 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ diff --git a/x11-servers/Xfstt/files/pkg-message.in b/x11-servers/Xfstt/files/pkg-message.in index 62b44ae1be33..835e75213218 100644 --- a/x11-servers/Xfstt/files/pkg-message.in +++ b/x11-servers/Xfstt/files/pkg-message.in @@ -7,7 +7,7 @@ Remember to run the "xfstt --sync" command if you add fonts while the font server is running. You should also add the following line to the "Files" -Section of /etc/X11/xorg.conf: +section of your xorg.conf file: FontPath "unix/:7101" ****************************************************************** diff --git a/x11-servers/Xfstt/files/xfstt.in b/x11-servers/Xfstt/files/xfstt.in index 60c0691185b1..60bca9fc873b 100644 --- a/x11-servers/Xfstt/files/xfstt.in +++ b/x11-servers/Xfstt/files/xfstt.in @@ -1,5 +1,9 @@ #!/bin/sh +# PROVIDE: xfstt +# REQUIRE: login +# KEYWORD: shutdown + PREFIX=%%PREFIX%% case "$1" in |