Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
as well to avoid pulling in an additional, possibly unwanted JVM should
one of the dependencies require any JVM.
|
|
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.
|
|
having an empty list. Do the same for run depends. Suggested by
Christian Hattemer in a private email.
|
|
Addresses PR 20019.
|
|
1) an extra /usr/pkgsrc/README.html.BAK file is not created
2) we ensure that when a README.html file doesn't change, we don't
touch it. The prior version of this file caused the timestamp to
change.
|
|
- fix a bug in which caused only packages listed as DEPENDS to show
up in the 'packages needed to build' section. Now the BUILD_DEPENDS
are also shown. Thanks to Christian Hattemer for noting this.
- fix a bug which caused error messages claiming that category and top
level README.html files could not be created even though they were
created. This bug only showed up if an old README.html file did not
exist. As part of this, clean up and unify the code which handles
comparing the new README.html file to a possibly pre-existing one and
only copying it over if there is a change.
|
|
to be dropped from the README.html files. Problem of missing dependencies
noted by Christian Hattemer in a private email.
|
|
* 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.
|
|
|
|
|
|
Can be set to any default value, current default is 3.4.2 (ie the version
that comes with XF4.2). Packages that require just any version of Mesa
and friends to be present need not set it. If a package requires 5.0,
however, it can set this variable and regardless of xpkgwedge or the version
of XF installed, it will pull in Mesa 5.0 and install it in LOCALBASE.
|
|
|
|
|
|
(such as the rather important MAKE variable set by bmake).
|
|
|
|
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.
|
|
|
|
/usr/bin, to deal with varying linux distributions.
addresses PR pkg/20477 from Tracy Di Marco White.
|
|
Until we determine better values, use NetBSD defaults:
currently, package _not_ using IMAKE_* install there anyway, so if packages
work this way, all's well. If not, then they were broken to begin with
and need attention.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
It is used by flow-tools to enable support of flow records export
into a MySQL database.
|
|
Okay'ed by jmmv.
|
|
fonts.dir, fonts.scale and Fontmap files (depending on the font type) in
the right directories at (de)install time. Support included for TrueType,
Type1 and standard X11 fonts.
Reviewed by jlam.
|
|
|
|
and MASTER_SITE_SUNSITE.
Minor whitespace cleanups.
From Juan RP via PR pkg/20361.
|
|
|
|
|
|
|
|
summary email list correctly the packages which are broken because of
their dependencies. Problem noted on Huberts most recent bulk build.
|