summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-26don't unnecessarily pass -p to `cp', it causes a fatal error on Darwingrant2-8/+8
while trying to chown a symlink.
2002-11-25Don't always pass pass '-DBSD' to MAKE_ENV.jschauma1-1/+7
Pointed out by Jeremy C. Reed (reed at reedmedia dot net) in PR pkg/19170. Modification: assume that anything that calls itself *BSD can deal with this flag instead of just dealing with Linux. (Please check on Darwin and adjust.)
2002-11-25DISTFILES are now under ${SUSE_ARCH} directory.taca1-3/+3
2002-11-25Re-add i386 specific files' information.taca1-1/+5
2002-11-25* NetBSD's (and most likely Linux's) indent program is sufficient for ORBit,jlam4-18/+63
so don't depend on devel/gindent on these two platforms. * USE_BUILDLINK2 implies AUTOMAKE_OVERRIDE=NO. * Don't use the hackish test for libwrap supplied in the configure script. Instead, just specify the necessary variables to link against libwrap in the package Makefile. This closes PR 18712 by Greg A. Woods.
2002-11-25Note update of devel/dejagnu to 1.4.3nb1.kristerw1-1/+2
2002-11-25Update dejagnu to 1.4.3nb1.kristerw3-2/+16
Fix bug that made tests organized in deep directory structures (e.g. the gcc testsuite) be run multiple times.
2002-11-25USE_BUILDLINK2 implies AUTOMAKE_OVERRIDE=NOjlam1-2/+1
2002-11-25buildlink2.mk file for graphics/libggi. Closes PR 19118.jlam1-0/+58
2002-11-25Use buildlink2.jlam5-66/+59
2002-11-25Fix distinfo checksums.jlam1-2/+2
2002-11-25Note that this package uses X11.jlam1-1/+3
2002-11-25buildlink2.mk file for graphics/libgii.jlam1-0/+31
2002-11-25Use buildlink2, fix libtool usage and PLIST.jlam6-117/+135
2002-11-25Note apr-devel, neon, and subversion updates.wiz1-1/+4
2002-11-25Update to revision 3687.wiz5-77/+12
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-25Update to 0.23.5, needed by to-be-committed subversion update.wiz4-10/+25
Excerpt of changes (+portability and bug fixes): * Add support for `--la-file' argument to neon-config, which prints the full path of the installed libneon.la file. * Improved address resolver (ne_addr_*) replacing ne_name_lookup(): - use getaddrinfo() if found; include support for IPv6 (based on work by Noriaki Takamiya) * For a hostname with multiple addresses, each address is tried in turn until a connection is made. * RFC2818 compliance for certificate identity checks in SSL: - use `dNSname' values in subjectAltName extension if present - hostname comparison fixed to not be case-sensitive * Added NE_DBG_SSL debug channel. * ne_strerror changed to return the passed-in buffer. * Added ne_strnzcpy macro to ne_string.h. * Added reference documentation: - ne_sock_init, ne_addr_*. * Remove the const qualifier from the reason_phrase field in ne_status. - ne_parse_statusline() now strdup's the reason_phrase * Remove the status_line argument from ne_207_end_propstat and _end_response * Change ne_session_create, ne_session_proxy, ne_sock_connect, and the 'port' field of the ne_uri structure to use an unsigned int for port numbers * ne_uri_defaultport returns unsigned and '0' on an unknown port (not -1). * Changes to hooks interface: - pass an ne_request pointer to per-request hooks - replace "accessor" hooks with ne_{get,set}_{request,session}_private * Authentication changes: - the hooks changes fix a segfault if auth is enabled for an SSL session through a proxy server - fix ne_forget_auth segfault if either proxy or server auth are not used * Improvements to persistent connection retry logic and error handling in request code; fixing some cases where some errors where incorrectly treated as a persistent connection timeout - a TCP RST at the appropriate time is now treated as a persistent connection timeout. - handle persistent connection timeouts on SSL connections * Changes to SSL support: - improved error handling - fix for proxy CONNECT tunnelling with some proxies (e.g. Traffic-Server) - fix potential segfault if client cert. provider callback is used - fix to use supplied password callback for PEM-encoded client certificates (Daniel Berlin) * Remove ne_read_file(). * ne_version_match replaces ne_version_minimum (semantics changed slightly). * XML request bodies use a content-type of "application/xml" now; applications can use NE_XML_MEDIA_TYPE from ne_xml.h
2002-11-25Update to apr-0.20021123173453, needed by to-be-committed subversionwiz6-152/+193
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-25Don't match common delimiters ['";:] when doing matches for substitutions.jlam1-9/+9
Addresses PR 19159 by grant@netbsd.org.
2002-11-25Add path to arch.mk inclusion (at least lintpkgsrc prefers it this way).wiz2-4/+4
2002-11-25In the _BUILDLINK_SUBST_USE target, save the original file from which wejlam1-6/+8
generate the "sed-substituted" file with a ".blsav" suffix. This is primarily useful for debugging purposes.
2002-11-25sox-12.17.3nb1 update.wiz1-1/+2
2002-11-25Enable vorbis support. Bump to 12.17.3nb1.wiz1-3/+6
2002-11-25Bump PKGREVISION to on x11/fltk to 1: link the dependent librariesjlam4-14/+16
directly into libfltk.{la,so} so that we don't need to guess at which additional libraries will be needed to link into a program when linking against libfltk. Suggested in private email by Dave Sainty <dave at dtsp dot co dot nz>.
2002-11-25FLTK headers should also be found under <include/Fl/*>.jlam1-1/+2
2002-11-25Use green threads with blackdown-jdk13 on NetBSD/powerpc.schmonz1-1/+6
2002-11-25Note updates of tcl-scotty and tkined.jwise1-1/+3
2002-11-25Update tcl-scotty to version 2.1.11 and tkined to version 1.4.11 (the ↵jwise8-413/+396
version bundled with scotty-2.1.11) Tnm changes since 2.1.10: 15/6/01 (bug fix) Fixed a buffer overrun in ntping. This is actually the reason to make this bugfix release public. 2/11/99 (bug fix) Make sure that remaining job times do not increase if the system clock moves backwards. 17/5/99 (bug fix) Make sure that commands bound to a recv event are always evaluated. 6/4/99 (bug fix) Fixed a Y2K bug in tnmHttp.c (thanks to bkozuma@aol.com for finding this problem). 23/3/99 (bug fix) Accept derived types (e.g. DisplayString) in a varbind list. 9/3/99 (bug fix) Fixed bugs in straps.c which could cause security problems due to buffer overruns or signed/unsigned conversion. 8/3/99 (new feature) Added the global tnm(cache) variable which points to a directory where Tnm saves frozen MIB files. The default value for tnm(cache) is compatible with previous 2.1.X releases. Tkined changes since 1.4.10: 21/4/99 (bug fix) The size of the canvas is now independent from the resolution of the display. Further, PostScript dumps should now fit on the selected page size.
2002-11-25Switch ppc to suse emulation packages instead of linuxppc_lib.wiz1-2/+3
2002-11-25Nit in last.wiz1-2/+2
2002-11-25Put comment at begin of line so that make recognizes it.wiz1-2/+2
2002-11-25Update MASTER_SITES for ppc version.wiz1-2/+4
2002-11-25Note update of net/gtk-gnutella to 0.91.1jschauma1-1/+2
2002-11-25Update net/gtk-gnutella to 0.91.1 using patches provided by Christian Bierejschauma3-11/+11
(christianbiere at gmx dot de) in PR pkg/19152. Changes since 0.91.0: * Will now verify the SHA1 of downloaded files in the background. * New configuration parameter for the directory where "bad files" not matching their advertised SHA1 should be put (don't forget to configure it, as it defaults to /tmp). * Files are now copied in the background, so it is possible to setup the various "download" directories on different filesystems. * Node connection time and remote node's uptime(if available) are now shown. * It is now possible to paste a "magnet:" URI in the search to launch a SHA1 search. * The "connection indicator" at the bottom left is now a toggle. Depressing it will terminate any Gnet connection but will continue to serve uploads and process downloads. * The active download status now shows how many sources are available and how many are currently active (i.e. downloading). It will also show the estimated remaining time for the whole file, as well as the global reception rate for the file, accounting for all currently active sources. * Fixed bug that prevented proper downloading from recent BearShare(4.1.x or better) and Shareaza (1.6.0.x or better) nodes when the SHA1 of the file is known. * Will now protect against "PUSH floods" by banning the relevant IPs. * At startup, scan the download "tmp" dir for orphan files and reintegrate them into the fileinfo database, moving completed files to the relevant directory(depending on whether its SHA1 checked OK). * Minor bug fixing: improper countdown for push timeout when falling back, fixed corner-case processing that could lead to crashes or incorrect behaviour, accidental localization on X-Live-Since headers, freezing of the GUI when clearing many uploads, obscure portability fixes.
2002-11-25Ops, correct the checksum for patch-ahbouyer1-2/+2
2002-11-25Note update of www/squid package to 2.5.1nb2.taca1-1/+2
2002-11-25Update squid package to squid-2.5.1nb2.taca3-7/+8
- Apply disabled official patch since the patch's content has corrected. * Impossible to define acls with spaces in them - Remove "@unexec ${RMDIR} %D/etc/squid ..." line from PLIST since there is already removing directory line which use more generic PKG_SYSCONFDIR variable.
2002-11-25Add basic COMMENT.wiz1-2/+2
2002-11-25- move PLIST elements not found on powerpc to PLIST.i386schmonz4-942/+237
- include bsd.pkg.mk explicitly, rather than in the JRE's Makefile.common - be more thorough at avoiding installation of files that are also found in the JRE
2002-11-25- move PLIST elements not found on powerpc to PLIST.i386schmonz8-199/+55
- include bsd.pkg.mk explicitly, rather than in Makefile.common - replace dependency on linuxppc_lib with suse_base to get a sufficiently recent glibc - teach the remaining two usages of `uname -m` output about our various powerpc platforms This makes the Blackdown JRE finally work on powerpc again. Note that suse_base requires a Linux kernel version >= 2.2. NetBSD-current's COMPAT_LINUX reports itself as 2.4.18 by default on i386 and powerpc. On NetBSD/powerpc 1.6, you'll need to override the default value of the "emul.linux.kern.osrelease" sysctl. On NetBSD < 1.6, you can try setting the sysctl, but the emulation may be insufficient to run this software properly. Also note that on powerpc, you must specify the "-green" option, because the Classic VM hangs.
2002-11-25Note vcdimager changes.wiz1-1/+3
2002-11-25Add and enable vcdimager-devel.wiz1-1/+2
2002-11-25Downgrade to 0.6.2 on tron's request.wiz4-13/+23
2002-11-25Import current vcdimager package as vcdimager-devel in preparationwiz4-0/+51
of downgrade of vcdimager on tron's request.
2002-11-25These Linux emulation packages conflict.schmonz2-3/+5
2002-11-25Tweak suse_* packages to support NetBSD/powerpc.schmonz29-105/+196
2002-11-25www/lynxitojun1-1/+2
2002-11-25pull in http://lynx.isc.org/current/lynx2.8.4rel.1d.patch.gz.itojun3-28/+6
* correct inverted logic of restrictions table which made "-restrict=default" provide incorrect values for several items. This was broken in 2.8.4dev.19 (reported by Jeff Long <long@ukans.edu> and RobertM <robm@bob.bofh.org>) -TD * correct check for calling endwin() to allow for curses implementations without newterm (report/patch by Brett Lymn).
2002-11-25List Takahiro Kambe as new maintainer of this package.tron1-2/+2
2002-11-25"r:-lossaudio" is wrong...we want "S:-lossaudio:" to remove -lossaudio fromjlam1-2/+2
the command args.