diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
commit | 68c2f99c6300bc38a37eb3a8292b562cc2d8952b (patch) | |
tree | 0898749bb767b388765958548da12c5b50b3825d /devel/p5-File-Lock | |
parent | 031bd55ed2b892d722ffdba72b339be33879e047 (diff) | |
download | ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.tar.gz ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.zip |
Notes
Diffstat (limited to 'devel/p5-File-Lock')
-rw-r--r-- | devel/p5-File-Lock/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-File-Lock/pkg-descr | 13 |
2 files changed, 7 insertions, 12 deletions
diff --git a/devel/p5-File-Lock/Makefile b/devel/p5-File-Lock/Makefile index a032af9d32db..5f078cc4d2a7 100644 --- a/devel/p5-File-Lock/Makefile +++ b/devel/p5-File-Lock/Makefile @@ -14,10 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org -USE_PERL5= yes - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" +PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/devel/p5-File-Lock/pkg-descr b/devel/p5-File-Lock/pkg-descr index 5ab881e34e33..c6a32ae377e2 100644 --- a/devel/p5-File-Lock/pkg-descr +++ b/devel/p5-File-Lock/pkg-descr @@ -1,4 +1,3 @@ - This is my first alpha release of File::Lock, my version of the code greatfully provided by Jarrko. I've mucked about with it quite a bit, and there are a few policy decisions you might not agree with: @@ -18,12 +17,13 @@ unlocked on destruction. But it isn't. File::Lock::lockfile isn't written yet, but will be. -You can use a mode of "t" or "i" to get info/test a lock. fcntl in array context -will return an array consisting of all the usual fcntl data. In any other case, a single -letter is returned, "u", "w", or "r", for the detected locking mode. (or unlocked.) +You can use a mode of "t" or "i" to get info/test a lock. fcntl in array +context will return an array consisting of all the usual fcntl data. +In any other case, a single letter is returned, "u", "w", or "r", +for the detected locking mode. (or unlocked.) -All calls return true if successful. Currently no mucking about with errno is done, so it -might not be the same for the same condition on all systems. +All calls return true if successful. Currently no mucking about with errno +is done, so it might not be the same for the same condition on all systems. If you need real fcntl() and it's constants, use Fcntl. File::Lock does optionally export SEEK_*, and LOCK_EX|UN|SH, though. (I don't remember why, @@ -33,4 +33,3 @@ Any comments, complaints, or bug patches would be greatly appreciated. -- Kenneth Albanowski (kjahds@kjahds.com, CIS: 70705,126) - |