First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 143503
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Dialup Developers <net-dialup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Oleg Stopolenko <cronfy@yandex.ru>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 143503 depends on: Show dependency tree
Bug 143503 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-10 15:25 0000
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 From Alin Năstac 2006-08-15 11:27:24 0000 -------
fixed in mgetty-1.1.35-r1 (without revision bump).

First Last Prev Next    No search results available      Search page      Enter new bug