Commit graph

137708 commits

Author SHA1 Message Date
joerg
d6aa963e76 Fix build with Python 2.5. 2009-02-11 22:52:42 +00:00
joerg
29e895b157 Python 2.3 doesn't work, so remove it. 2009-02-11 22:50:09 +00:00
joerg
0a3668f28c Doesn't support Python 2.3. 2009-02-11 22:47:05 +00:00
abs
b7970cd47e fix distinfo 2009-02-11 22:45:58 +00:00
adrianp
b8e0ffe69e set PKGNAME 2009-02-11 22:42:58 +00:00
adrianp
a7f2b07344 Added databases/jdbc-mysql5 version 5.0.8 2009-02-11 22:37:27 +00:00
adrianp
054b1e718c +jdbc-mysql5 2009-02-11 22:37:00 +00:00
markd
b46f7ab22c add DESTDIR support. 2009-02-11 22:35:49 +00:00
adrianp
8f5a95e8a7 MySQL provides connectivity for client applications developed in the Java
programming language via a JDBC driver, which is called MySQL Connector/J.

MySQL Connector/J is a JDBC Type 4 driver. Different versions are available
that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type
4 designation means that the driver is pure-Java implementation of the MySQL
protocol and does not rely on the MySQL client libraries.
2009-02-11 22:35:43 +00:00
markd
69e9442cea add DESTDIR support. 2009-02-11 22:09:08 +00:00
stacktic
649a6ba18e Updated filesystems/fs-utils to 20090211 2009-02-11 22:06:49 +00:00
stacktic
9cdc654c11 Updated fs-utils to 20090211
- Clean up
- Sync with HEAD
- use fork in fsu_console
2009-02-11 22:04:40 +00:00
shattered
9c4ebb4990 On Linux, gdbserver is built and installed, but is missing from PLIST.
Copy PLIST.Linux from devel/gdb.  Fixes PR 36621.

OK by wiz@.
2009-02-11 21:58:40 +00:00
markd
80a7db589e add DESTDIR support. Drop maintainership. 2009-02-11 21:52:59 +00:00
shattered
9fee833e4f Updated sysutils/xcdroast to 0.98a16 2009-02-11 21:50:24 +00:00
shattered
d229f8e4ae Update to 0.98alpha16 (plus parse_version.patch). Changes:
* merged in all patches (compile warnings fixes, locale fixes, wav detection fixes, removed pcre dependency from configure, crash fixes and version detection fixes)
* merged in several of the patches RedHat created for RPM version.
* improved current cdrtools support.
* removed extra handling for ProDVD, as this is all now integrated into the current cdrecord without any need for a key.
* updated several translations.

Fixes PR 38238.

OK by wiz@.
2009-02-11 21:48:39 +00:00
markd
7bb50df0b2 add DESTDIR support 2009-02-11 21:33:42 +00:00
markd
7622e0de38 Drop the explicit libXt dependency - comes from QT. 2009-02-11 21:27:52 +00:00
markd
fa207f34e2 add DESTDIR support. 2009-02-11 21:22:29 +00:00
joerg
88ce3dce4b Remove PKGREVISION after the update. 2009-02-11 21:21:55 +00:00
joerg
1e6d82e218 net/py-soappy updated to 0.11.6. 2009-02-11 21:21:45 +00:00
adrianp
9b47335f49 Fix detection on OpenSolaris 2009-02-11 21:20:46 +00:00
joerg
6f9a334c92 Add patches that unbreak Python 2.5 build. 2009-02-11 21:20:43 +00:00
joerg
a0a4f55e07 Update to SOApy-0.11.6:
- bug fixes
2009-02-11 21:19:34 +00:00
markd
45c870cf4a add DESTDIR support. 2009-02-11 21:11:21 +00:00
kefren
784045147a Copy settings.map and web.config to config dir. Fixes pkg/40595
Bump PKGREVISION
2009-02-11 21:03:10 +00:00
joerg
32ce7d71c4 metakit-2.4.9.7. 2009-02-11 21:02:51 +00:00
joerg
844f033253 Update to Metakit 2.4.9.7:
- better UTF8 support in file & property names
- bugfixes
- Python 2.5 support for 64bit platforms
2009-02-11 21:00:13 +00:00
joerg
8b432de625 Fix DESTDIR build. 2009-02-11 20:37:13 +00:00
joerg
e4fb84aeff Explicitly disable wxGTK support. 2009-02-11 20:35:24 +00:00
asau
5be0475a56 f2c-20090102 is the latest. 2009-02-11 19:57:01 +00:00
joerg
6314a8c9ce DESTDIR support. 2009-02-11 19:19:00 +00:00
joerg
50752c90e8 Revert unintended change. 2009-02-11 18:49:04 +00:00
drochner
6e86650787 disable some linux specific hack which tries to import "libc.so.6"
and "libmpcdec.so.3" - this is going to fail on other platforms
obviously, bump PKGREVISION
2009-02-11 18:35:19 +00:00
drochner
6bc62118eb replace my quick-and-dirty patch fixing mikmod play with the upstream
version, to ease further updates
2009-02-11 18:30:42 +00:00
minskim
24deb2d057 Remove the post-patch target, which does nothing useful. Suggested by
OBATA Akio in PR 40610.
2009-02-11 18:23:58 +00:00
drochner
711b9aaded update to 0.10.1
changes:
Added reset all config options button.
Added code for uncompressing gzip files (borrowed from from libkde)
Allowed for gzip compressed JSON files.
Fixed flip buttons bug.
Fixed min FPS feature.
Implemented screenshots inverted colors feature + associated GUI.
Re-coded grid display from scratch. It is now much faster and much more robust.
Refactored large part of the Navigator and Projector classes. Added a
 StelPainter class allowing many optimizations and simpler API.
