Commit graph

24210 commits

Author SHA1 Message Date
jlam
53b15a28fd Update ap-php and php to 4.0.6. Changes from version 4.0.5 include:
- Bug fixes (memory leaks and other errors)
- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
  when register_globals is on. (Andrei)
- Added is_callable() function that can be used to find out whether
  its argument is a valid callable construct. (Andrei)
- Added pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com)
- Added support to getimagesize to return dimensions of BMP and PSD
  files. (Derick)
- Added Japanese multibyte string functions support. (Rui)
- Added key_exists() to check if a given key or index exists in an
  array or object. (David Croft)
- Added -C command-line option to avoid chdir to the script's directory. (Stig)
- printf argnum (parameter swapping) support. (Morten Poulsen, Rasmus)
- Modified get_parent_class() and get_class_methods() to accept a class name as
  well as a class instance. (Andrei, Zend Engine)
- Added array_map() function that applies a callback to the elements
  of given arrays and returns the result. It can also be used with a
  null callback to transpose arrays. (Andrei)
- Added array_filter(), which allows filtering of array elements via
  the specified callback. (Andrei)
2001-10-16 04:54:23 +00:00
jlam
1199421c88 Use --whole-archive, not -whole-archive, as the latter isn't recognized by
a.out ld.
2001-10-16 04:47:06 +00:00
jlam
b8d0b8d85a Update apache{,6} to 1.3.20nb1. Changes from version 1.3.20 are:
On NetBSD, we need to link libgcc.a whole-archive so that certain symbols
from the C++ implementation (__get_eh_context, etc.) referenced by DSOs
written in C++ will resolve correctly.  This makes php4-sablot work with
mod_php4.so (from ap-php4) on ELF platforms when loaded by Apache's httpd.
2001-10-16 04:11:06 +00:00
hubertf
04ce68172d * use PKGSRCDIR to get to pkgsrc/math/pari if you want to build something!
when WRKOBJDIR is set, BUILD_ROOT points somewhere into the obj dir
 * clean up litter in pre-clean

XXX is there a good reason we don't support a post-clean?
2001-10-16 00:44:25 +00:00
hubertf
b4404f763a Fix previous problem (libexpat looked for in libpth dir, and of course
not found if pth is not installed) differently: look in $Config{prefix}/lib
first.

Patch mailed to the perl folks (perl-xml@lyris.activestate.com)
2001-10-16 00:22:04 +00:00
hubertf
4b971524f9 Makefile.PL looks for libpth when it really wants to look for libexpat.
Seems that's not set in %Config either, though (esp. when you don't
have pth installed 8-).

Fix path to expat by passing EXPATLIBPATH and EXPATINCPATH to the
Makefile.PL.
2001-10-16 00:03:50 +00:00
hubertf
ff639ea595 Change alignment of "Broken" column to right-justified - this makes
the (colored) numbers stand out better, visually.
2001-10-15 23:29:54 +00:00
hubertf
f0ecd0e301 Narrow doen the "Pkgs broken by" column by renaming it to "Breaks"
This gives this a bit of a chance to fit into 80 columns.
2001-10-15 23:18:51 +00:00
hubertf
78fc0d8a69 At the end of the build, remove the contents of the "perl" package
from the leftovers list - "perl-base" is long gone.
2001-10-15 23:00:10 +00:00
skrll
a62b3e67a6 Update to KDE 2.2.1
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are

http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html

Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15 22:45:55 +00:00
wiz
0fd50d6c14 Doesn't depend on automake anymore, so it doesn't BUILD_USE_GETTEXT_M4
anymore either.
2001-10-15 22:34:00 +00:00
jlam
09923a76d9 Rename the manpages {deliver,imapd,master,pop3d}.8 to cyrus-*.8 as well as
changing all cross-references to them.  This prevents name collisions with
other packages' manpages.  This addresses pkg/14245 by Kimmo Suominen
<kim@tac.nyc.ny.us> (cyrus: master(8) conflicts).
2001-10-15 21:30:36 +00:00
veego
206f3f2e50 Update xsane to 0.80.
Change the Makefile to use the x11/gtk buildlink.mk.

