Commit graph

498 commits

Author SHA1 Message Date
jdolecek
39eae3cc0d comment out odbc module - it kills Apache/PHP when enabled due
to threaded unixodbc
Adresses pkg/32395 by Arnaud LACOMBE
2006-10-20 21:56:38 +00:00
adrianp
77e40b9420 Add checkperms
Bump to 1.1
2006-10-14 11:57:51 +00:00
markd
dbb92e00a3 Update to KDE 3.5.5 2006-10-12 10:23:49 +00:00
martti
ce86843f32 Regenerate to fix some pkglint warnings. 2006-10-12 09:24:19 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
joerg
3675902ba1 Remove XFree86. 2006-09-27 15:18:12 +00:00
joerg
00cccd7ba2 Fix build on DragonFly 1.6, where machine/trap.h's T_DIVIDE gets
pulled in and conflicts with the enum in boost.
2006-09-18 22:51:25 +00:00
jmmv
672492d993 Update to 2.16.0. 2006-09-15 15:25:26 +00:00
jmmv
290faacb88 Workaround a GCC 3.4/4.x compiler bug that prevents -> and & being used
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-24 08:45:35 +00:00
jmmv
3ea1bdde81 Update to 2.14.3.
Special thanks go to drochner@ and wiz@ who have done almost all the
necessary updates since 2.14.0.
2006-08-06 20:46:00 +00:00
jmmv
05fb3fd56c Add and enable pkg_developer. 2006-08-04 11:55:38 +00:00
jmmv
1f9a48f095 Initial import of pkg_developer, version 1.0:
This meta package provides a collection of development utilities that are
useful when working in pkgsrc packages.
2006-08-04 11:54:45 +00:00
markd
bff0b08038 Update to KDE 3.5.4 2006-08-02 13:36:29 +00:00
drochner
134b336abc Put back gtk-doc. While not needed to build applications, it is useful
for those who develop and build distributions, as jmmv told me.
2006-07-26 17:17:31 +00:00
drochner
a84ecb19b2 gtk-doc is gnome1. Remove it. 2006-07-26 12:49:06 +00:00
minskim
e433b24042 Update ruby-gnome2 to 0.15. Patch provided by Dieter Roelants in PR 34064.
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-25 16:49:05 +00:00
joerg
1ecc71c7bb Move zlib SUBST magic to Makefile.common, it is always needed.
Fixes problems found by abs@
2006-07-24 14:11:13 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
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-22 04:46:13 +00:00
tron
82ac036204 Add "perl" to the list of required tools because the "dcopidlng"
utility (part of the "kdelibs" package) uses it.
2006-07-11 12:35:45 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
wiz
17ffc4e6d0 Depend on latest doxygen version (some file changes again). 2006-07-07 19:30:48 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
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-07 15:49:30 +00:00
rillig
296b295484 Made a SUBST block much simpler. 2006-07-04 09:20:18 +00:00
salo
b32afb07b6 We really, really, really _don't_ want open dependencies here either. 2006-06-30 16:20:41 +00:00
salo
9f4bf31cbc We really, really, really _don't_ want open dependencies here either. 2006-06-30 15:38:00 +00:00
salo
3062d62bf9 Add missing SuSE 9.1 packages so it actually has any real purpose,
bump PKGREVISION.
2006-06-26 20:37:26 +00:00
rillig
0b4bb33031 USE_LANGUAGES+= c 2006-06-25 17:06:08 +00:00
joerg
c5aa45db0a Just require msgfmt for all xfce4 packages. 2006-06-20 12:25:51 +00:00
wiz
cfd623bd93 Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
salo
295259c589 Add suse100_libxml2 2006-06-13 11:34:05 +00:00
salo
4d74289949 Add recently imported suse_libcups and suse_openssl. 2006-06-12 13:01:22 +00:00
salo
c531cc521a Remove dup DEPENDS on suse_locale. 2006-06-10 20:27:10 +00:00
salo
495f45a466 Add ane enable suse100. 2006-06-10 14:25:25 +00:00
salo
34462b2e22 Initial import of suse-10.0: SUSE-based Linux binary emulation environment.
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-10 14:24:33 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
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-02 18:27:54 +00:00
markd
cd7c840d15 Update to KDE 3.5.3 2006-06-01 13:27:12 +00:00
reed
70cc03ec67 Fix homepage and/or master sites.
Add another mirror (http) for wm/windowmaker.

Homepage URL change reported by C David Rigby via
WWW feedback form.
2006-05-30 19:49:24 +00:00
wiz
6784edab72 Allow latest fast-user-switch-applet version. PR 33563
by Joachim Koenig-Baltes.
2006-05-26 13:46:50 +00:00
tv
91f85b0f92 Depend on the short version explicitly rather than allowing a newer (ABI
incompatible) fragmented package set.  Approved by jmmv.  Bump PKGREVISION.
2006-05-17 16:22:46 +00:00
tv
26f2e5b70c Derive BOOST_SHORT_VERSION automatically from BOOST_VERSION. 2006-05-17 16:22:06 +00:00
gdt
87057d9eb1 Add USE_LANGUAGES=c++. Arguably not quite right because not all of
gnuradio-foo need C++, but gnuradio is heavily C++ so it's close.
2006-05-12 19:24:41 +00:00
reed
68534040b4 Make CHECK_X11_TYPE really work by checking for setting and not
just if defined.

(Recently I build the xorg-server without xorg-libs.)
2006-05-06 03:14:12 +00:00
wulf
9482b16c64 Updated gnuradio to 2.8: Synchronized meta-pkg with actual release of
gnuradio-2.8
2006-04-27 03:20:34 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
markd
b4a8455f21 Move MASTER_SITE_KDE to mk/bsd.sites.mk 2006-04-12 11:37:18 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-06 06:21:32 +00:00
reed
e4555ad376 Fix typo. 2006-04-03 07:13:33 +00:00
jmmv
9c65415593 Drop the gnome-mime-data dependency now that gnome-vfs2 does not need it.
Bump PKGREVISION to 1.
2006-04-02 18:59:12 +00:00