summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-03Fix typo.reed1-2/+2
2006-04-02Drop the gnome-mime-data dependency now that gnome-vfs2 does not need it.jmmv1-3/+3
Bump PKGREVISION to 1.
2006-04-02Add a MESSAGE that summarizes all manual steps required to get ajmmv1-0/+27
fully-working GNOME Desktop. Suggested by jmcneill@.
2006-04-02It is now official: welcome to GNOME 2.14.0!jmmv3-99/+101
2006-03-30Update to KDE 3.5.2.markd2-20/+19
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam7-14/+14
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-18The :Q operator should only be used in lists or shell commands.rillig1-2/+2
2006-02-17Fixed warnings found by pkglint -Wall.martti2-4/+4
2006-02-12Joerg Sonnenberger will be the maintainer.xtraeme1-2/+2
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme1-2/+2
insterested.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg25-42/+50
2006-02-02public.planetmirror.com.au -> ftp.planetmirror.com.aumarkd1-3/+3
from Murray Armfield in private email.
2006-01-31Update to KDE 3.5.1markd2-20/+19
2006-01-31Depend on mjpegtools, now that the mplex package is gone. Welcome to 1.1!wiz1-4/+4
2006-01-29Changes 1.11.2:adam1-14/+11
* Removed gnustep-ssl * Updated versions of the dependencies
2006-01-29psutils is needed to build the flyer, so add yet another dependency herejschauma1-1/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz19-26/+38
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-21Fix installed name of Boost libraries under Mac OS X. They need to havejmmv2-4/+13
the directory they'll live in as part of their name, or otherwise they cannot be found at runtime.
2006-01-21Fix build and install of Boost under Mac OS X:jmmv4-5/+31
- Correctly use threads. - Use the correct tool set. - Make libraries (Boost.Test) with undefined symbols build correctly. - Change the installed library names so that they match other systems (thus avoiding manual PLIST substitutions). There is a hack here, though, to let the dylib stuff kick in...
2006-01-20Update boost* to 1.33.1:jmmv6-72/+22
Any Library: Cast to reference types introduced in 1.33.0 is now documented on any_cast documentation page. Config Library: Don't undef BOOST_LIB_TOOLSET after use. Boost.Python: * The build now assumes Python 2.4 by default, rather than 2.2 * Support Python that's built without Unicode support * Support for wrapping classes with overloaded address-of (&) operators Smart Pointer Library: Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining on, GNU GCC on PowerPC 64. Regex Library: Fixed the supplied makefiles, and other small compiler specific changes. Refer to the regex history page for more information on these and other small changes. Iostreams Library: Improved the interface for accessing a chain's components, added is_open members to the file and file descriptor devices, fixed memory-mapped files on Windows, and made minor changes to the documentation. Functional/Hash Library: Fixed the points example. Multi-index Containers Library: Fixed a problem with multithreaded code, and other minor changes. Refer to the library release notes for further details. Graph Library: * Fixed a problem with the relaxed heap on x86 Linux (fixes bug in dijkstra_shortest_paths). * Fixed problems with cuthill_mckee_ordering and king_ordering producing no results. * Added color_map parameter to dijkstra_shortest_paths. Signals Library: Fixed problems with the use of Signals across shared library boundaries. Thread library: read_write_mutex has been removed due to problems with deadlocks. Wave library (V1.2.1) Fixed a couple of problems, refer to the change log for further details.
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv1-2/+2
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2006-01-20Welcome to GNOME 2.12.2.jmmv3-45/+43
2006-01-19xorg-clients doesn't provide xterm anymore, but many people expect it inghen1-1/+3
an X11 distribution, so make the meta-pkg pull it in. Bump PKGREVISION. Ok by xtraeme and joerg.
2006-01-18Update meta-pkgs/xorg to 6.9.0.xtraeme2-21/+19
The full list of changes: http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html Thanks to joerg@ and reed@ for testing on DragonFlyBSD. Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
2006-01-18Adjust dependencies after the renames of gstreamer, gst-plugins andjmmv1-4/+4
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*, respectively. Bump PKGREVISION.
2006-01-15Add ruby-gnome2, a meta package for ruby-gnome2-*.minskim4-2/+33
Packaged by dieter Roelants.
2006-01-12Fix build of boost on DragonFly.joerg7-25/+162
(a) bjam should be consistent with the rest of the world, the OS is called DragonFly, not DragonFlyBSD. It might be _annoying_, but it is a fact of live and no spelling fault can avoid it. (b) disable the compiler thread support checks, they don't really work and are not needed anyway. (c) DragonFly has wchar and ctype functions, so use them. Bump revisions of boost-build (bjam), boost-headers (well, they changed) and boost-libs.
2006-01-12Since ruby-gnome2 has no Makefile, it is not a real package andrillig1-2/+2
therefore should not be included to SUBDIR. (Thanks to Dieter Roelants for noting it.)
2006-01-12Added ruby-gnome2.rillig1-1/+2
2006-01-08Add files shared by ruby-gnome2-*, which are currently available inminskim2-0/+23
pkgsrc-wip. Created by Dieter Roelants.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz5-8/+10
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen1-2/+1
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2005-12-31Add and enable matchbox.peter1-1/+2
2005-12-31The matchbox meta-package provides a number of components forpeter3-0/+42
a matchbox based environment. It provides the window manager, a window panel, a tool for managing the panel, some themes and icons and a desktop manager. This package does not contain anything by itself -- it is a "meta-package" that depends on other packages. Its sole purpose is to require dependencies so users can install this package only and have all the other packages pulled in by the port/package dependency mechanism.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz3-4/+6
Bump BUILDLINK_RECOMMENDED.
2005-12-11Updated gnuradio to 2.6: GNU Radio 2.6 has seen the addition of many newwulf1-10/+10
features, code optimizations and bug fixes.
2005-12-11Update to KDE 3.5markd2-19/+19
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-08Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"rillig2-13/+13
change.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-4/+4
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig5-47/+43
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-03Update for PHP 5.1.1. Remove yp (it's been debundled in PHP 5.1.1) andjdolecek1-47/+53
disable eaccelerator (doesn't compile with 5.1.x).
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-2/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-17pdated Xfce to 4.2.3.2martti2-5/+5
A "micro" release to fix a regression in the window manager settings.
2005-11-09Rename xfce4-gtk2-engines to xfce4-gtk2-engine to match the package name.martti2-4/+4
2005-11-09Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.martti4-9/+9
It is a lower-case f according to the official site.
2005-11-09Updated xfce4 to 4.2.3.1martti3-8/+9
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-03Add php-sqlite; bump PKGREVISION.tv1-2/+3
2005-11-03Add convenience meta-pkg "pkgsrc-guide-tools-1.0", with runtimetv4-1/+29
dependencies on the tools used to build doc/guide. doc/guide still uses BUILD_DEPENDS on the tools (so that it's still possible to build for certain output types with minimal dependencies); it does not depend on the meta-pkg.
2005-10-28Added xfce4-fsguard-plugin and xfce4-quicklauncher-pluginmartti1-1/+3