From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 8 15:22:40 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C718216A4E3; Sun, 8 May 2005 15:22:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B108843D91; Sun, 8 May 2005 15:22:40 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j48FMeV7018710; Sun, 8 May 2005 15:22:40 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j48FMebO018706; Sun, 8 May 2005 15:22:40 GMT (envelope-from thierry) Date: Sun, 8 May 2005 15:22:40 GMT From: Thierry Thomas Message-Id: <200505081522.j48FMebO018706@freefall.freebsd.org> To: bruno@mail.tinkerbox.org, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, thierry@FreeBSD.org Subject: Re: ports/80743: port update/fix: french/alphabet_sounds_fr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2005 15:22:40 -0000 Synopsis: port update/fix: french/alphabet_sounds_fr State-Changed-From-To: open->feedback State-Changed-By: thierry State-Changed-When: Sun May 8 15:19:01 GMT 2005 State-Changed-Why: I suggest the following patch, to fix the dependency and the installation directory; could you please revie it? --- alphabet_sounds_fr.diff begins here --- diff -urN french/alphabet_sounds_fr.orig/Makefile french/alphabet_sounds_fr/Makefile --- french/alphabet_sounds_fr.orig/Makefile Sun May 8 17:15:40 2005 +++ french/alphabet_sounds_fr/Makefile Sun May 8 17:06:47 2005 @@ -5,7 +5,6 @@ PORTNAME= alphabet_sounds_fr PORTVERSION= 0.3 -PORTREVISION= 1 CATEGORIES= french games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= childsplay @@ -14,7 +13,7 @@ MAINTAINER= bruno@tinkerbox.org COMMENT= Educative games for children. Alphabet sounds package (french) -BUILD_DEPENDS= ${LOCALBASE}/bin/childsplay:${PORTSDIR}/games/childsplay +BUILD_DEPENDS= ${X11BASE}/bin/childsplay:${PORTSDIR}/games/childsplay RUN_DEPENDS= ${BUILD_DEPENDS} USE_REINPLACE= yes diff -urN french/alphabet_sounds_fr.orig/files/patch-install.sh french/alphabet_sounds_fr/files/patch-install.sh --- french/alphabet_sounds_fr.orig/files/patch-install.sh Sun May 8 17:15:40 2005 +++ french/alphabet_sounds_fr/files/patch-install.sh Sun May 8 17:06:39 2005 @@ -1,5 +1,5 @@ --- install.sh.orig Mon Jun 28 13:44:23 2004 -+++ install.sh Sun Aug 22 17:16:36 2004 ++++ install.sh Sun May 8 17:06:06 2005 @@ -1,8 +1,8 @@ -#!/bin/bash -# install plugin in the standard childsplay path @@ -8,7 +8,7 @@ PREFIX=/usr/local -DESTDIR=$PREFIX/games/childsplay -+DESTDIR=$PREFIX/share/childsplay ++DESTDIR=$PREFIX/childsplay ########################################################### # DO NOT EDIT BEHIND THIS POINT --- alphabet_sounds_fr.diff ends here --- Responsible-Changed-From-To: freebsd-ports-bugs->thierry Responsible-Changed-By: thierry Responsible-Changed-When: Sun May 8 15:19:01 GMT 2005 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=80743