2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
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-04-11 08:56:57 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2003-02-13 20:39:41 by Martin J. Laubach | Files touched by this commit (2) |
Log message:
Instead of homegrown work around, just depend on p5-perl-headers.
Kudos to wiz for pointing out that such a package indeed exists.
|
2003-02-13 20:29:33 by Martin J. Laubach | Files touched by this commit (2) |
Log message:
Make this build by building the necessary .ph files on the fly. Also
add a MESSAGE telling the user to run h2ph on his include files.
|
2003-02-13 15:51:03 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
Mark this package as broken
|
2003-02-12 01:43:22 by Martin J. Laubach | Files touched by this commit (2) |
Log message:
Update p5-Device-SerialPort to 0.12
- 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-20 19:46:06 by Stoned Elipot | Files touched by this commit (31) |
Log message:
Use buildlink2. Use perl5/module.mk.
|