Commit graph

42 commits

Author SHA1 Message Date
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +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
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
drochner
50df972778 update to 2.10.0
changes:
-added support for GTK-2.6 widgets and properties
-bugfixes
-updated translations
2005-05-13 15:19:27 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
jmmv
ca2d0d96a7 Disable GNOME support and split the Makefile to aid in the addition of the
new glade2-gnome package, which provides the missing bits.  Bump PKGREVISION
to 1.

While here, pick maintainership.  This package was maintained by the same
person as gnome2-terminal, who is unreachable according to ben@.

Addresses PR pkg/25030.
2004-12-29 12:56:50 +00:00
adam
e00bcca7d1 Changes 2.6.5:
o Fixed another bug in drawing code that was causing warnings/crashes.

Changes 2.6.4:
 o Fixed bug in drawing code that was causing crashes.

Changes 2.6.3:
 o Fixed problem with missing '...' buttons in the property editor.

Changes 2.6.2:
 o Build fix - mkinstalldirs wasn't in the tarball.

Changes 2.6.1:
 o Save window positions between sessions.
 o Rewrote selection drawing code so it works better on win32.
 o Support "translatable", "context" and "comments" attributes for text
   properties to help with translation.
 o Bug fixes
2004-11-26 09:49:10 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
wiz
e43afec72b Revert previous: libgail-gnome pulls in too many dependencies and it
is not really needed. However, add a MESSAGE recommending its installation
(the shared library is dynamically loaded if it exists, so it can be
installed after glade2 has been installed).

Bump PKGREVISION to 2.

Ok'd by jmmv.
2004-09-02 19:24:15 +00:00
jmmv
1b231e6eff Depend on libgail-gnome so that accessibility options can be configured for
widgets.  Problem found by wiz@.  Bump PKGREVISION to 1.
2004-08-31 18:11:03 +00:00
jmmv
8797f97ede Update to 2.6.0:
Glade 2.6.0	(Apr 14 2004)
===========

 o Fixed trivial compilation problem in plain GTK+ version.
 o Fixed bug freeing unallocated memory on Win32.
 o Updated links to related software in README.

Glade 2.5.1	(Mar 29 2004)
===========

 o Fixed bug migrating old toolbar widgets which meant that widgets other
   than the normal/toggle/radio buttons were being lost when loading.
 o Use the new GtkFileChooseDialog throughout Glade.
 o Load the gail-gnome module as well as gail.
 o If there is no .gladep file check the <requires> tags to see if it is
   a GNOME or GTK+ project. Previously it would assume its a GNOME project.
 o Set up GtkFrame according to the HIG.
 o A few other minor fixes.

Glade 2.5.0	(Mar 17 2004)
===========

 o Added support for new widgets in GTK+ 2.4 - GtkExpander, GtkFontButton,
   GtkColorButton, GtkComboBox, GtkComboBoxEntry, GtkToolItem, GtkToolButton,
   GtkToggleToolButton, GtkRadioToolButton, GtkSeparatorToolItem,
   GtkFileChooserWidget, GtkFileChooserDialog.
 o Added support for a number of new properties of existing widgets.
 o New user manual (Pat Costello).
 o Removed Turbo Start Guide.
 o Updated FAQ to use sect1/sect2 elements so it is displayed OK in yelp.
2004-04-20 16:40:55 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +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
546f691b59 Bump PKGREVISION due to update of libgda/libgnomedb to 1.0.3. 2004-03-11 14:02:20 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
jmmv
74caa9f2d1 Add explicit dependancies on everything used directly by this package. 2004-02-20 09:23:15 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
xtraeme
224715f0c2 bl3ify 2004-02-11 04:58:15 +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
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +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
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
xtraeme
c062c6c7e8 Updated to 2.0.1 from Soren Jacobsen.
Many bugfixes were solved, review Changelog to see a complete list of
changes.
2003-12-14 22:53:59 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
jmmv
7332729081 Bump PKGREVISION to 4, due to libgda/libgnomedb updates.
Add explicit dependancy on pkgconfig.
Sort buildlink2 includes alphabetically.
2003-09-11 12:42:51 +00:00
jmmv
4af52b5099 Drop non-working master site. 2003-09-11 12:23:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
6d8b504071 Add dependency on gail. Bump PKGREVISION. Closes PR 21610 by Marc Recht. 2003-05-22 14:32:39 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +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
rh
3c976aea1b Update glade2 to 2.0.0. Notable changes include:
Glade 2.0.0	(Apr 11 2003)
===========

 o Hide GNOME widgets and stock items in GTK+ projects.
 o Made stock icon code more robust, hopefully fixing bug #105694.
 o Updated for newer GnomeDB.
 o Updated example text editor application for GTK+ 2.
 o Bug fixes, including a few crashers.


Glade 1.1.3	(Nov 2 2002)
===========

 o The widget tree now has icons & popup menus again.
 o Removed dependancy on gnome-common for generated apps.
 o Stopped generating any deprecated code.
 o Updated GnomeDB support.
 o Updated the generated signal callback argument names.
 o A few keynav improvements, including global accelerators like Ctrl+S.
 o Disabled support for typing in labels while hovering over widgets, as
   it is a bit too error-prone.
 o Added 'New' button back to toolbar in GNOME version!
 o A few bug fixes.
2003-04-25 06:00:26 +00:00
salo
80dc99b32a Mark as BROKEN. The =<1.1.3 releases of Glade2 are incompatible with the
latest libgnomedb.  The fix is non-trivial and already included in glade cvs.
Next release should work fine again.
2003-02-21 11:34:45 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +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
salo
937b3bf13b USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 23:21:32 +00:00
rh
d107945163 s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|
Include missing scrollkeeper buildlink2.mk where necessary
2002-11-02 02:42:01 +00:00
rh
0f170de400 Initial import of glade2-1.1.2, a user interface builder for the GTK2+
toolkit and GNOME2.
2002-10-30 09:14:27 +00:00