Age | Commit message (Collapse) | Author | Files | Lines |
|
properly enough for pkgsrc use.
|
|
(JDK 1.1.8) to "sun-jdk" (any Sun JDK >= 1.2), since JDK 1.1.8 has been
crashing for some NetBSD bulk builds for over a year now.
|
|
|
|
its own line. Since NetBSD 1.6 has been EOL'd, replaced the special
entries with more generic ones, like NetBSD-*-i386.
|
|
|
|
|
|
the java framework recognize the amd64 support in sun-jre15.
|
|
For that purpose, BUILD_DEFS_EFFECTS has just been introduced.
|
|
|
|
|
|
sun-jre15, but running natively on NetBSD (so far).
|
|
Also make sun-jdk15 the default java on Darwin-8. This addresses PR pkg/32013.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
|
|
|
|
|
|
Sun Java package is installed.
|
|
Noted by schmonz@.
|
|
to tech-pkg:
=====
* USE_BUILDLINK3=YES will be unconditional. (In fact, USE_BUILDLINK3 will
be ignored altogether by mk/; but see below.)
* NO_BUILDLINK and NO_WRAPPER will be ignored by mk/. If a build happens,
these phases will happen.
* The existing NO_BUILD will imply the previous NO_BUILDLINK and NO_WRAPPER.
If no build happens, those phases are not needed.
* NO_TOOLS will be ignored by mk/. The tools phase, which provides much
more than just the C compiler, will always happen regardless of package.
This will make metapackage builds only slightly slower, in trade for far
less user error.
|
|
Consolidate many MAKE_ENVs and SCRIPTS_ENVs into a common block.
(CONFIGURE_ENVs to be done later.)
Introduce new variable ALL_ENV which is automatically included into all
of MAKE_ENV, SCRIPTS_ENV, and CONFIGURE_ENV; this allows much cleaner
addition of the common CC/CXX/CFLAGS/etc. variables needed by all of these.
|
|
Also merge in deferred CLASSPATH handling, which can now be moved back
to java-vm.mk for cleanliness.
|
|
|
|
as unavailable instead of broken.
|
|
|
|
|
|
|
|
|
|
With 1.29, e.g. devel/jgrasp would report:
===> Checking for vulnerabilities in jgrasp-1.7.0
=> Checksum OK for jgrasp170.zip.
===> Extracting for jgrasp-1.7.0
===> Required package : NOT found
===> Verifying reinstall for ../../lang/sun-jre13
even if sun-jre13/sun-jdk13 were already installed.
|
|
they are already defined in the buildlink3 files.
|
|
file have been converted to buildlink3.
|
|
The later usually returns "${LOCALBASE}" which isn't useful for most of
the packages providing a JVM.
|
|
|
|
|
|
|
|
|
|
the version in use is new enough to handle it.
OK'd by xtraeme (current informal kaffe maintainer).
|
|
NetBSD-2* to NetBSD-2.*
|
|
|
|
|
|
|
|
cd pkgsrc/mk
cvs update -Pd -A
cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
|
|
jdk12 and jdk13 packages from pkgsrc-wip.
|
|
on the JDK.
|
|
on NetBSD/i386 1.6. I_believe_ it started working around the point
scheduler activations were imported, so give sun-jdk14 to 1.6M and
later, otherwise sun-jdk13.
|
|
as well to avoid pulling in an additional, possibly unwanted JVM should
one of the dependencies require any JVM.
|
|
a check to make sure _JDK_PKGSRCDIR exists. Now one can create
README.html files for all java pkgs on a system without a JVM.
|
|
as _JRE_PKGSRCDIR not being defined
|
|
make show-var VARNAME=PKGNAME
to work on systems without a JVM.
|
|
_PKG_JVM to "none" to avoid makefile errors.
|
|
|