summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2005-07-30Update KDE to 3.4.2.markd2-19/+19
2005-07-28Use docbook-website revision 2.6.0 at least. Required after recentmishka1-3/+3
Hiroki Sato's autolayout.xsl changes at NetBSD htdocs module. Advance package version due to dependency update.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Update pkg-config comment.wiz1-2/+2
2005-07-21DEPEND on pkg-config instead of pkgconfig. Bump PKGREVISION.wiz1-2/+3
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-12Update netbsd-doc-print to 1.2. Changes:hubertf1-4/+5
* sync with reality by pulling in openjade and opensp, which are needed to build the NetBSD guide. * also pull in netbsd-doc 1.2 or later, as that's at 1.3 already
2005-06-19Correct path to ../../x11/kdelibs3.kristerw1-2/+2
2005-06-18Add explicit dependency on kdelibs so that "make update" does the rightmarkd1-1/+2
thing when a recent previous version of kde is already installed. (as seen in PR 30459)
2005-06-18Enable sonames under DragonFly, FreeBSD and NetBSD. The default buildjmmv4-14/+31
infrastructure only uses them under Linux and OpenBSD (eww, hardcoded logic based on OS names). Aside making installations more consistent across systems, this lets Boost work correctly on the systems where sonames were previously used. Otherwise, they are unable to find the correct libraries at runtime and we get PLIST errors (more files installed than expected). The problem exposes itself when building software that needs Boost (e.g. monotone). This also means that we can't rename the installed libraries any more as we were doing until now, because programs linked against them will be looking for their respective sonames. Therefore, keep the default names produced by a --layout=system build. Bump PKGREVISION of boost, boost-libs and boost-python to 1.
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