Commit graph

3455 commits

Author SHA1 Message Date
jmmv
1feca93c1a Update buildtool to 0.7.
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.
2002-11-30 15:01:06 +00:00
grant
8c87b191bb missed from last commit. 2002-11-30 14:47:35 +00:00
grant
e898293327 USE_PKGLOCALEDIR. 2002-11-30 14:28:07 +00:00
grant
48aac63f7b use PKGLOCALEDIR. 2002-11-30 14:18:41 +00:00
grant
bb2abd1ee2 USE_PKGLOCALEDIR. 2002-11-30 14:04:01 +00:00
grant
918186f50a USE_PKGLOCALEDIR. 2002-11-30 13:45:17 +00:00
drochner
8b600b39d9 added py-logging 2002-11-29 18:10:49 +00:00
drochner
c66c8d30fc prototype of Python's upcoming logging framework 2002-11-29 18:09:53 +00:00
drochner
ed2e5196de fix the "trying to pull in libiconv" issue in a cleaner way:
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)
2002-11-28 16:56:14 +00:00
drochner
b8707fcdd6 add a missing LIBTOOL_OVERRIDE 2002-11-28 15:30:27 +00:00
tron
2d7a3e1502 Remove accidently committed "--without-libiconv-prefix" from configuration
arguments.
2002-11-28 10:04:36 +00:00
tron
03a0290e27 Include "libconv" buildlink2 glue code to fix a build problem. 2002-11-28 09:43:41 +00:00
wiz
d214224384 According to a mail from Alan Post on tech-pkg on 2002/11/27,
this package needs a newer makeinfo to compile, so let it demand 4.2.
2002-11-27 17:50:20 +00:00
drochner
16af549a21 bite the bullet and upgrade to 0.11.5
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.
2002-11-27 17:41:05 +00:00
mjl
c8a93caeb9 Enable splint 2002-11-27 14:40:18 +00:00
mjl
0353b22f3d Initial import of splint 3.0.1.6.
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.
2002-11-27 14:39:14 +00:00
sjg
a6013d5ef4 Update to bmake-3.1.14 which apart from adding support for ${.PATH}
fixes a bug in location of sources specified with relative paths
(via .depend).

This version also has some bootstrapping improvments.
2002-11-27 07:14:59 +00:00
jlam
e2fa39ab9c buildlink2.mk file for devel/swig 2002-11-26 23:17:00 +00:00
jlam
25e15d0369 Add a default _BLNK_LIBINTL_FOUND definition (used later in the file) in
the USE_GNU_GETTEXT == YES case.
2002-11-26 21:56:07 +00:00
skrll
c8cce16f68 Improve error handling. Patches backported from pth -current.
PKGREVISION++

This fixes PR 19162 from Ingolf Steinbach.
2002-11-26 21:42:48 +00:00
cjep
e9dea94b6d NetBSD tag. 2002-11-26 21:35:35 +00:00
jmmv
3654d02b25 Update to 2.0.3.2; changes include:
* Bugs fixed
	+ toolbar label set efficiency win (Michael)
	+ toolbar destruction (Jaka Mocnik, Satyajit)

Approved by wiz.

