summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2003-12-30Pullup possible security fix to the pkgsrc-2003Q4 branch, requested byagc2-9/+6
Frederick Bruckman. Module Name: pkgsrc Committed By: fredb Date: Sat Dec 20 20:09:50 UTC 2003 Modified Files: pkgsrc/comms/mgetty+sendfax: INSTALL Makefile Log Message: Don't make the outgoing fax spool directory chmod 1777. Unprivleged users are supposed to use "faxspool" to submit faxes for sending, as explained by Gert Doering (mgetty's author) on tech-pkg.
2003-12-30Pullup a possible security fix to the pkgsrc-2003Q4 branch, requested byagc3-1/+29
Frederick Bruckman. Module Name: pkgsrc Committed By: fredb Date: Sat Dec 20 20:06:38 UTC 2003 Modified Files: pkgsrc/comms/mgetty+sendfax: distinfo Added Files: pkgsrc/comms/mgetty+sendfax/patches: patch-an patch-ao Log Message: Let "faxq" and "faxrm" find the "faxrunq-helper" in ${PREFIX} (which is probably not "/usr/local").
2003-11-21Update hylafax to 4.1.8:abs2-5/+5
fix remote format string vulnerability in hfaxd (11 Nov 2003) PR pkg/23511 from Andreas Hallmann
2003-11-16Fix for a problem shown up by bulk builds - we need the {RPATH_FLAG} asagc1-2/+2
well as the -L flag when linking.
2003-11-14Make this install cleanly.wiz2-4/+5
XXX: cleanup /var/spool/efax on deinstall XXX: permissions ok on /var/spool/efax?
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-10-31Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-20Ugly hack to make this build on -current and 1.6.1_STABLE.hubertf2-4/+4
XXX <des.h> doesn't exist on 1.6.1_STABLE XXX <openssl/des.h> exists on both, but is incompatible and thus the package won't build on -current XXX <kerberosIV/des.h> works for both. XXX Someone make this mess go away. :( Fixes PR 23185 by mlelstv @ IRCnet
2003-10-18Whitespace fixescjep1-2/+2
2003-10-18Add RCS IDscjep3-0/+3
2003-10-10Fix assignments, add cheap hack around inappropriate use of `log'.rtr4-8/+40
Approved by jlam@netbsd.org
2003-10-08Depends on jpeg-6b package and lator.taca1-2/+2
(It should be converted buildlink framework.)
2003-09-30Fix build with GCC 3.3.1: rename log() to birda_log() with a preprocessorseb1-1/+3
macro.
2003-09-28Fix GCC 3.3.1 related build problem.tron4-1/+156
2003-09-28Fix GCC 3.3.1 related build problem.tron2-1/+1314
2003-09-26Fix build on current (des.h fallout).wiz2-1/+15
2003-09-25Make this compile on NetBSD-current.fredb2-1/+19
2003-09-25remove patches which shouldn't be here (hi, abs!)grant2-26/+0
2003-09-23Update hylfax to 4.1.7. Changes since 4.1.5:abs19-182/+234
* added new edit-faxcover script * added various enhancements to faxsetup * default libtiff v3.6 compatibility * added NOTIFY_FAXMASTER and ENCODING parameters for FaxDispatch * added 2D-MMR support for Class 2 modems that support it * added RingTimeout, ModemRingResponse, CIDNumberAnswerLength, and CIDNameAnswerLength modem config parameters * support for MultiTech MT5634ZDXb and MT5634ZBA-DID * added subaddressing specification capability to sendfax * numerous bugfixes (several significant) and build cleanups * fixes the PageChop feature that broken in 4.1.6 Also fixed some cosmetic NetBSD issues with faxadmodem
2003-09-23Don't use .cat message catalog on Darwin because it hasn't catgets().yyamano1-2/+2
Close PR pkg/21650 by Michael Wolfson.
2003-09-20Update to 1.1.30, submitted by Stephane Fortier in PR pkg/22867.fredb6-27/+30
"ChangeLog" since 1.1.28 w/dates and blank lines elided: * release 1.1.30 * voice/vgetty/answer.c, voice/include/default.c: integrate Paul Fox' pre_message and beep_sound patches * voice/libvoice/detect.c: recognize MultiTech MT3334ZDXV * faxhng.c: add some result codes for the i4l DIVA driver * voice/libvoice/IS_101.c: fix DTMF events for the unshielded case * voice/vgetty/answer.c: accept arbitrary ring types, not only 0..6 * ring.c: map DRON/DROF return codes to binary word, use result as distinctive RING number * frontends/www/README: add user authentication example * voice/libvoice/V253modem.c: repair messed-up 16 bit PCM patch * release 1.1.29 * voice/libvoice/detect.c: insert delay before sending ATE0 to modem (timing issue - modem might not have sent the full \r\n sequence from the last "OK" yet when the new AT comes in) * doc/*.[158]in: bring man pages up to date * tools/ltest.c, tools/mid.c: adapt to new lprintf() prototype * mgetty.h, logfile.c: adapt to use <stdarg.h> and "..." function declaration (unless USE_VARARGS is set, which is needed for NeXT platforms). Karsten Keil <kkeil@suse.de>. * Makefile: relax permissions on sendfax and faxrunq.config install - must be readable/executeable by user "fax" now * doc/faxrunqd.8in: document "-u", minor updates * fax/faxrunqd.in, fax/faxspool.in, fax/faxrunq.in: revert Aug 6, 200 change - put faxqueue_done back into $FAX_SPOOL_OUT/ (faxrunq/faxrunqd have no access rights to $VARRUNDIR/ anymore, and $FAX_SPOOL_OUT is no longer world writeable anyway) * fax/faxq.in: change from .last_run to faxqueue_done * fax/faxrunqd.in: add "-u <user>" switch (set uid to <user>) * fax/faxq-helper.c: finalize new fax queue handling using helper process (suid fax) and a fax queue that is no longer world-readable (open issue since 1994 :) ) * faxrecp.c: implement experimental teergrubing mode (signal "page bad, please retransmit" at the end of each page - or just hang up hard on caller). Activared with "modem-quirks 0x100" or "0x200", respectively. * voice/libvoice/V253Modem.c: add 16 bit linear PCM support (patch coming from Peter Bruley) * voice/pvftools/pvftormd.c, rmdtopvf.c: add 16 bit linear PCM * rework faxq-helper concept (suid root -> suid fax) * fax/faxq.in: adap "-r" to use faxq-helper * fax/faxspool.in: adapt to use faxq-helper * fax/faxrm.in: adapt to use faxq-helper * Makefile: create FAX_SPOOL_OUT with mode 755 and owner FAX_OUT_USER * Makefile: add FAX_OUT_USER definition, pass lots of variables to fax/Makefile (for faxq-helper) * README.1st: add instructions about FAX_OUT_USER setup * doc/mgetty.texi-in add instructions about FAX_OUT_USER setup * fax/faxrunqd.in: fix symlink / file overwrite race in JOB files. Pointed out by Jablonovsky Alexander <sasha@cit-saratov.ru> * doc/faxrunq.8in: point out insecurity in symlink handling * mgetty.h: Intel 64bit platforms (__x86_64__) needs PTR_IS_LONG * voice/libvoice/IS_101.c: implement DLE shielding for long DTMF tones for V.253 (initially by Lee Howard <faxguy@howardsilvan.com>) * mgetty.c: throw out DIST_RING #define - not used anymore * ring.c: make sure action strings (CONNECT) are only recognized at the beginning if a line, not in the middle (Paul Fox, pgf@foxharp.boston.ma.us, CALLER NAME = CONNECTICUT). * cnd.c: replace non-printable characters and quotes in caller ID or caller name strings with ' ' - safeguard for passing them to shell later on. * doc/mgetty.texi-in: add stuff about recent multitech modems, superfine+v.34 fax, and rework chapter about common problems * faxlib.c: fix ugliness with USR modems reporting remote fax ID as " 12345" -> skip leading '"' and all whitespace * cnd.c: possible buffer overrun via CallName (found by "A. Guru" <a.guru@sympatico.ca>) * fax/faxrunqd: fix priority vs. write combining bug * login.c: check for close-on-exec bit on FD 0 (FreeBSD 4.1 bug) * login.c: export Caller Name as environment variable $CALLER_NAME * login.c: make message about bad permissions even more clear
2003-09-19Update HOMEPAGE and/or MASTER_SITESdent1-2/+2
2003-09-15Add MANINSTALL to BUILD_DEFS for completeness.jmmv1-2/+2
2003-09-11Update ruby-termios package to 0.9.4.taca3-14/+27
- Old binary isn't available any more. - Update distfile URL and HOMEPAGE. 2002-10-13 akira yamada <akira@arika.org> * termios.c (termios_set_ispeed): fixed typo. (termios_initialize): 0-cleared "@cc". (Termios_to_termios): unknown cc-values are treated as 0. * examples/modem_check.rb: renamed examples/modem_check1.rb. * examples/modem_check0.rb, exampes/modem_check2.rb: new. * version 0.9.4. 2002-10-12 akira yamada <akira@arika.org> * termios.c: revoked Termios::Termios#set_cc and removed some methods such as Termios::Termios#iflag etc. they became attr_reader. * version 0.9.3. 2002-10-12 akira yamada <akira@arika.org> * termios.c (termios_cc): accepts index of c_cc. (termios_set_a_cc): new function for Termios::Termios#set_cc. (Init_termios): added new constants Termios::CCINDEX, Termios::IFLAGS, Termios::OFLAGS, Termios::CFLAGS, Termios::LFLAGS and Termios::BAUD. * examples/modem_check.rb: it did not work. rewrited. * test/test0.rb: rewrited. * version 0.9.2. 2002-10-10 akira yamada <akira@arika.org> * termios.c (Init_termios): revived Termios::Termios#c_foo/c_foo= for backward compatibility. 2002-09-25 akira yamada <akira@arika.org> * termios.c (termios_clone): new method "clone" for Termios::Termios. (Init_termios): revived Termios.new_termios for backward compatibility. * version 0.9.1. 2002-09-25 akira yamada <akira@arika.org> * Termios module can be included to IO classes and can extend IO objects. * now Termios::Termios is rb_cObject class. * version 0.9.0. Wed Nov 15 19:03:06 2000 akira yamada <akira@arika.org> * renamed to ruby-termios.
2003-09-08Update to 0.6.4.wiz4-29/+20
version 0.6.4 Features: This version adds UCS-2 phonebook transfer mode (default with GSM fallback). (thanks to Alexander Kochetkov) Fixes: The range for phonebook CS and RD again and are requested correctly again. Only 5 entries at once to prevent timeouts with slow phones/SIM-cards. (thanks to Alexander Kochetkov) There are also other small fixes. Relieve kleink of his MAINTAINER duties, on his request.
2003-09-02Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-2/+2
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam2-3/+9
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-18/+21
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30Convert to use bsd.pkg.install.mk.jlam3-28/+34
2003-08-22Add gscmxx.salo1-1/+2
2003-08-22Don't be so verbose about missing ircomm* Linux devices.salo2-1/+15
2003-08-22Initial import of gscmxx-0.4.1: Gtk+ frontend for scmxx.salo4-0/+28
gscmxx is a Gtk+ GUI for scmxx written in perl. You can access your Siemens mobile phone from your X11 desktop.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb2-4/+2
2003-08-09Create if necessary the news user and group with theseb1-1/+4
bsd.pkg.install.mk framework. This fix this package on current.
2003-08-07The INSTALL and DEINSTALL scripts were overlooked during theseb1-1/+5
conversion to USE_NEW_TEXINFO. But... Replace them with MAKE_DIRS_PERMS from the bsd.pkg.install.mk framework.
2003-08-04Sync up with reality. There is no sbin/hylafax.jmc1-2/+1
2003-07-26lintcjep1-2/+2
2003-07-21COMMENT should start with a capital letter.martti8-16/+16
2003-07-18Update to 0.6.3.8:wiz4-17/+19
"RING" catched fixed sms type identification enable unicode sms sending (patch by Andy Shevchenko) update man page change flash sms coding to work with unicode setting in parallel fix content length output for unicode sms added russian man page translation (sent in by Andy Shevchenko) small change in unicode.c to stop gcc3.3 complain trying to avoid some error messages about syntax
2003-07-17s/netbsd.org/NetBSD.org/grant30-60/+60
2003-07-14Repeat my words: I must *not* derive "${DISTNAME}" from "${PKGNAME}".tron1-6/+4
2003-07-13PKGREVISION bump for libiconv update.wiz14-22/+29
2003-07-02Enable OpenSSL by default to get SSL/TLS support (e.g. in TELNET and FTP).kim4-14/+74
Install the manual page again.
2003-06-27Convert to USE_NEW_TEXINFO.seb2-5/+6
Add build dependency on textproc/texi2roff.
2003-06-27Convert to USE_NEW_TEXINFO.seb2-5/+4
XXX needs user 'news' during install, which -current does not have anymore.
2003-06-27Update hylafax to 4.1.5. Fixes a security hole!hubertf7-233/+123
Other changes: Changelog for HylaFAX 4.1.5 - Oct 21, 2002 * fix lockfile polling race condition (21 Oct 2002) Changelog for HylaFAX 4.1.4 - Oct 20, 2002 * fix broken polling in Class 1 (08 Oct 2002) * change pollrcvd to behave similarly to faxrcvd (06 Oct 2002) * fix faxqclean to not miss certain orphaned files (01 Oct 2002) * change faxrcvd to only require 4 parameters (01 Oct 2002) * fix recvstats to handle new Super G3 faxing speeds (01 Oct 2002) * cause faxgetty to poll for lockfiles while RUNNING (01 Oct 2002) * cause faxq to explicitly trigger LOCKWAIT for faxgetty (01 Oct 2002) * replace the select bug workaround with a better fix (01 Oct 2002) * allow sendfax -z option to accept whitespace in file (22 Sep 2002) * add -f and -c options to probemodem (20 Sep 2002) * improve sendfax parsing of '-z' destination file (22 Sept 2002) * disabled Solaris DSO support due to problems (13 Sep 2002) * add Class1ResponseWaitCmd to help USR send errors (13 Sep 2002) * add recognition of most of Japan NSF codes (13 Sep 2002) * fix notify manpage to not include commid (13 Sep 2002) * fix +XMonth capability of "at" syntax to use 12 month year (13 Sep 2002) * fix killtime to allow >= 24 day settings (13 Sep 2002) * add RingExtended config option (29 Aug 2002) * pass CID information to faxrcvd when using faxanswer (27 Aug 2002) * increase the RING timeout setting to six seconds (27 Aug 2002) * break lucent-isa prototype from lucent (27 Aug 2002) * add Class1MsgRecvHackCmd otpion (21 Aug 2002) * add faxqclean -A (force archiving) option (20, 29 Aug 2002) * fix pdf2fax to be installed properly for custom packaging (19 Aug 2002) * add Digi AccelePort prototype support (15 Aug 2002) * number DSOs according to the HylaFAX version (15 Aug 2002) * make faxalter accept more than one option at a time (14 Aug 2002) * add recognition of all US and UK NSF codes (14 Aug 2002) * change ModemBaudRateDelay default to help USRs reset (13 Aug 2002) * fix xferfaxstats to handle new Super G3 faxing speeds (08 Aug 2002) * support page counting for PDFs (02 Aug 2002) * change sendfax to warn users about bad placement of "-d" options (02 Aug 2002) * fixed faxaddmodem and probemodem for portability (02, 07 Aug 2002) * corrected some comments in prototype config files (01 Aug 2002) * added support for new USR Courier modem (01 Aug 2002) Changelog for HylaFAX 4.1.3 - Jul 27, 2002 * change some comments in the usr-xon and usr-rts (27 Jul 2002) * synchronize faxd/tif_fax3.h with libtiff's (23 Jul 2002) * remove the SGI logo from the default coverpage (23 Jul 2002) * documentation clarification for NoCarrierRetries (22 Jul 2002) * fix notify.awk to handle jobtag values with colons (19 Jul 2002) * remove admin-only restriction to the tagline (16 Jul 2002) * adds prototype support for MultiTech ISI5634PCI (09 Jul 2002) * caused the wedged script to give exit status (06 Jul 2002) * allowed faxgetty to identify extended RING data as a RING (06 Jul 2002) * fixed a buffer overflow when receiving long scan lines (06 Jul 2002) * enhanced Class1Modem::parseQuery() to parse correctly +FTM responses which contain item ranges (dashes) (27 Jun 2002) * made fixes to enable gcc v3.0 compatibility (15 Jun 2002) * made minor changes for Sun Forte compiler compatibility (14 Jun 2002) * fixed hostname format string vulnerabilities in faxrm, faxalter, faxstat, sendfax, sendpage, and faxwatch (14 Jun 2002) * added TagLineFormat option for receiver's name (14 Jun 2002) * added MultiTech RTFCC support via Class2RTFCC option (11, 28 Jun 2002) * workaround a Lucent V92 firmware bug in HDLC frame tracing (08 Jun 2002) * added Class2PTSQueryCmd for broken Class 2.0 firmwares (08 Jun 2002) * fixed a TSI format string vulnerability in faxgetty (08 Jun 2002) * fixed faxrcvd creation of PDFs other than letter size (08 Jun 2002) * added sendfax -z option to read destinations from a file (08 Jun 2002) * updated 'make clobberconfig' (27 May 2002) * added support for Solaris DSOs (24 May 2002) * fixed Class 1 sending CRP handling (24 May 2002) * changed Class 1 reception protocol to tolerate long syslog delays which could be encountered in extremely heavy loads (24 May 2002) * added prototype support for Sedlbauer Speedfax ISDN (24 May 2002) * added Class1TCFRecvHack config option (24 May 2002) * changed Class1SwitchingDelay to Class1SwitchingCmd (24 May 2002) * more 64-bit system compatibility enhancement (24 May 2002) * large update added initial Class 2.1 and V.34-fax support in particular for the MultiTech MT5634ZBA-V92 and MT5634ZPX-PCI-V92 (23 May, 14 Jun 2002) * have faxsetup check the fax user home directory (23 May 2002) * allow server-side usage of DisplayNumber in dialrules (23 May 2002) * changed various scripts for POSIX compliance (23 May 2002) * fixed a logging error in faxqclean (23 May 2002) * added prototype support for RocketModem PCI (10 May 2002) * changed the options proccessing order to fix Desired* options (03 May 2002) * added prototype support for Eicon Diva modems (03 May 2002) * enhanced configure for OSF-5.1A utmp support (03 May 2002) * fixed a five-second delay when receiving DID (03 May 2002, 27 May 2002) * added prototype for Davicom modems (03 May 2002) * fixed faxqclean to keep referenced docs in the doneq (03 May 2002) * Japanization and 64-bit system enhancement (03 May 2002) * fixed a configure problem with sed-3.02.80 (03 May 2002, 23 May 2002) * fixed a copy quality logic error with Class 2 reception (03 May 2002) * documented the use of "-1" values in sendfax for MaxDials (03 May 2002) * correct JobReqOther from interfering with other requeing (03 May 2002) * add preliminary job archiving support (03 May 2002) * make stripping of binaries in html conditional on HTML=yes (13 Apr 2002) Changelog for HylaFAX 4.1.2 - Apr 11, 2002 * T.4 incompatability error message more descriptive (11 Apr 2002) * fix faxcron to prevent it from deleting seqf files (11 Apr 2002) * alter faxaddmodem to perform regex on the ATI0 result (7 Apr 2002) * enhance defaults to recognize and configure Mac OS X (7 Apr 2002) * change PWD usage in configure to PWDCMD (7 Apr 2002) * add notification message to timedout jobs (7 Apr 2002) * cleanup previous Topic modem enhancement (7 Apr 2002) * cleanup previous Digital Unix enhancement (7 Apr 2002) * cleanup previous "F" status enhancement (7 Apr 2002) * changed many prototype configs to use 19200 baud instead of 38400 and to not use the "@" dial-command option (7 Apr 2002) * fix segfault in faxqclean (28 Feb 2002) Changelog for HylaFAX 4.1.1 - Feb 24, 2002 * resolve faxsetup and textfmt problems with Ghostscript 6.5 where Fontmap.GS could not be found (14 Feb 2002) * fix blocked jobs from getting requeued at the end (14 Feb 2002) * caused faxgetty to pass CIDName to faxrcvd and enhance documentation to include DNIS details (14 Feb 2002) * gave failed jobs status "F" instead of "D" (14 Feb 2002) * add Topic modem prototype config support (14 Feb 2002) * replace Class1Send[EOP|PPM|TCF]Delay with Class1[EOP|PPM|TCF]WaitCmd, using +FTS for these pauses, resolving some timing issues (14 Feb 2002) * fix PriorityScheduling and update html for SCO (13 Feb 2002) * added OpenUNIX support (13 Feb 2002) * updated config.guess (13 Feb 2002) * correct ECM detection in Class 2 (2 Feb 2002) * added ModemSoftResetCmdDelay default and option (2 Feb 2002) * enhanced Class 1 parseQuery to allow for the use of parenthesis (2 Feb 2002) * added NSF entries for various machine types (2 Feb 2002) * fixed hfaxd from always exiting nonzero with inetd (2 Feb 2002) * altered logging to prevent double-double quoting (2 Feb 2002) * fixed pageSendApp.c++ logging pointer (2 Feb 2002) * changed the faxaddmodem default to select Class 1 (2 Feb 2002) * adjusted Class1SwitchingDelay default to fix ISDNs (2 Feb 2002) * added prototype config support for some Boca, USR, and Practical Peripherals modems (2 Feb 2002) * corrected problems building on Digital UNIX Alphas (2 Feb 2002) * improved faxgetty glare handling (2 Feb 2002) * improved some logging verbosity (2 Feb 2002) * fixed an RTNHandlingMethod typo (16 Dec 2001) * fixed RTNHandlingMethod brokenness (15 Oct 2001) * corrected DestControls ability to use numeric arguments and other similar DestControls fixes (12 Aug 2001) * more Lucent and K56 modem prototype config support (12 Aug 2001) * workaround: stopped trying to utilize NDIS frames (12 Aug 2001) * added Class1SendMsgDelay (12 Aug 2001) * enhanced the logging of garbage frames (12 Aug 2001) * added prototype config support for Hayes Optima (12 Aug 2001) * fixed faxgetty's parsing of Class 1.0 in +FCLASS=? (12 Aug 2001) * finally added faxcover "from" options and corrected it to function as documented for comments (12 Aug 2001) * corrected and enhanced earlier QualifyTSI fix (12 Aug 2001) * updated config.guess, config.sub from gcc-3.0 (18 Jul 2001) * cause the sequence files to begin at 1 rather than 2 (15 Jul 2001) * include external MultiTech into lucent-mt-2 (15 Jul 2001) * apply use of "none" to rc32acl prototype config (15 Jul 2001) * corrected documentation regarding some defaults (15 Jul 2001) * fixed stripQuotes for unexpected TSI quoting (15 Jul 2001) * integrate Linux DSO support (15 Jul 2001) * fixed bash v2 verbosity in probemodem (15 Jul 2001) * note to run hfaxd as root if run from inetd (4 Jul 2001) * remove setuid from hfaxd in pkg (4 Jul 2001) * add INSTALL to distrules (4 Jul 2001) * add prototype config for Prometheus (3 Jul 2001) * correct timing of DCN after failed QualifyTSI check (2 Jul 2001) * fix Class 1 EOM handling (2 Jul 2001) * add Class1SendEOPDelay config option and increase the default from 95ms to 200ms to prevent modem timeouts (2 Jul 2001) * enhance faxrcvd to utilize CID, use FILETYPE (for FaxDispatch), and other minor faxrcvd enhancments (2 Jul 2001) * pass CID data through successive rings and to faxrcvd (2 Jul 2001) * caused bulk faxes to drop in requeue priority (2 Jul 2001) * fix faxaddmodem from mis-parsing a modem's phone number (2 Jul 2001) * added 7-bit text support to typerules (2 Jul 2001) * stop faxqclean from deleting docq files that are in-use (2 Jul 2001) * fixed a bash barf when VERSION changed (2 Jul 2001) * caused configure to check zlib before libtiff (2 Jul 2001) * added prototype config support for AT&T Lucent modem (2 Jul 2001) * applied the use of "none" in rc288dpi config (2 Jul 2001) Patch contributed by Andreas Hallmann <Andreas.Hallmann@tiscali.de in PR 21804.
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc2-4/+4
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18Use PKGNAME_NOREV, rather than manually trying to strip off any nbagc1-2/+2
suffix from ${PKGNAME}
2003-06-17The main package has changed on the distribution site by the followingagc2-5/+8
change: --- gkermit.h 1999-12-26 21:25:52.000000000 +0000 +++ gkermit.h 2003-05-27 16:30:13.000000000 +0100 @@ -233,7 +233,11 @@ /* Externs */ +#ifdef ERRNO_H +#include <errno.h> +#else extern int errno; +#endif /* ERRNO_H */ #ifndef _GKERMIT_C extern int debug; #endif /* _GKERMIT_C */ but unfortunately without a corresponding version number bump. so do the dance we usually do with unnumbered distributions, and put the distfile locally into a (numbered) DIST_SUBDIR directory. Bump package revision number, regen distinfo file, and one cosmetic change to make the WRKSRC definition appear in a more suitable place in the package Makefile.