Age | Commit message (Collapse) | Author | Files | Lines |
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
Bump PKGREVISION for runtime dependency pattern changed packages.
|
|
1.219 2013-07-06
- cygwin fixes (thanks, Reini Urban!)
- Skip t/threads.t unless perl version is 5.13.4 or greater (thanks, VPIT)
- compile with strict C89 compilers (thanks, VPIT)
- more bugfixes (thanks, VPIT)
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
Upstream changes:
1.218
- support for Haiku OS (thanks, Tony Cook!)
|
|
|
|
Upstream changes:
1.217 2010-09-14
- documentation fixes
- minor portability tweak to UUID.xs (thanks, Florian Ragwitz)
|
|
Upstream changes:
1.216 2010-09-04
- documentation fixes only
|
|
pkgsrc changes:
- correct version numbering - perl version numbers are usually 3 digits:
1.3 == 1.003
1.3.5 == 1.003005
Upstream changes:
1.215 2010-05-24
- no changes, released as non-trial
1.214 TRIAL RELEASE 2010-05-14
- Use gv_stashpv instead of gv_stashpvs (Florian Ragwitz)
1.213 TRIAL RELEASE 2010-05-07
- Pass along the interpreter to ptable_store, if needed (Florian Ragwitz)
1.212 TRIAL RELEASE 2010-05-07
- fix MANIFEST (thanks for noticing, Florian Ragwitz)
1.211 TRIAL RELEASE 2010-05-07
- add a uniqueness test to threads.t (thanks, SCHWERN!)
1.210 TRIAL RELEASE 2010-05-07
- thread safety, added by Florian Ragwitz
|
|
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!
|
|
1.203)
Pkgsrc changes:
- Adjust to now non-interactive Makefile.PL
Upstream changes:
1.203 Tue Nov 3 16:46:50 EST 2009
- avoid interactive configuration (thanks, DAXIM)
|
|
Upstream changes:
1.202 Mon Jun 15 18:42:19 EDT 2009
- localize changes to $! (thanks, Jesse Vincent!)
|
|
|
|
- Updating package for p5 module Data::UUID from 1.14.9 to 1.20.1
- Adjusting dependency to perl core module
Upstream changes (since upstream ver 1.149):
1.201 Sat Apr 18 14:09 2009
- replace Data-UUID's own md5 with Digest::MD5 (thanks, RUZ!)
- apply patch from tokuhirom to avoid segmentation violation
|
|
Pkgsrc changes:
o Add USE_LANGUAGES=c
o Add dependency on p5-Digest-MD5
Upstream changes:
1.149 Sat Nov 1 12:31 2008
- added explicit BSD license; code is basically RFC4122 + patches
|
|
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=...").
|
|
(original version number is 1.148,
but to prevent problems later, we use 1.14.8 in pkgsrc).
Add CPAN home page.
Changes:
1.148 Thu Nov 16 10:21 2006
- Debian has chosen to distribute their own Data::UUID, which has a different
interface and breaks other modules. They also use a grossly-inflated
version number, which means that this version number must be inflated to
allow modules to rely on the CPAN Data::UUID properly.
Tests added to EXPLICITLY assert the one known difference between genuine
Data::UUID and Debian's ersatz version in libossp-uuid-perl.
Thanks to ADAMK for bringing this to my attention.
|
|
|
|
can handle packages having no PLIST files.
|
|
|
|
- more tick-tracking fixes
- fix incorrect initialization of tick-tracking
- added use strict
- fixed compilation errors on Mac OS X
- avoid hanging under CPAN tools by using EUMM prompt()
- fix problems with "long" type on 64 big platforms
- improve compilation on Cygwin
- improve compilation on Win32
- fixed UUID collision on SMP machines
|
|
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.
|
|
include bsd.prefs.mk before attempting to test for any variable like
${OPSYS} in a cpp-like pre-processing statement.
|
|
|
|
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
|
|
|
|
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.
|
|
This module provides a framework for generating UUIDs (Universally
Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
A UUID is 128 bits long, and is guaranteed to be different from
all other UUIDs/GUIDs generated until 3400 A.D. UUIDs were originally
used in the Network Computing System (NCS) and later in the Open
Software Foundation's (OSF) Distributed Computing Environment.
Currently many different technologies rely on UUIDs to provide
unique identity for various software components, Microsoft COM/DCOM
for instance, uses GUIDs very extensively to uniquely identify
classes, applications and components across network-connected
systems.
|