<?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>143503</bug_id>
          
          <creation_ts>2006-08-10 15:25 0000</creation_ts>
          <short_desc>request for &apos;fido&apos; use flag for net-dialup/mgetty</short_desc>
          <delta_ts>2006-08-15 11:27:24 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>Ebuilds</component>
          <version>2006.0</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          <bug_file_loc>http://mgetty.greenie.net/doc/mgetty_3.html#SEC3</bug_file_loc>
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>cronfy@yandex.ru</reporter>
          <assigned_to>net-dialup@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>cronfy@yandex.ru</who>
            <bug_when>2006-08-10 15:25:40 0000</bug_when>
            <thetext>This is a request for adding &apos;fido&apos; local USE flag to net-dialup/mgetty ebuild. This flag is required for mgetty could handle Fidonet calls and run Fidonet mailers after &apos;**EMSI&apos; handshake request.

mgetty must be compiled with -DFIDO flag to provide this feature.

There are very few things to add into ebuild. Generally speaking, there is only one thing:

=== &lt;&lt;mgetty-1.1.35.ebuild ===
src_compile() {
+        if use fido; then
+                append-flags &quot;-DFIDO&quot;
+        fi
        append-flags &quot;-DAUTO_PPP&quot;

        # parallel make fix later - &apos;sedscript&apos; issue
=== ==mgetty-1.1.35.ebuild ===</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mrness@gentoo.org</who>
            <bug_when>2006-08-15 11:27:24 0000</bug_when>
            <thetext>fixed in mgetty-1.1.35-r1 (without revision bump).</thetext>
          </long_desc>
      
    </bug>

</bugzilla>