summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-07-16Initial work in merging bits of the pkgviews branch into modern pkgsrc.jlam11-551/+0
Currently, the pkgviews/buildlink2 integration is incomplete. People who work on this branch should also check out src/usr.sbin/pkg_install from the pkgviews branch.
2003-02-27Use the same ut_id as "login" does, so we can properly close out the wtmpxfredb1-18/+26
entry that "login" creates.
2003-02-27- - Use standard ${PKG_SYSCONFDIR} handling; bump ${PKGREVISION}.fredb2-16/+3
- - Reorganize Makefile #defines into global toggles, global settings, local settings. - - Reorganize and consolidate override targets.
2003-02-27Be consistent about testing for __GLIBC__.fredb1-3/+3
2003-02-26Add support for /var/run/utmpx on NetBSD 1.6B or newer, includingfredb3-0/+184
building on a suggestion by Gert Doering, filling ut_pid with the pid of the uucp-style lock holder. This should fix PR pkg/12261, although you will need today's "w" to see any results. Bump PKGREVSION.
2002-07-27Revert last change. Gert Doering says that's not a bug - it's a feature.fredb1-34/+0
I'll look at fixing "w", instead.
2002-07-24Mgetty has no business making a utmp entry while it's only waiting forfredb1-0/+34
a lock. Closes PR pkg/12261.
2002-03-09Update mgetty+sendfax to 1.1.28. From the ChangeLog file:fredb3-21/+17
* release 1.1.28 * faxrec.c: replace "0"'s by "STDIN" (readability) * doc/mgetty.texi-in: some updates * doc/faxrunq.1in, doc/faxrunqd.8in: document calling convention changes (as below) * fax/faxrunq(d).in: pass (last) sendfax return code as 2nd argument to success/failure program * policy.h, utmp.c: incorporate some NetBSD changes * various: change time() prototype to "time_t time(time_t *tloc)" * mgetty.h, syslibs.h, logfile.c: some #ifdef fiddling for Darwin * doc/faxrunq.1in, doc/faxrunqd.8in: document more stuff * fax/faxrunq, fax/faxrunqd: don't run queue if a file $FAX_SPOOL_OUT/stop exists. * login.c: MAX_LOGIN_ARGS handling reworked (claimed N, but allowed only N-1), plus warning message improved. <Juergen.Kosel@gmx.de> * release 1.1.27 * doc/mgetty.texi-in: work on isdn4linux notes * cnd.c (cndtable): add swedish ZyXEL caller ID format (T. Lundgren) * cnd.c (cndtable): add "CALLED NUMBER:" (Jan Oberlaender/i4l) * various: adaptions to OpenBSD (similar to NetBSD) * mgetty.h: patch to adapt to Linux/S390 (PTR_IS_LONG) * frontends/www/: integrate new version from Neko
2002-03-06Rename the fax overview manpage from "fax" to "sendfax", to avoid anyfredb2-2/+34
conflict with the "efax" package. "efax" already has an "efax.1", the actual man page, but "mgetty"'s "sendfax" manpage is "sendfax.8", so "sendfax.1" is available. Closes PR pkg 14254.
2002-02-18Introduce new framework for handling info files generation and installation.seb1-3/+12
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-06-21Fix mgetty package to not delete its config files on pkg_delete (nextfredb2-17/+86
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.
1999-08-23Search fax notify program in "${PREFIX}/lib/mgetty+sendfax" not intron2-4/+17
"/usr/local/lib/mgetty+sendfax/new_fax". Problem noted by Simon J. Gerraty in PR pkg/8255.
1999-05-07Dont' clobber NetPBM's "g3topbm" with a symbolic link to "g32pbm".tron1-0/+12
1998-11-16Create and install standard "mgetty.config" and "sendfax.config" becausetron1-21/+5
we don't use FreeBSD's perl script for that purpose.
1998-11-16Use FreeBSD utmp handling.tron1-0/+13
1998-11-15Adapt this package to NetBSD.tron5-2/+95
1998-11-15Initial import of FreeBSD "mgetty+sendfax" port:tron4-0/+151
Handle external logins, send and receive faxes.