Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 May 2010 23:40:21 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        x11@freebsd.org
Subject:   [PATCH] x11-fonts/xfs: remove %%RC_SUBR%%
Message-ID:  <201005082140.o48LeLPQ039044@olgeni.olgeni>

next in thread | raw e-mail | index | archive | help
>Submitter-Id:	current-users
>Originator:	Jimmy Olgeni
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] x11-fonts/xfs: remove %%RC_SUBR%%
>Severity:	serious
>Priority:	medium
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.0-STABLE i386
>Environment:
>Description:
The xfs startup script source still uses the RC_SUBR macro, which
is no longer expanded. This causes the installed script to fail.

Port maintainer (x11@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- xfs-1.1.0_1,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-fonts/xfs/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile	1 May 2010 11:41:02 -0000	1.18
+++ Makefile	8 May 2010 21:35:36 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	xfs
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11-fonts
 
Index: files/xfs.in
===================================================================
RCS file: /home/pcvs/ports/x11-fonts/xfs/files/xfs.in,v
retrieving revision 1.4
diff -u -u -r1.4 xfs.in
--- files/xfs.in	1 May 2010 11:41:02 -0000	1.4
+++ files/xfs.in	8 May 2010 21:35:36 -0000
@@ -16,7 +16,7 @@
 #
 # Please see xfs(1), rc.conf(5) and rc(8) for further details.
 
-. %%RC_SUBR%%
+. /etc/rc.subr
 
 name="xfs"
 rcvar=`set_rcvar`
--- xfs-1.1.0_1,1.patch ends here ---



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005082140.o48LeLPQ039044>