Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2011 15:15:41 GMT
From:      Olivier Cochard-Labbe <olivier@cochard.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162337: [sysutils/wiimms] Fix a small bug regarding FreeBSD port
Message-ID:  <201111061515.pA6FFflD032926@red.freebsd.org>
Resent-Message-ID: <201111061520.pA6FK8LL038549@freefall.freebsd.org>

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

>Number:         162337
>Category:       ports
>Synopsis:       [sysutils/wiimms] Fix a small bug regarding FreeBSD port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 06 15:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labbe
>Release:        8.2-RELEASE
>Organization:
BSD Router Project
>Environment:
FreeBSD bigdev.bsdrp.net 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The command "wit gettitles" generate an error because the directory name of /share is incorrect.
>How-To-Repeat:
Apply this patch.
>Fix:


Patch attached with submission follows:

diff -ruN wiimms.old/Makefile wiimms/Makefile
--- wiimms.old/Makefile	2011-11-06 15:33:52.000000000 +0100
+++ wiimms/Makefile	2011-11-06 15:41:19.000000000 +0100
@@ -2,11 +2,12 @@
 # Date created:		4 august 2011
 # Whom:			Olivier Cochard-Labbe <olivier@cochard.me>
 #
-# $FreeBSD: ports/sysutils/wiimms/Makefile,v 1.1 2011/10/24 07:31:23 martymac Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	wiimms
 PORTVERSION=	2.00
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://gugus69.free.fr/wiimms/ \
 		LOCAL/martymac
@@ -30,6 +31,8 @@
 		${WRKSRC}/scripts/*.sh \
 		${WRKSRC}/setup/*.sh \
 		${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|/share/wit|/share/wiimms|g' \
+		${WRKSRC}/Makefile
 
 pre-configure:
 	@${CHMOD} +x ${WRKSRC}/setup.sh


>Release-Note:
>Audit-Trail:
>Unformatted:



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