Age | Commit message (Collapse) | Author | Files | Lines |
|
On >= NetBSD 2.0, if PERL5_USE_THREADS is _not_ defined, add pthread to libs.
This does not make perl threaded, but permits it to link against libraries
which are. This makes p5-GD (which pulls in threaded freetype) work again.
|
|
"-thread-multi", with this change games/frozen-bubble finally works, yay!.
Bump PKGREVISION.
|
|
protoent and servent. Also there is a stray setrgid there which looks
correct to me.
|
|
Georg Schwarz in PR pkg/25057:
- check for PKGSRC_COMPILER instead of USE_MIPSPRO:
USE_MIPSPRO would imply the former, but not the other way around.
That is, it's conceivable to have a system that has PKGSRC_COMPILER
set (to mipspro), but not USE_MIPSPRO.
- Allow passing of -Duse64bitint if ABI == 64 even if the compiler is not
mipspro. (Note: we could test this on a non-IRIX 64bit platform by
setting ABI to '64'. I think that should work, too, but I can't test
that right now.)
|
|
|
|
|
|
enhancements and optimizations and bug fixes in handling UTF8 strings.
|
|
in lang/perl58/Makefile. (It had been set previously only in bsd.pkg.mk.)
|
|
|
|
|
|
Bump PKGREVISION (two .pm files were changed, but are not functionally
different on non-Interix OS's).
|
|
only set mipspro specific compiler flags when using mipspro.
Otherwise, defaults will do.
|
|
Make this build under Irix with mipspro compilers:
MIPSPro compiler/preprocessor behaves differently if invoked on
stdin vs file. In configure, we test for stdin, but lateron we use files.
So force it to work the way we know it does.
|
|
Fixes a malformed conditional shown by bootstrap's bmake.
|
|
Fixes pkg/24531.
|
|
testing it.
|
|
fixes some minor bugs.
|
|
|
|
spaces, use the :Q modifier instead of double-quoting the value. This
avoids breakage when executing the just-in-time su targets.
|
|
At least, I needed this for pkgviews installation.
Ok'ed by jlam.
|
|
from Min Sik Kim in PR pkg/24211.
|
|
|
|
* 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.
|
|
in private email.
|
|
modules that may be added by other packages.
|
|
packlist -> PLIST generator from bsd.pkg.mk to perl5/module.mk.
|
|
|
|
|
|
|
|
|
|
Fixes e.g, perl support for silc-client, already included in the latest Perl.
Ride the PKGREVISION bump.
|
|
pages are installed into the right location.
bump PKGREVISION.
|
|
Editors", reported by Dima Veselov <kab00m@lich.phys.spbu.ru> in
private mail.
also move hints/ patches to patch-b* to keep track of them more
easily.
|
|
* Hash Randomisation
* UTF-8 On Filehandles No Longer Activated By Locale
* Single-number v-strings are no longer v-strings before "=>"
* UTF-8 no longer default under UTF-8 locales
* Unsafe signals again available
|
|
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
|
|
USE_GCC2 or USE_GCC3 where appropriate.
the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.
more changes to come later...
|
|
pre-configure target. It was harmless but ugly.
|
|
${PREFIX}/share/mk before installing into it.
|
|
|
|
|
|
the PLIST is correct.
XXX: these, and the other man pages perl installs, should of course
go into man/man* instead...
|
|
* Rename PERL5_DIST_VERS to PERL5_VERS so that the variable name is more
accurate.
* Make it easier to test perl5 snapshots using the existing perl5 package
(just to make my life simpler). Now we simply define PERL5_SNAPSHOT to
the perl snapshot version and set PERL5_VERS to the appropriate version
number for the release candidate for the next release of perl5.
|
|
libgcc.a isn't linked "whole archive" into the perl executable on newer
NetBSD systems (>1.5.x). Newer NetBSD systems have libgcc_pic.a linked
into shared libraries, so this hack isn't needed. This change was tested
by building and testing textproc/xerces-p, a C++ perl5 module that uses
functions in libgcc.a.
|
|
is accepted. Suggested by Grant.
|
|
we install them into a private directory under the the normal Perl
installation and configure Perl so that site-specific Perl man3 pages
are installed into a private directory within site_perl. This avoids
manpage conflicts between 3rd-party modules, the standard Perl library,
and other packages.
The changes implement some unfinished work that is alluded to in the
MakeMaker.pm module by allowing "installsiteman{1,3}dir" to be set
during the configuration process and are used to provide default values
for INSTALLSITEMAN{1,3}DIR during the Perl module build/install process.
Bump PKGREVISIONs for lang/perl5 and lang/perl58.
|
|
${PERL5_SITEARCH}, not ${PERL5_ARCHLIB}.
|
|
|
|
script.
|
|
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
|
|
|