Commit graph

60795 commits

Author SHA1 Message Date
danw
aa1ee845d9 patch in a fake malloc.h so this builds on darwin (and freebsd) 2004-05-02 22:25:18 +00:00
danw
b00508c540 remove some really awful non-portable stdio assumtions so this builds on
darwin
2004-05-02 22:24:48 +00:00
danw
1079cce9fa make this build on darwin 2004-05-02 22:23:58 +00:00
xtraeme
b6c34d8c90 Update games/openmortal to 0.7.
2004-05-01 Version 0.7 is released. Brief changelog:

    * OpenMortal now runs in high or true color video mode (instead of
      256-color).
    * Transparent shadows
    * Added "team mode": both player can choose many fighters into a
      team. When a fighter dies, the next in the team takes his/her place.
    * New (non-proprietary) sound effects.
    * New character: Judy
    * One new arena
2004-05-02 21:48:17 +00:00
jmmv
4249d0f43a Include category name in path to perl58's Makefile. 2004-05-02 21:13:56 +00:00
adam
cb6cbae750 Fix multiple perl problem (like on Darwin/MacOSX) 2004-05-02 20:34:38 +00:00
xtraeme
b98188d70a Add buildlink3 bits. 2004-05-02 20:30:44 +00:00
snj
7a083c9a03 Convert to buildlink3. Closes PR pkg/25421 by Georg Schwarz. 2004-05-02 20:17:05 +00:00
heinz
49321f43ad Added HOMEPAGE. Package uses no compiler at all 2004-05-02 20:15:14 +00:00
bouyer
1f12deeb61 Note gpsim update to 0.21.2nb1: fixes for the uart emulators. 2004-05-02 20:11:42 +00:00
jmmv
fdc77c0d04 Note updates of glib2 and gtk2 to 2.4.1. 2004-05-02 20:09:31 +00:00
bouyer
8861e975ae Bug fixes and cleanups for the uart emulator. Submitted on sourceforge as
bug id 944916 and 946541.
2004-05-02 20:08:14 +00:00
jmmv
f5449ba1a8 Update to 2.4.1:
* GtkFileChooser
  - bug fixes [Morten Welinder, Federico Mena Quintero]
  - pre-fill the location entry [Federico]
  - internal api changes to allow setting a busy cursor
    while loading [Federico]
  - improve pathbar button sizing [Owen Taylor]
  - add keybindings for removing bookmarks [Federico]
* GtkComboBox, GtkEntryCompletion
  - fix repositioning logic [Niklas Knutsson]
  - make keynav wrap around [Matthias]
  - improve theme compliance [Matthias, Brian Cameron]
* GtkUIManager
  - accept unnamed <separator>s [Anders Carlsson]
  - robustify against gtk_widget_show_all() [Murray Cumming]
  - warn if an accelerator cannot be parsed  [Jody Goldberg]
* Win32
  - fix DND positioning [Hans Breuer]
  - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
  - make filechooser work on Windows [Tor]
  - draw arcs more correctly [Tor]
  - disable tables support by support, add --use-wintab to
    get it back  [Tor]
* Make color wheel accessible [Padraig O'Briain]
* Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
* Doc improvements [Federico, Matthias, Christian Persch]
  Olexiy Avramchenko, Tim-Philipp Müller]
* Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
  Jonathan Blandford, Anders Carlsson, Christian, Hans,
  Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
  Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
  Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
  John Ehresman, Chris Sherlock, Jody]
* Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
  en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
  mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
  sv,tr,uk,uz,wa,zh_CN)
2004-05-02 20:07:36 +00:00
jmmv
33211ac22b Update to 2.4.1:
* Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
* Miscellaneous bug and portability fixes [Owen Taylor,
  Matthias Clasen, Jonas Jonsson, Christian Krause,
  Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
  Piotr Klaban]
* Documentation updates [Matthias]
* New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
  fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
2004-05-02 20:05:53 +00:00
xtraeme
e1e5944f20 Rename GRUB_ISO9660 and GRUB_UFS2 to GRUB_USE_ISO9660 and GRUB_USE_UFS2
respectively, and document them in bsd.pkg.defaults.mk.
2004-05-02 20:04:36 +00:00
xtraeme
68acc385a6 - qt3-3.3.2 2004-05-02 19:55:30 +00:00
xtraeme
b55839a2e7 - cue 2004-05-02 19:53:30 +00:00
xtraeme
7b05ae6c7e Default shell should be @RCD_SCRIPTS_SHELL@ not /bin/sh. 2004-05-02 19:31:48 +00:00
xtraeme
4512659f11 Rename ENABLE_CACHE option to JWHOIS_ENABLE_CACHE, and document it in
the defaults file.
2004-05-02 19:15:18 +00:00
xtraeme
fd2009c442 Update devel/distcc to 2.14.
Changes:

