summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2002-10-30On Solaris iconv() is in libc.markd1-2/+8
2002-10-27Use perl5/module.mk.seb1-11/+2
No need to tweak OTHERLDFLAGS.
2002-10-27Don't use use LD even if set, we did all the previous tests with ${ac_prog}bouyer2-1/+15
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2002-10-22Update to scmxx-0.6.1.6; changes include:kleink2-6/+5
0.6.1.6 fixed a bug in the info() method that strangely only showed up in cygwin added flose to close the opened file handle added method that shows network status, area code and cell id
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-13buildlink1 -> buildlink2.wiz1-4/+4
2002-10-09buildlink1 -> buildlink2.wiz1-3/+3
2002-10-05Unused.wiz1-37/+0
2002-10-05Convert to buildlink2. Fix DISTNAME.wiz1-4/+4
2002-10-04* Use buildlink2.jlam4-27/+57
* Honor PKG_SYSCONFDIR. * Note the setuid minicom binary in SPECIAL_PERMS.
2002-10-04buildlink1 -> buildlink2jlam1-4/+4
2002-10-04buildlink1 -> buildlink2jlam1-3/+3
2002-09-23Bump to scmxx-0.6.1.5nb1, after distfile change due to an adjustment ofkleink2-4/+5
the PKGREVISION pendant in the included Debian spec file(!).
2002-09-22Unused, I think.wiz1-35/+0
2002-09-21LINKX11 contains flags to cc, so it's wrong to say "-L$(LINKX11)".jlam2-5/+5
2002-09-21buildlink1 -> buildlink2jlam2-33/+3
2002-09-21buildlink1 -> buildlink2jlam2-9/+9
2002-09-21buildlink1 -> buildlink2jlam1-6/+7
2002-09-21buildlink1 -> buildlink2jlam3-31/+35
2002-09-21* buildlink1 -> buildlink2jlam3-488/+30
* separate the INSTALL_DATA_DIR arguments into multiple commands, as the Solaris install can't handle lots of directories all at once * style nits
2002-09-21buildlink1 -> buildlink2jlam3-28/+12
2002-09-21buildlink1 -> buildlink2jlam3-7/+7
2002-09-21buildlink1 -> buildlink2jlam1-5/+6
2002-09-20buildlink1 -> buildlink2jlam1-3/+3
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant2-4/+4
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam2-18/+2
2002-09-18Update scmxx to 0.6.1.5; notable changes since previous include:kleink2-6/+5
0.6.1.5 add capability to specify "all" as slot for sending to force overwriting starting from minimum slot change in message on which slot is used --info now stores the information in the file specified with --file; if non was specified it prints them to stdout do not hardcode the standard file descriptors 0.6.1.4 (was only available as patch) add configure entry that looks for cfmakeraw() (not in cygwin) make cfmakeraw() work-around available if cfmakeraw() is not present fix slots min/max that may differ between readable and writable make arguement to --vcard really optional (in 0.6.1.3-3: fixed spec file for file and dir permissions)
2002-09-13Use ghostscript.mk.jlam1-2/+2
2002-09-12Standardize.wiz1-3/+3
2002-09-11Convert to buildlink2.wiz1-5/+5
2002-09-11Depend on latest gtk-- version, and bump PKGREVISION for itwiz1-1/+2
[major bump in gtk--].
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz12-18/+24
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-05Make sure it doesn't install in /usr/lib. From PR 17955 by Urban Boquist.augustss2-5/+5
2002-08-28Updated hylafax to 4.1nb4:abs1-2/+4
Automatically install rc.d script
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-0/+43
buildlink2.mk files back into the main trunk.
2002-08-18Bump PKGREVISION and regen distinfo - the author apparently decided tokleink2-4/+5
make an in-place bugfix... Thanks to Dan McMahill for noticing.
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-1/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-01Convert to use pthread.buildlink.mk.jlam1-2/+3
2002-08-01Change MAINTAINER from tv at netbsd dot org to tv at pobox dot com afterjschauma3-6/+6
consulting with Todd.
2002-07-27Revert last change. Gert Doering says that's not a bug - it's a feature.fredb2-36/+1
I'll look at fixing "w", instead.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam2-4/+5
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-24Mgetty has no business making a utmp entry while it's only waiting forfredb2-1/+36
a lock. Closes PR pkg/12261.
2002-07-17'unsigned' in the right place makes this build again.wiz2-1/+15
2002-07-15Remove a trailing empty line.wiz1-2/+1
2002-07-15Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Someheinz1-2/+8
slight formatting changes.
2002-07-12Update to kermit 8.0.201, and add the minor version to the pkg name.mycroft2-6/+6
The web site sez: The following bugs in C-Kermit 8.0.200 were fixed in 8.0.201: * An obscure path through the code could cause the Unix version of C-Kermit to dump core during its startup sequence. This happened to only one person, but now it's fixed. * When C-Kermit 8.0 is in Kermit server mode and the client says "get blah", where blah (on the server) is a symlink rather than a real file, the server unreasonably refused to send the linked-to file. * When C-Kermit is an FTP client and says "get foo/bar" (i.e. a filename that includes one or more path segments), it failed to accept the incoming file (this happened only with GET, not MGET). * Array references should be case insensitive but only lowercase array letters were accepted. * SHOW VARIABLES dumped core on \v(sexpression) and \v(svalue). * Spurious refusals of remote directory listings if the remote server's date was set in the past. C-Kermit 8.0.201 (8 Feb 2002) Installability as an [147]SSH v2 Subsystem. [148]SET LOCUS command. [149]L-versions of CD, DIR, DELETE, MKDIR, etc, to force local execution. [150]USER and ACCOUNT added as synonyms for FTP USER and FTP ACCOUNT. [151]SHOW VARIABLES now accepts a list of variables. Rudimentary support for [152]Caller ID when receiving phone calls. Up/Down [153]Arrow-key navigation of command history buffer. [154]Automatic execution of customization file if init file is missing.
2002-07-06Make the rc.d script more compliant.tv3-2/+24
2002-07-06* Update to 4.4.5. Minor changes; see ChangeLog. Moved to SourceForge.tv7-34/+64
* Make compile on newer gcc -Wuninitialized. * Use CONF_FILES install method.
2002-07-06Update URLs. Make compile on newer gcc -Wuninitialized.tv3-8/+17