Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143503 - request for 'fido' use flag for net-dialup/mgetty
Summary: request for 'fido' use flag for net-dialup/mgetty
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Dialup Developers
URL: http://mgetty.greenie.net/doc/mgetty_...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-10 15:25 UTC by Oleg Stopolenko
Modified: 2006-08-15 11:27 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Stopolenko 2006-08-10 15:25:40 UTC
This is a request for adding 'fido' local USE flag to net-dialup/mgetty ebuild. This flag is required for mgetty could handle Fidonet calls and run Fidonet mailers after '**EMSI' 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:

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

        # parallel make fix later - 'sedscript' issue
=== ==mgetty-1.1.35.ebuild ===
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2006-08-15 11:27:24 UTC
fixed in mgetty-1.1.35-r1 (without revision bump).