summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2005-06-15Add definition of example directory.hira1-1/+3
2005-06-14Do not assume swprintf is in std::, as it breaks the build under NetBSDjmmv2-1/+31
3.99.5 (at least). Closes PR pkg/30380 by wiz@.
2005-06-12KDE-3.x configure scripts use xmkmf to discover properties of thejlam1-2/+2
X11 distribution, so add USE_TOOLS+=imake. This addresses part of PR pkg/26744.
2005-06-04Move swfdec and swfdec-gtk2 from graphics to multimedia.jmmv1-2/+2
Suggested by wiz@.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam7-14/+8
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31Update to KDE 3.4.1markd3-25/+18
2005-05-23add php-pcntljdolecek2-4/+6
2005-05-23shut up pkglint.xtraeme1-2/+2
2005-05-23Removed trailing white-space.rillig1-2/+2
2005-05-23Removed trailing white-space.rillig1-4/+4
2005-05-22Replaced #defined with "yes" to make pkglint happy.rillig1-5/+5
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam4-8/+8
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-19Update the GNOME meta-pkgs to 2.10.1.jmmv3-58/+58
With thanks to drochner@ for all the updates he has done recently.
2005-05-18Remove Linux work-around for bug noted in PR #25402 from artsreed1-1/+6
and koffice build. And do in meta-pkgs/kde3/kde3.mk as suggested by maintainer, markd. It helps with builds on Linux for kdegraphics3, libkipi, gwenview, kdelibs3, kdebase3, arts, and many other KDE-based packages on Linux. (It was not needed for kile, but will be used.) Thank you, Torsten Harenberg for testing many packages such as kdenetwork, kdegames, kdepim, kdemultimedia. I still don't know what the correct fix is for PR #25402.
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz7-99/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18Updated xfce4 to 4.2.2martti1-4/+10
General: * new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja, ko, mr, pl, ro, vi, * new french documentation. gtk-xfce-engine: * fix various colors issues with ExoIconBar, prelight colors for treeview, Adobe® Acrobattm 7, progress bar, combo box, gtk scales (#848). libxfcegui4: * check ~/.local/share/pixmaps/ as a fallback (#731). xfcalendar: * fix compiling with --enable-debug=full (#843), * remove C99 variable declaration and C++ comments. xfce4-mixer: * fix a bug with ALSA. xfce4-session: * fix a crash with the MCS plugin. xfce-utils: * taskbar: Add a command option "--monitor=x" to allow specifying which monitor to use in Xinerama mode. xfdesktop: * fix translation problems with menu panel plugin, * fix bug where binding 'xfdesktop -menu' only works sporadically (#441), * fix unresolved symbol problem with menu module. xffm: * fix property dialog crahsing on FreeBSD (#945), * fix library version info not set on the properties module (#882, #249), * fix fstab parsing (#524), * fix compilation issues with ansi compiler and gcc4 (#862). xfprint: * make bsdlpr plugin compile, * change CUPS detection code, * set correct ld flags (#871), * add support for printcap aliases (#821), * fix MCS plugin. xfwm4: * fix mouse buttons being left ungrabbed when focus was transfered to an unmanaged window, * document hidden option "workspace_scroll" (#948), * various focus issues (#759, #869, #899, #905, #924, #931), * fix pixmap depth not being properly set (#895), * refresh frame when "skip taskbar" state changes (#898), * allow seemless windows to be hidden from kbd shortcuts, * code cleanup.
2005-05-16Note that tar is required by this package.jlam1-1/+2
2005-05-10depend on suse_locale, in part as a response to PR pkg/20824.jschauma1-1/+2
2005-05-09use 'php5' for CATEGORIES rather than 'php'jdolecek1-2/+2
2005-05-09use 'php4' for CATEGORIES rather than 'php'jdolecek1-2/+2
2005-05-07g/c, it's not necessary and was empty anywayjdolecek1-2/+0
2005-05-07add php5-soap, ride PKGREVISION bump done for php-eacceleratorjdolecek1-1/+2
2005-05-07add php-eacceleratorjdolecek2-4/+6
2005-05-01Remove gnumeric -- it is a gtk2 application nowadays. Ride previouswiz1-6/+1
PKGREVISION bump.
2005-05-01Remove pan -- it is a gtk2 application nowadays. Bump PKGREVISION.wiz1-3/+2
2005-04-27I really really did mean Solaris in that last commit. (Course I would domarkd1-2/+2
it just before going off net for a week)
2005-04-15Simplify comparison.hira1-3/+3
2005-04-15Add PLIST_SUBST for the DGA extension.hira1-1/+10
2005-04-14Require at least gcc 3.3 when building on Solaris.markd1-1/+5
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv14-28/+14
2005-04-07Add the missing directory to the extract list. Problem reportedhira1-2/+2
by Todd Willey in private e-mail.
2005-04-03Added defined() guards for the variables XORG_PLIST_ENTRY and XEXTRACTS torillig1-3/+3
avoid Makefile parse errors. Reviewed by kristerw.
2005-03-30Don't extract unnecessary part for build. OK'd by xtraeme@.hira1-1/+16
2005-03-30Unify PLIST. OK'd by xtraeme@.hira1-1/+8
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz2-2/+4
2005-03-26Create dummy do-build targetsmartti2-4/+6
2005-03-23Update to KDE 3.4markd2-19/+18
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-22Update the gnome, gnome-base and gnome-devel meta-packages to 2.10.0.jmmv3-81/+86
2005-03-22Added support for Darwin/MacOSXadam2-23/+47
2005-03-19Fix build on NetBSD 3.hira1-2/+3
2005-03-18Updated xfce to 4.2.1.1martti2-7/+7
General: * Don't use G_INLINE_FUNC in the source code, which fixes several weird build errors. libxfce4util: * Fix a problem with NFS mounted home directories in Solaris (#724) xfce4-session: * Fix RedHat shutdown code (#703) xfdesktop: * fix handling of quoted commands in the desktop menu (#776) * fix handling of .desktop files with no Categories list (#776) * add "edit menu" button to panel plugin prefs (#554), and ability to change the button tooltip (#764) * fix broken panel plugin behavior when trying to track the default desktop menu. there's a new option to either follow the default menu, or use a static menu file (#778) * fix bug where xfdesktop would crash if the windowlist was opened, then a window was destroyed, and then that window was selected from the list (#672) * fix "unique" attribute of system menu inclusion xffm: * ensure posix.1-1996 compatibility (#695) * fix for crash on opening fstab on solaris (#726) * avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images). This is bugzilla #751 report. Not all gtk showstopper bugs from svg can be avoided. In particular with office/mobile_phone_01.svg. This file will also crash rox * allow relative paths for icon resolution (xfce4-modules) * validate utf error messages (#737) * don't quote paths that are already quoted. * change smb-share icon to proper icon * fix borked overwrite warning dialog message * bug fixes for keyboardnavigation to close bug #795 * separate remove and paste button in toolbar to avoid confusing the remove confirmation dialog with the overwrite confirmation dialog * fix translation problems in several languages, including brazilian-portuguese * fill in some missing spanish translation strings * fix for bug #524 (crashing xffm by mounting cdrom and trying to open it in the other treeview before mount is complete) xfcalendar: * remembering of its position (bug #691 and #789) * warning box for preventing users to loose their changes (#714 and #738) * possibility to show/hide xfcalendar in taskbar, pager and systray (#719) * possibility to choose to either show or hide the calendar window when xfcalendar is launched (it remembered before the status when leaving) xfce4-panel: * Save configuration file only on exit * Fix double click on inactive item in dialog (#739) * 64bit fix * Clock applet tweak (#716, hopefully) xfprint: * remove FILE backend and add a print-to-file entry in the printing dialog * multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-06$PKG_SYSCONFDIR support from Jeremy C. Reed with minor changes from me.markd1-2/+3
2005-03-02Update to 1.3: depend on latest docbook-website and docbook-xsl.wiz1-4/+4
2005-03-01Update xorg to 6.8.2.xtraeme1-2/+3
Changes: * Render implementation fixes * Updated x86emu and resynced with upstream at Scitech * Updated SiS driver * Updated Nvidia driver (opensource version) * Render acceleration for ATI's R100 and R200-series cards * Substantial speedups in the software implementation of the render extensions when compiled with gcc 3.4 on the i386 architecture. * Infrastructure for rotation support in drivers * New Trapezoid specification for the Render extension o Respecify Render to include only 'normal' traps o Allow backward compatibility but internally covert to new format * Software mouse cursor is now based on the Damage extension * A new keyboard driver is enabled by default. The old driver is disabled unless explicitly compiled in by defining the macro |USE_DEPRECATED_KEYBOARD_DRIVER|. * All extensions (except Xserver-specific extensions "DMX" and "XpExtension")can now be enabled/disabled from the configuration file and from the command line. * Mac OS X updates: o Support dynamic screen configuration changes in rootless mode o Added option to always use Mac command key equivalents o Interpret scroll wheel mouse events correctly when shift is held down o Added trivial Xinput support o Fixed launch of X clients from Finder with a space in their path o Fixed some GLX rendering problems on Mac OS X 10.2 and earlier * Updated xterm version
2005-02-27The new Boost packages have to conflict with boost<1.32.0 (except thejmmv1-1/+3
meta-package itself).
2005-02-26Let's sync with reality (reorganization of Boost packages).jmmv1-1/+2
2005-02-26Complete rework of the Boost packages:jmmv7-0/+153
- Drop devel/boost and devel/boost-thread. - Add devel/boost-docs which includes all the documentation related to Boost (previously included in devel/boost). - Add devel/boost-build which includes bjam, the Boost.Build framework. - Add devel/boost-headers which includes all the header files needed at build time by programs using Boost (previously included in devel/boost). - Add devel/boost-libs which includes all the binary libraries needed at build and run time by programs using Boost (previously included in devel/boost and devel/thread). All of them are multithreaded, to make things easier. - devel/boost-python includes the Boost Python library (as it did before), but now works, given that everything is threaded again. - Drop our thread_user.hpp customization. Avoids some build failures that appeared when the previous boost-thread package was not installed. - Use static PLISTs. - Install unversioned files. Makes things *a lot* easier when building stuff outside pkgsrc. - Add meta-pkgs/boost, a meta package that depends on all of the above. Thanks go to jlam@ and tv@ for their comments. While here, update to 1.32.0: New Toolset Names The names of some the Boost.Build toolsets have been changed to remove the "." (dot) character and to fix some other naming inconsistencies. For example, vc7.1 toolset was renamed to become vc-7_1. Please refer to the Supported Toolsets section of the installation guide for the complete list of the current toolset names. This change was made as a part of the effort to make the Boost distribution compatible with ISO 9660 level 2 requirements. New Libraries * Assignment Library: Filling containers with constant or generated data has never been easier, from Thorsten Ottosen. * Minmax Library: Standard library extensions for simultaneous min/max and min/max element computations, from Hervé Brönnimann. * Multi-index Containers Library: Containers with multiple STL-compatible access interfaces, from Joaquín M López Muñoz. * Numeric Conversion Library: Optimized policy-based numeric conversions, from Fernando Cacciola. * Program Options Library: Access to configuration data given on command line, in config files and other sources, from Vladimir Prus. * Range Library: A new infrastructure for generic algorithms that builds on top of the new iterator concepts, from Thorsten Ottosen. * Serialization Library: Serialization/de-serialization of arbitrary C++ data structures to various formats including text, binary, and xml, from Robert Ramey. * String Algorithms Library: Collection of string related algorithms for case conversion, trimming, find/replace operations and more, from Pavol Droba. * Tribool: 3-state boolean type library, from Doug Gregor. Updated Libraries * Compose: This deprecated library has been removed. * Graph: o Added bundled properties to the adjacency_list and adjacency_matrix class templates, greatly simplifying the introduction of internal vertex and edge properties. o The LEDA graph adaptors have been ported to LEDA 4.5. o Added algorithms for betweenness centrality and betweenness centrality clustering. o Added circle layout and undirected spring layout algorithms. * MPL Library: o Updated to use the Boost Software License. o New documentation, including a complete reference manual. o Major interface changes and improvements, many of which are not backward compatible. Please refer to the 1.32 changelog for the detailed information about upgrading to the new version. * Python Library: o Updated to use the Boost Software License. o A new, better method of wrapping classes with virtual functions has been implemented. o Support for the new Python Bool type, thanks to Daniel Holth. o Support for upcoming GCC symbol export control features have been folded in, thanks to Niall Douglas. o Improved support for std::auto_ptr-like types. o Components used by other libraries have been moved out of python/detail and into boost/detail to improve dependency relationships. o Miscellaneous bug fixes and compiler workarounds. * Signals Library: Introduced deterministic slot ordering, permitting slots to be connected at the beginning or end of slot groups or the slot list itself. Combiners may safely have state and are accessible from the signal. * Utility: class template result_of added. * Test Library: o namespace names gets shorten; old one still supported till next release o added proper encoding of XML PCDATA o support for wide string comparison implemented For complete list of changes see Test Library release notes. Regression tests This release has been extensively tested on a variety of different compilers and platforms. It is known to contain no regressions against the previous reference release on the compilers and configurations tested. Please refer to the corresponding regression reports to see how well your compiler performs on the new Boost codebase.
2005-02-26Update the GNOME meta-pkgs to the latest stable version, 2.8.3.jmmv3-56/+55
2005-02-21Sign over maintainership to tech-pkg@hubertf2-4/+4
2005-02-19Revert update to 1.3 -- htdocs is not ready for this.wiz1-4/+4