From owner-cvs-all@FreeBSD.ORG Fri May 7 14:07:23 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8BA81065670; Fri, 7 May 2010 14:07:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (mx.critical.ch [62.2.45.171]) by mx1.freebsd.org (Postfix) with ESMTP id E35218FC1F; Fri, 7 May 2010 14:07:22 +0000 (UTC) Received: from wiggles.w.critical.ch (localhost [IPv6:::1]) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with SMTP id o47Dgnj8058129; Fri, 7 May 2010 15:42:49 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Fri, 7 May 2010 15:42:49 +0200 From: Emanuel Haupt To: Max Brazhnikov Message-Id: <20100507154249.503defbf.ehaupt@FreeBSD.org> In-Reply-To: <201005071652.08857.makc@issp.ac.ru> References: <201005071234.o47CYhTg095245@repoman.freebsd.org> <201005071652.08857.makc@issp.ac.ru> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.18.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, admin@mjbrune.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/textroom Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2010 14:07:23 -0000 Max Brazhnikov wrote: > On Fri, 7 May 2010 12:34:43 +0000 (UTC), Emanuel Haupt wrote: > > ehaupt 2010-05-07 12:34:43 UTC > > > > FreeBSD ports repository > > > > Modified files: > > editors/textroom Makefile > > Log: > > Fix hardcoded references to /usr/share > > > > PR: 146368 > > Submitted by: Michael James Brune > > (maintainer) > > > > Revision Changes Path > > 1.2 +5 -1 ports/editors/textroom/Makefile > > Needless changes. files/patch* already make the port to respect both > LOCALBASE and PREFIX. I've sent a mail to maintainer about my > correction to the port, but my mailserver failed to deliver it: Then your patch was incomplete: root@portjail:/usr/ports/editors/textroom # make patch ===> Vulnerability check disabled, database not found ===> Extracting for textroom-0.6.3.2_1 => MD5 Checksum OK for textroom-0.6.3.2.tar.gz. => SHA256 Checksum OK for textroom-0.6.3.2.tar.gz. ===> Patching for textroom-0.6.3.2_1 ===> Applying FreeBSD patches for textroom-0.6.3.2_1 root@portjail:/usr/ports/editors/textroom # grep -r '/usr/share' work/textroom | grep -v bak | grep -v orig work/textroom/src/textroom.cpp: soundenter = Mix_LoadWAV("/usr/share/sounds/keyenter.wav"); work/textroom/src/textroom.cpp: soundany = Mix_LoadWAV("/usr/share/sounds/keyany.wav"); work/textroom/src/textroom.cpp: affFile = (char *) "/usr/share/myspell/dicts/en_US.aff"; work/textroom/src/textroom.cpp: dicFile = (char *) "/usr/share/myspell/dicts/en_US.dic"; work/textroom/src/textroom.cpp: affFile = (char *) "/usr/share/myspell/dicts/tr.aff"; work/textroom/src/textroom.cpp: dicFile = (char *) "/usr/share/myspell/dicts/tr.dic"; work/textroom/resource/desktop/textroom-uninstall:xdg-mime uninstall /usr/share/textroom/textroom-txr-mime.xml work/textroom/resource/desktop/textroom-uninstall:sudo rm -f /usr/share/textroom/keyenter.wav work/textroom/resource/desktop/textroom-uninstall:sudo rm -f /usr/share/textroom/keyany.wav work/textroom/resource/desktop/textroom-uninstall:sudo rm -f /usr/share/applications/textroom.desktop work/textroom/resource/desktop/textroom-uninstall:sudo rm -f /usr/share/textroom/textroom-txr-mime.xml work/textroom/resource/desktop/textroom-uninstall:sudo rm -r -f /usr/share/textroom