ports/146413: [PATCH] x11-fonts/xfs: remove %%RC_SUBR%%

Jimmy Olgeni olgeni at FreeBSD.org
Sat May 8 21:50:02 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list