Age | Commit message (Collapse) | Author | Files | Lines |
|
and fix PLIST for some modules which are only installed on Solaris.
|
|
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.
|
|
* Build without sparc64 hacks on NetBSD-*-sparc64 if using a gcc>=3.3.
* The hash randomisation introduced with 5.8.1 has been amended to be
binary compatible with 5.8.0.
* Several memory leaks associated with variables shared between threads
have been fixed.
* Several modules were updated:
Devel::PPPort Digest::MD5 I18N::LangTags libnet MIME::Base64
Pod::Perldoc strict Tie::Hash Time::HiRes Unicode::Collate
Unicode::Normalize UNIVERSAL
* Some syntax errors involving unrecognized filetest operators are now
handled correctly by the parser.
|
|
|
|
submitted in private mail by Georg Schwarz. Prevents PLIST mismatches
on these platforms.
Tested for non-interference with other platforms, but no specific
IRIX testing of this version of fix yet performed.
|
|
|
|
into the Perl module build. OPTIMIZE works for all versions of Perl.
|
|
|
|
to point to ../../lang/perl58. This fixes PR 23573 and PR 24031.
|
|
|
|
|
|
binary. This is different from ${PERL5} in that if perl is installed
using pkgviews, then PERL5_PATH points within perl's depot directory.
|
|
bump PKGREVISION.
|
|
* A degenerate type synonym like type T a = a in some circumstances
incorrectly caused an occurence check error.
* Several new features in gcc-3.3 cause breakage in the nhc98 build.
This patch fixes many [but ot all] of those problems.
PKGREVISION++.
|
|
in private email.
|
|
|
|
scheme only accepts `python', so if we have a script which uses:
#!/path/to/python23
PYTHON_PATCH_SCRIPTS will fail.
Fix provided by Min Sik Kim in PR pkg/24069.
|
|
"foo
string"
in inline asm with
"foo\n"
"string"
(Noted in agc's latest bulk build.)
|
|
|
|
so we can build it without root permissions, suggested by Julio Merino in
private email.
|
|
|
|
|
|
if configure finds this file, it expects to be able to use it, and
linking fails because /usr/lib/libintl.so isn't GNU libintl.
allows this to be built on Solaris while gettext-lib is installed.
|
|
in the perl5-post-install target where it's needed for perl-5.6.1.
|
|
MAKE_FLAGS with stuff that's only useful for building modules (and also
breaks the build of perl).
This fixes the breakage of perl modules not finding libperl.so caused by
the changes in revision 1.30 of this file.
|
|
${PERL5} being present from being seen if ${PERL5} is in fact not there.
|
|
and 5.6.1nb10 include pulling in changes from the latest Perl sources
that add a more complete set of directories on NetBSD systems to the
rpath of Perl modules so that they may find libperl.so. The module
build/installation is now robust against the user overriding the value
of INSTALLARCHLIB.
|
|
INSTALLARCHLIB. During the build, INSTALLARCHLIB refers to the
directory where libperl.so may be found, which should point into the
default view. During the install, INSTALLARCHLIB refers to the
directory where the perllocal.pod file should be installed, which
should point into the package prefix.
|
|
using an old boehm-gc that does not work on NetBSD.
Unbreak it by changing it to use the devel/boehm-gc package.
PKGREVISION++.
|
|
|
|
|
|
This is the "pnetC" project. The goal of the project is to create
an ANSI-compatible C library, that can be compiled down to IL using
DotGNU Portable.NET's "cscc" compiler.
|
|
|
|
This distribution contains an implementation of the C# library, for use
with .NET-capable runtime engines and applications. Originally designed
for DotGNU Portable.NET, this library can be used by other .NET development
effort also.
|
|
The goal of this project is to build a suite of Free Software tools
to build and execute .NET applications, including a C# compiler,
assembler, disassembler, and runtime engine.
|
|
|
|
|
|
|
|
|
|
and causes more harm than good for the regression tests.
|
|
Closes PR pkg/23441.
|
|
|
|
|
|
modules that may be added by other packages.
|
|
packlist -> PLIST generator from bsd.pkg.mk to perl5/module.mk.
|
|
packlist -> PLIST generator from bsd.pkg.mk to perl5/module.mk.
|
|
|
|
|
|
site-specific manual pages step in Configure. (Okay'd by jlam@.)
This closes my PR #23009.
|
|
|