Commit graph

50565 commits

Author SHA1 Message Date
adam
ebca1e5f08 Don't force -O2 any more, use CFLAGS instead 2003-12-10 14:24:35 +00:00
grant
33ac0ad0c8 override bootstrap-pkgsrc's incorrect OBJECT_FMT on NetBSD 1.4. from
krister.

XXX this should also be fixed in bootstrap-pkgsrc and bmake's
mk-files.
2003-12-10 13:59:07 +00:00
sketch
122c819022 Replace hardcoded '/usr/pkgsrc' in comments. 2003-12-10 13:59:06 +00:00
grant
cf0008987b handle older NetBSD systems where bootstrap-pkgsrc is needed, and
therefore the pkgtools are in ${LOCALBASE}/sbin. patch from krister.
2003-12-10 13:37:48 +00:00
sketch
8248226076 Ensure CPP is defined to use the Sun compiler when building packages
under USE_SUNPRO, to avoid the possibility of picking up "cpp" from a
local GCC installation.
2003-12-10 09:08:24 +00:00
grant
22309c9868 note update of libnbcompat to 20031210. 2003-12-10 07:22:43 +00:00
grant
e37fd80189 bump version for glob() fix. 2003-12-10 07:21:43 +00:00
grant
a6fea9e8b2 always use local glob() as some glob() implementations have security
issues. suggested by lukem.
2003-12-10 07:21:20 +00:00
taca
a7f366890a Note update of www/squid package to 2.5.4nb4. 2003-12-10 04:03:52 +00:00
taca
603a9fedfb - squid-2.5.STABLE4-connect_cleanup.patch was updated; one off-bye-one mistake
was corrected.
- bump package revision.
2003-12-10 04:03:02 +00:00
lukem
994c502692 tnftpd 20031210 2003-12-10 02:59:57 +00:00
lukem
1a94f63ead Update to tnftpd 20031210.
Notable changes:
    *	portability fixes for Darwin/Tru64.
    *	license updates
    *	version format change
2003-12-10 02:57:51 +00:00
lukem
2510b890a4 Import tnftp 20050103.
Various changes, including:
	* forbid mget of filenames that aren't in or below the local cwd.
	* improve auto-fetch transfers
	* improve www/proxy authentication support
	* improve http response header parsing
	* change UCB-licensed code from 4-clause to 3-clause
2003-12-10 01:31:53 +00:00
ad
dc74a005a9 Make this package compile with GCC 3. 2003-12-09 19:41:26 +00:00
ben
4865884f55 Update the format string in dbase.build.c also.
Fix the format string and types to work on older versions of NetBSD, in
addition to FreeBSD and SunOS.
2003-12-09 19:17:37 +00:00
ben
acd5e0f0da Note tripwire update. 2003-12-09 16:08:35 +00:00
ben
c03f97f79f In include/config.h, uint32 was by default defined as an unsigned long.
However (because of -DTW_TYPE32='int' being added to CFLAGS for an LP64 fix
in revision 1.3 of patches/patch-aa) uint32 is defined as an unsigned int.
This caused two problems:
1) The format string in include/tripwire.h was not updated to match.
2) On NetBSD, off_t is __int64_t.

I am changing the format string in tripwire.h to match uint32.  I also
changed the type of the variable "size" from uint32 to off_t, and changed
its format string to match intmax_t.

This fixes the sparc64 coredump mentioned in PR 19391.
2003-12-09 15:56:56 +00:00
ben
2acc62fbb9 Actually set MASTER_SITES to site mentioned in revision 1.16. 2003-12-09 15:40:20 +00:00
sketch
52d288ea76 Some versions of BSD install(1) do not handle more than one directory
argument.  As these are standard directories, remove the command rather
than splitting it into separate statements.

Fixes install on Solaris.
2003-12-09 13:53:38 +00:00
grant
6370668b49 make the "update your package tools!" failure message more accurate
and friendly.
2003-12-09 13:14:02 +00:00
abs
43c1a86287 Update pkgchk to 1.45:
-r should imply -i
2003-12-09 12:54:13 +00:00
agc
9e710df666 The build of this package fails on NetBSD-current and 1.6.2 - a SIGSEGV is
thrown when the ksi interpreter is invoked.

