Commit graph

52 commits

Author SHA1 Message Date
jmmv
82c3c630f3 Update to 2.12.1. 2005-10-16 14:29:27 +00:00
jmmv
d1baa968a1 Update the GNOME meta-packages to 2.10.2. 2005-08-21 11:49:30 +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
6930b38c0b Enable dependency on vino. Bump PKGREVISION to 1. 2005-01-04 23:49:23 +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
9a2da388d3 Enable dependency on evolution-webcal. Bump PKGREVISION to 1. 2004-10-19 20:34:04 +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
8ace77c824 Pick maintainership. 2004-04-12 15:26:11 +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
0603de44e8 Sync dependancies with the list of applications that can be found at:
ftp://ftp.gnome.org/pub/gnome/desktop/2.4/2.4.2/sources/

This means removal of balsa2 and gnome-audio, and addition of gucharmap,
zenity and gnome-accessibility.  Bump PKGREVISION to 3.
2004-03-08 21:03:17 +00:00
jmmv
81cdeb7b26 Drop dependancy on gnome-icon-theme as this is pulled in by gnome-base.
No revision bump due to recursive dependancies.
2004-03-05 18:38: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
9d808005c7 Fix path to gnome2-media, now in the multimedia category. 2004-02-22 16:38:01 +00:00
jmmv
87be9798a3 Depend on working version of file-roller and bump PKGREVISION to 2. 2004-02-10 11:53:31 +00:00
jmmv
3b1edcca96 Bump PKGREVISION due to gtksourceview update, and ensure we get a working
version of gedit/conglomerate.
2004-02-07 15:26:01 +00:00
jmmv
909ff03900 Depend on nautilus-media. No revision bump since this was updated just some
minutes ago.
2004-02-07 00:31:45 +00:00
jmmv
011aca673c Update to 2.4.2 (depend newer versions of packages).
While here, depend on bug-buddy and gpdf, which are part of GNOME too.
2004-02-06 22:57:04 +00:00
jmmv
34e5c81c93 Depend on epiphany. Bump PKGREVISION to 4. 2004-02-05 17:37:23 +00:00
jmmv
1995a94f7e Depend on gnome-base and remove direct dependancies on stuff handled in it.
While here, add a dependancy on vera-ttf, as suggested by recht@.
Bump PKGREVISION to 3.
2004-01-24 22:55:07 +00:00
jmmv
8496c41706 Update to 2.4.1nb2 (really merge from the gnome2 meta-pkg). 2004-01-24 21:26:40 +00:00
xtraeme
878781fa77 Fix PATH (gdm -> gdm1). 2004-01-20 13:47:42 +00:00
rh
3c00ca2295 evolution-1.2.x now resides in mail/evolution12 2004-01-04 21:41:59 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
martti
f928be280d COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jschauma
4dc03b76c0 Fix accidental commenting of evolution and pan. Pointed out by tron.
Sorry.
2003-06-24 01:33:08 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
rh
5223a43106 Fix typo: >= instead of > for pan dependency 2003-01-17 02:30:45 +00:00
rh
8acc7469e0 Update gnome to 1.4.2.1. The only changes are updated dependencies to the
GNOME packages.  Suggested by tron in private mail.
2003-01-13 01:05:08 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
wiz
0ddb13ddd1 Convert to buildlink2 (untested). 2002-10-05 11:26:35 +00:00
rh
60fc472e6f Update gnome to 1.4.2. Now depends on gnome-core>=1.4.2, which allows
co-existence with GNOME2.
2002-09-14 02:47:59 +00:00
wiz
a24fe062bb Depend on latest gtk-- version, and bump PKGREVISION for it
[major bump in gtk--].
2002-09-11 22:17:07 +00:00
tron
8064004a9b Make last change less intrusive: build "gnumeric" version 1.0.0 or newer
where possible but still accept version 0.75.
2002-08-12 19:00:36 +00:00
tron
acebb0ccad Depend on "gnumeric" 1.0.9 or newer if system was necessary include file
to build it.
2002-08-12 18:39:57 +00:00
tron
1ade3e519c Bump version number after "xchat" dependence change. 2002-07-27 15:07:17 +00:00
tron
0e86174cd9 Change dependence from "xchat" to "xchat-gnome". 2002-07-27 15:04:55 +00:00