a5101155b8
Too many Changes to list here (Changelog is too long), so only whats new in 2.1: - applied some pending patches (see ChangeLog for a complete list) - added support for socket connections - fixed compiling issues on Solaris - new maintainer: Adam Lackorzynski - new homepage: http://minicom.alioth.debian.org/ - new mailinglists (-devel and -announce): http://alioth.debian.org/mail/?group_id=31 NetBSD patches: - Include <sys/types.h> to fix PR pkg/29026 (1st error) - Fix i18n error for PR pkg/29939, which should also fix PR pkg29026 (2nd error) - Remove the create-dev-link script, which fix PR pkg/29026 (3rd error) The system administrator is expected to setup the correct configuration of the modem device. - Updated patches and removed patch-af and patch-ag - Fix the path for the lrzsz and gkermit tools in the default configuration - Remove the old share/doc/minicom dir, because the new Makefiles doesn't install them and they are outdated
20 lines
555 B
Text
20 lines
555 B
Text
$NetBSD: patch-aa,v 1.9 2005/06/19 11:34:45 veego Exp $
|
|
|
|
--- src/Makefile.am.orig 2003-04-30 00:03:22.000000000 +0200
|
|
+++ src/Makefile.am 2005-05-17 21:55:32.000000000 +0200
|
|
@@ -3,8 +3,6 @@
|
|
|
|
bin_PROGRAMS = minicom runscript ascii-xfr @KEYSERV@
|
|
|
|
-bin_SCRIPTS = xminicom
|
|
-
|
|
minicom_SOURCES = minicom.c vt100.c config.c help.c updown.c \
|
|
util.c dial.c window.c wkeys.c ipc.c \
|
|
windiv.c sysdep1.c sysdep1_s.c sysdep2.c rwconf.c main.c \
|
|
@@ -34,5 +32,5 @@
|
|
|
|
runscript_LDADD = @INTLLIBS@
|
|
|
|
-EXTRA_DIST = functions.c xminicom
|
|
+EXTRA_DIST = functions.c
|
|
|