Age | Commit message (Collapse) | Author | Files | Lines |
|
to the linker to (not) extract all symbols from static archives and
export these variables to packages as {,NO_}WHOLE_ARCHIVE_FLAG.
these are not currently set for IRIX.
|
|
from gcc3.
XXX this needs to be better handled for non-gcc compilers.
|
|
will lead to wrong PLISTs.
Works around PR kern/21187.
|
|
`planetmirror.com.au' to help MASTER_SORT and add planetmirror to a
few MASTER_SITES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
search path. This stop package applications from picking up e.g.
XFree86 4.3.0's "expat", "fontconfig" or "Xt2" library also they
are supposed to use the packaged version.
Based on a suggestion by Christopher Richards.
|
|
the operating system version to avoid things like /1.6/ matching 106
which can create a huge mess in the generated PLIST.
|
|
sourceforge download site in Australia.
|
|
confusion with backup copies generated from pkgsrc patches (${NAME}.orig).
Suggested by Nicolas Fugier in PR 20588.
|
|
* clearer description of possible options when a pkg is already installed
===> glib-1.2.10nb4 is already installed - perhaps an older version?
*** If so, you may use either of:
*** - "pkg_delete glib-1.2.10nb4" and "make reinstall" to upgrade properly
*** - "make update" to rebuild the package and all of its dependencies
*** - "make replace" to replace only the package without re-linking
*** dependencies, risking various problems.
Improved wording welcome.
|
|
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.
|
|
set it to /usr/bin/m4 for everyone, at least for now.
|
|
not the opposite: this was a little mistake introduced in revision
1.1086.
(hopping nothing will be broken by this change...)
|
|
on Irix. Noted and suggested by Pavel Cahyna in a private email.
|
|
pages. This fixes problems with the "MANZ" option after the introduction
of "IMAKE_MAN_DIR" and friends.
|
|
order to simplify man-page handling across platforms:
If your application installs man pages on NetBSD into
man/cat1/foo.0
but in
man/man1/foo.1x
on Linux, simply use
${IMAKE_MAN_DIR}/foo.${IMAKE_MANNEWSUFFIX}
Definitions for Darwin provided by grant, others from
/usr/X11R6/lib/X11/config/*
This allows us to put away with having multiple PLISTs just for the different
man page locations.
PKGREVISION bumps of `grep -l USE_IMAKE pkgsrc/*/*/Makefile` coming up after
revision and adjusting.
|
|
|
|
|
|
|
|
|
|
and MASTER_SITE_SUNSITE.
Minor whitespace cleanups.
From Juan RP via PR pkg/20361.
|
|
|
|
|
|
|
|
|
|
are generated correctly (with INSTALL and DEINSTALL scripts). Fix
suggested by Stoned Elipot <seb@netbsd.org>.
|
|
bsd.pkg.mk. We are now more wonka friendly.
|
|
|
|
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
|
|
|
|
|
+. if empty(AUTOMAKE_OVERRIDE:M[nN][oO])
to match bsd.buildlink2.mk (which defines AUTOMAKE_OVERRIDE to yes).
|
|
of relying on the shell's builtin pwd. This makes BUILD_DIR consistently
point to the correct directory regardless of the definition of SHELL. This
fixes elusive some buildlink2 errors due to the fact that BUILDLINK_DIR is
derived from BUILD_DIR and some paths were incorrectly being translated.
|
|
Okay'ed by wiz.
|
|
A package which has PKG_PRESERVE definied in its Makefile will not be able
to be deleted, and the capability is carried into binary packages.
|
|
package. shlibtool will not build static libraries. Add handling in
bsd.pkg.mk for a variable named "SHLIBTOOL_OVERRIDE" that is analogous to
LIBTOOL_OVERRIDE and causes any listed libtool scripts to be replaced with
a symlink to shlibtool, and teach buildlink2 about shlibtool. Bump
PKGREVISION of devel/libtool* packages to 11.
|
|
warnings about out-of-date pkg_install. It's defined in pkgtools/digest,
pkgtools/pkg_install, and databases/db (needed by pkg_install).
Replace sequences of ${ECHO_MSG} and ${FALSE} with PKG_FAIL_REASON.
Replace "make" with ${MAKE} in a few places.
|
|
|
|
no dependencies the speedup is about 2x for ones like gnome with
lots of dependencies, the speedup is aroud 400x. The speedup is
obtained by generating the dependency list in a more efficient way that
only takes 1 make call per dependency instead of potentially many many
make calls.
|
|
location. They are not really part of the bulk build stuff.
|
|
noted by salo.
|
|
java-vm.mk instead (see java-vm.mk for details on proper usage).
|
|
|
|
|