there is a Makefile.inc.
Since the BUILD_PACKAGES tests have to happen there, put the java one there
as well, it won't trigger for db/v3, obviously.
Allows the removal of the ,java pseudo-flavor, since the ONLY_FOR_ARCH-* part
will take care of it.
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
bulk-builds will first try to build stuff with the java pseudo-flavor.
If that fails (because java is currently broken, or because it's not
supported on that arch), then it will build through the second line.
If the packages already exist, the infrastructure will notice, and the
second build line will do nothing.
consensus reached after discussion with nikolay, kurt, pval...
- We don't print messages durring install.
- It's typical to show INSTALL_ macros run durring install.
- Changed spaces to a tab for the last piece of code, we ran into a
problem with PostgreSQL when it was not a tab.
--
Ok'd by: maintainer
o add tcl and c++ flavors
o use PFRAG.<flavor> instead of PLIST-<flavor>
o make proper .so.MAJOR.MINOR dynlibs with makefile and configure
patches
o fix reference to shared libraries in a few tcl test scripts
o use a patch to makefile.in instead of a port makefile tweak
to create libdb3.a instead of libdb-3.1.a
o sync libtool patches
o remove some sleepycat's marketing speech from DESCR
o take over MAINTAINER
o clarify license a bit
lots of thanks to Nils Nordman <nino@nforced.com> and naddy@ for
running the huge test set. (it takes days.)
naddy@ ok