Age | Commit message (Collapse) | Author | Files | Lines |
|
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
|
|
|
|
|
|
with GCC on AIX. Okayed by grant.
|
|
to fix the problems seen in the PLIST files.
|
|
the PERL defintionen in the Makefile resulting from Makefile.PL gets
set to 0 if LANG || LC_<something> is set to something else (read non english).
ok'd by jlam@
|
|
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.)
|
|
|
|
|
|
only set mipspro specific compiler flags when using mipspro.
Otherwise, defaults will do.
|
|
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.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
Ralf-P. Weinmann on tech-pkg@.
|
|
to choose the correct Perl dependency.
|
|
spaces, use the :Q modifier instead of double-quoting the value. This
avoids breakage when executing the just-in-time su targets.
|
|
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.
|
|
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.
|
|
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.
|
|
|
|
|
|
modules that may be added by other packages.
|
|
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.
|
|
|
|
|
|
recommended by seb :)
|
|
|
|
buildlink3 framework.
|
|
(I hadn't needed before, since didn't have other libraries
installed that it tried to detect.)
|
|
Force it to use /usr/bin/cc instead.
|
|
|
|
and also in package Makefiles.
|
|
compiler and linker. Use them to pass CPPFLAGS and LDFLAGS from pkgsrc.
|
|
package Makefiles can refer to the directory in which they install Perl5
site modules.
|
|
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.
|
|
|
|
|
|
installations.
|
|
|
|
except ignore it when linkfarming. This avoids conflicts between the many
perllocal.pod files across different depoted packages.
|
|
longer needed. Suggested by jlam@.
|
|
packages that build and install perl5 modules as part of a larger
installation.
|
|
so the the remainder of this file can use their values. Also override the
PREFIX with the module's PREFIX so the default directories end up pointing
in the right place.
|