ports/162337: [sysutils/wiimms] Fix a small bug regarding FreeBSD port

Olivier Cochard-Labbe olivier at cochard.me
Sun Nov 6 15:20:09 UTC 2011


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



More information about the freebsd-ports-bugs mailing list