summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2001-12-17Make the package compile on pre 1.5Z.augustss2-6/+5
2001-12-16Add a delay in getValueByClass() that seems to improve ircomm.augustss2-5/+5
I'm not sure why.
2001-12-11ir devices weren't added until 1.5Z so restrict this with an ONLY_FOR_PLATFORMjmc1-1/+2
directive for 1.5Z or greater.
2001-12-08Patch aclocal.m4 to not pass the gtk prefix arg to gtkconfig or else it gets ↵jmc2-1/+15
the paths wrong and the X libraries won't link in from the buildlink area
2001-12-05Update for the new world order with in kernel irframe support.augustss2-5/+5
2001-12-03Dewey'ize (ouch ;) version number.wiz1-2/+2
2001-11-30Use perl5/buildlink.mk instead of USE_PERL5.jlam1-3/+3
2001-11-30Use perl5/buildlink.mk instead of USE_PERL5jlam1-2/+2
2001-11-29Add birda.augustss1-1/+2
2001-11-29A set of utilities to communicate with IrDA devices over an IrDA portaugustss4-0/+43
on a serial line. Covers IrComm for connecting via PPP over cell phones as well as several utilities to exchange data with PDAs. These programs were written by Tommy Bohlin <tommy@gatespace.com>.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf3-6/+7
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Buildlinkify.jlam1-5/+6
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam2-6/+8
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26Update to 8.0.200.b4 (beta.04). More bugfixes.hubertf2-7/+9
2001-11-25Don't hardcode /dev/tty00 as the serial device; use ${DEFAULT_SERIAL_DEVICE}jlam3-17/+5
instead. This has no user-visible effect, as the serial device name is only used for the test framework.
2001-11-11Adjust format a bit:hubertf1-1/+3
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-06Use the proper typecasts to make this compile.jlam3-12/+28
2001-10-31Move pkg/ files into package's toplevel directoryzuntum74-41/+41
2001-10-31Clean out my pkgsrc diffs:tv4-15/+15
Update fidogate to 4.4.4. Major changes; see documentation for information.
2001-10-26At present, if there is a pre-<target> or post-<target> script inagc1-1/+4
the scripts/ directory, it will be run automatically as part of the build process, by bsd.pkg.mk. There are now exactly 5 packages in pkgsrc which use this facility, and yet, for every package build, the existence of a script is checked by bsd.pkg.mk once before the target is executed, and once afterwards. This incurs needless overhead. Move the separate pre- and post- script handling out of bsd.pkg.mk into the individual package Makefiles, where it's much more obvious what is happening, anyway.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam5-10/+10
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23Strongly buildlinkify.jlam3-6/+7
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam4-8/+8
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego2-2/+4
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-14Fix build problems when the new toolchain is used.tron5-5/+63
2001-10-02Use Digest::MD5.pm instead of MD5.pm in the SyncPlan conduit. The MD5.pmjlam4-2/+62
module is superseded by Digest::MD5.pm.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam5-15/+15
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc2-4/+4
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+1
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-06Fix build problem caused by buildlink conversion.tron1-1/+2
2001-09-05Alter dependencies so that perl>=5.6.1nb2 will satisfy the dependency forjlam1-2/+2
p5-CGI or p5-Data-Dumper.
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