Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 20:53:30 +0400
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        Emanuel Haupt <ehaupt@freebsd.org>
Cc:        cvs-ports@freebsd.org, admin@mjbrune.org, cvs-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/editors/textroom Makefile
Message-ID:  <201005072053.31019.makc@issp.ac.ru>
In-Reply-To: <20100507154249.503defbf.ehaupt@FreeBSD.org>
References:  <201005071234.o47CYhTg095245@repoman.freebsd.org> <201005071652.08857.makc@issp.ac.ru> <20100507154249.503defbf.ehaupt@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 7 May 2010 15:42:49 +0200, Emanuel Haupt wrote:
> 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";

Ah, I see now. I've checked the port for clear build/install only.
Sorry for noise.

Max



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