Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
lang/blackdown-jdk13
lang/jdk
lang/sun-jdk13
lang/sun-jdk14
Create a symlink from ${JAVA_HOME} to ${JAVA_HOME}/jre so that the proper
JDK hierarchy is found. This addresses PR 20269 by Todd Vierling
<tv at pobox dot com>. This makes misc/openoffice-linux find the Java2
installation again.
|
|
subdirectory under ${LOCALBASE}/java/sun-1.3.1.
|
|
|
|
|
|
|
|
|
|
works around a bug with optimization in gcc-2.95.3 which prevents building
this pkg.
Optimization is still turned on during the build of the final libraries
and compilers.
|
|
Before using native pthreads per default, we should make sure it is
at least stable enough for the Python selftests and pkgsrc applications.
(in response to PR pkg/20214)
|
|
|
|
copying of config files and handling of directories.
|
|
|
|
Sun for JDK 1.4.1. Pkgsrc changes include noting that some of the installed
files are config files and using bsd.pkg.install.mk to handle the file
copying and directory handling, and using a more scalable method to remove
files shared between the JRE and JDK during the JDK installation. Also,
the JDK 1.4.x series are now installed into ${LOCALBASE}/java/sun-1.4 so
that future updates of this package won't require a new JDK directory.
This closes PR 19853 by FUKAUMI Naoki <naoki at fukaumi.org>.
|
|
Sun for JDK 1.3.1. Pkgsrc changes include noting that some of the installed
files are config files and using bsd.pkg.install.mk to handle the file
copying and directory handling, and using a more scalable method to remove
files shared between the JRE and JDK during the JDK installation.
This closes PR 18942 by Urban Boquist <urban at boquist.net>.
|
|
the JRE package. Also clean up the PLIST so that this package deinstalls
cleanly on i386.
|
|
bsd.pkg.install.mk to handle the file copying and directory handling.
Bump PKGREVISION of lang/blackdown-jre13 to 1.
|
|
bsd.pkg.install.mk to handle the file copying and directory handling.
Bump PKGREVISION of lang/kaffe to 1.
|
|
Problem shown in the pkgsrc/arm bulk build by Chris Pinnock. Fix
suggested by Masao Uebayashi.
This hopefully should fix non-i386-netbsd-elf buld.
|
|
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>.
|
|
Fixes PR 20055 from Robert Elz. Updates tk-expect to version 5.38.
Also remove the pre-configure step from tk-expect that was removed from
tcl-expect a year ago.
Also use the standard test target rather than an explict one.
|
|
|
|
Suggested by wiz.
|
|
|
|
to build with native curses.
|
|
buildlink2.mk unconditionally.
|
|
to invoke the guile, guile-config, and guile-snarf binaries from the
guile14 installation.
* GUILE14_PREFIX, the result of "pkg_info -p guile14".
* GUILE14_SUBDIR, the subdir relative to ${LOCALBASE} where guile14 is
installed.
* Replace for ${BUILDLINK_DIR}/bin/guile in config files when unbuildinking.
* Symlink the guile14 libtool archives into ${BUILDLINK_DIR}/lib to suppress
find the libtool archives from a guile package installed into ${LOCALBASE}.
We can no longer include both guile/buildlink2.mk and guile14/buildlink2.mk
as a result of this change.
|
|
|
|
PR 18497.
From http://www.twelf.org, heavily edited:
Twelf is a research project concerned with the design,
implementation, and application of logical frameworks. It
provides a uniform meta-language for specifying, implementing, and
proving properties of programming languages and logics.
Example suites include Cartesian Closed Categories and
lambda-calculus, the Church-Rosser theorem for the untyped
lambda-calculus, Mini-ML including type preservation and
compilation, cut elimination, theory of logic programming, and
Hilbert's deduction theorem.
The principal authors of Twelf are Frank Pfenning and Carsten
Schuermann, with major contrubtions by Brigitte Pientka, Roberto
Virga, and Kevin Watkins.
|
|
|
|
|
|
|
|
Major user noticable items this release include:
- Compilation that encounters syntax errors is more robust.
- An assertion failure involving placeholder_type was solved.
- Many other minor bugs have been fixed; including a number of
segfaults and regressions present in 1.17.
Items of interest to developers and open source hackers include:
- Completely revamped error reporting system from Elliott Hughes
which simplifies the task of adding a new error message.
Also note that in 1.18 we have removed the copy of the GPL that was
improperly packaged with versions 1.15 through 1.7 due to a mis-
configuration of automake in the Jikes source tree. While the GPL license
was erroniously included with the sources for those three version, no
source file referenced it, and all source files, help texts and user
messages continued to reference the proper IBM license, which was also
bundled.
|
|
XXX only python22 pkg is changed this way, since this is the only
XXX one having special case for NetBSD; python15, python20, python21 disable
XXX threads on all pkgsrc operating systems
|
|
Use ${CC} -c for AS. Doing this means we get the right flags passed to
as(1).
Fixes my own PR 19906.
|
|
Avoid ${MKDIR}, use ${BSD_INSTALL_DATA_DIR} instead.
${PREFIX} is already in ${MAKE_ENV}.
|
|
|
|
|
|
(-Wl,-R${path_to_libguile}) too. This has not turned to be obvious because
libguile happens to be put in a popular directory.
Bump revision to 1.
|
|
it, bump revision to 2.
|
|
|
|
|
|
|
|
|
|
|
|
Bump revision.
Many thanks to Johnny Lam for Buildlink related instructions from him.
|
|
<sys/socket.h>.
|
|
|
|
Changes are unknown. (ChangeLog doesn't mention version numbers...)
Convert to use emacs.mk.
|