summaryrefslogtreecommitdiff
path: root/comms/p5-Device-SerialPort/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-02-13Instead of homegrown work around, just depend on p5-perl-headers.mjl1-4/+3
Kudos to wiz for pointing out that such a package indeed exists.
2003-02-13Make this build by building the necessary .ph files on the fly. Alsomjl1-2/+3
add a MESSAGE telling the user to run h2ph on his include files.
2003-02-13Mark this package as brokenagc1-1/+3
2003-02-12Update p5-Device-SerialPort to 0.12mjl1-3/+2
- corrected DTR activation code - improved auto-detection of ioctl methods - allow TIEHANDLE to use a device port in addition to a config file - added FILENO function - added "modemtest" - found a place where HANDLE was staying open - corrected FD-success test (0 *is* a valid fd number)
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-25Don't hardcode /dev/tty00 as the serial device; use ${DEFAULT_SERIAL_DEVICE}jlam1-2/+4
instead. This has no user-visible effect, as the serial device name is only used for the test framework.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
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-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-18p5-Device-SerialPort pkg from Damon Brodie in PR#11762, but moved totsarna1-0/+19
comms category.