Commit graph

42867 commits

Author SHA1 Message Date
grant
a34917dcb3 remove word 'package' from last entry 2003-05-25 16:31:31 +00:00
grant
368e613496 Updated gcc3 to 3.3.
Tested on NetBSD-current and Solaris 9.

Caveats

    * The preprocessor no longer accepts multi-line string literals.
      They were deprecated in 3.0, 3.1, and 3.2.
    * The preprocessor no longer supports the -A- switch when appearing
      alone. -A- followed by an assertion is still supported.
    * Support for all the systems obsoleted in GCC 3.1 has been removed
      from GCC 3.3.
    * Checking for null format arguments has been decoupled from the rest
      of the format checking mechanism. Programs which use the format
      attribute may regain this functionality by using the new nonnull
      function attribute. Note that all functions for which GCC has a
      built-in format attribute, an appropriate built-in nonnull attribute
      is also applied.
    * The DWARF (version 1) debugging format has been deprecated and will
      be removed in a future version of GCC. Version 2 of the DWARF
      debugging format will continue to be supported for the foreseeable
      future.
    * The C and Objective-C compilers no longer accept the "Naming Types"
      extension (typedef foo = bar); it was already unavailable in C++.
      Code which uses it will need to be changed to use the "typeof"
      extension instead: typedef typeof(bar) foo. (We have removed this
      extension without a period of deprecation because it has caused
      the compiler to crash since version 3.0 and no one noticed until
      very recently. Thus we conclude it is not in widespread use.)
    * The -traditional C compiler option has been removed. It was
      deprecated in 3.1 and 3.2. (Traditional preprocessing remains
      available.) The <varargs.h> header, used for writing variadic
      functions in traditional C, still exists but will produce an error
      message if used.

New Targets and Target Specific Improvements [trimmed for length and
relevance to NetBSD]

    * The SPARC, HP-PA, SH4, and x86/pentium ports have been converted
      to use the DFA processor pipeline description.
    * The following NetBSD configurations for the SuperH processor family
      have been added:
          o SH3, big-endian, sh-*-netbsdelf*
          o SH3, little-endian, shle-*-netbsdelf*
          o SH5, SHmedia, big-endian, 32-bit default, sh5-*-netbsd*
          o SH5, SHmedia, little-endian, 32-bit default, sh5le-*-netbsd*
          o SH5, SHmedia, big-endian, 64-bit default, sh64-*-netbsd*
          o SH5, SHmedia, little-endian, 64-bit default, sh64le-*-netbsd*
    * The following changes have been made to the IA-32/x86-64 port:
          o SSE2 and 3dNOW! intrinsics are now supported.
          o Support for thread local storage has been added to the IA-32
            and x86-64 ports.
          o The x86-64 port has been significantly improved.

The full list of changes can be found at:

	http://gcc.gnu.org/gcc-3.3/changes.html
2003-05-25 16:29:20 +00:00
taca
70c45fa4ae Note update of emulators/suse_libpng package to 7.3nb1. 2003-05-25 15:21:22 +00:00
taca
dd08f58a6c Update suse_libpng package to 7.3nb1.
Cope with png(3)'s security problem.

	http://www.suse.com/de/security/2003_004_libpng.html
