Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48477 - [New version] games-arcade/njam-1.21 available
Summary: [New version] games-arcade/njam-1.21 available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://njam.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-20 09:48 UTC by Alexandru Toma
Modified: 2004-09-11 00:23 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
njam-1.21.ebuild (njam-1.21.ebuild,1.89 KB, text/plain)
2004-06-13 22:07 UTC, hodak
Details
The patch updated for njam-1.21 (my_patch,3.08 KB, patch)
2004-06-14 01:59 UTC, hodak
Details | Diff
njam-1.21.ebuild (njam-1.21.ebuild,1.89 KB, text/plain)
2004-06-14 02:08 UTC, hodak
Details
njam-1.21-conf.patch (njam-1.21-conf.patch,3.34 KB, patch)
2004-09-01 02:41 UTC, Aaron Walker (RETIRED)
Details | Diff
njam-1.21.ebuild (njam-1.21.ebuild,1.97 KB, text/plain)
2004-09-01 02:56 UTC, Aaron Walker (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Toma 2004-04-20 09:48:03 UTC
There's a new version of Njam out... ver 1.21

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 hodak 2004-06-13 22:07:32 UTC
Created attachment 33193 [details]
njam-1.21.ebuild

This is ebuild for njam-1.21. It is almost identical to 1.00 ebuild, I only
commented out the patch at line 30, since it does not apply against new version
and also I am not sure what the patch purpose is. It installs and works fine
without the patch. I also changed keywords to "~x86 ~ppc".
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-06-13 22:44:18 UTC
No, that's the problem.  It doesn't "install and work fine" without the patch.
The patch causes the config options to be installed in ~/.njam instead of the
current directory.  I haven't gotten around to reworking the patch to apply
to the new version of the source which is why this hasn't gone into portage
yet.  If you'd like to do that, it would be great.
Comment 3 hodak 2004-06-14 01:59:39 UTC
Created attachment 33196 [details, diff]
The patch updated for njam-1.21

OK, I updated the patch. It applies cleanly and config file is
~/.njam/njam.conf as it should be.
Comment 4 hodak 2004-06-14 02:08:53 UTC
Created attachment 33198 [details]
njam-1.21.ebuild

This is what 1.21 ebuild should look like. Exactly as the one for 1.00 (patch
is applied) except the keywords have "~" in front of them.  I also tried to
check if versions of dependencies should should be updated, but website or
installation documentation does not say anything about required versions of sdl
libraries so I guess RDEPEND should stay what it is.

I think this is now ready to go into portage.
Comment 5 Aaron Walker (RETIRED) gentoo-dev 2004-09-01 02:41:19 UTC
Created attachment 38660 [details, diff]
njam-1.21-conf.patch

I noticed the previously attached patch did not incorporate code that has
changed
since the last version, so here is another patch.  Also, the patch code is
cleaned
up a little (I just hate testing for success with things like !chdir).
Comment 6 Aaron Walker (RETIRED) gentoo-dev 2004-09-01 02:56:56 UTC
Created attachment 38662 [details]
njam-1.21.ebuild

Also discovered a new bug while fixing the patch.  njam-1.00 and 1.21 will 
segfault at startup when compiled with -Os.  Updated ebuild contains
replace-flags
fix (-O2).
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2004-09-11 00:23:23 UTC
Added to portage.  Thanks for the patch and ebuild.