Commit graph

5868 commits

Author SHA1 Message Date
grant
e0ed05cfdb move smpeg to multimedia/ 2004-06-26 09:16:10 +00:00
wiz
a08e038d15 Update to 1.3.3, from Kouichirou Hiratsuka in PR 26033.
Changes:

Changes since version 1.3.2
* Make it work with gcc-3.2.

Changes since version 1.3.1
* Contrib reorganization.
* New contrib items.
* Convert to latest and greatest autoconf, automake versions.
* Implement automatic detection of gcc version 3 and apply the gcc3
  patch in configure.
* Apply a patch for compilation on Apple/Darwin (without gcc3).

Changes since version 1.3.0
* Fix the following bug: a repository inconsistency could arise when
  a checkin operation is aborted after the project's RCS version file
  has been updated but before the PRCS repository data file is updated.
* Fix a partial-checkin bug.
* Fix bugs related to deleted project versions.
* 'prcs info' now now prints summary information for deleted project
  versions.
* Patches have been included for compilation with GCC 3.0.x.
* Debian packaging.
* prcs.el improvements.
* prcs usage() reports to stdout instead of stderr.
* prcs.texi bug in 'prcs execute' example.
* contrib/prcs-clean improvements.

Changes since version 1.2.16
* Add new command 'prcs changes' command.
* Support for the new 'changes' command.
* Add new --version-log= option to 'prcs checkin'.
* Add new contrib package 'pck'.
* Add a new --no-keywords option to 'prcs populate'.
* Updated 'prcsutils' contrib package.
* Updated 'visualtree' contrib package.
* Fix a keyword-substitution bug.
* Upgrade to regex sources from glibc-2.2.4 for 64-bit support.
* Remove a declaration of abort() that was conflicting with the
  headers in RedHat 7.x and causing compilation problems.
* Fix for non-existant user/group handling in 'prcs admin access'
* Fix for checkin and merge commands to preserve the project file
  mode.
* Fix prcs.el to support Emacs 21.
* PRCS checks for proper versions of RCS and GNU diffutils before
  running--these checks were broken by GNU diffutils 2.7.2 and are now
  fixed.

Changes since version 1.2.15
* Incorporate new contrib submissions (rprcs, prcs-synch, visualtree,
  pfe and prcsutils).
* Previously, 'prcs config' would perform a sanity check on the
  configured RCS and diff commands to see that are indeed the GNU
  versions of those commands.
* After a successful merge, list all files which have merge conflicts.
  Merge "No Prompt" actions are now silent unless -L is specified, and
  "Do Nothing" actions are silent when -f is specified and unless -L
  is specified.
