Commit graph

34 commits

Author SHA1 Message Date
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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
1b916756ee Update to 2.10.0:
2.10.0: "Maria Stuarda"
* Translations:
	- Updated Updated Romanian translation by Mugurel Tudor.
        - Updated Hungarian translation updated by Gabor Kelemen.
        - Updated Lithuanian translation by Gintautas Miliauskas.

2.9.92: "Drexler singing"
* Fixed:
	- Readd a missing icon
	- Fix some deprecated includes

2.9.91: "Spectacular Spectacular"
* Fixes:
	- Fix a crash when closing an old window and changing externay gconf
	  keys that were monitorized by that window. (John Ellis)

2.9.3: "Bang Bang"
* Fixes:
	- Tons of leaks fixed (Paolo Borelli)
	- Continue search after finding a pattern (Madhan Raj)

2.9.2: "Con la frente marchita"
* Impovements:
	- Add bugzilla verstion to .desktop file (Christoffer Olsen)
	- Show in the window title the current configuration database
	- Use a new icon for boormarks
	- Added German documentation (Keywan Najafi Tonekaboni)
* Fixes:
	- Install icon in the right place, use for the window title
	  correctly
	- Lot of HIGifycation work (Dennis Cranston)
	- Disable popups entries for defaults/mandatoy if user cannot
	  change them
	- Lot of strings fixes (Dave Ahlswede, Dennis Cranston, David Lodge)
	- Update auto* magic (James Henstridge)
	- Handle menu tearoffs correctly, using the ui_manager (James Bowes)
2005-03-22 16:30:36 +00:00
agc
01907502f3 Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
minskim
27fbf431ce Include scrollkeeper/omf.mk, instead of scrollkeeper/buildlink3.mk, to
register .omf files.  Noted by jmmv@.

Bump PKGREIVISION.
2004-12-12 15:35:50 +00:00
minskim
42fb5585bf Explicitly depend on gnome2-dirs because this package needs
share/gnome/help, which is installed by gnome2-dirs.
Noted by jmmv@.

Also correct the corresponding comment in PLIST.
2004-12-12 15:33:27 +00:00
minskim
b4979705a9 Do not delete share/gnome/help and share/omf when deinstalled; they
should be handled by gnome-dirs and scrollkeeper, respectively.

Bump PKGREVISION.
2004-12-11 06:53:21 +00:00
jmmv
d88efd877e Update to 2.8.2:
2.8.2: "Huerto del loro"
* Fixes:
	- Fix for spewing warnings on startup (Fix bug #144833, Mark
	  McLoughlin)

* Improvements:
	- Updated German documentation (Keywan Najafi Tonekaboni)