Re-added telescope control key bindings.
Improved the doxygen developers documentation.
Added Simbad lookup to the search window.
Fixed ecliptic line rendering.
Fixed grid rendering bugs.
Added ZIP archive support with code copied from KDE SVN.
Fixed sun's magnitude bug.
Added automatic star catalog downloader to GUI. Star catalog settings are now
 defined in a config file.
Converted system-dependent star catalog memory mapping code to QFile::map().
Added log file for debugging output. Prepends system specs, such as memory
 and CPU information.
Imported KdeWin32 code for POSIX emulation on Windows.
Fixed build with Qt 4.5.
Fixed full screen problems at init.
Optimized VecXX contructors (no more default values).
Added translations for Albanian and Bosnian.
Fixed many bugs.
2009-02-11 18:05:53 +00:00
drochner
7ab0297da9 replace my quick-and-dirty setgroups/initgroups patch by the upstream
version, to ease further updates
2009-02-11 17:59:32 +00:00
drochner
4ba2de4423 don't include pyversion.mk directly - this breaks Python version
propagation if the pkg is required by another one
(use extension.mk instead)
2009-02-11 17:56:48 +00:00
drochner
340f24d28d update to 1.0.6.15
changes:
-Improved Scheme mode
-Improved appearance of Wikipedia mathematical pages
-Added plug-in for drawing Feynman diagrams
pkgsrc change: make it work with maxima-5.17
2009-02-11 17:53:40 +00:00
drochner
a597381497 update to 2.2.4
changes:
-New korean translation
-New templates
-bugfixes
2009-02-11 17:42:40 +00:00
wiz
9f86362c7c Add RCS Id. 2009-02-11 17:41:38 +00:00
joerg
f0bb01e6ae Fix build with newer Python versions. Add DESTDIR support. 2009-02-11 17:11:58 +00:00
joerg
198e3d3380 Retire the BSD installer as used by older DragonFly releases. DragonFly
itself ships the sources nowaday, so this has become redundant.
2009-02-11 16:21:03 +00:00
joerg
bb9d74ab50 Add missing \ in multiline variable assignments. Only affects AIX. 2009-02-11 15:46:28 +00:00
joerg
2fcbca4813 Use pkg_admin for audit processing if pkg_install >= 20090201 is
installed.
2009-02-11 14:34:36 +00:00
joerg
be089192f3 Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
joerg
ff6b891128 Fix Python version order. 2009-02-11 13:46:59 +00:00
drochner
9b8c61c402 old gstreamer0.8 is also affected by the qt demux security problem
recently fixed in 0.10 (known as CVE-2009-0398 now), so add
the applicable part of the upstream patch and bump PKGREVISION
(this has reached the end of its useful life anyway, it is only
used by "tunesbrowser" and as non-default option in KDE3)
2009-02-11 12:42:59 +00:00
obache
cb8f95b94b pkgsrc@ => pkgsrc-users@. 2009-02-11 11:45:24 +00:00