* Improve error reporting.
* The documentation stated that `:' was a valid character for major
  version names, although the program has never accepted this character.
2004-06-25 16:43:54 +00:00
recht
f4ac1ae7d8 update to 0.7.5
0.7.5 is a bug fix release, including:

- force lookup of journal props in anydbm filtering
- fixed lookup of "missing" Link values for new props in anydbm backend
- allow list of values for id, Number and Boolean filtering in anydbm
  backend
- fixed some more mysql 0.6->0.7 upgrade bugs (sf bug 950410)
- fixed Boolean values in postgresql (sf bugs 972546 and 972600)
- fixed -g arg to roundup-server (sf bug 973946)
- better roundup-server usage string (sf bug 973352)
- include "context" always, as documented (sf bug 965447)
- fixed REMOTE_USER (external HTTP Basic auth) (sf bug 977309)
- fixed roundup-admin "find" to use better value parsing
- fixed RDBMS Class.find() to handle None value in multiple find
- export now stores file "content" in separate files in export directory

0.7.4 is a bug fix release, including:

- re-acquire the OTK manager when we re-open the database
- mailgw handler can close the database on us
- fixed grouping by a NULL Link value
- fixed anydbm import/export (sf bugs 965216, 964457, 964450)
- fix python 2.3.3 strftime deprecation warning (sf patch 968398)
- fix some column datatypes in postgresql and mysql (sf bugs 962611,
  959177 and 964231)
- fixed RDBMS journal packing (sf bug 959177)
- fixed filtering by floats in anydbm (sf bug 963584)
2004-06-24 21:05:44 +00:00
xtraeme
aa307ef216 Add p5-Class-XPath (hi schmonz!) 2004-06-24 03:47:34 +00:00
wiz
a7be60e252 Bump PKGREVISION for patch-ad (usb_bulk_read() bugfix by mycroft). 2004-06-23 08:45:59 +00:00
mycroft
39660dcfaf Make usb_bulk_read() terminate short transfers correctly. This mimics the
Linux code, and is critical for making PTP work.
2004-06-23 08:42:57 +00:00
dillo
e815167d6c fix HATs on USB joysticks that don't report up as 0.
bump PKGREVISION
2004-06-22 09:10:12 +00:00
schmonz
80fb4df552 Initial import of p5-Class-XPath.
Class::XPath is a Perl module which adds XPath-style matching to
your object trees. This means that you can find nodes using an
XPath-esque query with match() from anywhere in the tree. Also,
the xpath() method returns a unique path to a given node which can
be used as an identifier.
2004-06-20 22:23:00 +00:00
xtraeme
1e73555403 Bump PKGREVISION and remove X11 support where appropiate. 2004-06-20 21:52:07 +00:00
jmmv
d3e046ff46 Update to 2.6.2:
2004-05-29  Michael Meeks  <michael@ximian.com>

	* Version 2.6.2

2004-05-28  Michael Meeks  <michael@ximian.com>

	* activation-server/activation-server-main.c
	(main): turn output debug on if we use
	--register-server

	* bonobo-activation/bonobo-activation-init.c
	(bonobo_activation_hostname_get): always return
	localhost - so we don't barf when the hostname
	changes (DHCP). Slightly bad, but a) this method is
	deprecated anyway, b) only fools would use it
	to return the current hostname and c) localhost is
	often the local host name anyway.

2004-05-26  Michael Meeks  <michael@ximian.com>

	* Version 2.6.1

2004-05-26  Arvind Samptur  <arvind.samptur@wipro.com>

	* activation-server/object-directroy.h : Add
	od_finished_internal_registration () helper function.
	* activation-server/object-directroy-corba.c
	(add_active_server): Don't add our internal servers count
	to n_active_servers.
	* activation-server/activation-server-main.c (main):  Use
	od_finished_internal_registration () to indicate that we
	are done with our internal server registeration.
	Fixes #139500

2004-05-14  Michael Meeks  <michael@ximian.com>

	* bonobo-activation/bonobo-activation-init.c:
	move sys/types.h include upwards for bsd.

2004-05-06  Michael Wilson  <Michael.Wilson@bull.net>

	* bonobo/bonobo-application.c (message_desc_copy)
	(_gtype_to_typecode): bin bogus gnuism: __inline__

2004-05-05  Michael Wilson  <Michael.Wilson@bull.net>

	* bonobo/bonobo-application.c: bin bogus trailing
	',' and ';' - fix AIX build.

2004-04-16  Iñaki Larrañaga  <dooteo@euskalgnu.org>

	* configure.in: Added "eu" (Basque) to ALL_LINGUAS.

2004-04-15  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* activation-server/object-directory-corba.c
	(od_register_runtime_server_info): Do not ever try to update a
	ServerInfo if there's already another ServerInfo registered for
	the given IID.  This both improves performance and avoids a
	possible memory error that I have been unable to track down after
	much debugging.

2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* ChangeLog: converted to UTF-8

2004-03-30  Adam Weinberger <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.

2004-03-17  Tony Arnold  <tonyarnold@users.sourceforge.net>

	* bonobo-activation/bonobo-activation-client.c: ugly hack
	for Darwin's whacked-out 'environ.

2004-03-16  Gareth Owen  <gowen72@yahoo.com>

	* configure.in: Added en_GB to ALL_LINGUAS

2004-03-15  Julio M. Merino Vidal  <jmmv@menta.net>

	* bonobo-activation/bonobo-activation-get-language-list.c
	(unalias_lang): read aliases from the prefix first (NetBSD)
2004-06-20 20:37:32 +00:00
gehenna
67ba1d7ff9 cvsync 0.24.16 is available.
Changes:
  * Improve performance to parse rcsfile(5) based files with many revisions.
  * Make this compile on Interix.
2004-06-20 16:44:44 +00:00
salo
eef88eea76 SDL_perl needs threaded perl due to SDL, which is threaded.
Gives games/frozen-bubble a chance to work.

Addresses PR pkg/25964 by Juan Romero Pardines.
2004-06-18 19:00:34 +00:00
tv
1c110ab746 sysutils/c++rt0 doesn't exist any longer, as pkgsrc has officially dropped
support for NetBSD/sparc 1.4.
2004-06-17 03:49:15 +00:00
kristerw
95b6e0e52c Fix some C++ issues that gcc 3.3 complained on. 2004-06-15 17:48:35 +00:00
kristerw
baa897ed35 Correct two prototypes that gcc 3.3 did not like. 2004-06-15 17:19:23 +00:00
grant
2f2c93e5c3 bump PKGREVISION for last 2004-06-15 14:03:36 +00:00
grant
83f152946a - needs a c and c++ compiler
- needs -lCrun when building with SunPro so programs that link
  against libsmpeg.so can resolve all symbols.
- USE_GCC_SHLIB
2004-06-15 13:47:16 +00:00
grant
f5df441bf6 fix an obvious botch-up:
s/5~CONFIGURE_ARGS/CONFIGURE_ARGS/
2004-06-14 00:26:25 +00:00
kristerw
084a1163f6 Add some missing std namespace, to make this package compile
when using gcc 3.3.
2004-06-13 20:53:14 +00:00
grant
fc716812cc regenerate patches with pkgdiff so they apply properly with
devel/patch.
2004-06-12 12:44:33 +00:00
grant
7817815cb6 this needs gcc to build. 2004-06-12 12:40:21 +00:00
grant
b4dd7a915f this uses a c and c++ compiler. 2004-06-12 09:10:08 +00:00
grant
d98cfe8c2e there's little chance this will compile with anything but gcc. mark it
so.
2004-06-12 09:08:02 +00:00
grant
e664ed990d don't call install -d with >1 directory argument. 2004-06-12 09:06:51 +00:00
grant
06bc216a32 use bl3 so that gcc specific flags are stripped out. 2004-06-12 09:00:20 +00:00
grant
3e55057c67 this uses a c and c++ compiler. 2004-06-12 08:56:35 +00:00
grant
81de5c4edc - this uses a c and c++ compiler.
- drop unneeded trailing /
2004-06-12 08:55:05 +00:00
grant
be2fbed0ed use bl3 so that gcc specific flags are stripped out. 2004-06-12 04:45:21 +00:00
grant
8de1ecc7a6 this package is NetBSD-specific. 2004-06-12 04:36:56 +00:00
grant
71ecfa5633 this package uses lots of gcc'isms. mark it only for gcc. 2004-06-12 04:34:49 +00:00
grant
7541c07e71 use bl3 so that gcc specific flags are stripped out. 2004-06-12 04:32:12 +00:00
grant
6aa6b4d127 mark this NOT_FOR_COMPILER sunpro for now - it uses `...' in macros
definitions which sunpro doesn't like.
2004-06-12 04:22:16 +00:00
grant
1f54a55982 USE_LANGUAGES=c c++ 2004-06-12 04:21:15 +00:00
grant
a8c438f3b5 swap order of depends so that perl>=5.8.3 is preferred over
p5-Test-Harness.