xsane-0.79 -> 0.80:
-------------------

 - moved setting of medium gamma correction values from xsane_set_medium_callback in xsane.c
   to xsane_set_medium in xsane-gamma.c
 - xsane_set_medium is called in xsane_scan_dialog and in preview_scan
 - replaced predefined areas 10x14 cm and 14x10 cm by 10x15 cm and 15x10 cm
 - updated documentation (partly)
 - correcting image height when canceling conversion to jpeg format,
   program does not crash any more
 - added russian translation - thanks to John Profic <profic@lrn.ru>
 - solved problem with lineart image saved as png (wrong byte width)
 - moved medium selection menue from preferences menu to xsane main dialog
 - inactive backend options are not saved to the device-rc file
 - added progress_bar to the paramter list of xsane_save_*
 - added xsane-viewer.c and xsane-viewer.h to the src directory
 - added fflush(outfile); to end of rotation routine, this seems to
   solve a problem of incomplete files when rotating the image file
 - added routine xsane_read_pnm_header to get correct header offset
   and read geometrie values
 - for saving routines now the header offset and geometrie values of
   xsane_load_pnm_header are used instead of xsane´s internal values
 - changed handling of color identification:
   old: xsane_color  == 0 => grayscale/lineart
   new: xsane_colors == 1 => grayscale/lineart
 - when image is saved as postscript file (not copy mode etc)
   then the bounding box exactly surrounds the image now.
   Removed psfile parts from setup and preferences.
 - xsane_widget_test_uposition(gtk_window) does wait now until
   gtk_window is realized before gtk_widget_set/get_uposition
   test is done
 - for hpux added include of alloca.h to sane.h
 - added function xsane_debug_message that is used for DBG when
   gcc is not used because defines with variable arguments is
   not ANSI.
 - updated translations: cs, de, fr, ja, ru, tr
2001-10-15 21:28:42 +00:00
veego
b8fcab8567 Update sane-frontends to 1.0.5.
Change the Makefile to use the x11/gtk buildlink.mk.
I found nothing in particular in the changelog.
- synchronize with the sane-backends
2001-10-15 21:28:06 +00:00
veego
489489cc8e Update sane-backends to 1.0.5.
New with 1.0.5, released 2001-07-01:
* New backends: bh (Bell+Howell Copiscan II series), dc240 (Kodak DC240
  Digital Camera), sm3600 (Microtek ScanMaker 3600), umax_pp (Umax paralell
  port scanners).
* Updated backends: artec (v0.5.16), dc25 (v1.2), dll (v1.0.3),
  epson (v0.2.08), hp (v0.94), microtek (v0.12.3), microtek2(v0.9),
  mustek (v1.0-107), nec (v0.12), net (v1.0.3), plustek (v0.39), pnm (v1.0.1),
  snapscan (v1.2), tamarack (v0.5), umax (v1.0-28).
* Fixed security bug in saned.c that allowed access to scanner without
  password.
* pnm isn't installed by default anymore due to security risks
* Linux-part of sanei_scsi.c was updated concerning buffersizes, devfs, and
  kernel 2.4. More debug output.
* sanei_scsi_find_devices works on FreeBSD now.
* Added support for Solaris sgen SCSI driver.
* find-scanner was renamed to sane-find-scanner and is installed now. Further
  more it has a man page now.
* There is a testsuite for sane, but only one test is implemented yet.
* Better output about versions of backends and frontends.
* There is a man page for SANE now (sane(7)).
* Install all available documentation.
* Bugfixes.
2001-10-15 21:27:17 +00:00
tron
3f4e110346 Fix build problem when new toolchain is. 2001-10-15 17:26:41 +00:00
martti
cc077f6a97 Updated cvsweb to version 1.112. Changes since 1.93:
- Fixed all prototypes
- Add prototypes to work with newer perl version
- By default, thwart access to files named 'passwd' and '.cvspass'
  (configurable in cvsweb.conf). This avoids security problems with
  naive configuration
- diff "Attic" redirect bugfix
- Preset the global variable the stores the per file cvs info to avoid
  accumulating cruft under modperl
- Avoid warning about uninitialized value if displaying a particular
  branch only
- Allow for 0.X versions
- Fix the PRINTF tie method, this messed up the annotate display
- Implement gzip compressed output by using the Compress::Zlib module
- View Adobe Acrobat .pdf files embedded in the cvs markup view
2001-10-15 17:25:09 +00:00
hubertf
485b9b34d5 Set ressource limits as high as possible before we'll start compiling 2001-10-15 17:19:23 +00:00
tron
669aebebad Fix build problem on system where "xpkgwedge" is installed. 2001-10-15 17:14:23 +00:00
jwise
b1289e341e Update this to the version of the jdbc driver which ships with postgresql-7.1.3.
No documented code changes since the version which shipped with 7.1.2.  Build
infrastructure now allows the default port to use to access the postmaster to be
changed.
2001-10-15 17:13:57 +00:00
tron
e385671db8 Fix build problem when new toolchain is used. 2001-10-15 17:09:44 +00:00
tron
a140a6e910 Don't overwrite "java/bin/java" which is installed by the "sun-jre"
package.
2001-10-15 16:05:00 +00:00
kei
4749a91219 updated wv package to 0.6.7 which is compatible with libwmf-0.2.1. no
functionality changes.
2001-10-15 15:53:15 +00:00
kei
44a48b30ad updated libwmf package to latest version 0.2.1. The author says that 0.1.x
series is no longer in active development.

