Commit graph

27966 commits

Author SHA1 Message Date
dmcmahill
f42446f98a LP64 bug fix. 2002-04-01 04:43:33 +00:00
dmcmahill
084f8e2f4b remove the WRKSRC part of the path to the file to be patched so the patch
applies correctly.  Fixes stupid problem caused by me.
2002-04-01 04:22:58 +00:00
jmc
eda67d5268 Add appropriate restrictions since this can't be redistributed right now. 2002-04-01 04:19:26 +00:00
sakamoto
68f8903843 move MAINTAINER from acroread-font-share/Makefile.common to acroread-*/Makefile.
remove unneeded IS_INTERACTIVE=yes.
2002-04-01 04:14:35 +00:00
uebayasi
a1f69bcfab Update MASTER_SITES & HOMEPAGE. 2002-04-01 03:13:41 +00:00
uebayasi
7ba2ef7087 Update to 19.3. Supplied by Alex Newman <dolemite@wuli.nu> in pkg/16078,
and reviewed by the maintainer, Eric Gillespie <epg@pretzelnet.org>.

Major version changed so that BUILDLINK_DEPENDS.neon bumped.

Part of changes from NEWS:

Changes in release 0.19.1-0.19.3:
* For platforms lacking snprintf or vsnprintf in libc, require trio.
* Add NE_FMT_OFF_T to fix Win32 build (Dan Berlin, Branko Èibej).
* Fix non-SSL build broken in 0.19.1.
* Working SOCKSv5 support (thanks to Torsten Kalix <torsten.kalix@bredex.de>)
* Add missing stubs for ne_ssl_* functions for non-SSL build.
* Fix some error messages in new SSL code.

Changes in release 0.19.0:
* Major API change: ne_session_create now takes (scheme, hostname, port)
 arguments: a session is clarified to be "a group of requests to a
 certain server".
 - removal of ne_session_server, ne_set_secure, and ne_set_proxy_decider
 - ne_session_proxy returns void.
 - DNS lookups are delayed until request dispatch time.
* Significant improvements to TLS/SSL support:
 - SSL is enabled if scheme passed to ne_session_create is "https"
 - new interfaces to load CA certs and to load SSL library's bundled CA certs
 - add server cert verification callback.  An SSL connection to a server
 with an unknown CA will now fail unless a verification callback is used.
 - enable SSL session caching (performance improvement)
 - support for wildcard server certs where commonName is "*.example.com".
 - thanks to Tommi Komulainen for the contribution of code from mutt's
 IMAP/SSL implementation under the LGPL, from which bits of this were derived.

Changes in release 0.18.4-0.18.5:
* Removed old neon.dsp, neon.dsw.
* Update Win32 build to add OpenSSL and zlib support (Branko Èibej).
* Fixes for Content-Type parsing using ne_content_type_handler (Greg Stein)
 - also now parses the charset parameter from header value.
* Removed ne_concat() function, which didn't work and wasn't used.
2002-04-01 01:28:04 +00:00
cjep
fc2501afa6 Fix whitespace (pkglint complaint). 2002-04-01 00:07:56 +00:00
dmcmahill
7efd5d5288 fix for LP64 systems. Mostly just adding missing header files. 2002-04-01 00:04:43 +00:00
cjep
3b50c8daef Add and enable arcem. 2002-03-31 21:45:40 +00:00
cjep
edee33aedd Dave Gilbert's Acorn Archimedes Emulator including files to boot the
emulator with Linux.
2002-03-31 21:41:31 +00:00
dmcmahill
090758c9ba add an explicit ONLY_FOR_PLATFORM for i386 and powerpc rather than relying
on a malformed conditional (when PKG_JVM is not set).  Also add a dummy
entry for PKG_JVM on non-{i386,powerpc} platforms.  This lets you still
do things like 'make show-var VARNAME=PKGNAME' even on unsupported platforms.
2002-03-31 20:25:04 +00:00
dmcmahill
bdaa29be3b depend on lang/gcc package on systems without the new toolchain. Avoids
internal c++ compiler errors.  Also unlimit datasize.  This fixes long standing
build problems on alpha.
2002-03-31 17:55:21 +00:00
cjep
ea9d5ea307 --rpath to -R in patch. (This makes the package build on arm32 again.) 2002-03-31 17:02:03 +00:00
dmcmahill
34a9a5e2ef handle shared vs static builds the same on alpha as for other netbsd
platforms.  Fixes long standing PLIST issues on alpha.
2002-03-31 16:24:28 +00:00
abs
0395d12355 Fix build problem on hosts identified as 'netbsdelf'. Does not change anything
on systems that already worked, so no PKGREVISION bump.
2002-03-31 14:37:30 +00:00
dmcmahill
3dd88e84a7 LP64 fixes 2002-03-31 14:36:29 +00:00
dmcmahill
0d271c39aa LP64 fix. 2002-03-31 14:25:51 +00:00
dmcmahill
de42b85ecb fix nasty LP64 bugs the prevented the pkg from even being compiled (much
less run).  Patches have been feed back to the author.
2002-03-31 14:13:45 +00:00
dmcmahill
a9ba251827 depend on the gcc package on systems with old toolchain. This lets this
package work on several platforms which formerly failed due to a c++
compiler bug.
2002-03-31 13:32:22 +00:00
mrauch
7fc8b78358 Support for bison-1.34 needs a further directory to be patched.
Solves PR pkg/16137 together with the bison patches committed yesterday.
2002-03-31 12:21:08 +00:00
jmc
a7434090ff Add sed patterns so buildlink'd include files get picked up correctly. 2002-03-31 09:37:08 +00:00
jmc
da80eab055 Include KDED_WORKAROUND as without it the PLIST_SUBST is kinda pointless (and
it then breaks package builds).
2002-03-31 08:15:08 +00:00
jmc
a36ac73d00 Hand edit the alpha/netbsd.h patch. -current gcc relies on a new linker script
which only differs in setting the entry point. Let this use the default
linker script for alpha but force the entry point so this will work on older
NetBSD installs for alpha.
2002-03-31 08:05:51 +00:00
taca
d767c818ec Simple fix for japanese/man package; explictly define JAMANDIR environment.
BTW, JMANDIR is defined "ja_JP.EUC" but we should change to "ja_JP.eucJP".
(It affects other packages...)
2002-03-31 05:23:48 +00:00
uebayasi
5edf105fec Update MASTER_SITES. 2002-03-31 04:58:25 +00:00
reinoud
3d88c6b555 Update Gaim to version 0.55. Lots of cosmetic changes that make it just
that bit easier to use...
2002-03-30 23:43:03 +00:00
agc
5e05065430 Add a specific dependency on the skill package. 2002-03-30 22:05:43 +00:00
dmcmahill
64075c33e9 update to gtk2-2.0.1
Overview of Changes in GTK+ 2.0.1
=================================

