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:   ports/146413: [PATCH] x11-fonts/xfs: remove %%RC_SUBR%%
Message-ID:  <201005082140.o48LeLPQ039044@olgeni.olgeni>
Resent-Message-ID: <201005082150.o48Lo1L1084877@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146413
>Category:       ports
>Synopsis:       [PATCH] x11-fonts/xfs: remove %%RC_SUBR%%
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 08 21:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>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 ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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