Commit graph

479 commits

Author SHA1 Message Date
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
jmmv
86244aa28f Add a MESSAGE that summarizes all manual steps required to get a
fully-working GNOME Desktop.  Suggested by jmcneill@.
2006-04-02 11:03:14 +00:00
jmmv
4c0300066b It is now official: welcome to GNOME 2.14.0! 2006-04-02 09:56:37 +00:00
markd
fff149a43d Update to KDE 3.5.2. 2006-03-30 02:31:46 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
rillig
b0ff99ec14 The :Q operator should only be used in lists or shell commands. 2006-02-18 14:55:48 +00:00
martti
d48b5f2558 Fixed warnings found by pkglint -Wall. 2006-02-17 06:49:23 +00:00
xtraeme
507463550b Joerg Sonnenberger will be the maintainer. 2006-02-12 15:29:17 +00:00
xtraeme
b36bf56512 ENOTIME to mantain these packages, feel free to pick it up if you are
insterested.
2006-02-12 15:24:14 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
3349ae944e public.planetmirror.com.au -> ftp.planetmirror.com.au
from Murray Armfield in private email.
2006-02-02 09:13:02 +00:00
markd
59af4d6f00 Update to KDE 3.5.1 2006-01-31 22:15:13 +00:00
wiz
e20ec1cfa9 Depend on mjpegtools, now that the mplex package is gone. Welcome to 1.1! 2006-01-31 17:56:36 +00:00
adam
128b862a11 Changes 1.11.2:
* Removed gnustep-ssl
* Updated versions of the dependencies
2006-01-29 21:33:02 +00:00
jschauma
0c63432777 psutils is needed to build the flyer, so add yet another dependency here 2006-01-29 18:00:17 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jmmv
6939e1e3ed Fix installed name of Boost libraries under Mac OS X. They need to have
the directory they'll live in as part of their name, or otherwise they
cannot be found at runtime.
2006-01-21 10:12:40 +00:00
jmmv
5690a6271f Fix build and install of Boost under Mac OS X:
- 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-21 09:02:16 +00:00
jmmv
38913fffe5 Update boost* to 1.33.1:
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-20 20:40:18 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
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-20 16:15:52 +00:00