Please take a look at release note for more info of this version.

http://www.alinameridon.com/libwmf/Readme.html

converters/wv package will also be updated to latest version soon.
2001-10-15 15:47:43 +00:00
agc
ca224ef351 Add and enable dircproxy. 2001-10-15 15:17:10 +00:00
agc
a0295f259b Initial import of dircproxy-1.0.1 into the NetBSD Packages Collection.
dircproxy is an IRC proxy server ("bouncer") designed for people
who use IRC from lots of different workstations or clients, but wish
to remain connected and see what they missed while they were away.
You connect to IRC through dircproxy, and it keeps you connected to
the server, even after you detach your client from it.  While you're
detached, it logs channel and private messages as well as important
events, and when you re-attach it'll let you know what you missed.

This can be used to give you roughly the same functionality as
using ircII and screen together, except you can use whatever IRC
client you like, including X ones!

Package provided in PR 14250 by Scott Barron (sb125499@ohiou.edu),
cleaned up by myself.
2001-10-15 15:16:23 +00:00
agc
99995ce111 Add a section, for developers' benefit mainly, related to updating
packages in pkgsrc.
2001-10-15 11:34:20 +00:00
agc
91ce13ed3b Add and enable spiff 2001-10-15 10:12:59 +00:00
agc
05a6ddff1a Initial import of spiff-1.0 into the Packages Collection.
Spiff compares the contents of file1 and file2 and prints a
description of the important differences between the files.  White
space is ignored except to separate other objects.  Spiff maintains
tolerances below which differences between two floating point numbers
are ignored.  Differences in floating point notation (such as 3.4 3.40
and 3.4e01) are treated as unimportant.  User specified delimited
strings (i.e.  comments) can also be ignored.  Inside other user
specified delimited strings (i.e.  quoted strings) whitespace can be
significant.

Taken from a hint by Alan Barrett.
2001-10-15 10:12:08 +00:00
martti
2b5f91777b Updated samba to the latest stable version (2.2.2). A complete list of changes
is available at http://www.samba.org/samba/whatsnew/samba-2.2.2.html
2001-10-15 08:50:51 +00:00
rh
614da04578 Update the gnome meta package to 1.4.0.4 tracking the latest updates to
the various GNOME packages.
2001-10-15 08:02:23 +00:00
rh
146daa7a55 Update pan to 0.10.0.92. Changes are too many to list in detail, but
include tons of bugfixes and feature updates.  For a detailled list,
please see http://pan.rebelbase.com/#010092
2001-10-15 07:24:38 +00:00
tron
f001db8abd Fix build problems when the new toolchain is used. 2001-10-15 06:59:04 +00:00
kei
c4afba3498 added a new patch forgot in previous commit. 2001-10-15 05:35:47 +00:00
kei
223af0f5fd updated sylpheed package to 0.6.3. Based on patches for 0.6.2 from
oishi@ims.ac.jp who is maintainer of this package; applied to 0.6.3 by me.
2001-10-15 05:31:46 +00:00
dmcmahill
d2b3a2b5e3 add some more failure checks for robustness.
- if something fails while extracting the DEPENDS for a particular package,
  mark that package as broken and drop the DEPENDS info for it.  This allows
  the build to continue and properly marks the package as broken.

- if something fails while extracting the PKGNAME, also mark the pkg as broken.

- be more careful about seeing if directories exist before cd'ing to them.
  Lack of such a test has caused problems elsewhere, so hopefully this will
  make the system more robust.
2001-10-14 20:34:53 +00:00
jlam
15c0280d2d Add a patch to the perl package that causes perl modules from CPAN to link
directly against -lperl when built.  Combined with the previous update of
perl to add ${LOCALBASE}/lib to the rpath when creating shared
libraries/modules, these two changes make using mod_perl.so (ap-perl) more
painless.  All perl shared modules now contain interlibrary dependencies to
the shared libraries they need.  Instead of needing (at least on ELF):

        LoadFile !/usr/lib/libm.so
        LoadFile lib/perl5/5.6.1/i386-netbsd/CORE/libperl.so
        ...
        # Any other libraries needed by perl shared modules need to listed
        # with LoadFile here.
        ...
        LoadModule perl_module lib/httpd/mod_perl.so
        AddModule mod_perl.c

you'd need only the last two lines as the mod_perl authors intended.

I've tested this patch for many weeks now, successfully loading and using
the p5-Apache-ASP module as my test bed, and I haven't noticed any problems
with normal perl usage.