the old way:

  {p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness

is normally ok because if either is installed the dependency is
satisfied. however, in a bulk build, every package which uses this
DEPENDS is automatically failed because p5-Test-Harness is preferred
but it conflicts with perl>=5.8.3 (they both install bin/prove and
prove.1).

this way, perl is preferred and the dependency should be satisfied
correctly in bulk builds.
2004-06-12 04:01:45 +00:00
grant
0a828593c3 with the SunPro c++ compiler, char * cannot be initialised with a
const char * value.

add a cast and make a char * const to allow this to build.
2004-06-12 02:50:46 +00:00
grant
6d5be2c70d don't pass gcc specific -W flags, call ${CXX} not "g++". 2004-06-12 02:30:35 +00:00
grant
f60269673d whitespace fixes. 2004-06-12 02:28:46 +00:00
grant
d953de92b1 don't pass gcc specific -W flags. 2004-06-12 02:24:57 +00:00
grant
1d0992f295 and share/doc/html/buildtool, too. 2004-06-12 02:20:33 +00:00
grant
fd391b8fab make sure the destination directory exists before trying to install
files into it.
2004-06-12 02:19:32 +00:00
epg
6952891114 Update to Version 1.0.5.
(10 Jun 2004, from /branches/1.0.5)
http://svn.collab.net/repos/svn/tags/1.0.5

 User-visible-changes:
 * fixed: security bug in svn protocol string parsing. (CAN-2004-0413)
2004-06-11 18:50:32 +00:00
minskim
fa6f2eb115 Remove reference to non-existent buildlink2.mk. 2004-06-11 18:12:11 +00:00
minskim
1ad4df4481 Temporarily disable pkgviews installation, because currently it
breaks other packages when enabled.
2004-06-11 18:12:10 +00:00
salo
1e88075dc3 Add patches from silc cvs repository.
Should fix build on Darwin/Mac OS X.
2004-06-11 10:05:06 +00:00
markd
5dba36f66e update to kdevelop 3.0.4 (part of kde 3.2.3) 2004-06-10 12:48:37 +00:00
markd
abdb25401a update to kdevelop 3.0.4 (part of kde 3.2.3)
changes:
unknown
2004-06-10 12:47:03 +00:00
markd
62938168f1 update to kde 3.2.3
changes:
* kuiviewer: Fixed loading of menu layout definition
* cervisia: Fixed several bugs in resolve dialog
* cervisia: Don't ignore the CVS_RSH setting during checkout
* cervisia: Handle spaces in the working folder name correctly
* cervisia: Honor option "Hide Non-CVS Files" when opening a branch in the
  file tree
2004-06-10 12:44:21 +00:00
grant
30980e582d Updated cvs to 1.11.17.
changes since 1.11.16:

SERVER SECURITY FIXES

* Thanks to Stefan Esser & Sebastian Krahmer, several potential security
  problems have been fixed.  The ones which were considered dangerous enough
  to catalogue were assigned issue numbers CAN-2004-0416, CAN-2004-0417, &
  CAN-2004-0418 by the Common Vulnerabilities and Exposures Project.  Please
  see <http://www.cve.mitre.org> for more information.

* A potential buffer overflow vulnerability in the server has been fixed.
  This addresses the Common Vulnerabilities and Exposures Project's issue
  #CAN-2004-0414.  Please see <http://www.cve.mitre.org> for more information.
2004-06-10 10:06:43 +00:00
xtraeme
d54e87ef55 Sort. 2004-06-10 07:11:01 +00:00
cube
45368fbaf6 Remove an obvious left over from a test. Fixes PR 25880. 2004-06-09 20:51:10 +00:00