Commit graph

8950 commits

Author SHA1 Message Date
jmmv
ca0ef7b853 Disable wide streambuf support under NetBSD-current with gcc4 because it
breaks the build.

OK'ed by wiz@.
2006-07-01 19:38:00 +00:00
jmmv
7b0118cb1f Revert previous because it changed the libraries libSDL was linked to.
Instead, try to dlopen the libraries straight from the directories they
are in.

Bump PKGREVISION to 2.

Requested and reviewed by wiz@.
2006-07-01 19:08:36 +00:00
jmmv
5666de347d Disable dlopen for libraries and instead link the SDL library to them
directly.  This didn't work because dlopen uses the rpath of the foremost
binary (not libSDL's one); therefore, some libraries could not be found.

For example, qemu was not working at all because it only has PREFIX in
its rpath, not X11PREFIX, and so libSDL could not load libX11 resulting
in a very strange error message.

There seem to be other problems such as the aalib video output crashing
or the wscons output not working, but these aren't very important (maybe
the problems have already gone away with this fix, I don't know).  Anyway,
I think the former is fixed in 1.2.11.

Bump PKGREVISION to 1.
2006-07-01 18:18:17 +00:00
wiz
2370fcedf2 Add patch for gcc-4.1, provided by mrg@. 2006-07-01 09:59:49 +00:00
rillig
aaf8c7692a Fixed the gcc4 warning reported in PR 33883 and another similar one. One
of them was a real bug (missing initialization of a structure; luckily
not introduced by me), the other was a false positive.
2006-07-01 09:12:52 +00:00
joerg
65bf866c57 Convert dependencies to use -[0-9]* style instead of just -*.
Bump revisions.
2006-06-30 09:56:38 +00:00
joerg
6b14df7b40 Use USE_TOOLS=unzip. 2006-06-30 07:11:00 +00:00
joerg
d0314f0e8a Needs msgfmt. 2006-06-29 12:14:43 +00:00
rillig
ef9e4bb65a Now really bump PKGREVISION, which I had forgotten in the last patch. 2006-06-29 10:59:23 +00:00
rillig
853ac09b84 Fixed gcc warnings that have been reported in PR 33859. While here, also
fixed the pkglint warning regarding INFO_FILES. Bumped PKGREVISION.
2006-06-29 10:58:26 +00:00
minskim
40918695c9 Make this build with gcc4. 2006-06-27 16:10:05 +00:00
minskim
149fc1f71d USE_TOOLS+=lex 2006-06-27 16:04:29 +00:00
minskim
9ff01ee54a Do not declare (conflicting) sys_errlist on Linux; it is already in
sys_errlist.h.
2006-06-27 15:36:04 +00:00
minskim
27adab1e2f Make this build with gcc4. 2006-06-27 15:25:59 +00:00
wiz
19ef599f7a Fix build with gcc4. Addresses PR 33766.
Clean up a pkglint warning while here.
2006-06-26 17:11:39 +00:00
wiz
31e0f23689 Better fix for gcc4 build problem, suggested by martin@. 2006-06-25 15:25:35 +00:00
wiz
96742caa62 Add patch to fix compilation on NetBSD-current. 2006-06-25 14:53:00 +00:00
wiz
daa517d723 regen 2006-06-25 14:52:44 +00:00
jlam
98459c21c9 PERL, not perl_path, is the correct variable name to pass the perl
path to the configure script.
2006-06-24 06:12:43 +00:00
salo
9141170306 Update to version 0.38
Changes:

- Security fix for extract_chmLib.  Pathnames containing a ".." element
  will not be extracted.  There doesn't seem to be a legitimate reason
  to use ".." as a path element in a chm file.

  http://secunia.com/advisories/20734/

- Fix for reading some chm files.  Running over a large directory of chm
  files, about 1% of them turned out to be unreadable.  This resulted
  from an incomplete understanding of one of the header fields
  (index_root).  Apparently, this can take negative values other than -1.
2006-06-23 12:56:26 +00:00
rillig
9d0e192d84 Fixed the path to the documentation files in the chown command in
post-install. Thanks to joerg, who noticed the bug.
2006-06-22 21:23:28 +00:00
joerg
c0157dc913 Needs intltool. 2006-06-22 10:10:40 +00:00
joerg
f00a67813c Needs msgfmt. 2006-06-22 10:04:25 +00:00
joerg
fe0e7d0922 Needs pkg-config. 2006-06-21 23:29:58 +00:00
joerg
49067266b9 Also use the NetBSD Makefile for DragonFly. 2006-06-21 21:53:30 +00:00
joerg
0287aedd00 Force compilation of sitecustomize.py 2006-06-21 17:16:34 +00:00
joerg
91068d0b3a Needs msgfmt. 2006-06-21 14:23:10 +00:00
joerg
92e60353d2 Needs pkg-config. 2006-06-21 13:21:25 +00:00
abs
be33eaa147 Update devel/cpuflags to 1.01:
match 7447A as 7450 - from Radek Kujawa
2006-06-21 11:15:14 +00:00
minskim
2ff2fe4057 USE_TOOLS+=lex 2006-06-20 22:10:45 +00:00
minskim
5597d7e2c8 USE_TOOLS+=yacc 2006-06-20 22:07:38 +00:00
jmmv
e5a1d718eb Update to 0.27: depend on monotone-0.27. OK'ed by wiz@ during the freeze. 2006-06-18 12:53:23 +00:00
jmmv
f6d77e48a4 Update to 0.27. OK'ed by wiz@ during the freeze.
0.27 release.  Minor bug fixes and enhancements, plus ssh
        support.

        Major new features:

        - Monotone can now push/pull/synchronize over arbitrary
          bidirectional streams, not just raw TCP.
          - File-to-file synchronization is enabled out of the box,
            e.g.:
              $ mtn -d db1.mtn sync file:/path/to/db2.mtn
          - SSH synchronization is enabled out of the box, e.g.:
              $ mtn -d local.mtn sync ssh://njs@venge.net/home/njs/remote.mtn
            Note that this requires mtn be installed on the remote
            computer, and locks the remote database while running; it
            is not ideal for groups accessing a shared database.
          - New protocols can be defined with Lua hooks -- for
            example, someone could in principle make "$ mtn sync
            xmpp://njs@jabber.org" do something interesting.
          - See section "Other Transports" under "Advanced Uses" in the
            for more details.

        Minor new features:

        - Selectors now support escaping, e.g., b:foo\/bar can be used
          to refer to a branch with name "foo/bar" (normally / is a
          metacharacter that separates multiple selectors).
        - Visual C++ can now build monotone on Windows.  (Mostly
          important because it allows better Windows debugging.)
        - --quiet now turns tickers off, and does not turn warnings
          off.  New option --reallyquiet disables warnings as well.
        - New command 'automate common_ancestors'.
        - 'ls branches' now takes a pattern, e.g.:
            $ mtn ls branches "*contrib*"

        Speed improvements:

        - Bug in select() loop fixed, server should no longer pause in
          processing other clients while busy with one, but multiplex
          fairly.
        - The database has a new write buffer which gives significant
          speed improvements in initial pulls by cancelling redundant
          database writes.
        - There's been a fair bit of performance tuning all around.

        Bug fixes:

        - Merge tools that exit in failure are now detected.
        - Better reporting of operating system errors on Win32.
        - Passphrases stored in ~/.monotonerc are no longer written to
          the log file.  (Passphrases entered at the terminal were
          never written to the log file.)
        - Fix sql injection bugs in selectors, making it safe to
          expose slectors in web interfaces etc.
        - Files marked with the mtn:execute attr now respect umask.
        - 'automate' commands on Win32 now disable newline translation
          on their output; this is especially important for 'automate
          stdio'.
        - 'db check' now calls the sqlite "PRAGMA integrity_check", to
          validate the integrity of things like sqlite indices.
        - 'mtn annotate nonexistent-file' now gives a proper error
          message, instead of an assertion error.
        - 'mtn revert --missing' now works correctly when run in a
          subdirectory.
        - 'automate inventory' no longer fails when _MTN/work contains
          patch stanzas.

        Other:

        - Many, many internal code cleanups
          - Including changes to somewhat reduce the size of the
            binary
        - New tutorial on using packets added to the manual
        - Updated translations, improved error messages, etc.

        Reliability considerations:

        - In the two months since 0.26 was released, zero serious bugs
          have been reported in the new code.
2006-06-18 12:52:33 +00:00
rillig
b2862e3d13 Fixed paths to the Perl interpreter. Bumped PKGREVISION. 2006-06-18 12:15:48 +00:00
rillig
ba1cc44e5f Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to support unprivileged bulk
builds. Bumped PKGREVISION. Since this package is a dependency of only
two packages, this is just under the limit for pkgsrc freeze.
2006-06-18 12:10:30 +00:00
rillig
f08b45836b Exclude all files in share/examples/swig/ from CHECK_INTERPRETER. This
is necessary to avoid a run-time dependency on Perl.
2006-06-18 10:45:06 +00:00
rillig
9d8ac8642f Fixed pkglint warnings regarding the SUBST block. 2006-06-18 00:56:11 +00:00
rillig
e0b68b4574 Fixed pkglint warnings. 2006-06-17 21:42:31 +00:00
rillig
02d63b31fd Updated tla to 1.3.4.
I couldn't find any useful ChangeLog file, but bin/awiki has been removed.
2006-06-17 21:41:07 +00:00
rillig
d83456cfe9 Fixed some pkglint warnings. 2006-06-17 21:36:01 +00:00
rillig
5eef2394ba Fixed pkglint warnings. Removed unnecessary inclusion of bsd.prefs.mk. 2006-06-17 21:05:00 +00:00
rillig
176662e302 Moved the HTML documentation into share/doc/sgi-stl/html. Bumped
PKGREVISION.
2006-06-17 21:03:34 +00:00
rillig
54610de116 Fixed pkglint warnings. 2006-06-17 21:01:29 +00:00
rillig
4082ef02a3 Updated patchutils to 0.2.31.
Changes:
- Several small bug fixes.
2006-06-17 20:57:55 +00:00
rillig
d6cd35a8b5 Fixed pkglint warnings. 2006-06-17 20:53:09 +00:00
rillig
2f412f85a4 Fixed some pkglint warnings. 2006-06-17 20:44:03 +00:00
rillig
ebcd9bb253 Moved HTML documentation into share/doc/nspr/html. Bumped PKGREVISION. 2006-06-17 20:41:17 +00:00
rillig
64ae1636d8 Moved HTML documentation into share/doc/libnet/html. Bumped PKGREVISION. 2006-06-17 20:39:36 +00:00
rillig
5d49284c1d Moved the HTML documentation from share/doc/html to share/doc/hdf5/html.
Bumped PKGREVISION.
2006-06-17 20:36:26 +00:00
rillig
0aad5c7928 Updated semantic to 1.4.4.
Changes since 1.4.2:
- Lots of bug fixes and improvements, especially for C++ templates.
2006-06-17 19:27:04 +00:00
rillig
5ea83c7641 Fixed pkglint warnings. 2006-06-17 19:07:10 +00:00
rillig
171f062606 Fixed pkglint warning. 2006-06-17 19:05:33 +00:00
rillig
23ed7943f2 Fixed most pkglint warnings. 2006-06-17 19:03:05 +00:00
rillig
b9697d89cb Fixed some pkglint warnings. 2006-06-17 17:51:18 +00:00
rillig
d24e0278b2 Updated tmake to 1.13.
No documented changes.
2006-06-17 17:45:41 +00:00
rillig
1cd027f742 Fixed pkglint warning. 2006-06-17 17:37:21 +00:00
rillig
b7d743b174 Fixed pkglint warnings. 2006-06-17 17:31:08 +00:00
rillig
d98425b15c Fixed installation of configuration file. Bumped PKGREVISION. 2006-06-17 17:29:12 +00:00
rillig
c71b7cd430 Fixed some pkglint warnings. 2006-06-17 17:17:00 +00:00
rillig
59aa9a0405 Fixed a pkglint warning. 2006-06-17 16:53:30 +00:00
rillig
925e4b7eca Fixed pkglint warnings. 2006-06-17 16:52:27 +00:00
rillig
ec81a06f51 Fixed some pkglint warnings. 2006-06-17 16:50:27 +00:00
rillig
4b10c3ce87 Fixed wrong Perl interpreters. Bumped PKGREVISION. 2006-06-16 11:32:45 +00:00
jlam
e811379bc2 Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.
2006-06-15 22:13:58 +00:00
joerg
569b6b497a Needs msgfmt. 2006-06-15 16:54:56 +00:00
adam
5375f65723 Make aalib an option, enabled by default 2006-06-15 09:45:05 +00:00
adam
5977256731 Changes 1.4.7:
* The stylesheet has changed, so if you use your own, you will need to update
  it or the output will look ugly.
* Added support for universal binaries on MacOSX (only the non-GUI part).
* Added CALLER_GRAPH config option and \callergraph command to add a caller
  (or called-by) graph to a function or all functions.
* Added REFERENCES_LINK_SOURCE config option which allows to selected if
  reference relations should point to the source or to the documentation.
2006-06-14 10:24:53 +00:00
adam
24279c795e Changes 2.10.4:
* Convert functions: Do not try to throw null exceptions when using
  --enable-api-exceptions=no.
2006-06-14 07:53:36 +00:00
joerg
5710196f30 NetBSD lacks shm_open, so conditionally comment the shmfile entries. 2006-06-13 19:23:24 +00:00
darcy
7d0974695e Remove files not installed 2006-06-13 17:36:17 +00:00
tron
d10337706c We don't need to include buildlink3 files for "arts" and "esound" because
they are properly dlopen()ed. Pointed out by Thomas Klausner.
2006-06-13 15:28:02 +00:00
tron
6798c73ffe Include buildlink3 files for "arts", "esound" and "nas" if support for
these package has been compiled into the "SDL" package. Based on a
patch provided by Thomas Klausner in private e-mail.
2006-06-13 15:02:58 +00:00
markd
593c8b154c Update to 2.0.4
* Fixed encoding of the Czech translation thanks to Jakub Galgonek.
* Added support for QString in Qt4's debug libraries.
* Fixed that the debugger window really comes to the foreground and
  receives the focus when the debuggee stops at a breakpoint, when this
  option is on
2006-06-13 12:11:44 +00:00
abs
6915d66727 update devel/cpuflags to 1.00
- avoid 'Unclosed substitution for DISTNAME (/ missing)' warning caused by
  optimize_gcc.mk, fix from Auster Vl
2006-06-13 09:56:00 +00:00
joerg
a301385b35 Needs msgfmt. 2006-06-12 20:43:20 +00:00
joerg
ede32b1cbf Sync DragonFly support with reality. 2006-06-12 16:30:33 +00:00
wiz
ad782541d0 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:28:05 +00:00
wiz
18719aa3ab Update to 2.0.8:
2.0.8:
Stepan Roh - 2005-10-02 09:46
 * Fixed line spacing by using font ascender and descender
Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006
 * Added gcc-fat.sh for generating Universal binaries on Mac OS X
 * Updated libtool support to version 1.5.22

Add build fix patch for freetype2-2.2.1.

Bump BUILDLINK_ABI_DEPENDS for SDL shlib changes.
2006-06-12 16:24:44 +00:00
wiz
686a10d72a Bump PKGREVISION and BUILDLINK_ABI_DEPENDS for SDL shlib changes.
Fix HOMEPAGE and MASTER_SITES while here.
2006-06-12 16:23:32 +00:00
wiz
5931798a35 Update to 1.2.10.
Package changes:
Merge SDL-arts, SDL-esound, and SDL-nas packages back as options,
all defaulting to on (add "-arts -esound -nas" to PKG_OPTIONS.SDL
to get the previous behaviour of this package). Reason: trying to
get and stay in sync with upstream, who decided not to take back
the relevant changes. Ok jmmv@

Also follow upstream w.r.t. library version numbers; bump
BUILDLINK_API_DEPENDS for that (no real reason to diverge here).

Most patches have been integrated upstream.

Changes in 1.2.10:

1.2.10:
	If SDL_OpenAudio() is passed zero for the desired format
	fields, the following environment variables will be used
	to fill them in:
		SDL_AUDIO_FREQUENCY
		SDL_AUDIO_FORMAT
		SDL_AUDIO_CHANNELS
		SDL_AUDIO_SAMPLES
	If an environment variable is not specified, it will be set
	to a reasonable default value.

	Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment
	variable, currently supported on X11 Xinerama configurations.

	Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications.

	Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.

	Added current_w and current_h to the SDL_VideoInfo structure,
	which is set to the desktop resolution during video intialization,
	and then set to the current resolution when a video mode is set.

	SDL_SetVideoMode() now accepts 0 for width or height and will use
	the current video mode (or the desktop mode if no mode has been set.)

	Added SDL_GetKeyRepeat()

	Added SDL_config.h, with defaults for various build environments.
2006-06-12 16:20:44 +00:00
joerg
1fd7175237 Rename to match directory name and Python version convension.
Drop revision and add conflict on old name. Accept Python 2.2+.
2006-06-11 23:43:34 +00:00
joerg
84d71723cd Needs msgfmt. 2006-06-11 22:45:33 +00:00
joerg
fd0e4a1cc3 Needs msgfmt. 2006-06-11 14:46:56 +00:00
wiz
2dcc682e98 Update to 1.0.12:
changes from 1.0.11 to 1.0.12
-----------------------------

* fixes in cvsd-buildroot to not abort on failure of some commands
2006-06-11 14:37:25 +00:00
wiz
6e04e5815b Update to 2.3:
Changes in version 2.3, 2006-06-05:

* GLR grammars should now use `YYRECOVERING ()' instead of `YYRECOVERING',
  for compatibility with LALR(1) grammars.

* It is now documented that any definition of YYSTYPE or YYLTYPE should
  be to a type name that does not contain parentheses or brackets.
2006-06-11 13:59:56 +00:00
joerg
e9ca1fe3e4 Needs msgfmt. 2006-06-11 13:57:54 +00:00
joerg
9e98822704 Needs pkg-config. 2006-06-11 13:07:09 +00:00
dbj
81f62659e5 move Makefile .SUFFIXES statement before pattern rules which use it
this fixes compile problems on darwin.
This could have been alternately fixed by setting USE_TOOLS+=gmake instead
2006-06-09 22:30:57 +00:00
minskim
463e8002f9 USE_TOOLS+=yacc 2006-06-09 16:13:47 +00:00
minskim
fd66a6a7f6 USE_TOOLS+=lex 2006-06-09 16:01:23 +00:00
minskim
2369804085 USE_TOOLS+=yacc 2006-06-09 15:59:36 +00:00
minskim
c99563e460 USE_TOOLS+=flex 2006-06-09 15:58:39 +00:00
minskim
5a577d09f1 USE_TOOLS+=lex yacc 2006-06-09 15:50:03 +00:00
rillig
0e7593e467 Fixed pkglint warnings. 2006-06-09 07:04:48 +00:00
tron
43938949b9 Use fix for "glib" package from PR pkg/21909 on all platforms. This will
fix problems with this package under Mac OS X (and eventually DragonFly).
Fix various problems reported by "pkglint". Bump package revision because
of these changes.

This fixes PR pkg/33664 by Darrin B.Jewell.
2006-06-08 21:13:38 +00:00
rillig
ae4eaf6ed5 Updated tet3 to 3.7.
I don't know what changed since the doc/ directory in the tarball is
empty and there is neither a README nor a NEWS file.
2006-06-08 16:57:59 +00:00
minskim
7fc5e51865 Make this package build with gcc-4. 2006-06-08 16:12:48 +00:00
minskim
d0ff56250a USE_TOOLS+=lex 2006-06-08 15:56:43 +00:00
minskim
d7f97df94c USE_TOOLS+=lex. 2006-06-08 15:52:49 +00:00
minskim
c2159bda5d Fix a check-interpreter error. Bump PKGREVISION. 2006-06-08 15:35:43 +00:00
minskim
f387b03ef2 USE_TOOLS+=lex 2006-06-08 15:31:24 +00:00
minskim
6c65aa34e4 USE_TOOLS+=lex 2006-06-08 15:26:43 +00:00
joerg
acb064a9b9 Needs msgfmt. 2006-06-08 09:47:58 +00:00
minskim
52895138d3 Honor PKGDIRMODE. 2006-06-07 15:44:52 +00:00
abs
425c605657 Add:
- devel/p5-IO-Prompt
- devel/p5-List-MoreUtils
- devel/p5-Perl6-Export
- devel/p5-Perl6-Slurp
- devel/p5-version
- graphics/p5-RRDTool-OO
- time/p5-DateTime-Format-Builder
- time/p5-DateTime-Format-ISO8601
- time/p5-DateTime-Format-Strptime
- www/p5-FCGI-ProcManager
2006-06-07 12:03:13 +00:00
abs
be20205d86 Added devel/p5-IO-Prompt-0.99.4
By default, this module exports a single function: prompt().  It
prompts the user to enter some input, and returns an object that
represents the user input.

You may specify various flags to the function to affect its behaviour;
most notably, it defaults to automatically chomp the input, unless
the -line flag is specified.
2006-06-07 12:00:59 +00:00
abs
39c79d11aa Added devel/p5-List-MoreUtils-0.19
Provide the missing functionality from List::Util (see "SUGGESTED
ADDITIONS" in its manpage).
2006-06-07 11:58:58 +00:00
abs
55913ddbfa Added devel/p5-Perl6-Slurp-0.03
slurp takes:

    * a filename,
    * a filehandle,
    * a typeglob reference,
    * an IO::File object, or
    * a scalar reference,

converts it to an input stream if necessary, and reads in the entire
stream. If slurp fails to set up or read the stream, it throws an
exception.
2006-06-07 11:57:54 +00:00
abs
ea27e1d897 Added devel/p5-Perl6-Export-0.07
This module prototypes the Perl 6 'exported' and 'exportable' traits
in Perl 5.

Instead of messing around with @EXPORT arrays, you just declare which subs
are to be exported (or are exportable on request) as part of those subs.

For example:

	sub foo is exported {		# by default
		...
	}

	sub bar is exportable {		# on request
		...
	}
2006-06-07 11:56:15 +00:00
abs
5124ff8add Added devel/p5-version-0.63
Provides the same version objects as included in Perl v5.9.x (and
hopefully in the 5.10.0 release).  In fact, if you attempt to use
this module with a version of Perl >= v5.9.0, this module will not
do anything, since the code already exists in the Perl core.  Note
that the CPAN release cannot be installed with the interim 5.9.0,
5.9.1, and 5.9.2 releases (since it duplicates code in the core).
If you are testing bleadperl, you will need to check out the latest
release of 5.9.x to get the changes included in 0.50.
2006-06-07 11:54:35 +00:00
joerg
6f35893ca2 Uses C++. 2006-06-06 21:38:34 +00:00
rillig
2ffd2a437d Fixed pkglint warnings. 2006-06-06 17:33:28 +00:00
joerg
25020695c0 Uses C++. 2006-06-06 14:56:20 +00:00
joerg
0745c28244 Uses C++. 2006-06-06 14:11:46 +00:00
seb
ae4f7424df Add & enable p5-Module-Install-Substitute 2006-06-06 10:24:24 +00:00
seb
00c92c876a Initial import of p5-Module-Install-Substitute version 0.02 into the NetBSD
Packages Collection.

This Perl 5 module is an extension for the Module::Install system
that allow you to substitute values into files before install, for
example paths to libs or binary executables.
2006-06-06 10:22:43 +00:00
seb
c428bf631a Add & enable p5-Test-File-Contents 2006-06-06 09:57:08 +00:00
seb
bfc05f25ea Initial import of p5-Test-File-Contents version 0.03 into the NetBSD Packages
Collection.

This Perl 5 module prodives test routines for examining the contents
of files.
2006-06-06 09:52:25 +00:00
minskim
75b315d900 Honor BIN{OWN,GRP,MODE}. 2006-06-06 00:15:28 +00:00
joerg
a3afa641a8 Uses C++. Keep C for the sake of autoconf. 2006-06-04 21:49:54 +00:00
joerg
177711e1e2 Actually, Python 2.1 doesn't work either, so depend on 2.2+ 2006-06-04 20:48:39 +00:00
joerg
76b2ea2eb5 Fix typo in version name. 2006-06-04 20:06:37 +00:00
joerg
5fe074f21e Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:52 +00:00
joerg
276acfc005 Needs Python 2.2+ 2006-06-04 11:47:11 +00:00
joerg
8fe149468a Uses Fortran. 2006-06-04 10:41:56 +00:00
seb
10353c0828 Install sbin/rt-dump-database script.
Apply fix from
http://svn.bestpractical.com/cgi-bin/index.cgi/bps/revision?rev=5218
<< * get rid of "masks earlier declaration" warnings >>

Bump PKGREVISION to 1.

Approved by MAINTAINER.
2006-06-03 10:40:34 +00:00
joerg
1bfc24a189 Needs Python 2.1+. 2006-06-03 01:28:45 +00:00
joerg
6e51c01f47 Fix build on DragonFly and with GCC 3.4+. 2006-06-03 01:13:40 +00:00
joerg
096b86e54c Use PTHREAD_* from pkgsrc, not the hardcoded values in the package. 2006-06-03 00:46:43 +00:00
joerg
26492d6255 Use PYTHON_VERSIONS_ACCEPTED instead of _INCOMPATIBLE. 2006-06-03 00:13:54 +00:00
joerg
1379d7e617 No need to mark 1.5 as incompatible, it isn't active by default anyway. 2006-06-03 00:13:07 +00:00
joerg
c2990fa0ab Use PYTHON_VERSIONS_ACCEPTED instead of the negative version. 2006-06-02 23:35:10 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg
9b46560a82 Uses C++. 2006-06-02 18:15:05 +00:00
joerg
c83aa2b252 Does built before Python 2.2. 2006-06-02 17:29:30 +00:00
joerg
c2e9b01e81 Needs Python 2.2 or later. 2006-06-02 17:10:36 +00:00
joerg
80ba3702fb Use C++ and INSTALLATION_DIRS. 2006-06-02 15:34:12 +00:00
joerg
eae74aefba Uses C++. 2006-06-02 14:14:31 +00:00
joerg
19d86bb876 Uses C++. 2006-06-02 13:48:11 +00:00
joerg
bf8a46b0f1 Disallow build with PKGSRC_LOCKTYPE=sleep, it can't install. 2006-06-02 13:20:56 +00:00
tron
0e42d0963f Set "USE_NCURSES" here because program using "libcdk" will otherwise
fail to link properly.
2006-06-02 08:39:00 +00:00
joerg
f4e81751bc Uses C++. 2006-06-01 22:42:48 +00:00
joerg
8c1aa693dc Uses C++. 2006-06-01 22:22:23 +00:00
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