summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2007-05-17Omit gnuradio-radio-astronomy because it has a RESTRICTED dependency,gdt1-2/+4
so that binary packages of the gnuradio metapackage can be distributed. Discussed with upstream maintainer and wulf@.
2007-04-27Remove xfce4-radio-plugin (keep it still in pkgsrc-wip).martti1-2/+1
2007-04-27New Xfce plugins. PKGREVISION++martti1-2/+11
2007-04-19Depend on latest file-roller and gnome2-utils, bump PKGREVISION.wiz1-3/+4
2007-04-19Add support for using suse100 with NetBSD/amd64 and COMPAT_LINUX32.xtraeme1-1/+2
Support is added via the options framework, to use 32-bit packages must be used "PKG_OPTIONS.suse=compat32", otherwise it will use the 64-bit packages by default. Known packages working are opera (does not require any change in Makefile) and rar-bin. Tested by some, closes PR pkg/35477 by Michai Chelaru (which provided a patch more or less than this one).
2007-04-17Fix DEPENDS line for py-gnome2-desktop, noted by joerg.wiz1-2/+2
2007-04-17Use ONLY_FOR_PLATFORM instead of NOT_FOR_PLATFORM.martti1-2/+2
2007-04-17No xfce4-diskperf-plugin for DragonFly (requested by Joerg Sonnenberger).martti1-1/+3
2007-04-17fix dependency on gtkhtml for the 38->314 change, from Blair Sadewitzdrochner1-2/+2
per mail to pkgsrc-users
2007-04-17Removed xfce4-artwork, xfce4-minicmd-plugin, fce4-showdesktop-plugin,martti1-10/+1
xfce4-taskbar-plugin and xfce4-windowlist-plugin as these don't work with Xfce 4.4.x.
2007-04-15Comment out gnome2-system-monitor for now, pkgsrc version is too old.wiz1-2/+2
It needs a newer libgtop2 than we currently have.
2007-04-15Update to 2.18.1. Some entries are still commented out (like before).wiz1-45/+46
2007-04-15Update to 2.18.1.wiz1-43/+42
2007-04-13Depend on intltool for all of XFCE4.joerg1-2/+2
2007-04-12Updated to Xfce 4.4.1martti6-33/+43
See http://www.xfce.org/documentation/changelogs/4.4.1 for details.
2007-04-11Bump PKGREVISION for gtkhtml38 shlib name change.wiz2-2/+4
2007-04-09Bump to 1.1: depend on xf86-video-tdfx.xtraeme1-2/+3
2007-04-04Raise the build dependency on doxygen to the latest version.joerg1-2/+2
2007-03-24Annotate the first two modular Xorg meta packages.joerg1-1/+3
2007-03-24Add a meta package for the modular Xorg input and video drivers.joerg3-0/+60
2007-03-24Add a meta package for modular Xorg fonts. This includes Vera forjoerg3-0/+50
historic reasons.
2007-03-21Add "suse_vmware" package to dependency list.tron1-1/+2
Problem pointed out by Lubomir Sedlacik in private e-mail.
2007-03-19give away to pkgsrc-userstv1-2/+2
2007-02-28On NetBSD don't try to use PIE linking. Its not supported on NetBSDmarkd1-1/+5
and breaks things for macppc. Problem noted by Michael Lorenz.
2007-02-22pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.wiz1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz2-18/+18
Patch provided by Sergey Svishchev in private mail.
2007-02-01I think all packages are fixed, so remove the default x11.b3.mk include.joerg1-2/+1
2007-01-29Update ruby-gnome2* to 0.16.0.minskim3-18/+18
Changes: * Fixed serious bugs (depends on GC) * Support GTK+-2.10 and the latest version of each libraries. * Don't include Ruby/GStreamer and Ruby/Libgda. We cancel to support Ruby/GStreamer and Ruby/Libgda. * Cancel to support ruby-1.6.x and GTK+-2.4 or earlier.
2007-01-26Update KDE to 3.5.6markd3-22/+23
pkgsrc changes: move icon tree to ${PREFIX}/share/icons to conform to XDG.
2007-01-23Xfce 4.2.4 releasedmartti4-11/+11
A new bug fix release of Xfce 4.2 is available. This release is supposed to be the last release for the 4.2 branch. It includes several fixes ported from the current developpment branch. This release should not be confused with the upcoming Xfce 4.4 release [1], it's a bug fix release of the previous stable branch. [1] Xfce 4.4.0 is already in pkgsrc-wip.
2006-12-24xearth -> xplanetjnemeth1-3/+3
2006-11-13Updated gnuradio to version 3.0.2:wulf3-16/+30
There are too many new features and bugfixes since the last release of GNU Radio version 2.8. Please consult http://gnuradio.org/trac for details. The following modules were added to this meta-pkgs/gnuradio: * gnuradio-audio-jack * gnuradio-audio-portaudio * gnuradio-core-docs * gnuradio-radio-astronomy * gnuradio-trellis * gnuradio-video-sdl * usrp-docs
2006-11-10Use find -print | xargs rather than find -exec.tv1-2/+2
2006-11-06Update lang/php5 to 5.2.0.jdolecek1-53/+56
Changes since 5.1.6: The key features of PHP 5.2.0 include: * New memory manager for the Zend Engine with improved performance and a more accurate memory usage tracking. * Input filtering extension was added and enabled by default. * JSON extension was added and enabled by default. * ZIP extension for creating and editing zip files was introduced. * Hooks for tracking file upload progress were introduced. * Introduced E_RECOVERABLE_ERROR error mode. * Introduced DateTime and DateTimeZone objects with methods to manipulate date/time information. * Upgraded bundled SQLite, PCRE libraries. * Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows installations. * Many performance improvements. * Over 200 bug fixes. Security Enhancements and Fixes in PHP 5.2.0: * Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep track of character set encoding whenever possible. * Added allow_url_include, set to Off by default to disallow use of URLs for include and require. * Disable realpath cache when open_basedir and safe_mode are being used. * Improved safe_mode enforcement for error_log() function. * Fixed a possible buffer overflow in the underlying code responsible for htmlspecialchars() and htmlentities() functions. * Added missing safe_mode and open_basedir checks for the cURL extension. * Fixed overflow is str_repeat() & wordwrap() functions on 64bit machines. * Fixed handling of long paths inside the tempnam() function. * Fixed safe_mode/open_basedir checks for session.save_path, allowing them to account for extra parameters. * Fixed ini setting overload in the ini_restore() function. For a full list of changes in PHP 5.2.0, see the ChangeLog: http://www.php.net/ChangeLog-5.php#5.2.0 Also other notable extensions changes: * filePRO extension removed (not in PECL yet, php-filepro disabled for PHP5) * JSON added (not enabled by default, packaged in php-json) * filter added (enabled by default) * wddx rewritten to native libxml2, fixing several encoding bugs
2006-11-06include php-apcjdolecek1-2/+3
2006-10-30Added SunOS configuration details. Discussed with joerg@dsainty1-2/+19
2006-10-20comment out odbc module - it kills Apache/PHP when enabled duejdolecek2-6/+8
to threaded unixodbc Adresses pkg/32395 by Arnaud LACOMBE
2006-10-14Add checkpermsadrianp1-2/+3
Bump to 1.1
2006-10-12Update to KDE 3.5.5markd2-20/+20
2006-10-12Regenerate to fix some pkglint warnings.martti1-5/+4
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-8/+8
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-09-27Remove XFree86.joerg5-306/+1
2006-09-18Fix build on DragonFly 1.6, where machine/trap.h's T_DIVIDE getsjoerg2-1/+15
pulled in and conflicts with the enum in boost.
2006-09-15Update to 2.16.0.jmmv3-86/+90
2006-08-24Workaround a GCC 3.4/4.x compiler bug that prevents -> and & being usedjmmv3-1/+39
in constant expressions; according to the GCC bug report this was fixed in 4.0.3 but still happens with NetBSD's 4.1.2: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23437 Fixes build of boost-python; found in one of the latest bulk build reports.
2006-08-06Update to 2.14.3.jmmv3-85/+84
Special thanks go to drochner@ and wiz@ who have done almost all the necessary updates since 2.14.0.
2006-08-04Add and enable pkg_developer.jmmv1-1/+2
2006-08-04Initial import of pkg_developer, version 1.0:jmmv4-0/+41
This meta package provides a collection of development utilities that are useful when working in pkgsrc packages.
2006-08-02Update to KDE 3.5.4markd2-20/+20
2006-07-26Put back gtk-doc. While not needed to build applications, it is usefuldrochner1-1/+2
for those who develop and build distributions, as jmmv told me.