From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 8 02:00:20 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 A7E5616A4E1 for ; Sun, 8 May 2005 02:00:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A63343DB9 for ; Sun, 8 May 2005 02:00:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4820JCZ083138 for ; Sun, 8 May 2005 02:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4820JFe083134; Sun, 8 May 2005 02:00:19 GMT (envelope-from gnats) Resent-Date: Sun, 8 May 2005 02:00:19 GMT Resent-Message-Id: <200505080200.j4820JFe083134@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bruno@mail.tinkerbox.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6BF616A4E0 for ; Sun, 8 May 2005 01:55:21 +0000 (GMT) Received: from mail.tinkerbox.org (dsl081-055-135.sfo1.dsl.speakeasy.net [64.81.55.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A3143D55 for ; Sun, 8 May 2005 01:55:21 +0000 (GMT) (envelope-from bruno@mail.tinkerbox.org) Received: from localhost (localhost.bschwand.net [127.0.0.1]) by mail.tinkerbox.org (Postfix) with ESMTP id CA52218C5 for ; Sun, 8 May 2005 01:55:20 +0000 (GMT) Received: from mail.tinkerbox.org ([127.0.0.1]) by localhost (router.bschwand.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53398-07 for ; Sat, 7 May 2005 18:55:10 -0700 (PDT) Received: from duron.bschwand.net (duron.bschwand.net [192.168.137.4]) by mail.tinkerbox.org (Postfix) with ESMTP id 97DC018BD for ; Sat, 7 May 2005 18:55:10 -0700 (PDT) Received: from duron.bschwand.net (localhost [127.0.0.1]) by duron.bschwand.net (8.13.1/8.12.9) with ESMTP id j481tABN001339 for ; Sat, 7 May 2005 18:55:10 -0700 (PDT) (envelope-from bruno@duron.bschwand.net) Received: (from bruno@localhost) by duron.bschwand.net (8.13.1/8.13.1/Submit) id j481t90d001338; Sat, 7 May 2005 18:55:09 -0700 (PDT) (envelope-from bruno) Message-Id: <200505080155.j481t90d001338@duron.bschwand.net> Date: Sat, 7 May 2005 18:55:09 -0700 (PDT) From: bruno To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80743: port update/fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bruno@mail.tinkerbox.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2005 02:00:20 -0000 >Number: 80743 >Category: ports >Synopsis: port update/fix >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 May 08 02:00:19 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 and update to alphabet_sounds_fr v 0.3 >How-To-Repeat: N/A >Fix: diff -U 4 -r -N Makefile.orig Makefile --- Makefile.orig Sat May 7 16:34:13 2005 +++ Makefile Sat May 7 16:37:56 2005 @@ -3,25 +3,24 @@ # Whom: bruno # $FreeBSD: ports/french/alphabet_sounds_fr/Makefile,v 1.3 2005/05/07 02:47:39 kris Exp $ PORTNAME= alphabet_sounds_fr -PORTVERSION= 0.1 +PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= french games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= childsplay DISTNAME= alphabet_sounds_fr MAINTAINER= bruno@tinkerbox.org -COMMENT= Educative games for children. Alphabet sounds package - -BROKEN= Size mismatch +COMMENT= Educative games for children. Alphabet sounds package (french) BUILD_DEPENDS= ${LOCALBASE}/bin/childsplay:${PORTSDIR}/games/childsplay RUN_DEPENDS= ${BUILD_DEPENDS} USE_REINPLACE= yes USE_PYTHON= yes +USE_X_PREFIX= yes post-patch: @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh diff -U 4 -r -N files/patch-install.sh.orig files/patch-install.sh --- files/patch-install.sh.orig Sat May 7 16:34:13 2005 +++ files/patch-install.sh Sat May 7 16:41:44 2005 @@ -7,9 +7,9 @@ +# install plugin in the standard childsplay path PREFIX=/usr/local -DESTDIR=$PREFIX/games/childsplay -+DESTDIR=$PREFIX/childsplay ++DESTDIR=$PREFIX/share/childsplay ########################################################### # DO NOT EDIT BEHIND THIS POINT @@ -11,7 +11,7 @@ >Release-Note: >Audit-Trail: >Unformatted: