summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2005-01-24Don't "make depend"; not all systems have 4.4BSD mkdep(1).tv1-4/+1
2005-01-24Put --with-catgets inside the conditional to match LOCALE_SUFFIX.tv1-4/+4
2005-01-21Fix build on Interix, and properly depend on gettext-lib for platformstv1-2/+3
using that.
2005-01-03Fix configure to allow build with libtiff 3.7.markd2-4/+13
2004-12-29Make the dependency on p5-perl-headers slightly more restrictive, tofredb1-2/+2
force recompiling of it after the base system is upgraded, as suggested by Juergen Hannken-Illjes in an addendum to PR pkg/28754.
2004-12-29Use VARBASE.minskim1-2/+2
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed3-6/+6
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant3-3/+6
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2004-12-16Undo last change because "perl-thread" package has been removed.tron1-2/+2
2004-12-15Move buildlink3.mk files ahead of make targets, as in doc/Makefile-example.jlam1-7/+7
2004-12-15JPilot's KeyRing plugin requires OpenSSL, so add the dependency byjlam3-21/+5
including openssl/buildlink3.mk. While we're here, also convert to set USE_OLD_DES_API=yes and remove patch-ab, which was a workaround for the OpenSSL DES problem. Bump the PKGREVISION due to the dependency change.
2004-12-08Fix build for NetBSD 2.99.x: should cast arg to ctype macros totv2-1/+24
"unsigned char" first. (Oddly enough, this was being done just a few lines prior when using the values as array indexes.)
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam1-1/+2
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz4-9/+9
Suggested by Roland Illig, ok'd by various.
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz2-5/+4
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-29Update to 0.9.8. Fix MAINTAINER. Changelog:tv4-23/+15
0.9.5 (Thu Sep 04 2003 18:18:04) ----- 64-bit integer fix (Tobias Ernst 2:2476/418). Allow '-' and '_' in domain names (Tobias Ernst 2:2476/418). "defnode" was not work correctly in 0.9.4. binkd/win: run() fix for no inherit open files (i.e. *.bsy). @command - run in background (Dima Afanasiev <da@4u.net>) binkd/os2-emx: run() fix binkd/os2: don't send hidden files from filebox New command-line parameter '-m' - do not use MD5 authorization. If remote requests file offset more then file size, touch the file and drop session for send it from 0 next session. binkd/unix: run as daemon (Alex Semenyaka <alexs@snark.rinet.ru>). New option skipmask in binkd.cfg - don't receive (destructive skip) files by specified wildcards. getfree() bug if free space >4G fixed. NTLM proxy authotization (Dima Afanasiev <da@4u.net>). New option bindaddr in binkd.cfg - bind to specified interface (Dima Afanasiev <da@4u.net>). Run by-file events with the same command-line once after session. Bugfix in ftrans (thanks to Aleksey I Zavilohin <villain@ems.ru>). New option inboundcase in binkd.cfg - set case style for received files (Kostya Falkov 2:5014/33@fidonet) New option deletedirs in binkd.cfg - delete empty point dirs in BSO. Do not send empty (60-bytes) pkt files. New option overwrite in binkd.cfg - overwrite older file by newer. Run as service under win9x (Alexander Reznikov 2:4600/220@fidonet). Check free space on inbox if defined. Fix security vulernability (DoS) (andrew clarke <mail@ozzmosis.com>). Assume default domain for remote 4D address. Do not resolve hosts if proxy or socks5 using. Do not give unsecure mail to secure link when send-if-pwd. Amiga Style Outbound (ASO) support. New option -sip in node string: strict IP check; host need to be specified, resolved and matched. For -ip option unresolved host is ok. Crypt traffic, new option -r (disable crypt). NR- and ND-modes can be asymmetric now, options -nr and -nd sets mode only for receiving files from this node. 0.9.6 (Fri Oct 28 06:02:25 EET 2003) ----- Memory leak in event processing (Roman Trunov). Bugfixes in NT service exit (Stas Degteff). Some minor bugfixes. 0.9.7 (Sun Jun 15 08:22:58 EET 2004) ----- Fix in client manager (poll nodes queue). 0.9.8 (Mon Nov 08 12:47:00 EET 2004) ----- Fix signal handling, binkd sometimes hangs under glibc 2.3. Fixed memory leak. Fixed compilation under SuSe and OS2-emx.
2004-11-28Depends on gettext-lib; add bl3 file.wiz1-1/+2
2004-11-27Update to 0.7.4:wiz3-6/+24
support for configuration file (.scmxx/config in home directory) add lock listing to --info new option --lock-info to show status of locks and as switch for --info new option --toggle-lock to toggle status of a lock new option --dial to dial a number using remote keypad access german translation for rpm specfile, manpage and gettext strings russian translation: updated manpage and partially gettext
2004-11-27Migrate ruby-rdtool to use new framework for Ruby packages.taca2-12/+13
Correct install directory under site_ruby, too.
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv1-2/+2
1.8.17nb3).
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam7-14/+14
2004-11-13Fix dependence so this can be used with the "perl-thread" package.tron1-2/+2
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-3/+1
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-11-12This package uses libtool and C++.jlam1-1/+3
2004-11-02Remove old patch which causes LD to be ignored. This fixes builds on Solaris.gavan2-12/+3
2004-11-02Remove old code which pulls in snprintf from apache if __sun__ is defined.gavan2-1/+22
Not required on Solaris for the last decade.
2004-10-11RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directoryreed1-2/+2
under ${PREFIX} instead of being an absolute path. So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}. This should have no changes to use before. Please note that the MESSAGE files in most cases are wrong in the first place. We have automated mechanisms and could have an automated message for explaining rc.d script usage. (This is something to do!)
2004-10-03Use PKGNAME_NOREV as DIST_SUBDIR. Closes PR 27131.wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv27-41/+54
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.
2004-09-24Include pthread.buildlink3.mk.kristerw1-1/+3
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam10-89/+10
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-15Pass the appropriate flags to build and link code using pthread, since thejlam1-1/+3
GNU configure script doesn't seem to bother with checking for it at all. This fixes the build on NetBSD-1.6.2.
2004-09-08Make build with gcc3.wiz12-27/+204
2004-09-08regen (oops).wiz1-2/+2
2004-09-08Update to 0.12 to fix build with gcc3.wiz19-225/+231
Changes since 0.8 are not documented except in the ChangeLog. Changes from Version 0.7 to 0.8 - Fixed lot of bugs, especially in nfs code - Series 3 _should_ work again. - Added support for KDE (KDE >= 2.1) - Added KDE Application "kpsion" Changes from Version 0.6 to 0.7 - Changed timezone-stuff again. With S5, now the machine-info is evaluated. This info holds the Psion's time-offset so that we are able to calculate the offset correctly, regardless of the Psion's setting. All that is done in a new class PsiTime. For S3, a Fallback is provided using an Env-Variable "PSI_TZ" which can be set to the Psion's time-offset in seconds. - Added lots of rpc related stuff: - Implemented a procfs-like subdir in plpnfsd. Processes can be examined and misc. parameters can be examined/changed using the entries in <psionMountDir>/proc/ Several parameters can now be changed on the fly: attribute-cache timeout in seconds: proc/acache (rw) debuglevel: proc/debuglevel (rw) directory-cache timeout in seconds: proc/dcache (rw) Psion's owner-info: proc/owner (ro) Unix-owner of mounted directory: proc/unixowner (rw) Stopping of plpnfsd has now changed: Old: reference /mnt/psion/exit New: echo stop > /mnt/psion/proc/exit This should be safer than accidentally referencing a file. For every process running on the psion, a subdir in proc/ is created with two files "cmd" and "args" (both ro). cmd is the process-name, args is it's commandline. - Added machinfo command in plpftp for displaying lot of interesting information about S5. (E.g. battery status etc.) - Added killsave and runrestore to plpftpd. Both take a unix file as argument. killsave kills all processes on the Psion and saves restart-information to the specified file. runrestore reads a file created by killsave and starts all processes saved in this file. -> Functionality similar to the behavior of PsiWin before/after backup.
2004-09-05Add missing man page.wiz1-1/+2
2004-08-30Set MKDIR_PATH in CONFIGURE_ENV since qpage does not honor MKDIR whichrecht1-1/+3
on systems with a less capable mkdir in the shell path can lead to problems during the installation process. Suggested by Georg Schwarz in PR 26805
2004-08-30regen patch to make it apply with gnu patch.wiz2-6/+9
Closes PR 26787.
2004-08-30Regen patch[c-e] so that they also apply cleanly with GNU patch.recht4-13/+16
Addresses PR 26802 by Georg Schwarz.
2004-08-29Add dependency on zlib to fix the build on systems without native zlib.recht1-1/+4
Based upon the patch provided in PR 26798 by Georg Schwarz.
2004-08-29Fix how the external patch get's applied.recht1-3/+4
First use -p0 from PR 26790 by Georg Schwarz, second use unzip -p instead of gzcat, since it's a zip archive.
2004-08-29Don not use {head,tail} -n since it is not supported by somerecht1-5/+5
implementations. patch provided by Georg Schwarz in PR 26789
2004-08-28Shorten context of last hunk in the hope it fixes PR 26787.wiz2-5/+4
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+2
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-23Update fidogate to 4.4.9nb1. Extremely minor changes from 4.4.5, mainlytv12-83/+121
changes local to the author's system and changes in doc to note better the newer home on SourceForge. However, this does contain a quasi-security fix: LOGFILE and FIDOGATE_LOGFILE could have been used to alter files owned by user/group "news". This is fixed in 4.4.9nb1, and will also be fixed in 4.4.10 from the author.
2004-08-17Update to 0.7.3:wiz2-6/+5
This version adds new features, such as a name-number cache to do name lookup on getting and number lookup on sending. A status report can now be decoded and matched to the right outgoing short message. Short messages can be sorted with the new --sort option. A German translation of the manpage was written. Some segfaults were fixed.