Commit graph

8707 commits

Author SHA1 Message Date
markd
96d4a9d8c4 Update to kdevelop 3.3.3 (part of KDE 3.5.3) 2006-06-01 14:27:11 +00:00
markd
067b924907 Update to KDE 3.5.3
Changes:
* Umbrello
  o Export all views
  o Static variables in java code are not marked static
  o New alignment type "distribute horizontally/vertically"
  o Save autosave file to a more obvious place
  o Usability and responsiveness improvements to code import
  o Auto-complete in parameter properties dialog in class diagram
  o Don't crash on application exit
  o Memory problem when importing classes from C++ sources
  o Nestable components and subsystems in Component diagram
  o Switch back to arrow tool after association creation
  o Fix crash loading xmi file
  o User interaction with UMLWidget improvements
  o Comments are cut short when generating PHP code
  o Freeze on C++ class import
  o Fix crash on importing Java 1.5 classes containing annotations
* KCacheGrind
  o "Fix slow handling (loading, cycle detection, drawing the call
    graph) of profiles where functions have number of callers/callees
    in the thousands. These unusual profiles are typically produced
    by running callgrind on Valgrind itself (so called Valgrind
    self-hosting)."
2006-06-01 14:25:10 +00:00
epg
7ce356ec62 Version 1.3.2
(23 May 2006, from /branches/1.3.x)
http://svn.collab.net/repos/svn/tags/1.3.2

 pkgsrc changes:
  - Remove patch-ae, now fixed upstream.

 User-visible-changes:
  - Client:
    * fixed: crash in svn st -u on missing subdirs (r19348, -73, issue #2551)
    * svn_load_dirs.pl symlink support (issue #2478)
    * fixed: svn_load_dirs.pl trying to import .svn and _svn dirs (r18549)
    * fixed: leaving stray WC locks on cancellation (r18893)
    * translation updates to Japanese, Traditional Chinese.

  - Server:
    * fixed: memory leak in mod_dav_svn when listing large dirs (r19528)
    * fixed: svnserve protocol error in lock, causing client hang (issue #2548)
    * fixed: mod_dav_svn crash on valid request (r19520)
    * mailer.py: add Content-Transfer-Encoding header (r19319)
    * mailer.py: fixed: named substitutions incorrectly ignored (r18114, -681)
    * fixed: authz requires read access for root for writes (issue #2486)

Developer-visible-changes:
* fixed: RPM breakage (r19060)
* fixed: tests don't catch repository creation failure properly (r19149,-51)
* support SWIG 1.3.28
* support APR 0.9.x >= 0.9.10 (r19039, -57)
* python bindings:
      - fixed: link error on OpenBSD (r18983)
* ruby bindings:
      - fixed: memory leak (r19493)
      - fixed: NULL argument conversion bug (r19543)
2006-06-01 00:39:51 +00:00
wiz
ce75091d93 Update to 2.14.2:
2.14.2
======

 Fixes

  - Fix crash when a X resource doesn't exist anymore (Vincent) [#336823]

 Translations

  - Mindu Dorji (dz)
  - Baptiste Mille-Mathias (fr)
  - Mohammad DAMT (id)
  - GNOME PL Team (pl)
2006-05-31 21:52:12 +00:00
ghen
5b7ba6a2e3 Adapt CONFLICT to the new openldap-client package. 2006-05-31 19:09:15 +00:00
ghen
2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00
rillig
cc64efc95f Fixed pkglint warnings, including a configuration file issue. Bumped
PKGREVISION.
2006-05-31 13:31:34 +00:00
rillig
34d219e2d9 Needs C++. 2006-05-31 13:02:31 +00:00
joerg
f8e7af8de1 Fix bootstrap on platforms with incompatible /usr/share/mk/sys.mk
by always forcing our internal search path when invocing bmake.boot.
This does not affect the generated binary and is the reason why this
goes directly into the tree.
2006-05-31 09:47:01 +00:00
markd
29e3caef9d Add space after @comment. 2006-05-31 04:38:14 +00:00
taca
0cd681d6aa Since this package contains shared object, add RUBY_HAS_ARCHLIB=yes in
order to more strict dependency to ruby18-base package.

Bump PKGREVISION.
2006-05-31 04:11:02 +00:00
wiz
281a00d231 Remove manual extraction code, now that mk/ recognizes -tar.gz. 2006-05-31 00:16:22 +00:00
wiz
d5bc4515d1 Update to 0.9.23:
02-may-2006 Version 0.9.22: lots of major changes, monotone 0.26,
bazaar-ng 0.8, dropped mercurial CLI backend replaced by former
hglib, dropped obsolete and incomplete svndump.
28-may-2006 Version 0.9.23: again several major changes, most
notably preserve the hunks order, and workaround to darcs changes
--xml out of order output.
2006-05-30 21:16:56 +00:00
wiz
7043b67ef7 Update to 0.9:
Major changes between Mercurial 0.8.1 and 0.9:

  - The repository file format has been improved.
    - This has resulted in an average 40% reduction in disk space    usage.
    - The new format (called RevlogNG) is now the default.
    - Mercurial works perfectly with both the old and new repository
      file formats. It can transfer changes transparently between
      repositories of either format.
    - To use the new repository format, simply use `hg clone --pull` to
      clone an existing repository.
    - Note: Versions 0.8.1 and earlier of Mercurial cannot read
      RevlogNG repositories directly, but they can `clone`, `pull`
      from, and `push` to servers that are serving RevlogNG
      repositories.
  - Memory usage has been improved by over 50% for many common operations.
  - Substantial performance improvements on large repositories.
  - New commands:
    - 'archive' - generate a directory tree snapshot, tarball, or zip
      file of a revision
  - Deprecated commands:
    - 'addremove' - replaced by 'add' and 'remove --after'
    - 'forget' - replaced by 'revert'
    - 'undo' - replaced by 'rollback'
  - New extensions:
    - Bugzilla integration hook
    - Email notification hook
  - Nested repositories are now supported. Mercurial will not recurse
    into a subdirectory that contains a '.hg' directory. It is treated
    as a separate repository.
  - The standalone web server, 'hg serve', is now threaded, so it can
    talk to multiple clients at a time.
  - The web server can now display a "message of the day".
  - Support added for hooks written in Python.
  - Many improvements and clarifications to built-in help.

Sort PLIST.
2006-05-30 21:10:56 +00:00
wiz
3c99032bea Update to 2.2:
* The distribution terms for all Bison-generated parsers now permit
  using the parsers in nonfree programs.  Previously, this permission
  was granted only for Bison-generated LALR(1) parsers in C.

* %name-prefix changes the namespace name in C++ outputs.

* The C++ parsers export their token_type.

* Bison now allows multiple %union declarations, and concatenates
  their contents together.

* New warning: unused values
  Right-hand side symbols whose values are not used are reported,
  if the symbols have destructors.  For instance:

     exp: exp "?" exp ":" exp { $1 ? $1 : $3; }
	| exp "+" exp
	;

  will trigger a warning about $$ and $5 in the first rule, and $3 in
  the second ($1 is copied to $$ by the default rule).  This example
  most likely contains three errors, and could be rewritten as:

     exp: exp "?" exp ":" exp
	    { $$ = $1 ? $3 : $5; free ($1 ? $5 : $3); free ($1); }
	| exp "+" exp
	    { $$ = $1 ? $1 : $3; if ($1) free ($3); }
	;

  However, if the original actions were really intended, memory leaks
  and all, the warnings can be suppressed by letting Bison believe the
  values are used, e.g.:

     exp: exp "?" exp ":" exp { $1 ? $1 : $3; (void) ($$, $5); }
	| exp "+" exp         { $$ = $1; (void) $3; }
	;

  If there are mid-rule actions, the warning is issued if no action
  uses it.  The following triggers no warning: $1 and $3 are used.

     exp: exp { push ($1); } '+' exp { push ($3); sum (); };

  The warning is intended to help catching lost values and memory leaks.
  If a value is ignored, its associated memory typically is not reclaimed.

* %destructor vs. YYABORT, YYACCEPT, and YYERROR.
  Destructors are now called when user code invokes YYABORT, YYACCEPT,
  and YYERROR, for all objects on the stack, other than objects
  corresponding to the right-hand side of the current rule.

* %expect, %expect-rr
  Incorrect numbers of expected conflicts are now actual errors,
  instead of warnings.

* GLR, YACC parsers.
  The %parse-params are available in the destructors (and the
  experimental printers) as per the documentation.

* Bison now warns if it finds a stray `$' or `@' in an action.

* %require "VERSION"
  This specifies that the grammar file depends on features implemented
  in Bison version VERSION or higher.

* lalr1.cc: The token and value types are now class members.
  The tokens were defined as free form enums and cpp macros.  YYSTYPE
  was defined as a free form union.  They are now class members:
  tokens are enumerations of the `yy::parser::token' struct, and the
  semantic values have the `yy::parser::semantic_type' type.

  If you do not want or can update to this scheme, the directive
  `%define "global_tokens_and_yystype" "1"' triggers the global
  definition of tokens and YYSTYPE.  This change is suitable both
  for previous releases of Bison, and this one.

  If you wish to update, then make sure older version of Bison will
  fail using `%require "2.2"'.

* DJGPP support added.
2006-05-30 19:25:23 +00:00
wiz
64dd2849cd Update to 1.0.11:
changes from 1.0.10 to 1.0.11
-----------------------------

* cvsd-buildroot should now install libraries in the same directory structure
  as on the normal filesystem, resulting in better support for 64 bit systems
* other small improvements to cvsd-buildroot, including better error handling
  and not overwriting devices
* small code improvements
2006-05-30 19:24:27 +00:00
drochner
06f03485f5 update to 1.12.3
changes:
-Increased robustness against broken pango.modules
-Improved build infrastructure
-Improved documentation
-Misc fixes
2006-05-29 17:08:43 +00:00
drochner
e12a011c78 update to 2.10.3
changes:
-fix some bugs and a memory leak
-translation updates
2006-05-29 17:06:49 +00:00
tron
c22463d94b Add missing RCS Ids. 2006-05-29 13:51:20 +00:00
tron
1a4ed9f751 Integrate Debian's fix for security whole reported in CVE-2004-2541.
Bump package revision.
2006-05-29 13:48:53 +00:00
rillig
6467ce6808 BUILDLINK_DEPMETHOD needs to be defined only once. 2006-05-28 17:38:50 +00:00
rillig
f8f5c3a30f Fixed a pkglint warning. 2006-05-28 17:35:49 +00:00
adrianp
cc03f2fee6 Update to 1.0.3
> - 7037: [security] Port: Login with disabled account possible (vboctor)
> - 7034: [bugtracker] Port: bug in string_sanitize_url() (vboctor)
> - 7028: [db mssql] Port: "Prune Accounts" function doesn't work with MS SQL (vboctor)
> - 7029: [db mssql] Port: MS SQL Error on View Filters Page (vboctor)
> - 7030: [db mssql] Port: installtion fails - administrator have no rights on db (vboctor)
> - 7032: [db mssql] Port: Error on opening Change Log (vboctor)
> - 7039: [db mssql] Notice: Only variables should be assigned by reference in coreadodbadodb.inc.php on line 2931 (vboctor)
> - 7035: [feature] Port: Global Profiles list not sorted (vboctor)
> - 7038: [filters] Port: SYSTEM WARNING: Argument 1 to array_multisort() is expected to be an array or a sort flag (vboctor)
> - 7031: [installation] Port: is_writable never success in install.php (vboctor)
> - 7041: [installation] Port: newbie admins may be redirected to blank page (vboctor)
> - 7033: [printing] Port: wrong strpos function call (vboctor)
> - 7027: [upgrade] Port: fixed_in_version is renamed to Fixed_in_version during database migration (vboctor)
2006-05-28 15:17:47 +00:00
joerg
6fc9633468 Always handle -ldl using the pkgsrc magic, don't depend on weired
BSD detection to avoid it.
2006-05-28 14:11:24 +00:00
joerg
459ca519a0 No O_SYNC on DragonFly and FreeBSD. 2006-05-28 13:17:45 +00:00
rh
4b2d28c8af Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
agc
f604a61fa6 Update devel/netbsd-iscsi to 20060527:
+ portability fix
+ make the maximum number of sessions handled by the target dynamic, and
  default to 16, not 4
2006-05-27 21:32:30 +00:00
joerg
62bd0b4078 Include py-gobject-shared. 2006-05-26 19:40:54 +00:00
joerg
6d2cfd963c Actually create two packages from devel/elib and devel/emacs20-elib.
Bump both revisions.
2006-05-26 19:33:36 +00:00
agc
1798094808 Upgrade to version 20060526 of netbsd-iscsi.
Changes since previous version:

+ include "compat.h" for a definition of the uuid_t structure - fixes
the build on Solaris (thanks to John Weekley for testing the fix).
This should also fix a problem in the bulk build.

+ rewrite the report_luns() function to something which is much easier
to read, and following Dan Carosone's and Matt Green's suggestions.

+ abstract the htobe64() function if it is available

+ tested only with little-endian initiators so far

+ bump version to 20060526
2006-05-26 16:41:09 +00:00
joerg
5eed2d6e5f Fix path names to USB devices on DragonFly. Bump revision.
Based on patch from Joe Talbott.
2006-05-26 10:06:13 +00:00
wiz
6050cfdadb USE_LANGUAGES=c c++ 2006-05-25 17:36:50 +00:00
joerg
6080524f29 Fix insecure temporary file generation. Based on Debian patchset,
but handles more cases. Bump revision.
2006-05-23 16:07:04 +00:00
joerg
da1ce1e2cd *blush* Fix typo in variable name. 2006-05-23 14:50:20 +00:00
joerg
84beccc387 Use install framework for info page. Bump revision. Fixes PR 33537. 2006-05-23 13:00:50 +00:00
rillig
99565af646 Added missing closing brace. Bumped PKGREVISION. 2006-05-23 11:09:04 +00:00
adam
c0976c2e57 Changes 0.5.14:
* Bug fixes
* MPEG2 support
2006-05-23 10:52:22 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
drochner
de7be9e0b1 it is much easier, we don't need PYTHON_VERSION_REQD 2006-05-22 17:02:48 +00:00
wiz
61a8a89d7c USE_LANGUAGES=c c++ 2006-05-22 16:51:42 +00:00
tron
23b45ee72e Another attempt to properly recognized the currently installed
Python version.
2006-05-22 14:56:53 +00:00
tron
7dd16fe467 Use existing Python version instead of forcing people to use the
outdated Python 2.3.
2006-05-22 14:38:16 +00:00
adam
927d613f43 Changes 2.10.3:
* gmmproc: Corrections to code generation, to prevent some methods from being empty.
  This was a regression introduced by the addition of the --enable-api-* options.
2006-05-22 11:03:59 +00:00
joerg
e7d642919c Split off the header and pc file into a separate package, shared
by the various Python version dependent packages. Bump revision.
Force new API version to avoid problems.
2006-05-21 18:44:46 +00:00
joerg
0306c4867c Import py-gobject-shared, which contains Python version independent
files to avoid conflicts within py{23,24}-gobject.
2006-05-21 18:40:20 +00:00
rillig
9bf2ad4d8e Fixed pkglint warnings. 2006-05-21 16:34:19 +00:00
joerg
30bc0967cd Uses C++. 2006-05-21 13:59:04 +00:00
joerg
b8c586221d Spell OPSYS as NetBSD as it is supposed to be. 2006-05-21 13:53:05 +00:00
agc
0c73ae8313 Update the NetBSD iSCSI target to version 20060520:
Adjust the data VPD returns, to work around a problem in the Cisco
initiator (used on Solaris 10 Update 1) - the initiator demands that a
UUID is returned, so give it one.

Add autoconf glue for that, and a compat uuid_create(3) and
uuid_to_string(3).

This still spews a lot of output via the target's syslog, but persevere,
since it does actually make the target work with the Solaris initiator:

        solaris10# format
        Searching for disks...done


        AVAILABLE DISK SELECTIONS:
               0. c1d0 <DEFAULT cyl 29728 alt 2 hd 64 sec 63>
                  /pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0
               1. c2t5d0 <DEFAULT cyl 96 alt 2 hd 64 sec 32>
                  /iscsi/disk@0000iqn.1994-04.org.netbsd.iscsi-target%3Atarget00001,0
        Specify disk (enter its number): ^D
        solaris10# df -k /mnt
        Filesystem            kbytes    used   avail capacity  Mounted on
        /dev/dsk/c2t5d0s0      91407    1041   81226     2%    /mnt
        solaris10# uname -a
        SunOS solaris10 5.10 Generic_118844-26 i86pc i386 i86pc
        solaris10#
2006-05-21 09:51:00 +00:00
rillig
e717f552f2 Fixed a documentation bug. It's AC_INCLUDES_DEFAULT, not
AC_DEFAULT_INCLUDES. Bumped PKGREVISION.
2006-05-21 09:43:07 +00:00