<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>4320</bug_id>
          
          <creation_ts>2002-06-29 07:06 0000</creation_ts>
          <short_desc>bzflag-1.7.6.ebuild not complete</short_desc>
          <delta_ts>2003-02-04 19:42:18 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Games</component>
          <version>1.2</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>patrickn@tygerteam.com</reporter>
          <assigned_to>bug-wranglers@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>patrickn@tygerteam.com</who>
            <bug_when>2002-06-29 07:06:09 0000</bug_when>
            <thetext>For the bzflag ebuild to work (for version 1.7.6):

the line 
 cat config-sys | sed -e \
        &quot;s:INSTALL_DATA_DIR = /usr/X11R6/lib/X11/bzflag/data:INSTALL_DATA_DIR =
/usr/share/bzflag/data:&quot; \
         -e &quot;s:-O2:${CFLAGS}:g&quot; &gt; config-sys

should be changed to the 2 lines:
cat config-sys | sed -e \
        &quot;s:INSTALL_DATA_DIR = /usr/X11R6/lib/X11/bzflag/data:INSTALL_DATA_DIR =
/usr/share/bzflag/data:&quot; \
         -e &quot;s:-O2:${CFLAGS}:g&quot; &gt; config-sys2
   mv config-sys2 config.sys</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>seemant@gentoo.org</who>
            <bug_when>2002-06-29 07:57:42 0000</bug_when>
            <thetext>Thanks for the fix.  I&apos;ve altered it slightly in the ebuild to conform to
current gentoo implementations for this kind of thing.

Please emerge --clean rsync to see the changes.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>