aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/xfs
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2006-01-05 17:08:07 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2006-01-05 17:08:07 +0000
commit96e42a05d1a5831c013501be8e37cb4232da559b (patch)
tree583f0ce1d6dd246a5f727aca2d423a88539152ba /x11-fonts/xfs
parent6e8c2f798a66a2f0ebbc25479fbef85b4e6a66e7 (diff)
downloadports-96e42a05d1a5831c013501be8e37cb4232da559b.tar.gz
ports-96e42a05d1a5831c013501be8e37cb4232da559b.zip
Make rc script require ldconfig so font server starts properly on systems
that already include local/X11R6 scripts in rcorder. PR: ports/91279 Submitted by: Victor Snezhko (snezhko at indorsoft dot ru)
Notes
Notes: svn path=/head/; revision=152816
Diffstat (limited to 'x11-fonts/xfs')
-rw-r--r--x11-fonts/xfs/Makefile1
-rw-r--r--x11-fonts/xfs/files/xfs.sh4
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile
index 33278628f714..9fa395eb2d84 100644
--- a/x11-fonts/xfs/Makefile
+++ b/x11-fonts/xfs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xorg-fontserver
PORTVERSION= 6.8.2
+PORTREVISION= 1
CATEGORIES= x11-servers
MASTER_SITES= ${MASTER_SITE_XORG}
MASTER_SITE_SUBDIR= X11R${PORTVERSION}/src
diff --git a/x11-fonts/xfs/files/xfs.sh b/x11-fonts/xfs/files/xfs.sh
index 815dfae47190..d0a3cad8915f 100644
--- a/x11-fonts/xfs/files/xfs.sh
+++ b/x11-fonts/xfs/files/xfs.sh
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/x11-fonts/xfs/files/Attic/xfs.sh,v 1.1 2005-01-23 19:50:40 lesi Exp $
+# $FreeBSD: /tmp/pcvs/ports/x11-fonts/xfs/files/Attic/xfs.sh,v 1.2 2006-01-05 17:08:06 lesi Exp $
#
# PROVIDE: xfs
-# REQUIRE: cleartmp
+# REQUIRE: cleartmp ldconfig
# BEFORE: LOGIN
# KEYWORD: FreeBSD