summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2006-07-11Add "perl" to the list of required tools because the "dcopidlng"tron1-2/+2
utility (part of the "kdelibs" package) uses it.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Depend on latest doxygen version (some file changes again).wiz1-2/+2
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-04Made a SUBST block much simpler.rillig1-7/+4
2006-06-30We really, really, really _don't_ want open dependencies here either.salo1-22/+22
2006-06-30We really, really, really _don't_ want open dependencies here either.salo1-20/+20
2006-06-26Add missing SuSE 9.1 packages so it actually has any real purpose,salo1-12/+18
bump PKGREVISION.
2006-06-25USE_LANGUAGES+= crillig1-2/+2
2006-06-20Just require msgfmt for all xfce4 packages.joerg1-2/+2
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-06-13Add suse100_libxml2salo1-2/+3
2006-06-12Add recently imported suse_libcups and suse_openssl.salo1-1/+4
2006-06-10Remove dup DEPENDS on suse_locale.salo1-2/+1
2006-06-10Add ane enable suse100.salo1-1/+2
2006-06-10Initial import of suse-10.0: SUSE-based Linux binary emulation environment.salo3-0/+51
The SUSE 10.0 meta-package provides a number of components for an SUSE-based Linux binary emulation environment, using other components of the NetBSD packages collection. 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 automatically by the pkgsrc dependency mechanism.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg2-94/+97
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-01Update to KDE 3.5.3markd2-20/+20
2006-05-30Fix homepage and/or master sites.reed1-2/+2
Add another mirror (http) for wm/windowmaker. Homepage URL change reported by C David Rigby via WWW feedback form.
2006-05-26Allow latest fast-user-switch-applet version. PR 33563wiz1-2/+2
by Joachim Koenig-Baltes.
2006-05-17Depend on the short version explicitly rather than allowing a newer (ABItv1-7/+9
incompatible) fragmented package set. Approved by jmmv. Bump PKGREVISION.
2006-05-17Derive BOOST_SHORT_VERSION automatically from BOOST_VERSION.tv1-2/+2
2006-05-12Add USE_LANGUAGES=c++. Arguably not quite right because not all ofgdt1-1/+2
gnuradio-foo need C++, but gnuradio is heavily C++ so it's close.
2006-05-06Make CHECK_X11_TYPE really work by checking for setting and notreed1-2/+2
just if defined. (Recently I build the xorg-server without xorg-libs.)
2006-04-27Updated gnuradio to 2.8: Synchronized meta-pkg with actual release ofwulf2-12/+16
gnuradio-2.8
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz4-8/+8
2006-04-12Move MASTER_SITE_KDE to mk/bsd.sites.mkmarkd1-19/+3
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.