Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
like libtool archives.
|
|
|
|
|
|
|
|
Provided by Hiramatsu Yoshifumi in pkg/13226, with slight changes by me.
|
|
Bump to nb2. Fix has been sent to libtool maintainers.
|
|
use a slightly more general mechanism to replaces references to <curses.h>
to <ncurses.h> in the source files.
|
|
/usr/local/lib and that explicitly set LDFLAGS to nothing.
|
|
|
|
ncurses libraries and headers into ${BUILDLINK_DIR}, or if a sufficiently
advanced curses is available in-system, then it links the curses libraries
and headers into ${BUILDLINK_DIR} with ncurses names. This allows us to
consistently reference "ncurses" capability via <ncurses.h> and -lncurses.
|
|
search path.
|
|
|
|
have an nbX suffix that we don't want.
|
|
the installed package. We patch the version info in the configure scripts
to deal with shared library versioning, but we don't want those version
numbers to leak into installed files. Fixes 1st part of pkg/12146 by
Dan Winship <danw@ximian.com>.
|
|
into LDFLAGS. This makes building of ncurses on a system already having
ncurses installed possible. This is just another chapter of the continuing
buildlink saga.
|
|
|
|
|
|
|
|
detection of libncurses.
|
|
detection of libpthread.
|
|
and install locale files under PKGLOCALEDIR.
|
|
|
|
|
|
for pth-config and pthread-config.
|
|
|
|
|
|
swoop.
Changes since previous version:
Tue Jun 12 16:48:57 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
* var.c (Var_Set): Add 4th (flags) arg so VarLoopExpand can tell
us not to export the iterator variable when using VAR_CMD context.
Sun Jun 10 21:55:21 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
* job.c (Job_CatchChildren): don't call Job_CatchOutput() here,
its the wrong "fix".
Sat Jun 9 00:11:24 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
* Redesigned export of VAR_CMD's via MAKEFLAGS.
We now simply append the variable names to .MAKEOVERRIDES, and
handle duplicate suppression and quoting in ExportMAKEFLAGS using:
${.MAKEOVERRIDES:O:u:@v@$v=${$v:Q}@}
Apart from fixing quoting bugs in previous version, this allows us
to export vars to the environment by simply doing:
.MAKEOVERRIDES+= PATH
Merged again with NetBSD make, but the above is the only change.
* configure.in: added
--disable-pwd-override disable $PWD overriding getcwd()
--disable-check-make-chdir disable make trying to guess
when it should automatically cd ${.CURDIR}
* Merge with NetBSD make, changes include:
parse.c (ParseDoDependency): Spot that the syntax error is
caused by an unresolved cvs/rcs conflict and say so.
var.c: most of Var* functions now take a ctxt as 1st arg.
now does variable substituion on rhs of sysv style modifiers.
* var.c (Var_Set): exporting of command line variables (VAR_CMD)
is now done here. We append the name='value' to .MAKEOVERRIDES
rather than directly into MAKEFLAGS as this allows a Makefile to
use .MAKEOVERRIDES= to disable this behaviour. GNU make uses a
very similar mechanism. Note that in adding name='value' to
.MAKEOVERRIDES we do the moral equivalent of:
.MAKEOVERRIDES:= ${.MAKEOVERRIDES:Nname=*} name='val'
|
|
Some new features in version 3.1:
1. Block structure of the program is now kept track of, and proper
nesting of blocks is checked.
2. New check for modification of a DO index-variable within the
range of the loop.
3. New option -style to allow extra-picky warnings about obsolescent
or old-fashioned programming constructions.
4. Limited support for attribute-based type declarations (using ::).
See the manual for limitations on the accepted syntax. Note that
this new feature should be seen as a first step toward full
support for Fortran 90 type declarations, but it is not there
yet. The level of support may be sufficient for novice
programmers, but it is not yet ready for serious use.
5. Some implementation changes were made for faster execution. The
improvement in speed is greatest for small and medium-sized
programs, which are now processed about 2 times faster.
Bugs fixed in patch 1:
1. Erroneously reported "Block not closed when END statement
encountered" at end of an unnamed block data subprogram.
2. Under -pretty=embedded-space, warned of embedded space between
slashes in
COMMON / / X, Y, Z
|
|
Changes: The run() method has been fixed so that it can be used to
execute a subsidiary executable or script that's not in the same
interpreted language as the script being tested.
|
|
|
|
|
|
|
|
files into a separate package, gettext-m4, and add a dependency on it.
|
|
|
|
from the gettext package
|
|
ensure_ep_open()
|
|
|
|
|
|
Notable changes are:
* Fix memory leak in libltdl
* Handle large dependency_libs entries in .la files better
* Integration of a lot of the NetBSD changes
|
|
- heavy dose of const's
- poptParseArgvString() now NULL terminates the list
- added support for single -
- misc bug fixes
- portability improvements
- fixed memset() in help message generation
- added extern "C" stuff to popt.h for C++ compilers
- const'ified poptParseArgvString
- fixed bug in chaind alias happens which seems to have only
affected --triggers in rpm
- added POPT_ARG_VAL
- popt.3 installed by default
- added POPT_ARG_INTL_DOMAIN
- updated Makefile's to be more GNUish
|
|
This closes pkg/12893 from Martti Kuparinen <martti.kuparinen@iki.fi>
Changes are
- data themes
- debugger interaction while the program is running
- support for JDB 1.2
- several bug fixes
More information is available at ftp://ftp.gnu.org/pub/gnu/ddd/NEWS
|
|
Makefile.in and configure.
|
|
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
|
|
Changelog
1.03 Sat Jun 9 16:57:16 CDT 2001
- Make specification of an 'interpreter' to the run() method
independent of whether a 'prog' has been specified.
- Actually store the absolute path to a workdir specified as a
relative path, as advertised.
(Thanks to Jonathan Ross <Jonathan.C.Ross@fmr.com> for
finding this bug and contributing a patch.)
1.02
- Small fix to make match() backwards compatible to Perl 5.003.
- Add diff_exact() and diff_regex() methods for returning
UNIX diff(1)-like output from file comparisons.
- Accomodate $TMPDIR specifications that vary from Cwd::cwd()
due to symbolic links or omission of NT drive letters.
|
|
PR pkg/13171 by myself.
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
|