summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
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.
2006-07-26gtk-doc is gnome1. Remove it.drochner2-4/+2
2006-07-25Update ruby-gnome2 to 0.15. Patch provided by Dieter Roelants in PR 34064.minskim2-6/+6
Changes: Ruby/GLib * Improve signal handlers with pthread ruby(--enable-pthread). [Sjoerd Simons] * Added new fundamental object for other bindings. [Sjoerd Simons] * GLib::Source#remove? -> GLib::Soruce.remove? [Kouhei Sutou] * Added new macros (GLIST2ARYF, GLIST2ARY2F, GSLIST2ARYF, GLIST2ARY2F, G_PROTECT_CALLBACK) [Masao Mutoh] * Added GLib.win32_locale, GLib, win32_locale_filename_from_utf8 [Kouhei Sutou] * Improve memory management [Kouhei Sutou, Sjoerd Simons, Masahiro Sakai, Masao Mutoh] * Other improvement and fix bugs. [Sjoerd Simons, Joao Pedrosa, Kouhei Sutou, Masahiro Sakai, Masao Mutoh] Ruby/ATK * Improved cygwin support. [Masao Mutoh] * Fix a bug. [Masahiro Sakai] Ruby/Pango * Fix some bugs. [Laurent Sansonetti, Masao Mutoh] * Added Pango::Layout#markup=, Pango::AttrAbsoluteSize? [Masao Mutoh] Ruby/GdkPixbuf * Fix a bug. [NISHI Takao] * Code cleanup [Masao Mutoh] Ruby/GTK * Improve signal handlers. [Masahiro Sakai] * Added Gtk::Widget#set_widget, #set_requisition. [Daniel Chokola] * Added Gtk::Dialog#get_response. [Masao Mutoh] * Other improvement and fix bugs [Mario Steele, Tilman Sauerbeck, Geoff Youngs, Masahiro Sakai, Kouhei Sutou, Masao Mutoh] Ruby/GNOME * Follow Ruby/GLib2 change(GRClosure). [Kouhei Sutou] Ruby/GnomeCanvas * Code cleanup [Kouhei Sutou, Masao Mutoh] Ruby/Libart * None. Ruby/PanelApplet * Fixed a bug [Patch #1431855]
2006-07-24Move zlib SUBST magic to Makefile.common, it is always needed.joerg1-1/+8
Fixes problems found by abs@
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
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