Age | Commit message (Collapse) | Author | Files | Lines |
|
problem reported in pkg/13663 by John Klos <john@sixgirls.org> where on
older (pre-current) NetBSD/vax, <ieeefp.h> exists but <machine/ieeefp.h>
doesn't, which was broken since <ieeefp.h> included <machine/ieeefp.h>.
|
|
|
|
which may form part of Perl or Python's future, into the NetBSD packages
collection.
Provided in PR 13933 by Chris Pinnock <cjep@interoute.net.uk>, tarted
up somewhat by me.
PARROT: A bytecode language possible to be used in the future by
Perl 6 and a Python.
The idea was originally an April fool's joke...
"What we're releasing today is a very, very early alpha of the Parrot
interpreter. At the moment, we have support for some simple
operations on integer, floating point and string registers, and the
ability to read in and execute bytecode. We also have an assembler
which can generate bytecode output from Parrot assembly."
|
|
include:
- Re-adding ${LOCALBASE}/include and ${LOCALBASE}/lib to the local compiler
search paths,
Other changes include:
- Migrating the setting to not install man3 pages from patch-ab into the
package Makefile so that they aren't installed across all pkgsrc platforms.
- Better document SYSLIBPATH.${OPSYS}.
|
|
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
|
|
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
|
|
<abs@formula1.com>.
|
|
tweeks, and a new autoconf build system.
The package now conflicts with any installed version of mzscheme as it
builds with, and installs its own.
|
|
|
|
perl mess I created a year ago and making this a vanilla perl installation
again, and explicitly setting the system library path so that /usr/local/*
doesn't appear anywhere.
The installed perl library now also includes CGI.pm-2.752. The www/p5-CGI
package installs in to ${PERL5_SITEARCH} so there is no conflict with the
"standard" CGI.pm.
|
|
tweeks, and a new autoconf build system.
The package now conflicts with any installed version of mzscheme as it
builds with, and installs its own.
|
|
|
|
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
|
|
|
|
|
|
|
|
comprehensible ChangeLog is unfortunately not available. Update submitted
by Greg A. Woods, in PR pkg/13775.
|
|
|
|
Notable changes are:
* Massive grammer / lexer / internals fixage
* Form work
* Form [MaxButton, MinButton, ShowInTaskbar,
BorderStyle, LinkTopic, StartupPosition]
* Menu fixage
* sub-properties
* handle control box
* Add shapes support
* FormItem work
* visibility work
* [DragMode]
* Textbox [MultiLine]
* Textbox [MaxLength, PasswordChar]
* Misc.
* File handling updates
* Print statement
* Leak fixes
|
|
|
|
doesn't conflict with an installed 2.0.x
|
|
not really necessary to strip dots from library names under Solaris it
makes the packages more compatible which should ease maintenance.
|
|
installation directory in case the package isn't installed.
|
|
${LOCALBASE} directories. Also set PKG_FC to the buildlink'ed f2c-f77
wrapper script.
|
|
to be an optimization bug that causes the build to fail (pkg/13395). The
problem appeared in the original PR on an Amiga running NetBSD 1.5.1 and
also on a mac68k running NetBSD 1.5.1. This workaround was tested on the
mac68k system (kindly provided by Jon Lindgren).
|
|
mostly bug fixes. (See release notes for details).
|
|
${LOCALBASE} in *_PREFIX definition.
|
|
for clarity.
|
|
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
|
|
|
|
|
|
|
|
necessary to use the JRE within konqueror to load the Yahoo! bridge client.
|
|
|
|
|
|
|
|
|
|
Changes include:
* Updated the Prelude/Libraries to match the newly revised
Haskell'98 Report.
* Default build target is now basic + tracer (was just basic).
* Building with gcc now builds everything with gcc, including
profiling and tracing. This is much faster.
* Bugfixes.
|
|
|
|
on Solaris' xargs.
|
|
but do it correctly. The way this was done before, by simply statically
linking all the objects into a perl binary without recompiling the objects
without -fPIC, was wrong as pointed out in private email by Todd Vierling.
We now simply reconfigure perl to link statically, and use the perl build
process to generate a statically-linked perl.
|
|
|
|
|
|
development)
|
|
|
|
it is updated not to have the perl-mk dependency.
This braindead nature of pkgsrc to register all dependencies recursively
into binary pkgs *will* be fixed.
|
|
to install things like "open.3" and "lib.3" which confuse users. Perl
ships with a documentation tool, "perldoc", for this purpose; create a
MESSAGE indicating that it should be used instead. (Perl still installs
command line program manual pages in man1.)
* Integrate bsd.perl.mk into the perl5-base build where it should have been
from the beginning. The separate perl-mk pkg makes binary packages of
perl-mk completely useless[*]. Older perl builders will not break, since
<bsd.pkg.mk> contains fallback definitions that are evaluated at pkg
build time.
=====
[*] bsd.perl.mk is tightly bound to the version of perl that is installed.
The version name "perl-mk-1.1" is completely useless as a binary pkg,
since keeping multiple binary versions of perl on a FTP server means
that one of the perl-mk's will get clobbered.
However, putting the current pkgsrc PERL5_DIST_VERS in the perl-mk pkg
is also a problem, because that doesn't necessarily reflect the
installed version of perl. Snarfing the installed version at perl-mk
build time would be even uglier, since you could not then walk the tree
without perl being installed.
The cleanest solution is to integrate bsd.perl.mk into the perl5-base
pkg, and let those who have not upgraded perl yet use the runtime
definitions in <bsd.pkg.mk>.
|
|
Disable for architectures without a properly working rswitch file.
Currently only Alpha, i386, and SPARC have this.
|
|
Build with `make bootstrap.'
|
|
|