2003-05-25 15:19:28 +00:00
taca
0b0d2eb7ac Note update of www/squid package to 2.5.3 (squid-2.5.STABLE3). 2003-05-25 14:59:59 +00:00
taca
d539ae5084 update squid pacakge to 2.5.3 (squid-2.5.STABLE3).
Changes to squid-2.5.STABLE3 (25 May 2003):

	- Bug #573: Occational false negatives in external acl lookups
	- Bug #577: assertion failed: cbdata.c:224: "c->y == c" when
	  external_acl helpers crashes
	- Bug #590: Squid may hang or behave oddly on shutdown while
	  requests is being processed.
	- Bug #590: external acl lookups does not deal well with queue
	  overload
	- cache_effective_user documentation update
	- cache_peer documentation update for htcp and carp
	- Bug #600: The example header_access paranoid setting is
	  missing WWW-Authenticate
	- Bug #605: Segmentation fault in idnsGrokReply() on certain
	  platforms
	- Fixes to build properly on AIX 5
	- Bug #574: wb_group updated to version 1.1 to make group names
	  case insensitive and correct a segfault issue in the helper
	- SNMP mib updates to make cacheNumObjCount,
	  cacheCurrentUnlinkRequests, cacheCurrentSwapSize and cacheClients
	  correctly report as gauges (was reporting as counters).
	- Woraround for --enable-ssl Kerberos issue on RedHat 9
	- Bug #579: Close and repopen log files on "squid -k reconfigure"
	- Bug #598: squid_ldap_auth could segfault if LDAP server is
	  unavailable
	- Bug #609,#612: msntauth helper fixes in dealing with large
 	  or non-existing allow/deny user files.
	- Bug #620: acl ident REQUIRED matches even if the ident lookup fails
	- Bug #432: reply_body_max_size fails with ident or proxy_auth acls
	  and also fails to block large objects where the content-length
	  is not known
	- Bug #606: Basic auth looping and gets stuck at high CPU usage when
	  multiple proxy_auth ACLs combined in one line and login fails.
	- squid_ldap_auth updated with support for TLS and SSL
	- Bug #623: segfault if using negated external acls in certain
	  configurations involving other acls later on the same http_access
	  line.
	- Bug #622: wb_group helper update to version 1.2 to ass support for
	  Domain-Qualified groups refering to groups in a specific domain
	- Bug #596: logic error in poll() error management
	- Bug #597: logic errors in error management
	- Bug #591: segmentation fault in authentication on "squid -k debug"
	- Bug #587: smb_auth fails on complex logins involving domain names
	  or other odd characters
	- Bug #558, #587: smb_auth.pl fails on complex logins involving
          domain names or other odd characters
	- Bug #643: external_acl fails with ttl=0 due to a change introduced
	  by the patch for Bug #553 in 2.5.STABLE2.
	- Bug #630: minor issues in digest authantication causing random
	  authentication failures and incompability with many mainstream
	  browser digest implementations due to browser qop bugs. To deal
	  with those broken browser nonce_stricness now defaults to off,
	  and two new digest options have been added (check_nonce_count
	  and post_workaround) to allow workarounds to other quite bad
	  browser bugs if needed.
	- Bug #644: digest authentication fails on requests with one
	  or more comma in the requested URL
	- Bug #648: deny_info TCP_RESET not working. The fix for this also
	  adds the ability to send redirects.
2003-05-25 14:58:16 +00:00
taca
cbd839120d Note update of textproc/namazu2 package to 2.0.12nb2. 2003-05-25 14:13:47 +00:00
taca
858319889b Update namazu2 package 2.0.12nb2.
- honor PKGLOCALEDIR in PLIST (thanks pkglint(1))
- incorporate some filter processing from namazu's stable branch.

	filter/pdf.pl:Adapted to xpdf 2.02
	filter/mhonarc.pl: Add codeconv::toeuc() after uncommentize().
2003-05-25 14:12:12 +00:00
wiz
2e5ec335e6 Fix path in DEPENDS line. 2003-05-25 13:31:48 +00:00
wiz
4a91fe82ad Add patch-ae. 2003-05-25 12:23:42 +00:00
epg
4e52a5f56a Note subversion update is completed and swig-1.3.17 update begun. 2003-05-25 10:36:41 +00:00
epg
9ef1e5e7cf Note additions of swig-python, swig-build, apr, subversion-base, and
subversion-python.

Note updates of apache2, ap2-subversion, subversion, neon, and
cadaver.

Note removal of apr-devel.
2003-05-25 10:18:21 +00:00
epg
f4127a42e2 Forgot to bump PKGREVISION. 2003-05-25 10:10:34 +00:00
salo
23f2ce85b2 Note graphics/fnlib and wm/enlightenment PKGREVISION++. 2003-05-25 10:03:06 +00:00
epg
7a8a97fbab Replace apr-devel with apr.
Add and enable subversion-base, subversion-python, and swig-python.

Add swig-build.
2003-05-25 09:54:35 +00:00
salo
f39393f9ab PKGREVISION++
- USE_X11BASE -> USE_X11
- new MASTER_SITES
- NOBINMODE -> SHAREMODE
- sh(1) fixes to e_cache_clean and e_cache_query
- better COMMENT
From Soren Jacobsen via PR pkg/21666.

