Up to [cvs.netbsd.org] / pkgsrc / lang / perl5
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.49 / (download) - annotate - [select for diffs], Wed Sep 14 15:41:36 2011 UTC (8 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.48: +3 -1
lines
Diff to previous 1.48 (colored)
When building perl packages, never use native perl.
Revision 1.48 / (download) - annotate - [select for diffs], Fri Aug 5 18:06:14 2011 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.47: +4 -4
lines
Diff to previous 1.47 (colored)
Changes 5.14.1: * Several modules were updated to fix minor bugs. * Tests were fixed. * Documentation was improved. Changes 5.14.0: * Unicode version 6.0 is now supported. * Regular expressions can now be reset to the default modifiers. * Four new regular expression modifiers, "/d", "/l" , "/u", and "/a", were introduced. * The substitution operators now support the modifier "/r" to work non-destructively, leaving the original unmodified. * Larger octals can now be specified. * Array and hash operators can now experimentally operate directly on hard references. * printf-like functions now understand post-1980 size modifiers. * Exception handling was made more reliable and consistent. * Other enhancements and many bug fixes were made PkgSrc: * Fixed configuring on Mac OS X 10.7.
Revision 1.47 / (download) - annotate - [select for diffs], Fri Aug 27 05:27:37 2010 UTC (20 months, 4 weeks ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.46: +4 -4
lines
Diff to previous 1.46 (colored)
Updating lang/perl5 from 5.12.1 to 5.12.1nb1 pkgsrc changes: - preparing for databases/p5-gdbm (using Makefile.common) - supporting external access to perl install dirs (dirs.mk) - fixing some errors/warnings from pkglint - adding conflict to packages of CPAN modules which are in Perl5 code on the one hand and are broken with perl-5.10+ Bumping PKGREVISION (dependencies changed, rebuild highly recommended). Recursive rebuild is not required.
Revision 1.46 / (download) - annotate - [select for diffs], Thu Aug 19 20:47:09 2010 UTC (21 months ago) by seb
Branch: MAIN
Changes since 1.45: +9 -11
lines
Diff to previous 1.45 (colored)
Update perl from version 5.10.1nb2 to version 5.12.1. Pkgsrc changes: - Adjust some patches - Remove patches integrated upstream - Use Perl's "Policy.sh" framework (along the way remove some patches) - Link in an enterprise friendly way on HPUX - in buildlink3.mk bump minimum required pkgsrc Perl version to 5.12.0 - placate some pkglint warnings Upstream changes: - From version 5.12.1 announce This release contains minor bug fixes and updates of several core modules, as well as minor documentation updates. It should be fully backward compatible with Perl 5.12.0. - From version 5.12.0 announce: Perl 5.12.0 represents approximately two years of development since version 5.10.0 and contains over 750,000 lines of changes across over 3,000 files from over 200 authors and committers. [...] Notable changes in Perl 5.12 include: * Perl now conforms much more closely to the Unicode standard. Additionally, this release includes an upgrade to version 5.2 of the standard. * New experimental APIs allow developers to extend Perl with "pluggable" keywords and syntax. * Perl now has a better sense of time and will be able to keep accurate time well past the "Y2038" barrier. * New syntax allows developers to specify package version numbers directly in "package" statements * Perl now warns the user about the use of deprecated features by default. - For a complete list of changes see included perl5120delta(1) and perl5121delta(1) or http://perldoc.perl.org/perl5120delta.html and http://perldoc.perl.org/perl5121delta.html
Revision 1.45 / (download) - annotate - [select for diffs], Fri Jul 17 06:43:27 2009 UTC (2 years, 10 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.44: +4 -1
lines
Diff to previous 1.44 (colored)
allow dependent modules check build options of perl5
Revision 1.44 / (download) - annotate - [select for diffs], Fri Mar 20 19:24:51 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.43: +6 -13
lines
Diff to previous 1.43 (colored)
Simply and speed up buildlink3.mk files and processing. This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
Revision 1.43 / (download) - annotate - [select for diffs], Sun Oct 19 19:10:42 2008 UTC (3 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.42: +5 -1
lines
Diff to previous 1.42 (colored)
Add BUILDLINK_API_DEPENDS.perl+= perl<5.12.0 together with a comment explaining that this should prevent a repeat of the current problem where binary perl packages built for 5.8.8 can be installed together with perl 5.10.0 without any warning/error. By the perl numbering scheme, perl 5.12.0 will be the next maintenance version which installs modules in a different path than what's used for 5.10.0. The contents of perl itself doesn't change as a result of this change, so no revision bump, but a revision bump for all packages which depend directly on perl is forthcoming, as a workaround for the 5.8.8 -> 5.10.0 transition.
Revision 1.42 / (download) - annotate - [select for diffs], Thu Oct 16 18:27:13 2008 UTC (3 years, 7 months ago) by he
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
Adjust PERL5_REQD from 5.8.7 to 5.10.0, so as to prevent attempts at using p5-* packages built with the new perl from being installed together with an older version of perl. The p5-* packages will not work because the new and old perls install modules in different directories. As a consequence, bump package revision.
Revision 1.41 / (download) - annotate - [select for diffs], Wed Nov 21 22:49:45 2007 UTC (4 years, 6 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.40: +4 -4
lines
Diff to previous 1.40 (colored)
Properly fix the problem that 1.40 addressed. PERL5_REQD should be treated as a list.
Revision 1.40 / (download) - annotate - [select for diffs], Wed Nov 21 21:50:43 2007 UTC (4 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.39: +3 -1
lines
Diff to previous 1.39 (colored)
Back out 1.37 as it breaks PERL5_REQD (e.g. show-depends in mail/p5-Email-Send).
Revision 1.39 / (download) - annotate - [select for diffs], Wed Nov 21 14:15:11 2007 UTC (4 years, 6 months ago) by obache
Branch: MAIN
Changes since 1.38: +2 -1
lines
Diff to previous 1.38 (colored)
Need to include vars.mk for ${PERL5_SUB_INSTALLARCHLIB}.
Revision 1.38 / (download) - annotate - [select for diffs], Mon Nov 19 03:53:10 2007 UTC (4 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.37: +5 -1
lines
Diff to previous 1.37 (colored)
When buildlinking perl, set PERL5 to pkgsrc perl, not the one selected by the tools framework.
Revision 1.37 / (download) - annotate - [select for diffs], Sun Nov 18 21:44:56 2007 UTC (4 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.36: +1 -3
lines
Diff to previous 1.36 (colored)
If perl is buildlinked, used perl in ${BUILDLINK_PREFIX.perl} and
do not rely on the tools framework.
Revision 1.36 / (download) - annotate - [select for diffs], Tue Dec 12 21:52:36 2006 UTC (5 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Jul 8 23:10:55 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Change the format of BUILDLINK_ORDER to contain depth information as well, and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
Revision 1.34 / (download) - annotate - [select for diffs], Sat Jul 8 22:39:23 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (colored)
Track information in a new variable BUILDLINK_ORDER that informs us of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
Revision 1.33 / (download) - annotate - [select for diffs], Thu Jun 15 22:13:59 2006 UTC (5 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:
As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
should indicate plural.
This does make the variables a bit more suggestive of the fact that they
hold lists of values.
Revision 1.32 / (download) - annotate - [select for diffs], Fri Jun 9 08:38:53 2006 UTC (5 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.31: +2 -3
lines
Diff to previous 1.31 (colored)
bsd.prefs.mk only needs to be included once.
Revision 1.31 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:13 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
Revision 1.30 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:29 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
Revision 1.29 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:46 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.28: +1 -2
lines
Diff to previous 1.28 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.28 / (download) - annotate - [select for diffs], Fri Aug 12 19:59:03 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Restore perllocal.pod-generating behavior of ExtUtils::MakeMaker because some Perl modules make some (bad) assumptions about the structure of a MakeMaker-generated Makefile. Instead, remove the perllocal.pod file whenever a p5-* module or perl itself is removed. While here, rename some of the install/deinstall templates to more descriptive names. Bump the PKGREVISION to 3.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Aug 6 06:18:45 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.26: +7 -8
lines
Diff to previous 1.26 (colored)
Update lang/perl5 to 5.8.7. Changes from version 5.8.6 include updates
for many "core" modules, UTF-8 and Unicode bugfixes, and ithreads
bugfixes.
The major changes are in the pkgsrc infrastructure to handle Perl and
Perl modules. All pkgsrc-installed Perl modules are now installed in
"vendor" directories, and the perl interpreter has been modifed to
search for libraries in the following order: site, vendor, perl. The
Perl library is stored in a directory that is named for the Perl ABI
version associated with the Perl release, so any updates of Perl to
newer versions can be done "in-place" as long as Perl ABI version
remains the same. All Perl scripts and man pages are stored in
locations that won't conflict between site, vendor, and perl modules,
and a new utility perllink(1) now manages symlinks to those scripts
and man pages under the usual ${LOCALBASE}/bin and ${LOCALBASE}/man/man1.
PERL5_SITEPREFIX may be set to the prefix where local, site-specific
modules will be installed, e.g. PERL5_SITEPREFIX=/usr/local. Note
that modules installed here are completely unmanaged by pkgsrc.
Update the buildlink and tool dependencies on perl to require perl>=5.8.7
to reflect the new locations for Perl modules and the Perl shared
library.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:11 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.25: +1 -5
lines
Diff to previous 1.25 (colored)
Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Jul 15 20:14:03 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.24: +1 -4
lines
Diff to previous 1.24 (colored)
Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 24 06:43:45 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update lang/perl5 to perl-5.8.6nb4. Modify packages that referred to lang/perl58 to point to lang/perl5 instead.
Revision 1.23 / (download) - annotate - [select for diffs], Sun May 22 19:11:12 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.22: +2 -7
lines
Diff to previous 1.22 (colored)
Remove the old tools framework and references to _USE_NEW_TOOLS.
Revision 1.22 / (download) - annotate - [select for diffs], Thu May 19 05:01:47 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.21: +5 -3
lines
Diff to previous 1.21 (colored)
Split the conditional which seems to occasionally be malformed. This probably has something to do with how make deals with short-circuit evaluation of conditionals, but it's a simple matter to split the conditional since USE_PERL5 is eventually going away.
Revision 1.21 / (download) - annotate - [select for diffs], Thu May 19 03:09:52 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.20: +2 -3
lines
Diff to previous 1.20 (colored)
When perl5/buildlink3.mk is included by a package Makefile, the buildlink framework will handle adding the correct dependency.
Revision 1.20 / (download) - annotate - [select for diffs], Wed May 18 22:42:07 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.19: +11 -5
lines
Diff to previous 1.19 (colored)
Goal: Remove USE_PERL5 from pkgsrc. Plan: (1) Change USE_PERL5=build into USE_TOOLS+=perl. (2) Change all other USE_PERL5 into including perl5/buildlink3.mk. Possibly, for packages that don't actually build anything with perl, but merely require it for the perl interpreter, we can instead do: USE_TOOLS+= perl TOOLS_DEPMETHOD.perl= DEPENDS but this is more verbose than simply including the perl5/buildlink3.mk file. Move the PERL5_REQD computation into a lang/perl5/version.mk file, and only do the USE_PERL5 logic in bsd.pkg.use.mk if we're not using the new tools framework. This consolidates all of the perl-handling into two places -- lang/perl5 and mk/tools/perl.mk.
Revision 1.19 / (download) - annotate - [select for diffs], Thu May 12 21:01:16 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.18: +1 -5
lines
Diff to previous 1.18 (colored)
We don't need to check for whether the variables are defined before using them, as these values are referenced till later when the variables will definitely have the correct value. This removes the need to include vars.mk here.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 24 22:38:42 2005 UTC (7 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.17: +5 -42
lines
Diff to previous 1.17 (colored)
* Teach devel/p5-Module-Build to write .packlists just like MakeMaker.pm does. This allows us to use dynamic PLISTs for Perl modules that are built using Module::Build. Bump the PKGREVISION of p5-Module-Build to 1. * Drop the use of PERL5_USES_MODULE_BUILD and introduce a new variable PERL5_MODULE_TYPE that is either "MakeMaker" or "Module::Build" that names the framework used to build/install the module. * Split out the variables set in perl5/buildlink3.mk that are also used by perl5/module.mk into a new file perl5/vars.mk. Move some PERL5_* variable definitions from pkgsrc/mk/bsd.pkg.use.mk into perl5/vars.mk. This just centralizes the common PERL5_* definitions into a single file location. * Convert the known packages that use Module::Build to set PERL5_MODULE_TYPE and PERL5_PACKLIST: devel/p5-Class-Container devel/p5-Exception-Class devel/p5-Log-Dispatch devel/p5-Array-Compare textproc/p5-Pod-Coverage www/p5-Apache-Session-Wrapper www/p5-MasonX-Request-WithApacheSession
Revision 1.17 / (download) - annotate - [select for diffs], Mon Dec 20 13:25:09 2004 UTC (7 years, 5 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
actually bump PKGREVISION of perl58 and BUILDLINK_RECOMMENDED to address PR pkg/28619. this should have been part of the PKGREVISION bump of p5-*.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Dec 20 11:31:14 2004 UTC (7 years, 5 months ago) by grant
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
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.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Dec 19 00:01:43 2004 UTC (7 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.14: +7 -1
lines
Diff to previous 1.14 (colored)
Create a modifier PERL5_OPTIONS that specifies properties of the perl installation needed when including perl5/buildlink3.mk. The only option currently supported is "threads", which implies that a perl that supports threads is required. The requirement is checked at pre-install time using an INSTALL script template by both the package build and the binary package. Add PERL5_OPTIONS+=threads to both devel/p5-SDL and graphics/p5-GD since those modules require a perl that supports threads.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 26 04:46:00 2004 UTC (8 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Allow perl-thread to be an acceptable perl when checking dependencies.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 5 19:25:36 2004 UTC (8 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.12: +19 -19
lines
Diff to previous 1.12 (colored)
Reorder location and setting of BUILDLINK_PACKAGES to match template buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Feb 10 02:18:04 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Turn PERL5_REQD into a list of values, the highest of which will be used to choose the correct Perl dependency.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 6 19:04:25 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.10: +6 -6
lines
Diff to previous 1.10 (colored)
If we're passing through MAKEFLAGS variables whose values may contain spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 24 03:26:47 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 19 23:50:20 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
If PERL5_REQD is at least 5.8, then set BUILDLINK_PKGSRCDIR.perl properly to point to ../../lang/perl58. This fixes PR 23573 and PR 24031.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 19 13:01:39 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.7: +1 -3
lines
Diff to previous 1.7 (colored)
Back out previous change... it doesn't seem to be needed.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 16 12:46:51 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
Add a variable "PERL5_PATH" that's the full path to the actual perl
binary. This is different from ${PERL5} in that if perl is installed
using pkgviews, then PERL5_PATH points within perl's depot directory.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 13 07:12:01 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.5: +7 -8
lines
Diff to previous 1.5 (colored)
Rearrange order of tests and protect more of the code that depends on
${PERL5} being present from being seen if ${PERL5} is in fact not there.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 12 15:50:22 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.4: +8 -11
lines
Diff to previous 1.4 (colored)
We need PERL5_INSTALLARCHLIB, so compute its value appropriately.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 11 19:41:39 2004 UTC (8 years, 4 months ago) by cjep
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Use tabs (not spaces) to make indentation
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 5 11:05:46 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Use S/+$// instead of C/\+$// to save a backslash. Very highly recommended by seb :)
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 4 23:34:06 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 3 23:06:44 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Initial sprinkling of work-in-progress buildlink3.mk files for using the buildlink3 framework.