Mark this package as broken.
2003-12-09 12:17:35 +00:00
drochner
02420a6e43 gcc3/zope/disc-cover updated 2003-12-09 11:30:52 +00:00
cube
a78f26edc2 anjuta-1.2.0 is close to being ready 2003-12-09 08:11:59 +00:00
xtraeme
6f2391af9a typo 2003-12-09 07:01:29 +00:00
xtraeme
98a02c2b15 Note update of net/linc to 1.0.3 2003-12-09 06:55:46 +00:00
xtraeme
9c1571b1ec Update to 1.0.3, provided by Min Sik Kim in PR pkg/23673.
Changes:

        o Don't install linc-cleanup-sockets (Michael)
        o Unix socket length fix (Masahiro)
2003-12-09 06:54:29 +00:00
junyoung
9db020e15d - Lesstif-0.93.91 2003-12-09 04:57:50 +00:00
grant
926cae41ac Initial import of p5-Net-CIDR 0.09 into the NetBSD Packages Collection.
The Net::CIDR package contains functions that manipulate lists of IP
netblocks expressed in CIDR notation. The Net::CIDR functions handle
both IPv4 and IPv6 addresses.
2003-12-09 04:56:22 +00:00
grant
1106a14c7b +p5-Net-CIDR 2003-12-09 04:54:44 +00:00
grant
c7fff7d6c7 Initial import of p5-Net-CIDR 0.09 into the NetBSD Packages Collection.
The Net::CIDR package contains functions that manipulate lists of IP
netblocks expressed in CIDR notation. The Net::CIDR functions handle
both IPv4 and IPv6 addresses.
2003-12-09 04:53:57 +00:00
grant
089b4d7345 fix formatting. 2003-12-09 04:51:55 +00:00
xtraeme
17022ff003 Note update of dovecot to 0.99.10.4 2003-12-09 04:08:12 +00:00
xtraeme
00bd9aae84 Update to 0.99.10.4 provided by Charlie Allom in PR pkg/23696.
Changes:

v0.99.10.4 2003-11-24  Timo Sirainen <tss@iki.fi>

        - Fixed reference counters in imap-login and pop3-login.
          IMAP AUTHENTICATE and POP3 AUTH commands could have left the
          process stuck doing nothing forever.

v0.99.10.3 2003-11-24  Timo Sirainen <tss@iki.fi>

        - FETCH RFC822.HEADER returned message body as well
        - SUBSCRIBE broke subscription lists
        - LIST code rewritten, children flags should be correct now
        - SORT and THREAD could have given invalid replies
        - Partial BODY[...] fetches might have returned wrong data or at
          least performed worse than was necessary

v0.99.10.1 2003-11-10  Timo Sirainen <tss@iki.fi>

        * mbox: \Draft and \Deleted flags used opposite flag chars in
          X-Status header. We were incompatible with other mbox accessing
          software.

          WARNING: Upgrading from previous version doesn't automatically
          swap the flags, so be careful not to accidentally expunge messages
          that had their \Draft flag changed to \Deleted.

        * Configuration file changes:
           - Whitespace at end of line is stripped, use quotes if you need it
           - # comments are supported after key=value lines. if you need '#'
             character, quote the value
           - Both " and ' quotes are supported. If you need to use them, '\'
             can be used for escaping.

        - mbox: COPY into same mailbox didn't work and could have corrupted
          the mailbox
        - Using Dovecot without index files would crash after using a while
        - Partial BODY[header] or BODY[part] fetches were buggy if client
          requested more data than was available in the header/part.
        - Partial BODY[...] fetches were buggy with messages that had CRLFs
        - Some BODY and BODYSTRUCTURE replies missed data for message/rfc822
          MIME parts causing clients to break
        - SORT (SUBJECT) was buggy
        - Timezone fixes with Date-header

This also includes Joshua Goodall's patch (now in the CVS tree) for
CRAM-MD5 for the -release tag.
2003-12-09 04:06:37 +00:00
dmcmahill
8c55c8c3c8 note update of covered to 0.2.2 2003-12-09 01:29:16 +00:00
dmcmahill
2288245471 Update to covered-0.2.2.
From the NEWS file:

