Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2005 15:22:40 GMT
From:      Thierry Thomas <thierry@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
Message-ID:  <200505081522.j48FMebO018706@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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