Commit graph

22 commits

Author SHA1 Message Date
jmmv
d1baa968a1 Update the GNOME meta-packages to 2.10.2. 2005-08-21 11:49:30 +00:00
wiz
32b081f7a1 Update pkg-config comment. 2005-07-21 16:26:09 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jmmv
252c62b7bf Update the GNOME meta-pkgs to 2.10.1.
With thanks to drochner@ for all the updates he has done recently.
2005-05-19 21:13:51 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
80bc914e7d Update the gnome, gnome-base and gnome-devel meta-packages to 2.10.0. 2005-03-22 16:43:56 +00:00
jmmv
235033b343 Update the GNOME meta-pkgs to the latest stable version, 2.8.3. 2005-02-26 17:27:44 +00:00
jmmv
da104c8ae9 Update the GNOME meta-pkgs to 2.8.2.
Hmm, this comes later than usual... but I haven't had any time to do this
sooner.
2004-12-28 22:14:54 +00:00
jmmv
429a0f7cf8 Update to GNOME 2.8.1. 2004-10-28 19:20:50 +00:00
jmmv
685b052cc5 Welcome to GNOME 2.8.0!
I've left some dependencies commented out in the meta-pkgs meaning that
those packages are part of the standard GNOME Desktop but I haven't had
time to package them.  If you import one of those packages, please enable
the corresponding line (though keep the same version number listed).
2004-09-21 17:26:35 +00:00
jmmv
9cc63e24e3 Say hello to GNOME 2.6.2! The latest stable release for the 2.6 branch. 2004-06-28 19:36:30 +00:00
jmmv
c426c3d4f5 Say hello to GNOME 2.6.1! 2004-05-15 18:53:21 +00:00
jmmv
eeca85d22b Welcome to GNOME 2.6.0. 2004-04-01 19:17:24 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
22acaedd65 Take maintainership. 2004-03-11 16:54:32 +00:00
jmmv
945d24f43e Set NO_MTREE, as this package installs no files. 2004-02-22 20:48:15 +00:00
jmmv
8ae08ee20c No need to use buildlink. 2004-02-22 20:42:33 +00:00
jmmv
71159658b6 Add explicit dependancy on gnome-icon-theme. 2004-02-16 16:22:58 +00:00
jmmv
5f70d86fba Bump PKGREVISION due to nautilus update (imlib2 removed as a dependency). 2004-02-14 00:24:34 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jmmv
4cca6e0fe0 Update to 2.4.2 (require newer versions of packages). 2004-02-06 22:52:12 +00:00
jmmv
d765c8e0cb Initial import of gnome-base, version 2.4.1:
GNOME is the GNU Network Object Model Environment.

The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.

This is a meta package for the second major version of the GNOME
project.  It provides all the basic components required to get a
working desktop, but nothing else.
2004-01-24 22:53:39 +00:00