* GtkTreeView fixes and performance improvements
  [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
* GtkTextView fixes [Havoc Pennington]
* Fix problems with accelerators on Solaris [Padraig O'Briain]
* Some fixes for key bindings on keypad keys [Owen Taylor]
* Fix problem with RENDER use on big endian machines
  [Owen Taylor, with help from Tuomas Kuosmanen]
* Win32 fixes, especially dashed line drawing
  [Tor Lillqvist, Hans Breuer]
* Compile with -D_REENTRANT when appropriate [Sven Numann]
* Compiler warning cleanups [Erwann Chenede]
* Fix handling of font-name XSETTING [Richard Hestilow]
* Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
* Fix problems with inappropriate menu scroll arrows [Owen]
* Stock icon improvements [Jakub Steiner, Tuomas]
* Much work on pixbuf loader robustness [Matthias Clasen]
* Documentation improvements [Matthias, Vitaly Tiskkov]
* Fix some crashes in GtkWindow accelerator handling code
  [Dave Camp, Matt Wilson]
* Misc bug fixes

Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
  Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-He,
  James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan,
  Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann,
  Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
2002-03-30 20:01:38 +00:00
dmcmahill
8824f3b856 update to pango-1.0.1
Changes in version 1.0.1
========================

* Documentation improvements [Matthias Clasen]
* Use new API in FreeType 2.0.9 to greatly speed up coverage
  calculation for Xft and FT2 backends.
* Some fixes for reading of OpenType tables.
* Add -D_REENTRANT to compilation when necessary. [Sven Neumann]
* Try and enable ClearType for Win32 backend. [Tor Lillqvist]
* Fixes for Korean glyphs in the basic-x shaper [Changwoo Ryu]
* Improvements for computation of average char/digit width [Sven Neumann]
* Bug and error reporting fixes
  [Arnaud Charlet, Erewan Chenede, Mikael Hallendal, Stefan Israelsson,
   Alex Larsson, Soeren Sandmann, Dan Winship]
2002-03-30 19:59:33 +00:00
dmcmahill
dd4894bf29 update to atk-1.0.1
Changes in version 1.0.1
========================

* Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
* Fix Win32 DLL name [Tor Lillqvist]
2002-03-30 19:58:52 +00:00
dmcmahill
57ce63bd28 update to glib-2.0.1
Overview of Changes in GLib 2.0.1
=================================

* Portability fixes for Sun's Forte compiler [Erwann Chenede]
* Performance improvements for GObject parameter lookup,
  g_filename_to/from_utf8() [Alex Larsson]
* Actually check interface prerequisites [Matthias Clasen,
  Miroslaw Dobrzanski-Neumann]
* Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
* Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
* Fixes for g_log() and threading.
  [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
* Make g_print(), g_printerr(), g_warning(), etc, convert from
  UTF-8 to the encoding of the locale [Sebastain Wilhelmi, Tim]
* Fixes for GIOChannel on windows. [Tor Lillquist]
* Fix gsize/gint mismatches in giochannel.c [Miroslaw]
* Fix file descriptor leak in g_file_get_contents() [Matthias]
* Workaround iconv() problems on older Solaris [Lauri Alanko]
* Fix warnings with gcc-3.1 about asm const [Cody Russel]
* Minor bug fixes.

Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
Akira Tagoh, Morten Welinder
2002-03-30 19:58:09 +00:00
taca
bfe41b7a5d Add and enable ruby-quota. 2002-03-30 16:53:28 +00:00
taca
821fc52e71 Importing ruby-quota 0.5.1 package.
Ruby/Quota

-------------------------------------------------------------------------------
This module provides functions which manipulate disk quotas.
-------------------------------------------------------------------------------

SUPPORT ENVIRONMENT

  * Linux 2.4 or later
  * Solaris 2.6, 7, 8
  * FreeBSD, NetBSD (OpenBSD,.. ?)

-------------------------------------------------------------------------------

SYNOPSIS

Quota::GroupID.new(id)
Quota::GroupID[id]
Quota::UserID.new(id)
Quota::UserID[id]
Quota.quotaon(dev, quotas)
Quota.quotaoff(dev)
Quota.getquota(dev, uid)
Quota.setquota(dev, uid, dq)
Quota.setqlim(dev, uid, dq) # *BSD does not have this function.
Quota.sync(dev)

  * 'dev' is a device file or a mount point (e.g. /dev/hda0, /mnt/foo). On *
    BSD, this library try to find a mounted directory from a given filesystem
    using getmntinfo().
  * 'quotas' is a quotas file.
  * 'uid' is an integer value, an user id or a group id. If it is an integer,
    it is treated as an user id.
  * 'dq' is an entry of the quotas. its members are same as 'dqblk' structure
    (e.g. dqb_curblocks => dq.curblocks). see also the quotactl man pages and
    header files (e.g. linux/quota.h).
2002-03-30 16:52:41 +00:00
pooka
269c52eb1a revert back to wget 1.7 until issues with ipv6 are solved in 1.8.1 2002-03-30 13:57:02 +00:00
yyamano
fe4b706f3e Make conf-ld to make it build on Darwin. pkg/15467 2002-03-30 13:15:02 +00:00
yyamano
bf350c077a Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. 2002-03-30 13:12:28 +00:00
cjep
abbdd50efa On arm32, explicitly set the C++ compiler flags (as a result optimization
is left off and stella builds).
2002-03-30 13:01:54 +00:00
taca
575e528421 Update ruby-erb package to 1.4.3.
2002-03-28  Masatoshi SEKI  <m_seki@mva.biglobe.ne.jp>

	* erbl.rb: fix return from thread bug.

	* add test for safe_level.
2002-03-30 09:30:37 +00:00
pooka
e15b4dce02 Upgrade wget to 1.8.1
Highlights of changes since 1.7:
* bugfixes
* new progress bar indicator
* breath-first recursive descent
* host directories contain port information if the server is at a
  non-standard port
full list:
http://cvs.sunsite.dk/viewcvs.cgi/wget/NEWS?rev=WGET_1_8&content-type=text/plain

Provided by michal@pasternak.w.lub.pl in pkg/16124
2002-03-30 08:56:36 +00:00
tron
6334710c8b Try to fix build problem under NetBSD 1.5.x discovered in last bulk build. 2002-03-30 08:27:26 +00:00
uebayasi
8b6f0d8254 Add & enable cn2jp. 2002-03-30 06:07:02 +00:00
uebayasi
38c11ebd97 Initial import of cn2jp-1.4b, library for code translation between Chinese
and Japanese including Chinese {GB,Big5,HZ} and Japanese
{EUC-Jis,Shift-Jis,Jis}.
2002-03-30 06:03:39 +00:00
uebayasi
3449fcf1fb Add & enable db4. 2002-03-30 05:37:10 +00:00
uebayasi
5a667bb687 Initial import of Sleepycat db4 provided by Alex Newman <dolemite@wuli.nu>
in pkg/16075.

From DESCR:

	Berkeley DB is an embeddable database system that supports keyed
	access to data. The software is distributed in source code form,
	and developers can compile and link the source code into a single
	library for inclusion directly in their applications.
2002-03-30 05:35:57 +00:00
hubertf
70be18a918 This works fine if $DISPLAY is not set. Mark no longer as interactive. 2002-03-30 02:58:47 +00:00
mrauch
198760d74a Change the bison patches to the version that was agreed on in the
OpenOffice.org project. This also fixes compilation problems with
bison-1.34.
2002-03-29 21:00:10 +00:00
bouyer
b13af35e1b Remove references to PHPLIBDIR, as it doesn't exists any more.
PR pkg/16115 by Kimmo Suominen.
2002-03-29 20:48:53 +00:00
fredb
f3bb66c7f2 Make this build against the latest gnome-libs. There's no need to
bump PKGREVISION, as simply adding $(GNOME_LIBS) to the include path
shouldn't break the build against older gnome-libs.
2002-03-29 19:44:54 +00:00
wiz
05ba6017d6 Update to 1.9.14. Changes since 1.9.13:
* load.c: Fixed reported bug.  If Imlib thought it needed a fallback,
  bad things will happen.
* utils.c: Removed the open/close_helper functions.  A little less
  bloat now removed.
2002-03-29 18:01:13 +00:00
hubertf
f610f59c50 Mark this package as interactive on sparc64. Compiling it needs attention
so the compiler is killed when it spins.

XXX needs fixing
2002-03-29 17:20:10 +00:00