distcc-2.14  "Lake Albina"  2004-05-02

  FEATURES:

    * The host file is looked up in $DISTCC_DIR/hosts, not hardcoded
      to ~/.distcc/hosts.  The default for $DISTCC_DIR is still
      ~/.distcc.  Suggested by Sebastien Perochon.
    * Source file name is included in success/failure messages, e.g.
         distcc[6655] ERROR: compile ./cases/bad.c on cardhu failed
    * distcc can now be built with a build directory separate from the
      source directory.  Patch from Dennis Henriksen.

  DOCUMENTATION:

    * Add documentation of DISTCC_DIR, and other fixes.  Patch from
      Thomas Schwinge.
    * Slightly improved distcc --help.

  BUG FIXES:

    * Decompression buffer can dynamically resize to allow for very
      gassy files.  From a patch by Joe Buehler.

  PORTABILITY:

    * Add sample scripts for Red Hat / Fedora, by Colin Walters.
    * mmap is always disabled on HP-UX, because the inconsistent page
      case is a bit dangerous for the way distcc uses mmap.  Suggested
      by Joe Buehler.

distcc-2.13  "Carnal Bunt"  2004-03-02

  SECURITY:

    * Enforce IPv4 access control lists when the daemon is listening
      on an IPv6 port.  This only applies when the server was compiled
      using --enable-rfc2553 and run with --allow.

  FEATURES:

    * Hash comments are allowed in host list files.

  INTERNAL:

    * Use TCP_DEFER_ACCEPT on Linux to avoid some wasted context
      switching when a new connection comes in to the server.

  BUG FIXES:

    * Some fixes for connections over SSH when built using
      --enable-rfc2553.  Reported by Jeff Rizzo.
    * Handle arguments like "-xcpp" and "-Wa,-xarch=v8".  Suggested by
      Ben Scarlet.
    * Fix resource exhaustion when DISTCC_SAVE_TEMPS is set.  Reported
      by Mark DeGeorge.
    * Fix problems in running IPv6-enabled builds on kernels without
      IPv6 support.  Reported by Lisa Seelye.

  DOCUMENTATION:

    * More instructions for distributors/packagers.

  PORTABILITY:

    * Many portability patches from Albert Chin.  These patches were
      tested on: AIX 4.3.2, 5.1; HP-UX 10.20, 11.00, 11i; IRIX 6.5;
      Redhat Linux 7.1, 9; Solaris 2.5.1, 2.6, 7, 8, 9; Tru64 UNIX
      4.0D, 5.1.
    * Possibly fix mmap problem on HP-UX with compressed transfers.
      Reported by Joe Buehler.

  TESTING:

    * Add test for compilation with compression.
    * Testsuite portability patch from Albert Chin.  The tests pass
      on: HP-UX 10.20, 11.00, 11i; IRIX 6.5; Redhat Linux7.1, 9;
      Solaris 7, 8, 9; Tru64 UNIX 4.0d, 5.1.

pkgsrc changes:

	o Add a rc.d script to start distccd, by default this runs
	  as user "nobody".
	o Use subst.mk instead of patching multiple files.
2004-05-02 19:11:38 +00:00
xtraeme
08b0b61f0d Update www/bluefish to 0.13.
Bluefish 0.13 features a new bookmarks functionality, much improved
project management, auto tag closing, better navigation trough opened
documents, a much more responsive user interface, again many user
interface improvements, many bug fixes and much, much more!
2004-05-02 18:40:24 +00:00
xtraeme
893f711e4b Only enable --with-cache if ENABLE_CACHE is defined, so by default
this option is disabled which could be causing troubles in some cases
as reported Bill Squier in PR pkg/25413.
2004-05-02 18:01:15 +00:00
xtraeme
a450e21f47 Update sysutils/daemontools to 0.76. This closes PR pkg/25153.
Changes:

The package now installs in /package/admin/daemontools. There are three
new utilities: svscanboot, readproctitle, and pgrphack. multilog now
accepts SIGALRM to force log rotation. svscan now checks for the
existence of /service/blah/log rather than checking whether
/service/blah is sticky.
2004-05-02 17:50:05 +00:00
xtraeme
8e369afbf8 Disable LUA_COMPATUPSYNTAX and LUA_COMPATVALUES, which are causing
trouble with some functions. This closes PR pkg/25248.
2004-05-02 17:40:27 +00:00
xtraeme
e4f66bcc3f Enable md5 passwords support in Linux. This closes PR pkg/25322 by
Piotr Meyer.
2004-05-02 17:30:37 +00:00
xtraeme
31bde4d744 Update mail/cue to 20040329. Provided by ISIHARA Takanori in PR pkg/25169.
Changes unknown...
2004-05-02 17:25:15 +00:00
xtraeme
3028886e34 Add support for UFS2 from FreeBSD. Patch provided by FUKAUMI Naoki
in PR pkg/25434.
2004-05-02 17:00:14 +00:00
adam
7664a76702 distinfo fix 2004-05-02 16:53:28 +00:00
sketch
e6dbdeeeff Fix MASTER_SITES and HOMEPAGE locations. 2004-05-02 13:51:21 +00:00
kristerw
4ff9419923 Fix build error by removing -DGTK_DISABLE_DEPRECATED. 2004-05-02 13:40:59 +00:00
mrg
87f12af34f don't reset the playlist order when restarting. 2004-05-02 12:35:57 +00:00
jmmv
2c8ac79777 Note update of gpass to 0.4.1. 2004-05-02 11:59:18 +00:00
jmmv
da69e65b77 Update to 0.4.1:
This release includes some HIG compliance improvements to the dialogs and
other fixes (like a working .desktop file).
2004-05-02 11:57:40 +00:00
hubertf
9fa160322e Add 10.44 Where's the pkgviews documentation?
XXX Packages.txt needs a rewrite (at least when pkgsrc finally gets
XXX out of a state of constant movement
2004-05-02 10:37:48 +00:00
jmmv
3456b7b731 Note update of xmlcatmgr to 2.1. 2004-05-02 10:30:42 +00:00
jmmv
45c560ba70 Update to 2.1:
Second stable version of the 2.x branch, released on 2004/05/02.

* Fixed an attribute name when parsing the `uri' tag in XML catalogs; it
  expects `name', not `uriId'.

* Fixed a warning message when removing entries from an XML catalog.

* Fixed several warnings when building mem.c code in a system with glibc
  2.[23].x and -O2 enabled.

* Added the `-p' flag which changes the behavior of the `add' action so
  that new entries are prepended instead of appended.

* Improved consistency of the lookup action so that it behaves equally
  for SGML and XML catalogs (this includes making XML lookup show all
  matching entries).

* Documentation is now installed in an unversioned directory by default.
2004-05-02 10:29:21 +00:00
kristerw
39e74b91ec Make the package use the blessed pthread package, instead of hard-coding
unproven-pthreads.

Bump PKGREVISION.
2004-05-02 10:05:34 +00:00
hubertf
9ae3d84f8d This pkg works with pkgviews, mark it so 2004-05-02 09:57:19 +00:00
jmmv
451fcf21bf Note update of rhythmbox to 0.8.2. 2004-05-02 09:21:28 +00:00
jmmv
34d30f7600 Update to 0.8.2, from Kouichirou Hiratsuka in PR pkg/25420:
* Fixed Rhythmbox GUI when using an RTL locale.
* Require GStreamer 0.8.1.
* Fix issue with previous button in playlists.
* Allow playback of untagged mp3s.
* Don't crash on passing directory on cmdline.
* Convert more filenames to UTF-8.
* Show errors during initial import too.
* Set up GnomeVFS authentication callbacks.
* Avoid ReplayGain setup delay.
* Add DOCTYPE to docs.
* Prevent crash when the GConf schema wasn't properly installed.
* Make auto rating work much better.
* Squash a major memory leak with size-limited automatic playlists.
* Don't spew (harmless) warnings in small-mode playback.
* Update ru translation.
2004-05-02 09:19:32 +00:00
kim
797eacf22f Make abcde not barf when UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE=y
although it still won't email anything (I will look at that more).
2004-05-02 07:37:19 +00:00
wiz
60f45dd652 Unused. 2004-05-02 07:35:37 +00:00
mrg
2ef6e84c13 add a "playpause" command, ala "xmms -t".
this has already been submitted to musicpd.org.
2004-05-02 07:24:51 +00:00
grant
a2e1f5d380 add a comment about setting mixer_control "Pcm" to modify the PCM
volume control.
2004-05-02 06:28:50 +00:00
grant
0a6698669a add CVS tag. 2004-05-02 06:27:15 +00:00
kim
8c4bfa8adf Add a missing manual page. Add a @dirrm for one directory we own. 2004-05-02 06:17:00 +00:00
kim
bb12688313 Add missing manual pages. Sort. 2004-05-02 06:09:43 +00:00
snj
1d756630c6 Convert to buildlink3. 2004-05-02 05:35:17 +00:00
snj
a96aafb788 No longer used. 2004-05-02 05:27:20 +00:00
snj
cc3900796e Convert to buildlink3. 2004-05-02 04:59:23 +00:00