- DESCR has 80 columns
- remove imlib buildlink2 file, it's pulled in by fnlib
- ln -> ${LN}, rm -> ${RM} in PLIST, sort
2003-05-25 09:50:52 +00:00
epg
6a22eeb84c This has been replaced by devel/apr. 2003-05-25 09:48:27 +00:00
epg
84af1ab8fc Don't require gmake. Don't mention ssl or libxml2 in CONFIGURE_ARGS;
neon takes care of that for us.  Don't include openssl or libxml2
buildlink2.mk files either, for same reason.
2003-05-25 09:37:03 +00:00
epg
b13c3717fb Forgot to bump PKGREVISION for last. 2003-05-25 09:35:28 +00:00
epg
e8a337145c Don't require gmake. Use expat instead of libxml2. 2003-05-25 09:34:30 +00:00
epg
7428a4b684 Turn this into a meta-package for Subversion 0.23.0. Also, it
contains the infrastructure (Makefile.common, buildlink2.mk, distinfo,
and patches).
2003-05-25 09:31:28 +00:00
grant
26e325e4c1 fix thinko in last 2003-05-25 09:26:40 +00:00
epg
4e091986fd Update to 0.23.0 and use new subversion infrastructure.
Correct MESSAGE example.
2003-05-25 09:17:41 +00:00
epg
08e1ecfdbe import subversion-python-0.23.0
This package contains the Python bindings to the Subversion libraries
and some programs that use them.  This includes cvs2svn, which
converts CVS repositories to Subversion repositories.
2003-05-25 09:09:40 +00:00
epg
d275114983 import subversion-base-0.23.0
This package contains all the Subversion programs and libraries except
the Apache module mod_dav_svn (for which see the ap2-subversion
package) and the Python bindings and some programs which use them (for
which see the subversion-python package).  Installing this package
alone will satisfy most people's needs, providing all three repository
access layers (local, svn, and dav) and the server for the svn access
layer.
2003-05-25 09:07:46 +00:00
epg
617ed11a9b Restore checksum of patch-ar, accidentally removed in last. 2003-05-25 09:02:38 +00:00
salo
0ad03b56a1 PKGREVISION++
- s/USE_X11BASE/USE_X11/
- new MASTER_SITES
2003-05-25 09:01:46 +00:00
grant
69965247c7 rename to gcc3, allowing this to co-exist with lang/gcc. suggested by
Jeremy C. Reed.

add a CONFLICT with gcc-3* and drop PKGREVISION.
2003-05-25 09:00:12 +00:00
epg
e33ccd51a3 Split some stuff out into a new Makefile.common so that the new
deve/apr package can use it.  Depend on the new apr package.

Approved by jlam@netbsd.org.
2003-05-25 08:58:10 +00:00
epg
83f108c056 import apr-0.9.1.2.0.45
This package contains apr and apr-util from the latest Apache2
distribution (currently httpd-2.0.45).  It is currently (er, currently
in a few minutes) shared between the Apache2 and Subversion packages.
2003-05-25 08:55:18 +00:00
epg
0f09b848d9 import swig-build-1.3.17
This package contains only the swig program itself and the base
definitions; it is useless alone.  You only need this package if you
are building software that uses SWIG.  You will also need a swig-LANG
package, where LANG is the language you are working with
(e.g. swig-perl, swig-python, etc.).

Still todo: import other swig runtimes, move existing swig package to
swig11 and update dependencies, and add the new swig packages to
devel/Makefile.
2003-05-25 08:52:37 +00:00
epg
3659bd85cf import swig-python-1.3.17
This is the runtime for Python bindings written with SWIG 1.3.17.
2003-05-25 08:50:07 +00:00
jmmv
f3764a1a56 Note revision bump for gnome-mime-data to 1. 2003-05-25 08:10:48 +00:00
jmmv
944489fd83 Depend on gnome2-dirs to handle the share/application-registry directory.
Bump PKGREVISION to 1.
2003-05-25 08:10:20 +00:00
jmmv
7b5c5e95ca +gabber-0.8.8 2003-05-25 08:01:59 +00:00
jmmv
d2f81924bd Add ml and sr@Latn locale directories, used by libgnome. 2003-05-25 08:00:15 +00:00
jmmv
70fa178a5d Note update of libgnome to 2.2.1. 2003-05-25 07:58:53 +00:00
jmmv
059d477499 Update to 2.2.1:
Library:
        * Init gettext earlier to catch some bugs (Hidetoshi Tajima)
          Bug #99224
        * Fix search path for locale.alias. (Julio Merino) Bug #106180.
        * Fix url substitution with custom web browser command
          (Pasupathi Duraisamy) Bug #108909
        * Plug a leak in the help routines. (Kjartan)