This closes my own PR 18772.
2002-11-26 17:00:37 +00:00
jmmv
2fda3dc7aa Update to opencm-0.1.0alpha18pl2.
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.
2002-11-26 12:09:45 +00:00
junyoung
a4c3018741 Correct information for cvs-1.11.2.tar.gz. 2002-11-26 10:30:19 +00:00
jlam
df076ce1a8 More changes to try to get gettext-lib/buildlink2.mk to work properly on
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.
2002-11-26 10:25:05 +00:00
jlam
74de443f28 Don't force the use of "-lintl"...use "$(LIBINTL)" instead, which may be
empty on some systems that provide gettext() functions directly in libc.
Fix by Jeremy Reed <reed@reedmedia.net> in PR 19171.
2002-11-26 06:50:20 +00:00
kristerw
26edb42e36 Update dejagnu to 1.4.3nb1.
Fix bug that made tests organized in deep directory structures (e.g. the
gcc testsuite) be run multiple times.
2002-11-25 21:13:51 +00:00
wiz
bc4106fbb3 Update to revision 3687.
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
2002-11-25 20:09:50 +00:00
wiz
d9b6023ad2 Update to apr-0.20021123173453, needed by to-be-committed subversion
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.
2002-11-25 19:52:43 +00:00
wiz
4b90143f95 Add basic COMMENT. 2002-11-25 14:27:05 +00:00
hubertf
63e3f73033 Update cvs to 1.11.2. Changes:
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.
2002-11-24 21:31:20 +00:00
jdolecek
a52ba066d6 add py-kqueue subdir 2002-11-24 09:31:25 +00:00
jdolecek
02f99e6ad3 Initial import of py-kqueue version 2.0 into the Packages Collection.
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.
2002-11-24 09:30:24 +00:00
cjep
cc8c59a267 This package appears to need autoheader to build. 2002-11-24 01:42:18 +00:00
wiz
4cc6442532 Update to 4.5, provided by ORI Manabu in PR 18698.
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.
2002-11-23 23:09:55 +00:00
cjep
05e71b817f Upgrade of devel/aap to version 0.107.
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 "&gt;" with "$gt", "&lt;"
  with "$lt" and "|" with $bar, so that ":print" isn't confused.
* Fixed: did not find Python modules in the directory of the top recipe.
2002-11-23 22:34:22 +00:00
wiz
4c44bb2c0d Use a handcrafted .tar.bz2 instead of the original .tar.gz which
has '..' in some of its files' paths. Closes PR 18662.
It's also smaller by ~200k :)
2002-11-23 22:24:40 +00:00
seb
fcdcc1adbb Remove dependency on libiconv, this was a mistake... my fault.
Bump PKGREVISION.
2002-11-23 18:47:16 +00:00
schmonz
eb7e938dc0 The release notes have been updated. 2002-11-22 21:19:11 +00:00
schmonz
4e688c1481 Update to 2.3.3. From the changelog:
=== 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".
2002-11-22 21:13:06 +00:00
schmonz
3307dee5f3 malloc() and realloc() take a size_t, not an unsigned int. Fixes
compilation on Darwin.
2002-11-22 20:54:35 +00:00
jlam
d3d2742a50 Don't use buildlink2 since we may need this package to bootstrap
buildlink2.
2002-11-21 00:50:03 +00:00
schmonz
f8588d95f4 Explicitly request that buildlink2 not be used, as this package is
required en route to bootstrapping buildlink2 on Darwins old enough
to lack /bin/bash.
2002-11-20 10:37:17 +00:00
jlam
be6a887a9d Allow for Linux systems where the gettext() routines are incorporated into
glibc instead of in a separate libintl.
2002-11-20 08:48:03 +00:00
schmonz
b87a80c9ee Update to Nov. 17 release. From the changelog:
* 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
2002-11-19 07:19:13 +00:00
cjep
f010e80823 Add and enable aap. 2002-11-18 12:50:12 +00:00
cjep
007fd849e5 Initial import of A-A-P 0.104 into the NetBSD packages collection
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.
2002-11-18 12:49:31 +00:00
schmonz
39b20fc8a4 The USB API found in FreeBSD originated in NetBSD. Correct the
publicity statement in the configure script.
2002-11-18 07:05:06 +00:00
schmonz
6a714831d8 Update to 0.1.7. Changes from 0.1.6a:
Fix up error codes for darwin port.
Make sure short transfers are allowed on BSD port.
Fix bug when finding new busses during usb_find_busses().
Added two new functions: usb_get_string() and usb_get_string_simple().
Documentation updates.
Added LICENSE file.
Various other cleanups.
2002-11-18 06:25:51 +00:00
grant
6220163ace fix shared library names on FreeBSD to be like NetBSD and Solaris in
preparation for FreeBSD pkgsrc support.

bump PKGREVISION.

ok'd by nick.
2002-11-17 11:55:01 +00:00