Also comment the Makefile slightly better.
2001-10-14 19:55:47 +00:00
tron
2536d45da7 Fix build problems when the new toolchain is used. 2001-10-14 17:19:58 +00:00
tron
e66b472561 Create links for X11 font tools so that packages building own fonts e.g.
the "xjewel" will build again. Bump version number to 1.7.
2001-10-14 16:42:58 +00:00
tron
ac7722533b Readd "post-install" target mistakenly removed by last commit. 2001-10-14 16:23:52 +00:00
tron
dda81631a4 Fix installation problem on system where "xpkgwedge" is installed. 2001-10-14 16:20:24 +00:00
tron
cc29c215ec Fix build failure on systems where "xpkgwedge" is installed. 2001-10-14 13:47:17 +00:00
tron
2ab07e3e27 Add a mixture of Debian, FreeBSD and self made patches to make this
package build with the new toolchain. Bump the version number to 1.2.1nb4.
2001-10-14 12:19:16 +00:00
veego
a35abd897b Update jhead to 1.4, and change the DIST_SUBDIR from DISTNAME to PKGNAME:
* Fixed saving of thumbnails for big-endian format cameras
* Wen renaming files to date based scheme, avoid changing names of files
  with correct name already.
* Added '-de' option to remove exif header
* Added '-ts' option to set exif timestamp absolutely
2001-10-14 07:14:24 +00:00
mjl
fe5a9c9582 Update to 4.15. Changes are mostly bugfixes and small enhancements. 2001-10-13 23:43:29 +00:00
dmcmahill
8b1f1d76a0 after the build, pull in 'lang/perl5' instead of 'lang/perl5-base' as the
latter no longer exists.

Also, use '&&' to separate commands where you don't want the second to
execute if the first fails!
2001-10-13 14:32:01 +00:00
rh
ff2deda9c5 Update gnome-utils to 1.4.1. Changes include:
gnome-utils 1.4.1 (2001-10-04)

general:
        Translation updates.  (Christian Rose, Stanislav Visnovsky,
        Kjartan Maraas, Linas Vepstas, Pablo Saratxaga)

gtt:
        * Many new things including: UI for custom reports, Uses guile
          internally for reports, can stop timer on idleness, add some
          more values, can edit properties without changing current
          project (Linas Vepstas)
        * Misc fixes (George)

gcalc:
        * Fix resizing (Glynn Foster)

logview:
        * Documentation (John Fleck)

gnome-utils 1.4.0.99 (2001-09-04)

general:
        * Update doc build stuff to use jw on RH 7.1 and any other dist
          which has moved to docbook-utils. (Dan Mueth)
        * We now require GConf (George)
        * Fix DESTDIR on installation. (George)
        * use xml-i18n-tools for .desktop/.keys files (Kjartan Maraas)
        * az docs removed, apparently they were quite broken (John Fleck)
        * Translation updates. (Abel Cheung, Valek Filippov, Kjartan
          Maraas, Stanislav Visnovsky, Zbigniew Chyla, Andras Timar,
          Takayuki KUSANO, Christian Rose, Ole Laursen, Carlos Perell
          Marn, Peteris Krisjanis, Christian Meyer, Almer S. Tigelaar,
          Fatih Demir, Marc Maurer, G<F6>rkem Cetin, Christophe Merlet,
          Stanislav Brabec, Faith Demir, Jesus Bravo Alvarez)

gcalc:
        * Warning fix. (Kjartan Maraas)
        * Documentation fix. (John Fleck)
        * Fix compilations on some systems. (George)

gdialog:
        * Fix compilations on some systems. (George)
        * Docs (Patanjali Somayaji, John Fleck)

gdiskfree:
        * Some internal reorganization for excluded filesystems (Gregory
          McLean)
        * New icon/splash pixmap. (Matthias Warkus, Timothy Musson)
        * Minor fixes. (George)

gcharmap:
        * Don't use the system colormap. (Kjartan Maraas)

gcolorsel:
        * Hook up help button in preferences to do something. (Kjartan
          Maraas)
        * Don't use the system colormap. (Kjartan Maraas)

gtt:
        * An ongoing rewrite to support many MANY cool new features.
          Still not 100% stable though.  (Linas Vepstas)

logview:
        * Fix FreeBSD compilation. (Peter A Jonsson)
        * Massage the scrolling to be more sane (it still doesn't work
          completely correctly). (George)
        * Fix compilations on some systems + various minor fixes. (George)

stripchart:
        * Fix 64bit issues with reading /proc (George)
2001-10-13 08:30:25 +00:00
veego
ee7d87aae8 This packages doesn't need gnome-core. gnome-libs is enough, so use
the buildlink.mk from gnome-libs.
2001-10-13 06:50:47 +00:00
abs
a227af8022 Add mosaic-license to bulk-build licences 2001-10-13 05:27:49 +00:00
veego
9c69323e5e You have to add an 'PKGNAME' if you want to indicate that the package
has changed, but not the distfile.
2001-10-12 22:34:21 +00:00