2.8.1: "Puerto Rico"
* Fixes:
	- Parse correctly gtk/gnome command line arguments (based on patch
	  from Julio M. Merino Vidal. Fix bug #151829)
	- Fix a crash when have_icons key is not present. Fix bug #151720.
2004-10-28 19:10:12 +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
jmmv
ca602c5993 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
2.8,0: "Josha Bell"
* Fixes:
	- Fixes to docs (Shaun McCance)

2.7.92: "Morte della Madonna"
* Improvements:
	- Updated documentation (Shaun McCance)

2.7.91: "Que fuerte me parece"
* Fixes:
	- Fix a crash when selection unset keys (bug #149805)
        - Fix search cancelation (bugs #150728, #146790)

2.7.90: "Old maintainer clip show"
* Improvements:
	- Lots of HIG fixes (Dennis Cranston)

2.7.4: "Siempre estoy soñando"
* Improvements:
	- Search asyncronously
	- Add recent keys
* Fixes:
	- Put the output window in a vpaned so it can be resized
	  (bug #146776)
	- Go to the key in the tree and in the list.
	- Use header capitalization for menu items. Fix bug #147753
	  (Dennis Cranston)

2.7.3: "This one is really released!"
* Fixes:
	- Fix some UI stuff of the search window (Anders Carlsson)

2.7.2: "long queue"
* Improvements:
	- Search!!!!
	- Removed warning dialog (Christian Neumair)

* Fixes:
	- Enable menu internationalization (Christian Neumair)

2.7.1: "Beer at Norway"
* Improvements:
	- Implement list elements editing
	- Added schema
	- Set defaults in gconf.xml.defaults
	- Set a key/value as mandatory from
	- Support for browsing/editing defaults and mandatory

* Fixes:
	- Fix some leaks
	- Fix long standing bug converting some text entries into booleans (bug #136148)

2.7.0: "Favola di Venezia"
* Improvements:
	- Use GNOME libraries (Shakti Sen)
	- Add Help support (Shakti Sen)
	- Use GNOME standard about dialog (Bug #88279)
	- Make menu icons follow menus_have_icons preference key (Mariano
	  Suárez-Alvarez)
	- Show an alert when the key has no schema (Bug #110745)
	- Replace use of item factory with ui manager (James Bowes from the
	  GNOME love fame!)
	- When removing an item in the list edito, select the next or the previous
	  one (Alberto Ruíz, Bug #142994, also a new contributor from the
	  GNOME love and live hacking at guadec-es!)

* Fixes:
	- Fix crash when nothing is selected (Richard Hult)
	- Don't show hidden widgets on new windows.
	- Fix compilers warning and build stuff on AIX.

* Merged fixes from 2-6 branch:
        - Don't escape keys (Bugs #135807 and #136400)
        - Fix a crashing bug in the unref code (Bugs #124662 and #136631)
        - Fix the cell editor for float values (Bug  #137468)
        - Fix a crash when launching gconf-editor with a invalid key path (Bug
          #136381)
        - Allow the notebook in the key editor to fill and expand. (Fix
          #138557)

* Translations:
        - Added Basque translation (Iñaki Larrañaga)
        - Added Gujarati translation (Guntupalli Karunakar)
2004-09-21 17:10:43 +00:00
jmmv
35ea5a5415 Set the path to GConf2's configuration database manually, to fix multiple
crashes.  The problem is that the configure script is picking the gconftool-2
binary from the buildlink directory, which does nothing, so it gets an
incorrect configuration.  Bump PKGREVISION to 1.
2004-09-04 16:10:12 +00:00
jmmv
450a1140b0 Update to 2.6.2:
- Don't show all widgets in new window, because we have hidden ones.
- Fix crash when nothing is selected. (Richard Hult)
2004-06-28 13:34:47 +00:00
jmmv
19991df5a0 Update to 2.6.1:
* Fixes:
        - Don't escape keys (Bugs #135807 and #136400)
        - Fix a crashing bug in the unref code (Bugs #124662 and
          #136631)
        - Fix the cell editor for float values (Bug  #137468)
        - Fix a crash when launching gconf-editor with an invalid key path
          (Bug #136381)
        - Allow the notebook in the key editor to fill and expand. (Fix
          #138557)

* Translations:
        - Added Basque translation (Iñaki Larrañaga)
        - Added Gujarati translation (Guntupalli Karunakar)
2004-04-16 13:47:17 +00:00
jmmv
cad79331bb Set USE_LIBTOOL=yes. 2004-04-15 11:16:04 +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
jmmv
e805d3d706 Update to 2.6.0. Changes since previous stable version (2.4.x):
2.6.0:
* Translations:
	- Added Punjabi translation (Amanpreet Singh Alam)
	- Updated Hungarian translation (Andras Timar)
        - Added British translation (Gareth Owen)

2.5.92:
* Translations:
	- Updated Croatian translation (Robert Sedak)
	- Added Canadian English translation (Alexander Winston)
	- Updated Ukrainian translation (Maxim Dziumanenko)
	- Updated Thai translation (Theppitak Karoonboonyanan)

2.5.91:
* Fixes:
	- Show key documentation even if it has been modified (Bug #121813,
	  Fernando Herrera)

2.5.4:
* Fixes:
	- Fix a crash when deleting keys (Bugs #105884 and #124662, Sanjiv
	  Agarwala)
	- Copy path if no key is slected (Bug #132085, Fernando Herrera)
	- Fix a crash with NULLs nodes (Bug #128272, Fernando Herrea)
	- Unify copyright strings (Bug #101728, Christian Neumair)
	- Handle escaping of keys correctly (Bug #96744, Hidetoshi
	  Tajima)
	- Removed final "," in enums (Fernando Herrera)

* Improvements:
	- Update statusbar on key selection (Fernando Herrera)
	- Added man page (Sebastien Bacher)

2.5.1:
* Fixes:
	- Fix a crash with unset values (Bug #121084, Sebastien Bacher)
	- Added float support to the list editor, fixing a crash (Ross Burton)
	- Remove the GTK_DISABLE_DEPRECATED flag (Bug #123932, Arvind Samptur)

* Improvements:
	- Set the cursor to GDK_WATCH while we are figuring
	  out the child nodes (Federico Mena Quintero)
	- Expand tree items when double clicked (Christophe Fergeau)
2004-04-01 18:51:26 +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
53313e2689 Depend on xdg-dirs to handle the share/applications shared directory.
Bump PKGREVISION.
2004-02-16 23:20:05 +00:00
jmmv
6e12832dda Explicitly include glib2's and pkgconfig's bl3 files (the later fixes build).
Also sort includes and use pkgsrc intltool.
2004-02-16 23:10:24 +00:00
xtraeme
224715f0c2 bl3ify 2004-02-11 04:58:15 +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
xtraeme
910301f6e2 Update to 2.4.0
Changes:

	o Many bugfixes were solved and added new features.

Review Changelog to see a full list of changes.
2003-12-15 00:06:12 +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
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
310646b3a5 Line up PKGREVISION whitespace. 2003-05-05 16:21:10 +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
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
5a68637b24 USE_PKGLOCALEDIR, delint. 2002-11-30 23:32:20 +00:00
rh
33f235f9c5 Initial import of gconf-editor-0.3.1, an editor for the GConf2
configuration system.  Version 0.2 was provided by Scott Aaron Bamford in
PR pkg/18660
This is an updated version that uses buildlink2
2002-11-02 11:32:39 +00:00