summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam7-14/+14
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-24fix path in patchhubertf2-5/+5
2001-08-22Convert to use buildlink.mk files.jlam1-3/+4
2001-08-20regenwiz1-2/+2
2001-08-20#include <stdio.h> on NetBSD. It seems there's some (NetBSD!) systemshubertf1-6/+17
out there where this compiles without that header, and some where it fails.
2001-08-19Use MAKE_PROGRAM instead of MAKE, and mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-08-19Honor CFLAGS and LDFLAGS passed in from environment, and mark asjlam3-8/+11
USE_BUILDLINK_ONLY.
2001-08-19Mark as USE_BUILDLINK_ONLY.jlam6-6/+15
2001-08-19Honor CFLAGS and CC settings from the environment and mark asjlam1-1/+3
USE_BUILDLINK_ONLY.
2001-08-19* Fix the email address for the maintainer.jlam3-7/+31
* Honor CFLAGS and CC settings passed in from the environment. * Mark as USE_BUILDLINK_ONLY.
2001-08-09Add patch provided by Bernd Sieker to retry opening tty. This allowsdillo3-3/+38
pilot-links to work with newer Handspring devices (they have a *very* short timeout). Version of pilot-link-libs bumped to 0.9.5nb1.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam2-2/+4
installation directory in case the package isn't installed.
2001-07-27Fix dewey number in wildcard.wiz1-2/+2
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam2-4/+4
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-16Add trailing slash to ftp path.wiz1-2/+2
2001-07-16Fix faxsetup's pid check, as requested by pkg/13346.wiz2-8/+22
2001-07-15Add and enable dl-ezkit.gmcgarry1-1/+2
2001-07-15Merge conflict due to import botch.gmcgarry1-0/+19
2001-07-15Take two:gmcgarry6-0/+81
SHARC EZ-KIT downloader version 0.8.1 (c) 1998 PinPoint Corp.
2001-07-15Opps.gmcgarry1-36/+0
2001-07-15Import dl-ezkit:gmcgarry1-0/+36
SHARC EZ-KIT downloader version 0.8.1 (c) 1998 PinPoint Corp.
2001-07-13Update my email address.fredb1-2/+2
2001-07-08Depend on hylafax>=4.1b3.bad1-2/+2
2001-07-08Update Hylafax to 4.1 release.bad9-77/+100
Because the beta package was named 4.1b3 name this 4.1nb1. Note that the spool directory has moved from /var/spool/fax to /var/spool/hylafax. Notify the user about this from faxsetup if appropriate. Use root:wheel as SYSUID:SYSGID so the install does not mess up the permissions on $PREFIX/{bin,sbin} etc. Changelog for HylaFAX 4.1 - Jul 1, 2001 * tidied up README & INSTALL for full release (01 Jul 2001) * repaired dangling references to recently renamed manpages (01 Jul 2001) * no other changes - 4.1rc2 basically promoted to 4.1 Changelog for HylaFAX 4.1rc2 - Jun 17, 2001 * corrected some default JobReq* values (17 Jun 2001) * clarified documentation on sendfax -k option (17 Jun 2001) * added prototype configs for Courier and Zyxel models (17 Jun 2001) * added "Modem" option to DestControls (17 Jun 2001) * fix a segfault when processing null HDLC frames (17 Jun 2001) * continue manpage naming transition of 03 Jun (13 Jun 2001) * fix minor flaw in PriorityScheduling documentation (13 Jun 2001) * improve faxsetup onClient routines (07, 14 Jun 2001) * impose a T2 timeout on faxgetty vulnerability (07 Jun 2001) * updates for HTML documentation (07 Jun 2001) Changelog for HylaFAX 4.1rc1 - Jun 04, 2001 * remove use of /sbin/killall, problematic on Tru64 (04 Jun 2001) * fix ModemServer.c++ for OpenBSD (04 Jun 2001) * change manpage names: config to hylafax-config, info to hylafax-info, log to hylafax-log, and shutdown to hylafax-shutdown (03 Jun 2001) * add configs for UMC9624 and MT5634ZPX-PCI modems (03 Jun 2001) * fix TimeOfDay race if using bad syntax (03 Jun 2001) * break the initialization string apart and remove ModemOnHookCmd from it (03 Jun 2001) * allow use of "none" in five config options (03 Jun 2001) * add HylaFAX version and device usage in logs (30 May 2001) * rearrangements in configure to fix HP sed (30 May 2001) * change default spool dir to /var/spool/hylafax (29 May 2001) * make ModemServer attempt resets twice, if needed (29 May 2001) * fixes for building outside of source tree (27 May 2001) * fixes for 'make package' (27 May 2001) * removed a goto in faxd/Class1Send.c++ which caused compile errors for some (27 May 2001) * improved error handling for: (20 May 2001) - DLE+ETX - ERROR after AT+FRM (instead of +FCERROR) - faxgetty training hangups * added ModemDTRDropDelay config option and default, correcting some "Can not setup modem" issues (20 May 2001) * improved logging verbosity for SEND FAILED (20 May 2001) * updated various documentation antiquities (20 May 2001) * added Lucent (LT) Winmodem prototype config (20 May 2001) * added default status/any.info creation by faxsetup (20, 27 May 2001) * added PriorityScheduling option and POSIX function (20 May 2001) * fixed previous utmp update for libc5 (20 May 2001) * added Class1SwitchingDelay config option and default, correcting some timeout errors (20 May 2001) * fixed file gid numbering (20 May 2001) * Adjusted faxq to load-balance modems with equal priority (22 Apr 2001) * Added new CONTRIBUTORS (14 Apr 2001) * Merged performance-rts into rc288dpi-1 config file (14/19 Apr 2001) * Fixed vix.com reference in hylafax-server man page (14 Apr 2001) * Fixed \(dg character mis-recognition in faxwatch man page (14 Apr 2001) * Fixed hard-coded man page numbers in scripts (14/16 Apr 2001) * Clarify documentation of MaxConcurrentJobs (14 Apr 2001) * Alter install of hfaxd to not be suid (13 Apr 2001) * Fix hfaxd -q format string vulnerability (13 Apr 2001) * Add more NSF codes to known-NSF list (26 Mar 2001, 14 Apr 2001) * Fix to allow null-TSI matching (19 Mar 2001) * Fix USR default use of Class2APQueryCmd (19 Mar 2001) * Added server-side PDF conversion (19 Mar 2001, 14/17 Apr 2001) * Correct a typo in wedged man page (08 Mar 2001) * Fixed incorrect paths in some man pages (08 Mar 2001) * Various utmpx, LOCKS, and IXO_XMITTIMEOUT fixes (08 Mar 2001)
2001-07-07Remove trailing / that slipped through in previous commit.bad1-2/+2
2001-07-07The second and third mirror have been out of sync for more than two years.bad1-3/+2
Replace with a known good one.
2001-07-07Sync PLIST with reality.bad1-1/+6
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam2-6/+6
2001-06-30Switch to new Ruby's frame work.taca4-26/+22
Update MASTER_SITE, and set MAINTAINER to me.
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam4-13/+4
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28Fix typo in buildlink.mk include path. pkg/13332 by Martti Kuparinen.wiz1-2/+2
2001-06-27libpisock.so bumped its major, so make all package that depend onjlam1-2/+2
pilot-link-libs depend on this most recent version (0.9.5). Conveniently, all the packages using buildlink.mk files have dependencies automatically updated by modifying this one location.
2001-06-27Use distribution contained in latest pilot-link-0.9.5 sources. Renumberjlam3-40/+23
to 0.1, the correct version number for this package. Only one package (pilotmgr) depended on p5-pilot-link-*, so this should be okay.
2001-06-27Convert to use pilot-link-libs' buildlink.mk files and mark asjlam7-21/+21
USE_BUILDLINK_ONLY.
2001-06-27Add and enable pilot-link-libs.jlam1-1/+2
2001-06-27pilot-link-libs: libraries for talking to the 3Com PalmOS PDAjlam4-0/+102
2001-06-27Update pilot-link to 0.9.5. The source code is under new stewardshipjlam8-108/+204
and is undergoing many improvements and rewrites, many of which are reflected in the current release. The ChangeLog is too large to summarize. The libraries and headers have been split off into a separate package pilot-link-libs.
2001-06-27Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-5/+8
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam2-8/+10
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam2-12/+17
2001-06-22<jpilot/libplugin.h> pulls in <gtk/gtk.h> so include gtk buildlink.mk.jlam1-1/+3
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+31
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-10/+12
2001-06-22Add buildlink.mk files for use by other package Makefiles.jlam1-0/+33
2001-06-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-21Fix mgetty package to not delete its config files on pkg_delete (nextfredb6-40/+134
time! -- save them by hand if you need them for this upgrade), add a package hook to change ${CONFDIR}, where the binaries look for their configuration files, and update to 1.1.26. Many bug fixes and improved compatibility with various modems. The following were culled from the extensive ChangeLog file's for being conceivably of general interest. * login.c: export current tty as $DEVICE to shell * dialin.config: added V253 codes for OUT_OF_AREA and PRIVATE. * getdisk.c: fix overflow on file systems with > 2G (2^31 bytes) free * getdisk.c: default MINFREESPACE from policy.h was interpreted as *bytes*, not as *kbytes*. Which kind of defeats the purpose of checking for "enough disk space". Fixed, work with kbytes now. * faxrecp.c: check access rights first, space second (this will give clearer log messages for non-existing directories) * faxrecp.c: change fax page writing to open( O_EXCL|O_CREAT ) * locks.c: use mkstemp() to create tmp file, if available, open( O_EXCL|O_CREAT ) otherwise. and for vgetty... * Fixed buffer overflow in vm and vgetty, submitted by Georg Kirschbaum, <Georg.Kirschbaum@gimmel.franken.de>. Impact would not have been very big since only DTMFs are under control of the user.
2001-06-21Add the homepage for efax.jtb1-2/+3
2001-06-20Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-3/+1
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.