Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5162 - minicom-1.83.1-r1 filed
Summary: minicom-1.83.1-r1 filed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-17 11:26 UTC by HAGIHARA Yoshiaki
Modified: 2003-02-04 19:42 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 HAGIHARA Yoshiaki 2002-07-17 11:26:08 UTC
'emerge minicom' does not proceed.
it seems to be waiting STDIN.
here is a patch.

--- minicom-1.83.1-r1.ebuild.orig	Wed Jul 17 19:52:16 2002
+++ minicom-1.83.1-r1.ebuild	Thu Jul 18 01:14:28 2002
@@ -18,11 +18,12 @@
 	unpack ${A}
 	cd ${S}/src
 	cp Makefile Makefile.orig
+ 	cat Makefile.orig |\
 	sed -e "s:^FLAGS\t=.*$:FLAGS\t= -Wall -D_POSIX -D_SYSV -D_SELECT -pipe #
-I/usr/include/ncurses ${CFLAGS}:" |\
 
	sed -e "s:^LFLAGS\t=.*$:LFLAGS\t= -s ${CFLAGS}:" |\
 
	sed -e "s:^CC\t=.*$:CC\t= gcc:" |\
 
	sed -e "s:^LIBDIR\t=.*$:LIBDIR\t= /etc/minicom:" \
-
		Makefile.orig > Makefile
+ 	
	> Makefile
 	cp dial.c dial.c.orig
 	cat dial.c.orig | sed -e "s:<sys/time.h>:<time.h>:" > dial.c
 	cp common.c common.c.orig
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-17 17:16:31 UTC
oops, sorry about that. I neglected to notice that sed statements were being
piped to one another

sheesh