Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2005 21:13:41 -0700 (PDT)
From:      bruno <bruno@mail.tinkerbox.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81691: fix to ports/french/alphabet_sounds_fr
Message-ID:  <200505310413.j4V4DfEw002321@duron.bschwand.net>
Resent-Message-ID: <200505310420.j4V4K1fG068741@freefall.freebsd.org>

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

>Number:         81691
>Category:       ports
>Synopsis:       fix to ports/french/alphabet_sounds_fr
>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:   Tue May 31 04:20:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     bruno
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
tinkerbox.org
>Environment:
System: FreeBSD duron.bschwand.net 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Dec 20 19:19:10 PST 2004 bruno@duron.bschwand.net:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	fix distinfo and patches
>How-To-Repeat:
	N/A
>Fix:

diff -U 4 -r Makefile.orig Makefile
--- Makefile.orig	Mon May 30 20:24:07 2005
+++ Makefile	Mon May 30 20:24:32 2005
@@ -15,10 +15,8 @@
 
 BUILD_DEPENDS=	${X11BASE}/bin/childsplay:${PORTSDIR}/games/childsplay
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-BROKEN=		Size mismatch
-
 USE_REINPLACE=	yes
 USE_PYTHON=	yes
 USE_X_PREFIX=	yes
 
diff -U 4 -r distinfo.orig distinfo
--- distinfo.orig	Mon May 30 20:24:07 2005
+++ distinfo	Mon May 30 20:25:03 2005
@@ -1,2 +1,2 @@
-MD5 (alphabet_sounds_fr.tar.gz) = 3fb47c0349b37b240a0bf33b726d2ab3
-SIZE (alphabet_sounds_fr.tar.gz) = 222730
+MD5 (alphabet_sounds_fr.tar.gz) = 422f14b3644c76e6ea0c2a10714bfc7b
+SIZE (alphabet_sounds_fr.tar.gz) = 222727
diff -U 4 -r alphabet_sounds_fr.orig/files/patch-install.sh alphabet_sounds_fr/files/patch-install.sh
--- files/patch-install.sh.orig	Mon May 30 20:24:07 2005
+++ files/patch-install.sh	Mon May 30 21:03:07 2005
@@ -1,35 +1,20 @@
---- install.sh.orig	Mon Jun 28 13:44:23 2004
-+++ install.sh	Sun Aug 22 17:16:36 2004
-@@ -1,8 +1,8 @@
+--- install.sh.orig	Sun Mar 20 06:29:18 2005
++++ install.sh	Mon May 30 20:58:56 2005
+@@ -1,5 +1,5 @@
 -#!/bin/bash 
--# install plugin in the standard childsplay path  
-+#!/bin/sh
-+# install plugin in the standard childsplay path
++#!/bin/sh 
+ # install plugin in the standard childsplay path  
  
  PREFIX=/usr/local
--DESTDIR=$PREFIX/games/childsplay
-+DESTDIR=$PREFIX/share/childsplay
- 
- ###########################################################
- #    DO NOT EDIT BEHIND THIS POINT
-@@ -11,7 +11,7 @@
- 
- # Dependency, which version of childsplay at least
- DEPEN=0.71
-- 
-+
- set -e
- CWD=`pwd`
- 
-@@ -34,23 +34,23 @@
+ DESTDIR=$PREFIX/share/childsplay
+@@ -34,24 +34,8 @@
      echo "exit"
      exit 1
  fi
--   
-+
- echo -e "\n The path to install the soundfiles in is "
- echo " $DESTDIR."
+    
+-echo -e "\n The path to install the soundfiles in is "
+-echo " $DESTDIR."
 -echo " If you have installed childsplay in a other place, you can"
 -echo " give the full path to childsplay, otherwise just hit enter"
 -echo " Hit enter to install in $DESTDIR, or give the full path"
 -read path
@@ -42,21 +27,8 @@
 -        echo " exit"
 -        exit 1
 -    fi
 -fi
-+#echo " If you have installed childsplay in a other place, you can"
-+#echo " give the full path to childsplay, otherwise just hit enter"
-+#echo " Hit enter to install in $DESTDIR, or give the full path"
-+#read path
-+#if [ $path ];then
-+#    if [ -e $path/install.py ];then
-+#        DESTDIR=path
-+#    else
-+#        echo "*********** WARNING *************"
-+#        echo " $path does not exists or is not the childsplay directory"
-+#        echo " exit"
-+#        exit 1
-+#    fi
-+#fi
  echo " Installing in $DESTDIR/Data/AlphabetSounds"
  
  echo " Copy sound files"
+ cp -rf $CWD/AlphabetSounds $DESTDIR/Data/
	


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



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