This release is basically a 0.2.1 release with the available bug fixes
patches applied to it.  This should make getting a stable release less
tedious.
2003-12-09 01:20:36 +00:00
reed
aa42f1c5ce Capitalize first letter of COMMENT. 2003-12-09 00:54:29 +00:00
seb
c1e49db845 Work around a f77 ICE on NetBSD/sparc64 1.6* by "disabling" f77
completely. Please note that a Fortran compiler is not needed by
this package but configure -libtool in fact- tickles it if one is
found.
Also fix build for older NetBSD/sparc64 compiler by patching SHA1
code the usual way.
2003-12-08 23:15:05 +00:00
wiz
748d9a9276 Depend on currently available sawfish-replibs version. Bump PKGREVISION to 6. 2003-12-08 22:57:21 +00:00
wiz
77651d7846 Depend on currently available versions. Bump PKGREVISION to 1. 2003-12-08 22:56:26 +00:00
wiz
d6ef12d605 ogle{,_gui}-0.9.2 update done. 2003-12-08 22:52:52 +00:00
wiz
03e1d78fb4 Update to 0.9.2.
Changes: no idea. NEWS file is empty. Web page is silent.
2003-12-08 22:51:55 +00:00
wiz
2cc7090e98 Update to 0.9.2:
Time-search and several small features and general bug fixes.
2003-12-08 22:51:15 +00:00
reed
a49d2431a2 The libraries installed are linked to curses library (as seen on
NetBSD and Linux).  On a non-NetBSD sysrtem, kdepim3 failed to
build because was missing libncurses.la file.

I did not bump any PKGREVISIONs, because under my tests either
it worked fine before, because libcurses was part of base OS,
or the packages didn't build in the first place.
2003-12-08 21:48:09 +00:00
wiz
358c093256 tla updates have been done some time ago. 2003-12-08 21:45:46 +00:00
wiz
b41417d3c5 wget-1.9.1 update done. 2003-12-08 21:45:18 +00:00
wiz
a2551edefe Update to 1.9.1:
* Wget 1.9.1 is a bugfix release with no user-visible changes.

* Changes in Wget 1.9.

** It is now possible to specify that POST method be used for HTTP
requests.  For example, `wget --post-data="id=foo&data=bar" URL' will
send a POST request with the specified contents.

** IPv6 support is available, although it's still experimental.

** The `--timeout' option now also affects DNS lookup and establishing
the TCP connection.  Previously it only affected reading and writing
data.  Those three timeouts can be set separately using
`--dns-timeout', `--connection-timeout', and `--read-timeout',
respectively.

** Download speed shown by the progress bar is based on the data
recently read, rather than the average speed of the entire download.
The ETA projection is still based on the overall average.

** It is now possible to connect to FTP servers through FWTK
firewalls.  Set ftp_proxy to an FTP URL, and Wget will automatically
log on to the proxy as "username@host".

** The new option `--retry-connrefused' makes Wget retry downloads
even in the face of refused connections, which are otherwise
considered a fatal error.

** The new option `--dns-cache=off' may be used to prevent Wget from
caching DNS lookups.

** Wget no longer escapes characters in local file names based on
whether they're appropriate in URLs.  Escaping can still occur for
nonprintable characters or for '/', but no longer for frequent
characters such as space.  You can use the new option
--restrict-file-names to relax or strengthen these rules, which can be
useful if you dislike the default or if you're downloading to
non-native partitions.

** Handling of HTML comments has been dumbed down to conform to what
users expect and other browsers do: instead of being treated as SGML
declaration, a comment is terminated at the first occurrence of "-->".
Use `--strict-comments' to revert to the old behavior.

** Wget now correctly handles relative URIs that begin with "//", such
as "//img.foo.com/foo.jpg".

** Boolean options in `.wgetrc' and on the command line now accept
values "yes" and "no" along with the traditional "on" and "off".

** It is now possible to specify decimal values for timeouts, waiting
periods, and download rate.  For instance, `--wait=0.5' now works as
expected, as does `--dns-timeout=0.5' and even `--limit-rate=2.5k'.
2003-12-08 21:44:35 +00:00
recht
b1d793c337 note update of python23{,-pth} to 2.3.2 2003-12-08 21:17:09 +00:00
recht
e48c3d08d7 python 2.3.2 update is done 2003-12-08 21:14:53 +00:00
recht
d5dc8a4e54 Update to Python 2.3.2
Changes in Python:
Quite a few fixes.. See NEWS for details.

Changes in the pkg:
- add FreeBSD patches from the FreeBSD port
- add fix for a fatal bug in type's GC handling causes segfaults
  (via FreeBSD port)
  see http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u
- always build the db 1.85 module (on all platforms)
2003-12-08 21:13:56 +00:00