Age | Commit message (Collapse) | Author | Files | Lines |
|
buildlink at some point
|
|
|
|
fixes PR pkg/23010 by Jeremy C. Reed
|
|
|
|
|
|
|
|
have some idea what is going on.
|
|
make the precompiled package.
|
|
|
|
http://mail-index.netbsd.org/tech-pkg/2003/11/19/0000.html)
|
|
|
|
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
|
|
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
|
|
|
|
|
|
|
|
|
|
This closes PR pkg/19860.
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
Do not define USE_BYACC, since not all Linuxen have byacc. Patch a grammar
file accordingly. Use -Wl,-rpath flags where necessary.
This should close PR pkg/19860.
|
|
|
|
|
|
|
|
|
|
Requested in PR pkg/20341 by Marc Recht.
|
|
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>.
|
|
|
|
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
|
|
optimization on sparc64.
Fix from pkg/15477 by Lloyd Parkes <lloyd@must-have-coffee.gen.nz>.
|
|
no longer install all of the demo programs with openmotif (which are
largely just bloat), and we use bsd.pkg.install.mk to replace some of the
bloat in the package Makefile.
|
|
where /usr/libexec/cpp doesn't exist, by calling "cc -E" instead.
|
|
be the same as our patched one in the vnc package. Problem pointed out
by Daniel Senderowicz <daniel@bicho.SynchroDS.COM> on port-pmax. Thanks
to Johnny Lam for help in pointing me to the remaining bug.
|
|
|
|
if ${PREFIX}/lib/X11/config/host.def doesn't exist, it will be created
correctly nonetheless.
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
setting it here just causes errors in the Motif-detection logic.
|
|
|
|
xpkgwedge. Also, OpenMotif can actually be installed into ${LOCALBASE}
if xpkgwedge is installed. Use x11.buildlink.mk and mark as
USE_BUILDLINK_ONLY, and add a buildlink.mk file for use by other package
Makefiles.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
XXX need to teach pkglint to be more picky about this
|
|
|
|
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.
+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt
With many thanks to Thomas Klausner for keeping me honest with this.
|
|
etc).
can be marked un-BROKEN when these are fixed.
also remove $'s from around free/openbsd ID's
|
|
more a configure than a patch.
Also make this really compile -- it's imake voodoo, doing different
things depending on obscure definitions in one or the other of three
dozen files.
|
|
|
|
|
|
|
|
packages, with some adaptations to our pkg framework.
|