Age | Commit message (Collapse) | Author | Files | Lines |
|
use.
|
|
separate file mk/motif.buildlink.mk.
|
|
(not counting packages using imake) whether or not xpkgwedge is installed.
|
|
avi{...,avitype} -> avi{...,type}
|
|
BUILD_DEPENDS on libtool for the USE_LIBTOOL/non-USE_LTDL case; instead,
just depend on libtool-base (thus skipping the libtool-info and libtool
package compilation where appropriate).
|
|
waste processing time on data we're going to discard.
Pointed out by Tomasz Luchowski <zuntum@netbsd.org>.
|
|
|
|
any local patches that the user wants to maintain outside of
pkgsrc.
* print-PLIST: ignore Linux procfs entries
|
|
|
|
|
|
|
|
|
|
regardless of the operating system.
|
|
USE_XAW, a package Makefile may just include mk/xaw.buildlink.mk, which
pulls in the correct buildlink.mk file depending on the value of XAW_TYPE.
A package Makefile may also rely on LIBXAW being set to the correct
libraries.
|
|
of x11.buildlink.mk, it still points to a working X11R6 hierarchy.
|
|
imake to be buildlinked as it's not necessary for those packages. Many
thanks to Frederick Bruckman <fredb@immanent.net> for pointing this out.
This is accomplished by ripping out all of the Makefile logic related to
buildlink-x11. It will be added back in a separate file (as noted by the
additional check for X11_BUILDLINK_MK, but will still not be the default.
|
|
BUILDLINK_CONFIG_WRAPPER_POST_SED. Also some minor formatting changes.
|
|
environment be inherited from pkgsrc during an implicit su for install;
root's .-files may set variables that fiddle with how pkgsrc works.
|
|
uses it)
|
|
otherwise, extracts fail when bzip2-1.0.1 is installed.
|
|
static-tcsh package.
|
|
This should fix pkg/13714 by Martti Kuparinen <martti.kuparinen@iki.fi>
|
|
|
|
|
|
* NetBSD: $LOCALBASE/share/locale -> $X11BASE/share/locale
* Linux: $LOCALBASE/share/locale -> $X11BASE/share/locale
* SunOS: $LOCALBASE/lib/locale -> $X11BASE/lib/locale
Side effect of this is that print-PLIST doesn't print locale dirs
for X apps any more.
|
|
xmkmf without building all the Makefiles too, then it can set
XMKKF=${XMKMF_CMD} ${XMKMF_FLAGS} (same as default but without the -a).
|
|
|
|
|
|
post-configure. Also make sure ${BUILDLINK_DIR} is created prior to
trying to create the cookie files.
|
|
place in the linked object, so even if the library is a symlink with a
different name from the true library, the correct soname is recorded in
the object. On a.out, there is no soname, so the linker just records the
specified library name + major number into the object, which can cause the
incorrect library name to be recorded. Fix this problem on a.out by
replacing the specified library names with the true library names in all of
the Makefiles in a post-configure step. Additional files may be added to
the list of files on which replacement is done by setting REPLACE_LIBNAMES
in each package that needs it.
This should fix pkg/13402 by John Klos <john@sixgirls.org>.
|
|
|
|
|
|
needs that).
|
|
Noted by Will Andrews <will@physics.purdue.edu> in private mail.
|
|
directly adding a dependency on f2c.
|
|
|
|
EVAL_PREFIX= FOODIR=foo
is defined, then FOODIR's value is only saved if the package foo was
found. This causes FOODIR to keep being reset until the package foo
is installed, which makes EVAL_PREFIX work properly with buildlink.mk
files. This should fix various problems people have been having with
files not being linked in when a dependency is built via a "make build"
in a package that uses that dependency further up the chain.
|
|
|
|
|
|
document it in mk.conf.example. Adresses pkg/13343.
|
|
to aid in debugging problems.
|
|
even has a file system called /usr or that thats the right one.
|
|
to remove it, then try again with 'pkg_delete -r'. This can happen when
some other out date pacakges are installed and we're trying to bulk build
a single package.
|
|
dependencies on the package are added through buildlink. Also show how
to use EVAL_PREFIX to set BUILDLINK_PREFIX.foo.
|
|
.if .if
.if . if
.else => . else
.endif . endif
.endif .endif
Patch contributed by Marc Espie <espie@liafa.jussieu.fr> in preparation of
merging latest changes with the OpenPackages project. Thanks Marc!
|
|
|
|
makefiles, and this interferes with the conditional definition of FILE
in defs.*.mk.
|
|
${BUILDLINK_DIR} in Linuxish locations.
|
|
exist, then spit out a big warning to stderr (since we often capture stdout
for other purposes) and don't try and descend to that directory.
|
|
- The "sun-jre" and "sun-jdk" packages can now be directly selected by
setting "PKG_JVM" to "sun-jdk". "JAVA_HOME" is set to
"${LOCALBASE}/java/jre/bin" in this case which fixes PR pkg/11901
by myself.
- Only set "CLASSPATH" to "${JAVA_HOME}/lib/classes.zip" if that file
really exists.
|