Commit graph

46648 commits

Author SHA1 Message Date
epg
c20a557fa8 Note update of subversion to 0.28.1. 2003-08-29 02:03:38 +00:00
epg
f8c2e3153c Update to 0.28.1.
#####################################################################
##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
#####################################################################
##                                                                 ##
##  This release makes an incompatible change to the Subversion    ##
##  repository filesystem schema.  Repositories created with       ##
##  Subversion code prior to this release will unable to operate   ##
##  with this new code.  To maintain the ability to use said       ##
##  repositories, you must use a version 'svnadmin dump' prior to  ##
##  this change to dump your repository to a dumpfile, then use    ##
##  this new Subversion code to create, and load your dumpfile     ##
##  a new repository using 'svnadmin load'.  And don't forget to   ##
##  copy over any custom configuration/hooks from the old to the   ##
##  new repository.                                                ##
##                                                                 ##
#####################################################################

 Please see the repository_upgrade_HOWTO document located in the notes
 directory of the source tree for documentation on migrating pre-.28
 repos to revision .28.

 Also located here:
    http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO

 User-visible changes:
 * fs schema change, see issue #1003 **NOTE: repos dump/load cycle required!**
 * command-line options
  - changed  'lsdblogs' is now 2 commands 'list-dblogs', 'list-unused-dblogs'
  - removed  '--only-unread' option
  - new      'list-unused-dblogs'
  - new      '--config-dir' allows svn config to live outside ~/.subversion
  - new      (r6811)
    - svn-status-get-specific-revision (interface to svn cat)
    - svn-ediff-with-revision (run ediff w/ a file wc and a specified rev)
 * fixed 'mod_dav_svn' segfault bug caused by foreign DeltaV requests (r6725)
 * fixed 'svn switch' bug which could result in corrupted repo (#1316,r6746)
 * fixed items now marked as 'deleted' if they no longer exist (#919,r6748)
 * fixed 'merge' no longer adds file/dir if schema differs from wc. (#1321)
 * fixed Handle \r correctly when prompting on Windows. (r6792,#1307)
 * 'svn merge' now 'skip's when it hits unversioned obstructions (r6810,#1425)
 * fixed repos->wc of file w/ svn:keywords set caused segfault (r6818,#1473)
 * fixed 'svn diff -r PREV:HEAD' failed if tmp/ exists in cwd (r6838,#1487)

 Developer-visible changes:
 * database schema changed (see warning above!) (r6752,#1003,#1248,#1438)
 * svn Perl bindings are ready - see swig/INSTALL
 * internal changes to treat swig libraries more like normal libraries (r6761)
 * improved handling of errors opening a repository over ra_svn (r6841)
2003-08-29 01:58:49 +00:00
dan
a9ea184672 libmcrypt-2.5.7 2003-08-29 00:58:13 +00:00
dan
e10fd70e39 update to 2.5.7
from Adrian Portelli in PR/22628
2003-08-29 00:56:25 +00:00
dan
433c5fd135 doh. cruft. 2003-08-29 00:30:04 +00:00
dan
f745504b97 add security/bitstir 2003-08-29 00:28:22 +00:00
dan
e6cb91e745 bitstir monitors rnd(4) for low entropy and uses find(1) to solicit more.
program and pkg from Peter Hendrickson <pdh@wiredyne.com>
2003-08-29 00:25:34 +00:00
chris
b642ec70f9 Add USE_JPILOT to BUILD_DEF so that it shows in the list of things you can
alter about sylpheed.
2003-08-28 23:03:59 +00:00
xtraeme
c4b8d1b3b0 Note update of pekwm to 0.1.3nb1. 2003-08-28 22:44:34 +00:00
xtraeme
9c22431bb5 Enable xinerama support by default, bump package revision to 1. 2003-08-28 22:41:39 +00:00
epg
2aa949131c Note update of swig-build to 1.3.19. 2003-08-28 22:35:39 +00:00
epg
2e16f07909 Update to 1.3.19, drop autoconf dependency, and allow building with a
python using pth.
2003-08-28 22:33:14 +00:00
jmmv
7b4dbe3263 Note update of xmule to 1.6.0. 2003-08-28 22:27:41 +00:00
jmmv
468d4de409 Update to 1.6.0:
Highlights:
   * Categories implemented.
   * Much better No Needed/High Queue Ranking sources handling
   * Shared files loading made 30x faster, now supports thousands of files.
   * Numerous possible security exploits fixed.
   * Generally, code is a lot clearner now.
   * Enhanced OS support: NetBSD, OpenBSD, Solaris.
   * New Extended Options:
     * Various A4AF functionality,
     * Drop No Needed Sources,
     * Drop High QR Sources,
     * Drop Full Queue Sources.

malware's contributions:
   * Speed up the initial sharing by making KnowFileList a hash map.
   * Remove the assign to category context menu entry only if it was
     already there.
   * Reimplemented hashing thread.
   * Removed unused locks. As the NetBSD team pointed out they are
     causing problems on their system because it does core dump on
     unlocking a mutex that was not locked.
   * Made the title for systray the same as for the main dialog.
   * Never share a file twice.
   * Fixed endless loop in sending UDP packets.
   * Fixed a possibly exploitable bug as noticed by S. Esser from e-matters.
   * Fixed new downloads assigned to random category.
   * Check size of OP_SERVERSTATUS packet more strictly.
   * Make xmule not to send the MOD_VERSION information. This does avoid a
     problem with the LSD mod and other xmules.
   * Removed memory leak from hashing thread.
   * Minor fixes of problems detected by valgrind, mostly uninitialized
     variables.

Un-Thesis' contributions:
   * Implemented better GTK2 checks based on NetBSD team's and a Solaris user's
     input
   * Converted embedded XPMs to PNGs and JPEGs for better memory usage.
   * FIXED: several bugs inherent in the source from previous devs/projects.
   * FIXED: several memory leaks.
   * Started refactoring the sourcecode.
   * Got his own connection shut down by MPAA on 19 Aug :P
   * Bringing website back to live.
   * Kept xMule alive.

NetBSD team's contributions:
   * Fixed bug with the mutex protecting calls to gethostbyname.
   * Try to increase some resource limitation to the permitted maximum.
2003-08-28 22:26:32 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
wiz
ee24f9399b Note gstreamer-0.6.1nb3 update. 2003-08-28 19:13:59 +00:00
wiz
4a5949b233 Remove gtk-doc dependency. Bump PKGREVISION, since binary package
dependencies change.
Closes PR 22614 by Juan RP.
2003-08-28 17:39:40 +00:00
kent
5721c595e3 Note update of emulators/peace.
Major changes:
 * Support for runtime link with ELF libraries.
2003-08-28 15:26:53 +00:00
kent
02612ba880 Update to 20030828 snaphot, which runs with not NetBSD 1.6 but -current.
Major change:
 * Support for runtime link with ELF libraries.
2003-08-28 15:23:57 +00:00
recht
3be8f3277b Make python23-pth an accepted python version. 2003-08-28 15:02:28 +00:00
recht
b6af50f57b Make python23-pth an accepted python version.
Requested by Michal Pasternak in PR 22623.
2003-08-28 15:01:44 +00:00
abs
9e2dfb9e02 Revert last - already fixed by seb. Do not bump PKGREVISION as
unnecessary in first place. Illumination provided by wiz.
2003-08-28 14:49:11 +00:00
abs
636c979c40 Update pkglint to 3.59 - handle bsd.pkg.mk's assumption that the caller is in
pkgsrc/some/dir
2003-08-28 14:44:55 +00:00
wiz
9eb00bb28b Seems to need glu. 2003-08-28 12:56:56 +00:00
martti
2a657c2716 Removed patch-aa 2003-08-28 09:53:27 +00:00
wiz
2b8cc0c88b Fix pasto (hi drochner!). 2003-08-28 09:50:45 +00:00
wiz
77f9554d12 Add and enable atitvout (hi mrg!). 2003-08-28 09:50:13 +00:00
jmc
73288bf81a Various fixes so this works on 1.6.1 2003-08-28 04:13:10 +00:00
jmc
19cdc0caf6 This needs/uses threads 2003-08-28 03:50:15 +00:00
jmc
2e5251616b Regen with file as sourceforge shows it. 2003-08-28 03:47:09 +00:00
heinz
3810150e97 Package doesn't need linux files on Solaris 2003-08-27 21:22:51 +00:00
heinz
34c62e92aa Add TEST_TARGET to enable testing 2003-08-27 20:45:22 +00:00
jlam
30dae47585 GNU make installed from pkgsrc can always be found as
${LOCALBASE}/bin/gmake.  ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}/make
technically works, too, but this covers the (unsupported!!) case where the
user has GNU_PROGRAM_PREFIX="" and has moved the "make" binary directly
over the "gmake" symlink created by pkgsrc (Jeremy Reed reported this
problem on tech-pkg@ because he uses this a a debugging technique to find
out whether GNU make is actually needed by a package or not).
2003-08-27 20:03:44 +00:00
jmc
2b4f76702e On 1.6.1 zlib.h needs to be included before err.h to avoid shadow warnings. 2003-08-27 18:32:46 +00:00
adam
393ccc1d43 Updated gtkmm to 2.2.7 2003-08-27 16:07:39 +00:00
adam
133509ff84 patch-ag added; fix a path where index.html is created 2003-08-27 16:07:04 +00:00
adam
2700865825 Changes:
* gcc 2.96 fix build
* MS Visual C++ .Net 2003 support
* Gdx::Display fix
* documentation update
2003-08-27 16:06:12 +00:00
abs
43f0d41853 Update librsync to 0.9.6nb1
Add missing entry to buildlink2.mk - from Sebastian Prause
2003-08-27 15:33:33 +00:00
jlam
8d5649cbcd Correct the glob so that we actually match -L${BUILDLINK_DIR}/* and
-L${BUILDLINK_X11_DIR} and discard them.  (from pkgviews-mk).
2003-08-27 12:57:52 +00:00
jmmv
d34c1dce87 Drop advertising clause from UCB licensed code, following changes done in
NetBSD's source files.
2003-08-27 12:25:40 +00:00
jlam
e5462ca730 (*) Nuke the _BUILDLINK_SUBST_USE target now that subst.mk does the same
thing.

(*) Move the code to adjust Makefiles to refer to the correct
    PKGLOCALEDIR into bsd.pkg.mk and reimplement it using subst.mk so
    that it's non-USE_BUILDLINK2 packages can use it, too.

(*) Reimplement the PKGCONFIG_OVERRIDE code in bsd.pkg.mk using subst.mk.

(*) Reimplement the unbuildlink code in bsd.buildlink2.mk using subst.mk.
2003-08-27 11:29:56 +00:00
jlam
b81c512e4f subst.mk is a Makefile fragment that implements a general text replacement
facility for different classes of files in ${WRKSRC}.  For each class of
files, a target <class>-subst is created to perform the text replacement.

The following variables are used:

SUBST_STAGE.<class>
	"stage" at which we do the text replacement, e.g. pre-configure,
	post-build, etc.

SUBST_MESSAGE.<class>
	message to display, noting what is being substituted

SUBST_FILES.<class>
	files on which to run the substitution; these are relative to
	${WRKSRC}

SUBST_SED.<class>
	sed(1) substitution expression to run on the specified files

This basically extracts a useful piece of code from bsd.buildlink2.mk and
puts it in a place that allows it to be more widely used, and so that the
functionality doesn't depend on USE_BUILDLINK2 being defined.
2003-08-27 11:24:37 +00:00
wiz
5ac6005005 Note gtk2 update to 2.2.3. 2003-08-27 10:58:44 +00:00
wiz
29ca9d1834 Update to 2.2.3, provided by Juan RP in PR 22605.
Overview of Changes in GTK+ 2.2.3
=================================
* GdkPixbuf [Matthias Clasen]
 - Fix some problems with overflows when scaling down
 - Many GIF bug fixes [Matthias, Federico Mena Quintero]
 - Prefer 32-bpp ICOs, fix bugs with them
 - Fix problem with absolute filenames and gdk-pixbuf-query-loaders
   [Jens Elker]
 - Make gdk-pixbuf-csource include alignment magic [Brian Cameron]
* Win32 [Tor Lillqvist]
 - Add multiple monitor support
 - Major event and key handling rewrite, including IME fixes
 - Fix handling of toplevel window positions
 - Add support for all window geometry hints (gridded geometry, etc.)
 - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs]
 - Fix GdkImage memory leak [J. Ali Harlow]
 - Remove leftover OwnerGrabButtonMask emulation (fixes lots)
 - Misc bug fixes [Many from Hans Breuer, Tim Evans]
 - Build fixes and improvements [Peter Zelezny]
* X11
 - Fix extremely common crash where we interpreted the timestamp
   field of a XKB event as a window ID and found a pixmap that matched.
   [Owen Taylor, with essential backtrace from Kjartan Maraas]
 - Fix CapsLock and NumLock for non-XKB [Robert Basch]
 - Fix problems with, eg. Ctrl-Alt-Backspace hiding Cntrl-Backspace [Owen]
 - Workaround Xinerama servers reporting wrong depths [Owen]
* GtkTreeView [Kristian Rietveld]
 - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen]
 - Don't get confused by the Control key when handling selection
   from an accelerator like <Control>B [Michael Natterer]
 - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson,
   Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard,
   Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder]
* Input methods
 - Handle input methods exiting and starting while the
   app is running [Hidetoshi Tajima]
 - Fix infinite loop when closing input methods [Owen,
   Takuro Ashie, Hidetoshi]
 - Add a 'cedilla' input method with c+acute => cedilla and use
   as the default for languages that use cedilla. [Gustavo De Nardin,
   Owen, Fco. Javier F. Serrador]
 - Fix status window for multihead [Owen, James Su]
 - Remember imcontext attributes when switching methods [Owen,
   Botond Botyanszki]
* GtkFileSelection [Owen]
 - Fix selection of "UntitledN" on initial map [Mark Finlay]
 - Fix an annoying bug with cursor positioning on failed completion
 - Misc Fixes [Owen, Tor]
* Other widgets
 - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian]
 - Fix problem with spinbuttons not getting enough space [Morten Welinder,
   Kristian]
 - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat]
 - Don't include menu labels in gtk_notebook_forall [Owen]
 - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing
   focus [Owen]
 - Accept color drops with wrong format from KDE [Matthias]
* Fix problem from gnome-theme-manager playing tricks and
  making event->window a pixmap. [Anders Carlsson]
* Ignore Caps-lock when matching accelerators
* Fix 5-year-old bug where toplevels didn't fully refresh properly
  on theme change [Owen, Rajkumar Siva]
* Don't require precompiled gdk-pixbuf-csource when cross-compiling
  from a tarball [Owen]
* Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale,
  Morten Welinder]
* Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery,
  Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor,
  Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher,
  Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen,
  Luis Villa]
* New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it,
  ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN)

While here, fix engines-dir problem in PLIST.
2003-08-27 10:58:17 +00:00
wiz
1a81ad026e Add ne locale dir for gtk2. 2003-08-27 10:55:50 +00:00
recht
29c77ad038 Note update of hermes to 1.3.3. 2003-08-27 09:41:14 +00:00
recht
78c9e6a355 Update to 1.3.3
Changes:

 - Added the remaining stretch converters
 - Fixed existing stretch converters
 - applied patch [ #462106 ] Fixed Blitters and Converters
 - added new test program
 - fix display problem (iface alpha mask not setup correctly)
 - fixed memory leaks (patch by Mark Page)
 - Added cygwin support
 - Some updates for Borland support.
 - fixed debug level 2 (std output stuff)
 - fixed win32 hermes static lib compilation
 - Borland compile fixes
 - Fixed s_height-- bug, reported by Christian Gruner.
 - Fixed "weird diagonal things" bug, reported by Jeff Macht.

Submitted by Juan RP
Closes PR 22613
2003-08-27 09:39:40 +00:00
gehenna
d22ec16413 Note that cvsync 0.24.4 is released. 2003-08-27 09:37:33 +00:00
gehenna
07cdc004ce cvsync 0.24.4
Changes:
  * Fix a bug to fail to replace files in some cases. (server)
  * Fix a double free bug. (server)
2003-08-27 09:35:40 +00:00
wiz
2c46d5b1ce Note atk and pango updates to 1.2.4. 2003-08-27 09:28:20 +00:00