The NetBSD Project

CVS log for pkgsrc/comms/minicom/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / comms / minicom

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.70 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:12 2018 UTC (5 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, HEAD
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.68.10.1 / (download) - annotate - [select for diffs], Wed Apr 19 18:33:38 2017 UTC (6 years, 11 months ago) by bsiegert
Branch: pkgsrc-2017Q1
Changes since 1.68: +4 -5 lines
Diff to previous 1.68 (colored) next main 1.69 (colored)

Pullup ticket #5317 - requested by sevan
comms/minicom: security fix

Revisions pulled up:
- comms/minicom/Makefile                                        1.69
- comms/minicom/distinfo                                        1.18

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Tue Apr 18 13:30:57 UTC 2017

   Modified Files:
           pkgsrc/comms/minicom: Makefile distinfo

   Log Message:
   Updated minicom to 2.7.1.

   New for version 2.7.1:
    - CVE-2017-7467: Fix an out of bounds data access that
      can lead to remote code execution. This issue was found
      by Solar Designer of Openwall during a security audit of
      the Virtuozzo 7 product, which contains derived downstream
      code in its prl-vzvncserver component. The corresponding
      Virtuozzo 7 fix is:
   https://src.openvz.org/projects/OVZ/repos/prl-vzvncserver/commits/6d95404e75b98f36b1cc85ee23df99dcf06ca13f

      Openwall would like to thank the Virtuozzo company for
      funding the effort.

Revision 1.69 / (download) - annotate - [select for diffs], Tue Apr 18 13:30:57 2017 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.68: +4 -5 lines
Diff to previous 1.68 (colored)

Updated minicom to 2.7.1.

New for version 2.7.1:
 - CVE-2017-7467: Fix an out of bounds data access that
   can lead to remote code execution. This issue was found
   by Solar Designer of Openwall during a security audit of
   the Virtuozzo 7 product, which contains derived downstream
   code in its prl-vzvncserver component. The corresponding
   Virtuozzo 7 fix is: https://src.openvz.org/projects/OVZ/repos/prl-vzvncserver/commits/6d95404e75b98f36b1cc85ee23df99dcf06ca13f

   Openwall would like to thank the Virtuozzo company for
   funding the effort.

Revision 1.68 / (download) - annotate - [select for diffs], Tue Mar 22 23:24:10 2016 UTC (7 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Branch point for: pkgsrc-2017Q1
Changes since 1.67: +2 -9 lines
Diff to previous 1.67 (colored)

Drop setuid for bin/minicom, bump PKGREVISION

setuid bin/minicom makes zmodem support with comms/lrzsz unusable.

Revision 1.67 / (download) - annotate - [select for diffs], Wed Nov 25 12:48:55 2015 UTC (8 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.66: +2 -5 lines
Diff to previous 1.66 (colored)

Remove mk/find-prefix.mk usage from the comms category.

The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.

Revision 1.66 / (download) - annotate - [select for diffs], Fri Jul 24 10:33:27 2015 UTC (8 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.65: +3 -3 lines
Diff to previous 1.65 (colored)

1.22.2
---
- Fix buffering for funny sample formats (namely, 24 bit), that do not
  fit nicely into 32768 bytes. Effect was a nasty endless loop where
  mpg123 needs to be externally killed.

1.22.1
---
- Fix mpg123-id3dump when writing images with funny (manipulated) MIME type.
  Stupid mistake in length computation of the fallback file extension caused
  junk from memory being appended to the filename if the pointer size
  is less than 64 bit. For 64 bit pointers (or longer) it was correct by
  accident.
- Fix pedantic build by cleaning up out123 source, also now really showing
  the encoding list in --longhelp instead of possibly, again, writing junk
  from memory in there.
- Not linking libmpg123 against libltdl anymore (bug 215).
- Update MSVC++ ports a bit to make them work again.

Revision 1.65 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:03 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.64: +1 -2 lines
Diff to previous 1.64 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.64 / (download) - annotate - [select for diffs], Wed Oct 9 10:53:24 2013 UTC (10 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.63: +3 -4 lines
Diff to previous 1.63 (colored)

New for version 2.6.2:
- Alternative hex output (to be improved)
- Print creation date of serial device file (if < 20 hrs), useful for
  identifying just plugged in USB-Serial adapters
- Support ':' (colon) in device path names. Note, that this changes old
  behaviour which used ':' as a device path delimiter.
- Several language updates.

Revision 1.63 / (download) - annotate - [select for diffs], Fri Jul 12 10:44:53 2013 UTC (10 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (colored)

Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Dec 12 12:35:21 2012 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.61: +5 -4 lines
Diff to previous 1.61 (colored)

Update to 2.6.1, from diro in PR 47209.

Relevant ChangeLog entries since 2.5:

	* src/main.c, src/minicom.c: iconv: Handle the case that iconv
	  did not convert anything. Reported by Mike Crowe, Debian #659351.
	* src/ipc.c: Formatting cleanup.
	* src/main.c: ETIME -> ETIMEDOUT as ETIME is not available on BSDs
	* src/main.c: Fix invalid memory used, reported by Larry Baker
	* src/config.c, src/rwconf.c: Do not set modem init and reset string
	  anymore, define them empty. Instead, when editing those offer
	  them as a default.
	* src/minicom.h, src/main.c, src/dial.c: only update statusline
	  if there's a change (e.g. for updates times)
	* src/updown.c: Flush before forking helper program,
	  patch by Domen Puncer, thanks!
	* src/minicom.c, src/minicom.h, src/vt100.c: Add timestamps with
	  milliseconds, based on patch by Rapha�ì Ass�îat, thanks!
	* src/dial.c, src/minicom.c, src/main.c: Cleanups. Print
	  basename of current device to statusline if online time is disabled.
	* configure.in, src/Makefile.am, src/main.c, src/minicom.c,
	  src/minicom.h, src/updown.c: Add lockdev support,
	  by Ludwig Nussel <ludwig.nussel@suse.de>
	* src/dial.c: add a dialdir version 6 which does not save the
	  pointer on disk and should now work on 32 and 64 bit
	  systems equally.
	* configure.in: Use AM_ICONV_LINK...
	* src/script.c: Fix a buffer overflow problem. Thanks Frederic Germain.
	* src/minicom.c: Do not use iconv-functions if iconv is not available.
	* src/config.c, src/main.c, src/vt100.c, src/vt100.h: Add transmit
	  delay for every character, based on patch by Nicolas PILLON.
	* src/config.c: Do not extend tilde to home directory for
	  non-path arguments. Debian bug #621741
	* configure.in, src/Makefile.am: Add workaround and then use
	  libiconv for linking, fixes build issue on Mac OS X.
	* src/main.c: Increase serial port open timeout, by
	  Lubomir Rintel
	* src/main.c: Set sensible errno if port open times out,
	  by Lubomir Rintel
	* src/help.c: Help fix for timestamp toggle by Mark Einon
	* src/minicom.c: Code consolidation.
	* src/minicom.c, src/minicom.h, src/vt100.c, man/minicom.1: Make
	  line timestamps three value: every line, every second, and off.
	* man/minicom.1: Wording fix.
	* src/vt100.c: Cleanups: Delete everything that was in OLD blocks.
	  Do not explicitly set global variables to 0.
	* src/vt100.c, man/minicom.1: Change timestamp style, prepend every
	  line. Add in manpage.
	* src/dial.c src/help.c src/ipc.c src/minicom.c src/minicom.h
	  src/vt100.c src/vt100.h: Addition by Mark Einon
	  <mark.einon@gmail.com> to add current date/time to each line.
	* src/file.c: Only enter directory if we have read permissions to
	  get directory listings, by Jan Görig.
	* src/file.c, src/getsdir.c: Cleanup and simplify.
	* man/runscript.1, man/minicom.1: Fixes by John Bradshaw
	* src/main.c: Avoid redraw of status line in Offline mode when
	  nothing changed.
	* src/minicom.c: Do not lose line wrap setting over terminal resizes.
	* src/main.c: Simplify status line update, also makes status
	  messages display the amount of time they are actually supposed
	  to display.

Revision 1.61 / (download) - annotate - [select for diffs], Wed Oct 3 11:24:42 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
Changes since 1.60: +1 -2 lines
Diff to previous 1.60 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.60 / (download) - annotate - [select for diffs], Sat Dec 17 10:14:56 2011 UTC (12 years, 3 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.59: +3 -1 lines
Diff to previous 1.59 (colored)

Add missing mk/termcap buildlink.

Bump PKGREVISION

Revision 1.59 / (download) - annotate - [select for diffs], Mon Aug 1 09:30:33 2011 UTC (12 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.58: +7 -13 lines
Diff to previous 1.58 (colored)

Changes 2.5:
* Handle device reconnected more smoothly (USB-serial dongles)
* Translation updates: Danish
* Several fixes (see ChangeLog)

Changes 2.4:
* Add -D and -b options to specify device and baud rate on the command
   line.
* Do character conversion between local and remote side (-R option)
* Added indonesian translation
* Compatibility fixes for recent build environments
* Remove code that handled very old systems

Changes 2.3:
* Fix build on Mac OS X
* New version of the dial format to be little and big endian as well as
   32/64 bit safe
* Support more baud rates
* Handle device disappearances (e.g. serial-USB device unplug)
* Various build and other fixes

Changes 2.2:
* Vietnamese translation added
* Norwegian translation added
* Traditional chinese translation added
* Swedish translation added
* Romanian translation added
* default to 8bit mode if LANG or LC_ALL are set
* default baud rate set to 115200
* Various code cleanups and fixes

Revision 1.58 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:10 2011 UTC (12 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.57 / (download) - annotate - [select for diffs], Sat Jun 6 21:30:30 2009 UTC (14 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.56: +4 -3 lines
Diff to previous 1.56 (colored)

Convert to user-destdir.

Revision 1.56 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:34 2007 UTC (16 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.55: +4 -1 lines
Diff to previous 1.55 (colored)

Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Jun 19 21:46:39 2007 UTC (16 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.54: +12 -10 lines
Diff to previous 1.54 (colored)

* Use ${DIALER_GROUP} instead of hardcoding "dialer" as the group name.

* ${UUCP_USER} should have a default group membership of ${UUCP_GROUP},
  not dialer.

* Get the correct install locations for lrzsz and gkermit and use them
  to locate the binaries from those dependencies in src/rwconf.c.

Bump PKGREVISION to 3 due to changed users and groups.

Revision 1.54 / (download) - annotate - [select for diffs], Fri Jun 15 18:23:49 2007 UTC (16 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.53: +7 -5 lines
Diff to previous 1.53 (colored)

Don't hardcode "uucp" user... use ${UUCP_USER} instead to match the
net/uucp package.

Revision 1.53 / (download) - annotate - [select for diffs], Fri Jun 15 18:15:06 2007 UTC (16 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
  in SPECIAL_PERMS usage.

* Consistently use 4555 for setuid and 2555 for setgid programs.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:14 2007 UTC (17 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Oct 4 20:51:40 2006 UTC (17 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:07 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.49 / (download) - annotate - [select for diffs], Thu Apr 13 18:23:30 2006 UTC (17 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.48: +2 -3 lines
Diff to previous 1.48 (colored)

BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete.  Replace with
USE_TOOLS+=msgfmt.

Revision 1.48 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:05 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:28 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.46 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:34 2005 UTC (18 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.45: +1 -2 lines
Diff to previous 1.45 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:03 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Sep 26 14:07:25 2005 UTC (18 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored)

Add missing files to PLIST. Bump PKGREVISION.

Revision 1.43 / (download) - annotate - [select for diffs], Sun Jun 19 11:34:45 2005 UTC (18 years, 9 months ago) by veego
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.42: +16 -18 lines
Diff to previous 1.42 (colored)

Update to 2.1.

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

Revision 1.42 / (download) - annotate - [select for diffs], Sun May 22 20:07:44 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.41 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:07 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.40: +1 -2 lines
Diff to previous 1.40 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:16 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Feb 21 08:24:11 2004 UTC (20 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.38: +5 -3 lines
Diff to previous 1.38 (colored)

bl3ify and enable pkgviews installation.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Jan 22 07:51:12 2004 UTC (20 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.37 / (download) - annotate - [select for diffs], Tue Jan 20 12:10:01 2004 UTC (20 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jul 17 21:26:52 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jul 14 08:25:40 2003 UTC (20 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.34: +4 -6 lines
Diff to previous 1.34 (colored)

Repeat my words: I must *not* derive "${DISTNAME}" from "${PKGNAME}".

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jul 13 13:50:51 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

PKGREVISION bump for libiconv update.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jun 18 09:22:16 2003 UTC (20 years, 9 months ago) by agc
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Jun 14 14:42:15 2003 UTC (20 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.31: +4 -3 lines
Diff to previous 1.31 (colored)

Replace non-working master sites with MASTER_SITE_BACKUP. Addresses PR 21867.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jun 2 01:21:21 2003 UTC (20 years, 9 months ago) by jschauma
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.30 / (download) - annotate - [select for diffs], Mon May 12 08:37:05 2003 UTC (20 years, 10 months ago) by uebayasi
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

HOMEPAGE moves to http://alioth.debian.org/projects/minicom/.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Apr 27 12:54:16 2003 UTC (20 years, 10 months ago) by cjep
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

Lint: PKGLOCALEDIR

Revision 1.28 / (download) - annotate - [select for diffs], Sat Mar 29 12:40:20 2003 UTC (20 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jan 28 22:03:10 2003 UTC (21 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.26: +5 -5 lines
Diff to previous 1.26 (colored)

Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 23 16:15:03 2002 UTC (21 years, 3 months ago) by cjep
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Whitespace fix

Revision 1.25 / (download) - annotate - [select for diffs], Fri Oct 4 23:47:28 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.24: +17 -9 lines
Diff to previous 1.24 (colored)

* Use buildlink2.
* Honor PKG_SYSCONFDIR.
* Note the setuid minicom binary in SPECIAL_PERMS.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Sep 27 23:17:50 2001 UTC (22 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 2 20:06:11 2001 UTC (22 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (colored)

Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 27 03:19:48 2001 UTC (22 years, 11 months ago) by hubertf
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>

Revision 1.21 / (download) - annotate - [select for diffs], Fri Feb 16 14:30:10 2001 UTC (23 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

fix a typo from the COMMENT changes

Revision 1.20 / (download) - annotate - [select for diffs], Fri Feb 16 13:56:18 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Nov 2 04:17:40 2000 UTC (23 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

add USE_LIBINTL.  we can use /usr/bin/msgfmt so tweak BUILD_DEPENDS.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jun 12 18:40:54 2000 UTC (23 years, 9 months ago) by rh
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Update minicom to 0.83.1

Notable changes include:
- An old signal handling bug has been fixed. It sometimes caused an
  eternal loop of "Killed by signal x" - "Resetting modem" - "Killed
  by signal y" when minicom was aborted unexpectedly, and then it could
  only be killed with kill -9 (SIGKILL).
- Now there is also a setting in the Bps/par/bits section of the Serial
  port setup menu to use two stop bits.
- Some patches for SVR4 lock file handling.
- Fixed some compilation errors when -D_HAVE_MACROS is not defined
  in the makefile.
- possible overflows fixed in inputting the manual dialing string and
  search string in the phone dir.
- user-configurable options to disable writing the logfile or select
  which things to write there
- the command line option -d now accepts multiple numbers or names as
  the parameter. Separate them with commas and use no spaces around it.
- a fix for the script timeout command that sometimes didn't work right.
- now you can move an entry up/down in the phone directory.
- flag %f added to the upload/download protocol program command lines to
  allow passing the port file descriptor to c-kermit
- support for DTE speed 230400 bps
- newline delay option added in the terminal settings
- multiline option added to untag all phonedir entries with the same name
  when one of them answers

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 5 22:58:13 2000 UTC (24 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Use unrestrict "gkermit" package for kermit file transfers.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Dec 27 11:08:15 1999 UTC (24 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Use wildcard dependences for "kermit" and "lrzsz".

Revision 1.15 / (download) - annotate - [select for diffs], Thu Oct 7 17:41:47 1999 UTC (24 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Remove me as maintainer of those packages.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 7 01:09:55 1999 UTC (24 years, 5 months ago) by hubertf
Branch: MAIN
Changes since 1.13: +4 -1 lines
Diff to previous 1.13 (colored)

pull in bsd.prefs.mk to get BATCH defined (or not ;)

Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 22 20:39:17 1999 UTC (24 years, 11 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

This pkg doesn't actually use Curses, so it shouldn't require ncurses.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 14 21:31:44 1999 UTC (24 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

Try to fetch disttribution file from "sunsite" or one of its mirrors
first.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 14 21:13:24 1999 UTC (24 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.10: +12 -5 lines
Diff to previous 1.10 (colored)

Update "minicom" package to version 1.82.1.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 19 15:40:45 1998 UTC (25 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.9: +3 -4 lines
Diff to previous 1.9 (colored)

Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:42 1998 UTC (25 years, 7 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 20 09:26:32 1998 UTC (25 years, 9 months ago) by agc
Branch: MAIN
Changes since 1.7: +1 -3 lines
Diff to previous 1.7 (colored)

Update package Makefiles for automatic manual page handling.

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 8 23:32:52 1998 UTC (25 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Scan for "tty[0-9][0-9]" instead for "cua*" in "/dev".

XXX For 1.4 we should use "dty[0-9][0-9]".

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 24 09:20:33 1998 UTC (25 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Move to relative paths in the pkgsrc tree.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 20 11:56:21 1998 UTC (25 years, 11 months ago) by frueauf
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:16 1998 UTC (25 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.3: +2 -8 lines
Diff to previous 1.3 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 17 23:54:23 1998 UTC (26 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

Add "IS_INTERACTIVE= yes".

Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 11 22:04:29 1998 UTC (26 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Make this package work with NetBSD.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Feb 11 18:29:26 1998 UTC (26 years, 1 month ago) by tron
Branch: FREEBSD
CVS Tags: FreeBSD-current-1998-02-11
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of FreeBSD's "minicom" port.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 11 18:29:26 1998 UTC (26 years, 1 month ago) by tron
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>