x11-servers/Xfstt: update to 1.9.2
- update to 1.9.2 - pass maintainership to submitter - add new maintainer's distfile mirror to MASTER_SITES - specify a LICENSE - sort USES alphabetically - regenerate patches with make makepatch - remove absolute path from pkg-message - add PROVIDE, REQUIRE and KEYWORD to the rc script PR: 202267 Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
This commit is contained in:
parent
e4e7fe18da
commit
f271f72f19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398135
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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@
|
||||
|
@ -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"
|
||||
******************************************************************
|
||||
|
@ -1,5 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: xfstt
|
||||
# REQUIRE: login
|
||||
# KEYWORD: shutdown
|
||||
|
||||
PREFIX=%%PREFIX%%
|
||||
|
||||
case "$1" in
|
||||
|
Loading…
Reference in New Issue
Block a user