Commit graph

34 commits

Author SHA1 Message Date
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
rhaen
fedf02c358 - updated to 1.10
Changelog:
2010-10-11   Todd Rinaldo <toddr@cpan.org>
	* CPAN testers clean. Bumping to release version 1.10

2010-10-04   Todd Rinaldo <toddr@cpan.org>
	* RT 60788 - Better error reporting on Operating Systems
	  that can't set a controlling terminal e.g. BeOS
	* Bump to 1.09_01

2010-10-04   Todd Rinaldo <toddr@cpan.org>
	* CPAN testers looks clean. Internal testing done on perl 5.6
	* Bump version to 1.09 and release to CPAN
2010-12-17 18:20:18 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
rhaen
a97c89fe55 - updated to 1.08
- removed patch-ab
ChangeLog:
2009-02-05   Roland Giersig  <rgiersig@cpan.org>
	* v1.08
	* Makefile.PL, Tty.xs: added support for posix_openpt(),
          thanks to Ed Schouten for providing a patch
2009-02-25 14:12:04 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
rhaen
18e71a3c9f - updated to 1.07
- DESTDIR support
- maintainer change
- oked by joerg, rillig
2006-07-18   Roland Giersig  <rgiersig@cpan.org>
        * v1.07
        * Tty.xs: added some more letter to BSD allocation

2006-07-15   Roland Giersig  <rgiersig@cpan.org>
        * v1.06
        * Tty.pm: pre-allocate buffer for ioctl

2006-06-06   Roland Giersig  <rgiersig@cpan.org>
        * v1.05
        * Tty.xs: added includes <sys/pty.h>  and <sys/ptyio.h>

2006-05-28   Roland Giersig  <rgiersig@cpan.org>
        * v1.04
        * Tty.xs: added handling for z/OS (uses /dev/ptyp0000)
        * Makefile.PL: added <sys/pty.h> (for HPUX)

2006-04-25   Roland Giersig  <rgiersig@cpan.org>
        * v1.03
        * Tty.c: changed newCONSTSUB to use newSV(0) instead of
          PL_sv_undef, now undef'd constants work
        * Makefile.PL: made ccflags handling meta-char safe, added
          ldflags; enhanced error msg
        * Makefile.PL: added <sys/ptyio.h>
2008-02-09 16:34:43 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
heinz
d75baa6296 IO::Tty was broken on NetBSD >= 3.0.
patch-ab is only an unintrusive short-term fix, discussion with the authors
how to fix it correctly has started.

NetBSD >= 3.0 supports grantpt() but it invalidates the slave
FD (see grantpt(3) on NetBSD) obtained through openpty() so we discard
the (now invalid) descriptor for the slave tty. This causes Tty.xs to open
the slave tty again.

The issue should be really fixed by using posix_openpt() instead of
openpty(). The functions posix_openpt(), grantpt(), unlockpt()
and ptsname() belong together and should be used ahead of
all the other ways to create the master and slave tty, not just
on NetBSD. See also
http://www.opengroup.org/onlinepubs/009695399/functions/posix_openpt.html
2006-02-19 01:28:53 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 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-12-20 11:30:55 +00:00
minskim
2e164ecdd0 Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
25e9e6b0ea Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
wiz
6c2816e37e regen (no patch-aa) 2002-04-19 13:15:12 +00:00
shell
d69b59e8fb Updated to p5-IO-Tty-1.02
ChangeLog :

* Tty.pm, Pty.pm: v1.02; disable warning for non-existant die handler
* Makefile.PL: remove cpp, test-compile instead
* Tty.pm, Pty.pm: disable die handler when requiring Stty
2002-04-17 10:22:28 +00:00
jlam
61900df227 Update p5-IO-Tty to 1.00. Major changes from version 0.04 include
additions to the API and a complete rewrite of the way a pty is allocated,
and the use of openpty() in *BSD to open the allocated pty, and other bug
fixes.

We had to fix Makefile.PL to correctly invoke the preprocessor.  The changes
have been forwarded to the author.

This closes pkg/15896 by Shell Hung <shell@shellhung.org>.
2002-03-22 06:57:34 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
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-18 15:20:01 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
622723109f Update to 0.04 (pkg/11799). Minor changes. 2001-02-27 22:46:08 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
84cae16771 remove '.$' 2000-09-03 09:55:23 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00
hubertf
c4af37727c downcase pkgname 2000-07-16 17:12:18 +00:00
thorpej
486ded8ca3 Import p5-IO-Tty, another perl class for futzing with TTYs. 2000-07-16 00:52:14 +00:00