Help converters:
        * Fix manual pages that have non-numeric filetypes such as
          open.3pm. Patch from Roderich Schupp. Bug #101440.
        * Fix crashes when feeding directories to the help converters.
          Patch from John Fleck. Bug #104056.
        * Generate help-methods.conf based on libexecdir value.
          Patch from Frédéric Crozat. Bug #91169.

Build:
        * Honor --disable-schemas-install. (Julio Merino)
        * Require newer intltool (Kjartan)

Translations:
        az (Metin Amiroff), be (Dmitry Mastrukov), bn (Taneem Ahmed),
        cs (Miloslav Trmac), de (Christian Neumair), el (Kostas
	Papadimas),
        es (Carlos Perello Martin), id (Mohammad DAMT), ja (Takeshi
	AIHANA),
        ml (Guntupalli Karunkar), mn (Badral Saulig), ms (Hasbullah Bin
	Pit),
        ko (Changwoo Ryu), nl (Vincent Van Adrighem), no (Kjartan
	Maraas),
        pl (Zbigniew Chyla), pt (Duarte Loreto), ru (Dmitry Mastrukov)
2003-05-25 07:58:05 +00:00
dan
196730592c make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.

XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio.  I've left the
multiplication in the patch, commented out.  The present patch works just fine,
so probably my calculations are wrong.

This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
2003-05-25 07:20:51 +00:00
jmc
870721dd6a Bump PKGREVSION after html fixes 2003-05-25 07:20:05 +00:00
dan
d098f4b66e make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.

XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio.  I've left the
multiplication in the patch, commented out.  The present patch works just fine,
so probably my calculations are wrong.

This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
2003-05-25 07:12:54 +00:00
grant
985f0ebacf update to reflect the new Mozilla Firebird name.
(I thought I had already committed this, but it seems I only did
phoenix-bin - noted by jmc@).
2003-05-25 06:52:52 +00:00
taca
d9eb5e3fed Remove commented out PKGREVISION line. 2003-05-25 05:33:55 +00:00
taca
7c3084026f -postfix 2.0.10. 2003-05-25 05:33:26 +00:00
taca
499e0b4b83 Note update of mail/postfix package to 2.0.10. 2003-05-25 05:32:48 +00:00
taca
3cc4108bdc Update postfix to 2.0.10.
- Ugly but harmless warnings from nqmgr after "postsuper -r" to
  requeue files that already had some recipients delivered.

- The proxy_read_maps parameter did not recognize "," as separator.

- The local delibery agent now defers delivery after .forward etc.
  file read error.

- The message_size_limit was applied when running "newaliases",
  so that the result alias database could be truncated on systems
  with very small message size limits.

The official release changes for bugfixes and portability issues only.
2003-05-25 05:31:09 +00:00
gehenna
ada4086e35 Note cvsync-0.21.1 2003-05-25 02:41:53 +00:00
gehenna
2b4c5db885 cvsync-0.21.1
Changes:
 * Fix a well known problem to fail to update the file with the same name
   but the different type.
2003-05-25 02:39:26 +00:00
heinz
ae856e45dd Updated p5-IO-Socket-SSL to 0.92 2003-05-25 02:22:31 +00:00
heinz
8bec230b24 Update p5-IO-Socket-SSL to version 0.92.
From the change log:
  - Changed the fileno() function to support returning the fileno
    of server sockets.  (Problem found by Roland Giersig
    <RGiersig at cpan org>).
  - Fixed SSL_version incorrectly defaulting to SSLv2 (patch from
    Roland Alder <roland.alder at celeris ch>).
2003-05-25 02:20:25 +00:00