Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Changes in 0.7, state: alpha
----------------------------
* New check bt_check_bits, which determines appropiate C types for
different sizes.
* New check bt_check_hdr_std, which searches standard headers.
You *must* use this function, as it is now required for further
checks (improves portability).
* Addition of the `siteinfo' target to the main program. It allows
to get specific information about where Buildtool is installed
by third party programs.
* Default name of Makefile's changed to Makefile.bt. This allows
Automake and Buildtool to coexist in the same package and also
avoids running a regular Make tool within a Buildtool-ized
package (which will confuse the user).
* Build fixes under MacOS X (Darwin).
* Minor bug fixes to run cleanly under Win32, using Cygwin.
* Runtime fixes under GNU-based systems (the `getopt' command did
not behave properly).
While I'm here, fix some things: force the package to use TeXinfo 4.0 and
make it use PKG_SYSCONFDIR.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add --with-libintl-prefix=XXX to configure args
(this could perhaps go into gettext-lib/buildlink2.mk, but there
could be "configure" incarnations not built from the "official" aclocal
file which don't digest it)
|
|
|
|
arguments.
|
|
|
|
this package needs a newer makeinfo to compile, so let it demand 4.2.
|
|
There are too many changes to list in a sensible way.
The most visible change for me is that libintl requires libiconv now.
Also untangled the 3 sub-pkgs -- a common patch dir makes it too complex.
This pkg used to expose buildlink2 problems - the pkg libintl was
pulled in in cases where USE_GNU_GETTEXT was not set. There were
some improvements to libtool filtering, and x11/gtk builds now, so
I hope this is settled.
|
|
|
|
Splint is a tool for statically checking C programs for security
vulnerabilities and coding mistakes. With minimal effort, Splint
can be used as a better lint. If additional effort is invested
adding annotations to programs, Splint can perform stronger checking
than can be done by any standard lint.
Splint 3.0 is the successor to LCLint 2.5.
|
|
fixes a bug in location of sources specified with relative paths
(via .depend).
This version also has some bootstrapping improvments.
|
|
|
|
the USE_GNU_GETTEXT == YES case.
|
|
PKGREVISION++
This fixes PR 19162 from Ingolf Steinbach.
|
|
|
|
* Bugs fixed
+ toolbar label set efficiency win (Michael)
+ toolbar destruction (Jaka Mocnik, Satyajit)
Approved by wiz.
This closes my own PR 18772.
|
|
Changes from alpha16:
Alpha 18. This release tracks file modification times, and restores
them on initial checkout. The need for restoration was driven by the
need to support the EROS cross environment build process, which was
tripping over autoconf because modification times were not being
preserved.
Alpha 17. This is a catch-up release to get various repaired bugs
into distribution. Also the first release to build on RedHat 8.0.
Approved by wiz.
This closes PR 18971.
|
|
|
|
Linux systems that include gettext() routines in glibc. We now properly
substitute for libintl.la references in libtool archives, and we don't
produce the fake libintl.la since it has no meaning if there is not a real
libintl.
|
|
empty on some systems that provide gettext() functions directly in libc.
Fix by Jeremy Reed <reed@reedmedia.net> in PR 19171.
|
|
Fix bug that made tests organized in deep directory structures (e.g. the
gcc testsuite) be run multiple times.
|
|
User-visible changes (for developer-changes see the included CHANGES file):
Version 0.15 (released 7 Nov 2002, revision 3687)
* New 'S' indicator in 'svn status' shows switched subdirs
* New --dry-run option added for 'svn merge' (issue #953)
* Fix 'svn update .' to handle svn:externals correctly
* Memory usage of 'svn import' reduced (issue #860)
* Allow 'svn revert' on missing directories scheduled for deletion
* Assorted bug fixes in several exciting flavors
* Documentation improvements
Version 0.14.5 [Alpha Interim 5] (released 30 Oct 2002, revision 3578)
* allow --incremental option for 'svn log' xml output
Version 0.14.4 [Alpha Interim 4] (released 29 Oct 2002, revision 3553)
* new working-copy entry-caching: speeds many ops up to 5x (#749)
* new 'svnadmin recover', instead of db_recover
* client can now view & change server-side revision props (e.g. log messages)
* new --non-interactive switch for commandline client
* new --incremental option to 'svn log'
* new -r {date} syntax for specifying dated revs; works over network too.
* automatically set svn:executable prop when adding or importing (#870)
* initial $EDITOR text now ignores all log data below special token
* consistify behavior of text & prop columns in 'svn status' output.
* .svn/auth/* files now chmod 700, to stop scaring people. :-)
* improved labels in 'svn diff' output (#936)
* run-time adjustable neon timeout in newly renamed 'servers' config file
* big improvements to cvs2svn script: bugfixes and basic branch/tag support
* new python access-control hook script
* no more implicit dot-target for 'svn propedit' or 'svn propset' (#924)
* remove obsolete --xml-file support
* Handbook is now ported to Docbook, 2 new chapters.
Version 0.14.3 [Alpha Interim 3] (released 20 Sept 2002, revision 3200)
* new ~/.subversion/config file
* new $Id$ keyword
* new client --no-auth-cache option
* empty values in the Windows Registry are no longer ignored (issue #671)
* report details of repository start-commit or pre-commit hook errors
* fix locking behaviour when using current directory as a target
* updated man page
* new front-page logo. :-)
Version 0.14.2 [Alpha Interim 2] (released 22 Aug 2002, revision 3033)
* fs schema change, see issue #842. **NOTE: repos dump/load cycle required!**
* new 'svn ls -R' option
* new status code `~', for type changes
* add --username and --password options to 'svn ls'
* new script tools/client-side/svn_all_diffs.pl
* new script tools/examples/blame.py (draft)
Version 0.14.1 [Alpha Interim 1] (released 9 August 2002, revision 2927)
* show copy-ancestry in 'svn log -v'
* 'svn co' can take multiple URLs now
* new 'svn ls' command
* new 'svn st --no-ignore' option
* new 'svn --version --quiet' option
* more conservative 'svn help' usage error-message
* more graceful degradation from charset conversion failure
* standardize policy of -q switch behavior
* less intimidating error output
* new SVNParentPath directive for mod_dav_svn <Location>s
* svnlook now correctly displays copied subtrees
* Handbook: additions, tweaks, cleanups, and new French Translation :-)
* svn_load_dirs.pl: auto propset on files matching specified regex, bug fixes
|
|
update. Excerpt of changes:
Changes with APR 0.9.2
*) Renames done (deprecated functions wrapped):
apr_filename_of_pathname -> apr_filepath_name_get
apr_get_groupid -> apr_gid_get
apr_get_groupname -> apr_gid_name_get
apr_compare_groups -> apr_gid_compare
apr_parse_addr_port -> apr_port_addr_parse
apr_shutdown -> apr_socket_shutdown
apr_bind -> apr_socket_bind
apr_listen -> apr_socket_listen
apr_accept -> apr_socket_accept
apr_connect -> apr_socket_connect
apr_send -> apr_socket_send
apr_sendv -> apr_socket_sendv
apr_sendto -> apr_socket_sendto
apr_implode_gmt -> apr_time_exp_gmt_get
apr_get_home_directory -> apr_uid_homepath_get
apr_get_userid -> apr_uid_get
apr_current_userid -> apr_uid_current
apr_compare_users -> apr_uid_compare
apr_get_username -> apr_uid_name_get
apr_recvfrom -> apr_socket_recvfrom
apr_sendfile -> apr_socket_sendfile
apr_recv -> apr_socket_recv
[Thom May]
*) Add APR_IPV6_V6ONLY socket option. [Jeff Trawick]
*) Update timeout algorithm in free_proc_chain. If a subprocess
did not exit immediately, the thread would sleep for 3 seconds
before checking the subprocess exit status again. In a very
common case when the subprocess was an HTTP server CGI script,
the CGI script actually exited a fraction of a second into the 3
second sleep, which effectively limited the server to serving one
CGI request every 3 seconds across a persistent connection.
[Bill Stoddard, Kai.Risku@arrak.fi]
*) Add recognition of and socket API support for the SCTP protocol.
[Randall Stewart <randall@stewart.chicago.il.us>]
*) Add apr_atomic_casptr() to support atomic compare-and-swap
of pointers [Brian Pane]
*) Add apr_socket_create_ex() to allow protocol to be specified for the
socket. With APR 1.0, this function will be removed and apr_socket_create()
will have the additional parameter.
[Randall Stewart]
*) Add APR_IPV4_ADDR_OK flag to apr_sockaddr_info_get() to allow
apps to avoid lookup of IPv6 address if IPv4 address is sufficient.
(New APR_IPV6_ADDR_OK flag is similar.) [Jeff Trawick]
Changes with APR 0.9.1
*) Add apr_array_pop(). [Justin Erenkrantz]
Changes with APR 0.9.0
*) Includes moved to INCLUDEDIR/apr-{major} (e.g. /usr/include/apr-0)
[Greg Stein]
*) libtool versioning is used to give the library sonames a real
value. The libraries will be libapr-{major}.so.0.{minor}.{patch}
[Greg Stein]
*) Add APR_PARSE_ARGUMENTS and APR_LAYOUT macros for better layout
support. [Thom May]
*) Add parallel-apr layout which utilizes the major version number in
directories and library names. [Justin Erenkrantz]
*) Add a version number to the library name (e.g. libapr-1.so) so
that apps can do things like: -lapr-1 or -lapr-2, depending on
which version they want to use and link against. [Greg Stein]
*) Add --version to apr-config so that apps can retrieve the version
information of the (installed) APR. [Greg Stein]
*) Remove the APRVARS system; apps should use apr-config. [Greg Stein]
*) Renamed apr_strtoll()/apr_atoll() to follow int64 convention,
so these new helpers are apr_strtoi64/apr_atoi64(), since
'll' (long long) is a nonportable and aspecific construct.
Used ac/m4 tests to choose the appropriate fn behind strtoi64.
[William Rowe]
As well as many portabitility and other fixes.
|
|
|
|
Changes since 1.11.1p1:
* The "log" and "rlog" commands now have a -S option to suppress the
header information when no revisions are selected.
* A serious error that allowed read-only users to tag files has been
corrected.
* The "annotate" command will no longer annotate binary files unless
you specify the new -F option.
* The "tag" and "rtag" commands will no longer move or delete branch
tags unless you use the new -B option. (This prevents accidental
changes to branch tags that are hard to undo.)
* We've standardized on the 1.5 Automake release for the moment. Again, this
should only really affect developers. See the section of the INSTALL file
about using the autotools if you are compiling CVS yourself.
Changes from 1.11.1 to 1.11.1p1:
* Read only access was broken - now fixed.
Changes from 1.11 to 1.11.1:
* The "cvs diff" command now accepts the -y/--side=by-side and -T/
--initial-tab options. (To use these options with a remote repository,
both the client and the server must support them.)
* The expansion of the loginfo format string has changed slightly.
Previously, the expansion was surrounded by single quotes ('); if a file
name contained a single quote character, the string would not be parsed
as a single entity by the Unix shell (and it would not be possible to
parse it unambiguously). Now the expansion is surrounded by double
quotes (") and any embedded dollar signs ($), backticks (`), backslashes
(\), and double quotes are preceded by a backslash. This is parsed as a
single entity by the shell reguardless of content. This change should
not be noticable unless you're not using a Unix shell or you have
embedded the format string inside a double quoted string.
* There was a bug in the diff code which sometimes caused conflicts to
be flagged which shouldn't have been. This has been fixed.
* New "cvs rlog" and "cvs rannotate" commands have been added to get log
messages and annotations without having to have a checked-out copy.
* Exclusive revision ranges have been added to "cvs log" using ::
(similar to "cvs admin -o").
* The VMS client now accepts wildcards if you're running VMS 7.x.
* ZLIB has been updated to version 1.1.3, the most current version. This
includes mostly some optimizations and minor bug fixes.
* The ~/.cvspass file has a slightly modified format. CVSROOTs are now
stored in a new canonical form - hostnames are now case insensitive and
port numbers are always stored in the new format. Until a new login for
a particular CVSROOT is performed with the new version of CVS, new and
old versions of CVS should interoperate invisibly. After that point, an
extra login using the old version of CVS may be necessary to continue to
allow the new and old versions of CVS to interoperate using the same
~/.cvspass file and CVSROOT. The exception to this rule occurs when the
CVSROOTs used with the different versions use case insensitively
different hostnames, for example, "empress", and "empress.2-wit.com".
* A password and a port number may now be specified in CVSROOT for
pserver connections. The new format is:
:pserver:[[user][:password]@]host[:[port]]/path
Note that passwords specified in a checkout command will be saved in the
clear in the CVS/Root file in each created directory, so this is not
recommended, except perhaps when accessing anonymous repositories or the
like.
* The distribution has been converted to use Automake. This shouldn't
affect most users except to ease some portability concerns, but if you
are building from the repository and encounter problems with the
makefiles, you might try running ./noautomake.sh after a fresh update
-AC.
|
|
|
|
py-kqueue is Python glue for kqueue(2)/kevent(2) event interface
on BSD systems.
kqueue() provides a generic method of notifying the user when an
event happens or a condition holds, based on the results of small
pieces of kernel code termed filters. A kevent is identified by
the (ident, filter) pair; there may only be one unique kevent
per kqueue.
|
|
|
|
Changes:
Version 4.5 - July 4 2002, by Shigio Yamaguchi
* htags: -m(--main-func) option added.
* htags: --style-sheet=<style file> option added.
* htags: --no-javascript option and no_javascript config variable added.
* htags: -g(--gtags) option added.
* htags: -s(--symbols) option and symbols config variable added.
* gctags: --langmap option added.
* gctags: -t and -d option added.
* gtags: pick up macros with noargument, typedef name and enum member.
* gozilla: -d option added.
* gctags: assumes __attribute__, const, volatile, wchar_t as a reserved word
in C language. assumes __attribute__, explicit, mutable, namespace,
overload, typename, using as a reserved word in C++ language.
Version 4.4 - March 30 2002, by Shigio Yamaguchi
* gozilla: gozilla return to GLOBAL.
* htags: -o(--other) option added. This option list not only source files
but also other files like 'README'.
* global: -o(--other) option added. This option search in not only source
files but also other files like 'README'.
* htags: configuration variable other_files added.
* htags: configuration variable definition_header={no|after|before} added.
* htags: configuration variable enable_grep and enable_idutils added.
* htags: -l(--each-line-tag) option deleted.
From now on, htags works as if -l flag is always specified.
But -l(--each-line-tag) option is accepted for backward compatibility.
* global: path conversion optimized and bug fixed.
* gtags.conf: added documentation about variables.
* htags: shut another security hole.
* Some bugs are fixed.
Version 4.3.1 - January 22 2002, by Shigio Yamaguchi
This is bug fix version.
* htags: global.cgi wasn't generated correctly.
Version 4.3 - January 10 2002, by Shigio Yamaguchi
* Support DJGPP.
* Support nvi-1.81.5.
* global.texi: chapter of less viewer, nvi-1.81.5 and reference manuals added.
* global,gtags: the -q option added.
* htags: fill anchors into path name.
* global: GTAGSROOT file supported.
Version 4.2 - November 24 2001, by Shigio Yamaguchi
* postgres support added.
You need to configure GLOBAL with --with-postgres option.
* gtags: when no parser specified in config file, overloaded by default values.
* gtags: variable 'skip' accept full path name.
* htags: changed to refer to macros which is defined in other C source.
* htags: --caution option added.
* global.texi: reference manual added.
* gtags, htags: allow relative path name for --gtagsconf.
Version 4.1.1 - July 31, 2001, by Shigio Yamaguchi
* htags: bug fixed. bless.sh removed 'TARGET=mains'.
* htags: bug fixed. bless.sh didn't work without config file.
* configure: bug fixed. --srcdir option didn't work.
now you can build project at any directory other than source directory.
* htags: generates rebuild.sh to redo the job with the previous context.
* globash.rc: when GTAGSROOT specified, prompt is changed to "[$root]!$cwd"
instead of "[$root]/...".
* globash.rc: bug fixed. number was ignored in 'next <no>' and 'prev <no>'.
* globash.rc: The -e option of show use emacsclient instead of emacs.
Version 4.1 - July 12, 2001, by Shigio Yamaguchi
[INCOMPATIBLE CHANGES]
* global: rename the -i(incremental) option to -u(update) and the new
-i(--ignore-case) option added because -i options is generally used
for this purpose (see grep(1)).
* gtags.conf: rename global.conf into gtags.conf because the old name was
too generic. (GLOBAL also accepts old name for compatibility.)
[OTHER CHANGES]
* Some bugs are fixed.
* globash.rc: GloBash --- Global facility for Bash added.
* htags: create bless.sh when the -S option specified.
* htags: config variables prolog_script, epilog_script, show_position,
position_begin, position_end and icase_path added.
* htags: path name search facility added.
* htags: locate dbpath like global(1) does.
* htags: show addtional information on status bar.
* gtags: the -i option also locate tag files among cadedite directories.
* global, gtags: make icase_path allways enable in Windows32 environment.
* global: the -T(--through) option added.
* gtags, htags: --gtagsconf option added.
* gtags.conf: 'htags_options' added.
* globa.texi: the method to use vim with GLOBAL and the description
about GloBash added.
|
|
Changes since version 0.104:
0.107
* Fixed: Tests did not work on MS-Windows.
* Fixed: Executing shell commands did not work on MS-Windows.
* Fixed: Reading a dependency file did not work on MS-Windows.
0.106
* Fixed: When uploading with scp fails because of a read-only file
system this was not noted as an error.
* Fixed: When uploading multiple files with scp and one or more failed, the
signatures were updated anyway.
0.105
* Improved performance by not computing the buildcheck signature for virtual
targets. Especially helps for the recipe that ":mkdownload" generates.
When evaluating a Python expression, replace ">" with "$gt", "<"
with "$lt" and "|" with $bar, so that ":print" isn't confused.
* Fixed: did not find Python modules in the directory of the top recipe.
|
|
has '..' in some of its files' paths. Closes PR 18662.
It's also smaller by ~200k :)
|
|
Bump PKGREVISION.
|
|
|
|
=== Release 2.3.3, October 28, 2002
Changes to start coping with MKS Source Integrity conversions.
This change allows genmetadata to simply ignore (and hence, to
continue working!) the "ext" and "format" keywords that MKS Source
Integrity apparently adds to the rcs repertiore. This could possibly
be recoded to deal with arbitrary new keywords, but I don't want to go
there now.
Note that there *may* be other gotchas when attempting to use cvs2p4
to convert MKS SI repositories, which may be addressed by future
changes to cvs2p4:
1. It appears that MKS may compress (gzip) binary ,v files, but *not*
rename them to refelct this. Very odd.
2. It appears that MKS may allow a larger character set (than pure RCS)
in legal symbolic names. I can probably fix cvs2p4 to deal with these
pretty easily, but we should also consider whether any of the MKS names
might be illegal in Perforce (and thus needs some sort of
translation).
Intrepid users setting out to use this tool to convert MKS into
Perforce are encouraged to send problem reports to
"opensource@perforce.com".
|
|
compilation on Darwin.
|
|
buildlink2.
|
|
required en route to bootstrapping buildlink2 on Darwins old enough
to lack /bin/bash.
|
|
glibc instead of in a separate libintl.
|
|
* dlfcn.c: Patch from Max Horn applied. Fixes some path issues,
and code cleanup.
* dlfcn.c: Lookup the NSAddImage etc stuff that was added in OS
10.1, so that the binary can be used on 10.0. It may or may not
work, don't have a 10.0 system to try it.
* dlfcn.c: Moving things around.
* dlfcn.c: bugfixes
* Makefile, README: Removed any and all finkisms.
* dlfcn.c, Makefile: Prepend the underscore by default for dlsym.
* Makefile: Made Makefile bsdmake compatible.
* dlfcn.c dlfcn.h: First attempt at adding dladdr
Not in the changelog:
* added configure script
* added manual pages
|
|
|
|
as devel/aap.
A-A-P is a replacement for make. It makes it easy to locate, download,
build and install software. It also supports browsing source code,
developing programs, managing different versions and distribution of
software and documentation.
A-A-P is currently under development and as such not everything works yet.
Use with care.
A-A-P is maintained by Bram Moolenaar.
|
|
publicity statement in the configure script.
|