Commit graph

138 commits

Author SHA1 Message Date
drochner
6950608514 update to 2.18.0
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-10 18:17:37 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
joerg
605f49a154 DESTDIR support. 2006-11-05 17:49:33 +00:00
dmcmahill
081ac81aea add missing bdb.buildlink3.mk 2006-10-25 01:40:30 +00:00
dmcmahill
f2782d2ce2 add missing bdb.buildlink3.mk file. Fixes solaris. 2006-10-11 00:53:47 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
jmmv
4f8597d81e Update to 2.16.0:
libgnome 2.16.0
---------------

What's new since 2.15.2

* Bug fixes:
	- Fix a small leak in a moniker. (Kjartan)
	- Revert the theme name again (Thomas)

* New and updated translations:
	- Bengali (Khandakar Mujahidul Islam)
	- Chinese simplified (Funda Wang)
	- German (Hendrik Richter)
	- Greek (Kostas Papadimas)
	- Hungarian (Gabor Kelemen)
	- Japanese (Satoru SATOH)
	- Kurdish (Erdal Ronahi)
	- Lithuanian (Gintautas Miliauskas)
	- Polish (Artur Flinta)
	- Portugese (Duarte Loreto)
	- Romanian (Misu Moldovan)
	- Russian (Leonid Kanter)
	- Serbian (Goran Rakic)
	- Slovenian (Matic Zgur)
	- Swedish (Daniel Nylander)

libgnome 2.15.2
---------------

What's new since 2.15.1

* Bug fixes:
	- Use the right gtk+ theme name in the schema. (Thomas Wood)

* New and updated translations:
	- bn_IN (Runa Bhattacharjee), ca (Josep Puidgemont i Casamajó)
	  cs (Jakub Friedl), es (Francisco Javier F. Serrador),
	  eu (Inaki Larranga), fr (Benoît Dejean), ml (Ani Peter),
	  nl (Vincent van Adrighem), or (Subhransu Behera),
	  zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)

libgnome 2.15.1
---------------

What's new since 2.14.1

* Bug fixes:
	- Cleanups and related (Kjartan, Christian Persch)
	- Win32 portability (Tor)
	- Input method gconf schema defaults adjusted for Gtk+ 2.9.x
	  (Christian)
	- API docs updates (Kjartan, Christian, Kristof Vansant)
	- po/LINGUAS handling (Przemys¿aw Grzegorczyk)
	- Constify some data (Benoît Dejean)

* New and updated translations:
	- bg (Alexander Shopov), bn_IN (Runa Bhattacharjee), cs (Jakub Friedl),
	  cy (Rhys Jones), de (Hendrik Richter), dz (Guntupalli Karunakar),
	  es (Francisco Javier F. Serrador), eu (Inaki Larranaga)
	  fi (Ilkka Tuohela), fr (Benoît Dejean), gl (Ignacio Casal Quinteiro),
	  gu (Ankit Patel), he (Yair Hershkovitz)
	  hi (Rajesh Ranjan), ka (Gia Shervashidze), ko (Changwoo Ryu),
	  lv (Raivis Dejus), nb (Kjartan Maraas), ne (Pawan Chitrakar),
	  nn (Åsmund Skjæveland), th (Theppitak Karoonboonyanan), vi (Clytie Siddall),
	  zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
2006-09-15 15:08:09 +00:00
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
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
drochner
21804564a8 update to 2.14.1
changes:
-bugfixes
-translation updates
2006-04-11 20:36:55 +00:00
reed
fda4e67e29 Change BUILDLINK_DEPENDS.pkg to BUILDLINK_API_DEPENDS.pkg.
I missed this in my commit earlier.
2006-04-06 18:25:39 +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
jlam
0e75430a3d INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04 18:07:16 +00:00
jmmv
33b84614d1 Remove stale docbook dependency and bump PKGREVISION to 1. 2006-04-01 14:36:29 +00:00
jmmv
7f4f6284ae Update to 2.14.0:
libgnome 2.14.0
---------------

What's new since 2.13.90

* Updated and new translations:
	- cs (Miroslav Trmac), cy (Rhys Jones), da (Ole Laursen),
	  de (Frank Arnold), et (Ivar Smolin),
	  hi (Rajesh Ranjan), hu (Gabor Kelemen), it (Francesco Marletta),
	  ja (Satoru SATOH), nl (Timo Meinen), nn (Kjartan Maraas),
	  or (Subhransu Behera), ro (Misu Moldovan), ru (Leonid Kanter),
	  sv (Daniel Nylander), th (Theppitak Karoonboonyan)

libgnome 2.13.90
----------------

What's new since 2.13.7

* Bug fixes
	- Initialize all the members of GnomeModuleInfo
	  (Christian Perch)
	- Use GOption instead of popt as default (Christian Perch)
	- Add handling of GNOME_VFS_ERROR_INVALID_URI
	  (Claudio Saavedra)

libgnome 2.13.7
---------------

What's new since 2.13.6

* Bug fixes
	- Fix compilation issues due to the missing inclusion
	  of popt.h (Emmanuele Bassi)

libgnome 2.13.6
---------------

What's new since 2.13.5

* Bug fixes
	- Make popt usage deprecated and move to a full GOption
	  support (Christian)

libgnome 2.13.5
---------------

What's new since 2.13.4

* Bug fixes
	- Fix leaks in GOption code (Christian)
	- Don't make toolbars detachable by default (Sebastien)
	- Build related cleanups (Mark, Kjartan)

* Docs
	- Improve docs for GOption handling in GnomeProgram

* Translations
	-

libgnome 2.13.4
---------------

What's new since 2.13.3

* Bug fixes
	- Fix the broken fix for GnomeProgram. (Gustavo)
	  (It broke gnome-python)

libgnome 2.13.3
---------------

What's new since 2.13.2

* Bug fixes
	- Give feedback from gnome-url if the host can't be found
	(Christian Neumair)
	- Fix some warnings (Kjartan)

* Translations
	- be, bg, cs, en_CA, es, gl, gu, ja, lt, nb, sk, th, zh_CN.

libgnome 2.13.2
---------------

What's new since 2.12.0

* Features
	- New show_input_method_menu gconf key (Matthias Clasen)
        - Update of the cursors descriptions for the new GTK (Sebastien Bacher)
        - New remember_numlock_state gconf key (Jürg Billeter)
        - Add GNOME_URL_ERROR_CANCELLED and return it
          in gnome_url_show_with_env (Christian Neumair)

* Bug fixes
        - Use G_SEARCHPATH_SEPARATOR_S instead of hardcoded ":"(Tor Lillqvist)
	- Add support for GOption argument parsing (Pawel Sliwowski, chpe) [#307312]
        - Use gnome-vfs on Win32, too (Tor Lillqvist)

* Translation updates:
        * Mahay Alam Khan (bn)
        * Miloslav Trmac (cs)
        * Martin Willemoes Hansen (da)
        * Adam Weinberger (en_CA)
        * Francisco Javier F. Serrador (es)
        * Ignacio Casal Quinteiro (gl)
        * Erdal Ronahi (ku)
        * Reinout van Schouwen (nl)
        * Marcel Telka (sk)
        * Christian Rose (sv)
        * Paisa Seeluangsawat (th)
        * Albert Fazlí (tt)
        * Clytie Siddall (vi)
        * Funda Wang (zh_CN)
2006-03-30 21:08:18 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
minskim
8094664dc8 The INSTALL_MAKE_FLAGS workaround is not needed any more. 2005-10-23 16:59:59 +00:00
minskim
e74263013e Do not install conf files into PKG_SYSCONFIDIR directly. 2005-10-22 03:08:22 +00:00
jmmv
369f2c8688 Update to 2.12.0.1:
libgnome 2.12.0.1
-----------------

what's new since 2.12.0

* Bug fixes
	- Fix schemas install problem with vi translation (Rodney)

* Updated translations
  	- Vietnamese

libgnome 2.12.0
---------------

What's new since 2.11.3

* Bug fixes
	- Include developer docs in the zip file for Win32 (Tor)

* Updated translations
	- Catalan, Basque, Brazilian Portugese, Estonian, French,
	  Galician, Hungarian, Indonesian, Korean, Portugese,
	  Russian, Serbian, Turkish, Vietnamese.

libgnome 2.11.3
---------------

What's new since 2.11.2

* Features:
	- Add a man page for gnome-options (Sebastien)

* Bug fixes:
	- Win32 fixes (Tor)
	- gnome_help_display_with_doc_id_and_env() didn't use doc_id
	  (Damon Chaplin, Muktha Narayan)

libgnome 2.11.2
---------------

What's new since 2.11.1

* Features:
	- Change default theme to Clearlooks (Elijah Newren)
	- Deprecate some gconf keys (Mark McLaughlin)

* Bug fixes:
	- Fix highscore handling (Sebastien Bacher)

* Translations:
	- German (de), Finnish (fi), Hebrew (he), Albanian (sq),
	  Portugese (pt), Polish (pl), Gujarati (gu), Bulgarian (bg),
	  Norwegian bokmål (nb), Czech (cz), Simplified Chinese (zh_CN),
	  Traditional Chinese (ch_TW), Thai (th), Estonian (et),
	  Spanish (es), Slovak (sk), Canadian English (en_CA),
	  Hungarian (hu), Serbian (sr), Catalan (ca), Japanese (ja),

libgnome 2.11.1
---------------

What's new since 2.10.x

* Features:
	- Port to Win32 (Tor Lillquist)
	- New GConf keys for document font and gtk-menu-bar-accelerator
	(Shaun McCance, Sebastien Bacher)

* Bug fixes:
	- Use correct key name for toolbar placement
	(Christian Neumair)
	- Build fixes (Kjartan, Sebastien Bacher, Ryan Lortie)
	- Fix problem with launchers being unusable for root on
	Solaris. (Vinay M R)
	- Use g_get_language_names() instead of gnome_i18n_get_language_list()
	- Fix playback of certain WAV files (Jeffrey Stedfast)
2005-10-10 13:42:11 +00:00
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
drochner
f994c748bd update to 2.10.1
changes:
-minor bugfixes
2005-07-27 17:20:49 +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
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
3356b4692f Update to 2.10.0:
libgnome 2.9.2
--------------

What's new since 2.9.1

* Bug fixes:
	- Make it build again on 64-bit platforms (James Henstridge)
	- Build fixes for Darwin (Hans Petter Jansson)

* Translations:
	- Added Xhosa (xs)
	- Updated Arabic (ar), Belarusian (be), Estii (et),
	  Spanish (es), Norwegian bokmål (nb/no)

libgnome 2.9.1
--------------

What's new since 2.8.0

* Bug fixes:
	- Handle empty Real Name fields in /etc/passwd (Callum McKenzie)
	- Fix builddir/srcdir errors (Thomas Fitzimmons)
	- Deprecation: gnome-config.[ch], gnome-i18n.[ch], gnome-score.[ch]
	  (Anders Carlsson)

* Translations:
	- Various updated translations (en_CA, es, fr, hr, it, ko lt, th)
2005-03-22 15:57:06 +00:00
jmmv
813cf28d66 Fix build on archs where va_list is not a pointer. Closes PR pkg/29535 by
Kibum Han (reporting failure under amd64).
2005-02-26 15:04:43 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
tron
8953edb006 Remove obsolete entry for "share/doc/libgnome/style.css" from pacakge list. 2005-02-23 18:45:58 +00:00
jmmv
1793fcade2 Update to 2.8.1:
* Bug fixes:
- Build fixes (Thomas Fitzsimmons, Kjartan Maraas <diskman at kc rr com>)
- Escape the app id in gconf (Anders Carlsson)
- Handle blank real name fields in /etc/password in gnome-scores.c
  (Callum McKenzie) Closes bug #149270

* Translations:
- Various updated translations (en_CA, fr, it, hu, ko, th)
2005-02-22 19:55:42 +00:00
hira
fb68120728 Pass --localstatedir=${VARBASE} to CONFIGURE_ARGS. Fix score file
path of games/gnome2-games.  Bump PKGREVISION to 2.
OK'd by jmmv@.
2005-01-23 21:57:43 +00:00
reinoud
569c68107c Fix former commit ... sorry 2004-10-08 00:42:07 +00:00
reinoud
13f80f8ff1 Fix small compilation error on Alpha; a va_args was represented by a 0 and
not by a NULL in an initialisation function; this broke with the
NetBSD/alpha compiler on Alpha (gcc 3.3.3)
2004-10-08 00:28:17 +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
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
f1d3cc019b Update to 2.8.0. This version corresponds to GNOME 2.8.0.
libgnome 2.8.0
--------------

What's new since 2.7.2

* Bug fixes:
	- Various fixes (Kjartan Maraas)
	- Avoid duplication of locale alias tables by using the ones
	  in bonobo-activation (Alexander Larsson)

* Translations:
        - New Norwegian Bookmal translation (Kjartan Maraas)
	- Various updated translations (ar, az, cs, bg, bs, ca, cs,
					cy, de, el, es, eu, en_gb, fi,
					gu, hu, ja, ko, mn, nb, ne,
					nl, nn, no, pa, pl, pt, ro,
					ru, sk, sq, sr, sv, tr, uk,
					zh_CH)

libgnome 2.7.2
--------------

What's new since 2.7.1

* Bug fixes:
	- Allow language binding instantiation of GnomeProgram

* Translations:
	- Various updated translations (ne)

libgnome 2.7.0
--------------

What's new since 2.6.1

* Bug fixes:
	- Various fixes (Chris Lahey, Christian Persche,
			 Steve Chaplin, Toshio Kuratomi,
			 Julio Merino, Kjartan Maraas)

* Features:
	- Update to automake 1.7 (James Henstridge)

* Translations:
	- Various updated translations (en_CA, hu, nl)
2004-09-21 16:46:14 +00:00
jmmv
9f0f2d9edd Update to 2.6.1.2:
2004-05-16  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.6.1.2

2004-05-15  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Post release bump.
	* libgnome/gnome-program.c: (gnome_program_instance_init):
	Merge fix for bug #142502 from HEAD.

2004-05-02  Anders Carlsson  <andersca@gnome.org>

	* libgnome/gnome-program.c: (gnome_program_get_property):
	Fix memory leak. (#135773, Christian Persche)

2004-05-02  Anders Carlsson  <andersca@gnome.org>

	* configure.in:
	* doc/reference/Makefile.am:
	* doc/reference/libgnome-docs.sgml:
	* doc/reference/version.xml.in:
	Put version number in reference docs.
	(#125759, Steve Chaplin)

2004-05-02  Anders Carlsson  <andersca@gnome.org>

	* libgnome/gnome-sound.c: Fix crash when reading invalid
	audio files. (#124519, Chris Lahey)
2004-08-31 14:18:32 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
jmmv
0ed46913f5 Update to 2.6.1.1:
Bug fixes:
- Various fixes (Kjartan Maraas, Colin Walters)

Translations:
- Added Punjabi translation (Amanpreet Singh Alam)
- Added Gujarati translation (Gujarati Team)
- Various updated translations (az, ar, be, ca, cs, cy, da, de,
				en_CA, en_GB, el, es, et, eu, fi,
				he, hr, id, it, ja, ko, lt, nn, nl,
				no, pl, pt, pt_BR, ro, ru, sk, sr@ije,
				sq, sr, sr@Latn, sv, ta, th, tr, uk,
				zh_CN, wa)
2004-05-04 21:10:13 +00:00
adam
cb6cbae750 Fix multiple perl problem (like on Darwin/MacOSX) 2004-05-02 20:34:38 +00:00
danw
85c1572e6a darwin fix 2004-04-24 20:35:15 +00:00
jmmv
55aa39d144 Update to 2.6.0:
What's new since 2.4:

* Improvements:
	- Add File Chooser backend schema (Jonathan Blandford)

* Bug fixes:
	- Fix translation of program arguments (Hidetoshi Tajima,
						Christian Neumair,
						Anders Carlsson)

* Translations:
	- Added Canadian English translation (Adam Weinberger)
	- Added Croatian translation (Robert Sedak)
	- Added Serbian Jekavian translation (Bojan Suziϙʤ)
	- Added Romanian translation (Miœô ÿu Moldovan, Mugurel Tudor)

	- Updated Albanian translation (Laurent Dhima)
	- Updated Arabic translation (Arafat Medini)
	- Updated Azerbaijani translation (Mœô£Ùtin œô¡Ïmirov)
	- Updated Belarusian translation (Ales Nyakhaychyk)
	- Updated Brazilian Portuguese translation (Augusta Margues da Silva,
					            Raphael Higino,
					  	    Everson Santos Araujo)
	- Updated British translation (Gareth Owen)
	- Updated Catalan translation (Jordi Mallach)
	- Updated Czech translation (Miloslav Trmac)
 	- Updated Danish translation (Ole Laursen)
	- Updated Dutch translation (Vincent van Adrighem,
				     Reinout van Schouwen)
	- Updated Estonian translation (Tõivo Leedjärv)
	- Updated Finnish translation (Pauli Virtanen)
 	- Updated French translation (Christophe Merlet)
	- Updated German translation (Christian Neumair)
	- Updated Greek translation (Kostas Papadimas)
	- Updated Hungarian translation (Andras Timar)
	- Updated Irish translation (Alastair McKinstry)
	- Updated Italian translation (Alesso Frusciante)
	- Updated Japanese translation (Takeshi AIHANA)
	- Updated Korean translation (Changwoo Ryu)
	- Updated Lithuanian translation (œô¡½ygimantas Beruœô ­ka, Tomas Kuliavas)
	- Updated Mongolian translation (Sanlig Badral)
	- Updated Norwegian translation (Kjartan Maraas)
	- Updated Norwegian Nynorsk translation (Åsmund Skjæveland)
	- Updated Polish translation (GNOME PL Team)
	- Updated Portuguese translation (Duarte Loreto)
	- Updated Russian translation (Russian Team)
	- Updated Serbian translations (Danilo œô¡ egan)
	- Updated Simplified Chinese translation (Funda Wang)
	- Updated Slovak translation (Marcel Telka)
	- Updated Spanish translation (Francisco Javier F. Serrador)
	- Updated Swedish translation (Christian Rose)
	- Updated Tamil translation (Dinesh Nadarajah)
	- Updated Thai translation (Paisa Seeluangsawat)
	- Updated Turkish translation (Ismail Aslan)
	- Updated Ukranian translation (Maxim Dziumanenko, Yuriy Syrota)
	- Updated Welsh translation (Dafydd Harries, Rhys Jones)
2004-04-01 18:22:04 +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
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
minskim
74b9bbc604 No longer used. 2004-03-07 06:24:25 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +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
snj
100ee95520 s/dependant/dependent/ 2004-02-13 23:40:11 +00:00
jmmv
fae2105c9f Use pkgsrc intltool. 2004-02-13 11:53:59 +00:00
xtraeme
01c47b82e7 bl3ify 2004-02-11 01:04:37 +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
jlam
4b90d17ed9 From the log for rev. 1.1260 of bsd.pkg.mk:
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of
 PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of
 PKG_SYSCONFSUBDIR.  This makes PKG_SYSCONFBASE=/etc work with pkgviews by
 installing all config files into /etc/packages/<pkg> instead of
 occasionally putting some directly into /etc."
2004-01-07 02:21:16 +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
854406c35b s/gnome-2.4/devel/. 2003-12-14 23:17:00 +00:00
jmmv
18cd4d0aef Update to 2.4.0, based on work done by xtraeme@.
2003-09-01  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.4.0

	* schemas/Makefile.am (schema_in_files): Ship
	.schemas in tarball since that's what everyone else is doing.

li2003-09-01  Laurent Dhima  <laurenti@alblinux.net>

	* configure.in: Added "sq" to ALL_LINGUAS.

2003-08-26  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* schemas/Makefile.am:
	Ship .schemas.in in tarball, not .schemas.

2003-08-25  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.3.7

2003-08-25  Alexander Larsson  <alexl@redhat.com>

	* schemas/desktop_gnome_url_handlers.schemas.in:
	Add http url handlers.

2003-08-17  Paisa Seeluangsawat  <paisa@users.sf.net>

        * configure.in: Added Thai (th) to ALL_LINGUAS.

2003-08-11  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.6

2003-07-23  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* libgnome/gnome-program.c (gnome_program_initv): Don't create new
	pointer arrays for program_module_list and program_modules if such
	arrays already exist, which may happen if
	gnome_program_module_register() has been called directly by the
	programmer.

2003-07-11  Dennis Cranston <dennis_cranston at yahoo com>

	Fixes for ui-review bug number 99533.

	* gnome-data/gtk-events-2.soundlist.in:
	  s/Action button click/Click on command button,
	  s/Check box toggled/Select check box,
	  s/Menu item activation/Choose menu item.

	* gnome-data/gnome-2.soundlist.in:
	  s/GNOME system events/System events,
	  s/Error Messages/Error message,
	  s/Informational Messages/Informational message,
	  s/Login/Log in,
	  s/Logout/Log out,
	  s/Miscellaneous Messages/Miscellaneous message,
	  s/Question Dialogs/Question dialog,
	  s/Warning Messages/Warning message.

2003-07-10  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnome/gnome-program.c: (gnome_program_postinit):
	* libgnome/gnome-score.c: (gnome_score_child): Merge
	fixes for bug #116794 + one more :)

2003-07-08  Anders Carlsson  <andersca@codefactory.se>

	* schemas/desktop_gnome_interface.schemas.in:
	Add default value for monospace font name
	(Patch by Owen Taylor).

2003-07-08  Anders Carlsson  <andersca@codefactory.se>

	* configure.in:
	Remove libxml and libxslt deps.

2003-07-08  Anders Carlsson  <andersca@codefactory.se>

	* Makefile.am:
	* configure.in:
	* help-converters/Makefile.am:
	* help-converters/README:
	* help-converters/docbook/.cvsignore:
	* help-converters/docbook/AUTHORS:
	* help-converters/docbook/Makefile.am:
	* help-converters/docbook/README:
	* help-converters/docbook/gnome-customization/.cvsignore:
	* help-converters/docbook/gnome-customization/Makefile.am:
	* help-converters/docbook/gnome-customization/gnome-custom.xsl:
	* help-converters/docbook/gnome-customization/gnome-customization.x
	sl:
	* help-converters/docbook/gnome-customization/l10n.xml:
	* help-converters/docbook/gnome-db2html3.c:
	* help-converters/gnome-vfs-module/.cvsignore:
	* help-converters/gnome-vfs-module/Makefile.am:
	* help-converters/gnome-vfs-module/help-method.c:
	* help-converters/gnome-vfs-module/help-method.h:
	* help-converters/gnome-vfs-module/help-methods.conf.in:
	* help-converters/info/.cvsignore:
	* help-converters/info/Makefile.am:
	* help-converters/info/data.h:
	* help-converters/info/html.c:
	* help-converters/info/html.h:
	* help-converters/info/main.c:
	* help-converters/info/parse.c:
	* help-converters/info/parse.h:
	* help-converters/info/utils.c:
	* help-converters/info/utils.h:
	* help-converters/info/version.h:
	* help-converters/man/.cvsignore:
	* help-converters/man/Makefile.am:
	* help-converters/man/README:
	* help-converters/man/gnome-man2html.c:
	* help-converters/man/man2html.8:
	Remove help converters (#98761)

2003-07-04  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.3.1

2003-07-02  Anders Carlsson  <andersca@codefactory.se>

	* doc/reference/.cvsignore:
	* doc/reference/Makefile.am:
	* doc/reference/libgnome-docs.sgml:
	Generate xml reference docs (#111796, Matthias Clasen)

2003-06-30  Anders Carlsson  <andersca@codefactory.se>

	* libgnome/gnome-gconf.h: Add G_BEGIN_DECLS and G_END_DECLS.

2003-06-27  Richard Hult  <richard@imendio.com>

	* schemas/desktop_gnome_typing_break.schemas.in: Remove the unused
	schemas so we don't get stuck with them after a release. Also use
	the correct name for the postpone key.

Thu Jun 26 07:35:41 2003  Jonathan Blandford  <jrb@gnome.org>

	* schemas/desktop_gnome_typing_break.schemas.in: new schemas file
	for the typing-break-daemon.

2003-06-24  Anders Carlsson  <andersca@codefactory.se>

	* schemas/desktop_gnome_peripherals_mouse.schemas.in: Fix typo.
	(#100283, Christian Rose)
	(#104140, Christian Rose)

	* schemas/desktop_gnome_interface.schemas.in: Fix typo.
	(#100280, Christian Rose)

	* schemas/desktop_gnome_accessibility_startup.schemas.in:
	Use "Applications", not "Apps". (#115570, Christian Rose)

	* libgnome/gnome-util.c: (gnome_util_user_shell):
	Check that the shells exist and that they are executable.
	(#91925, Giovanni Pardini).

2003-06-24  Anders Carlsson  <andersca@codefactory.se>

	* help-converters/info/main.c: (main):
	Use g_strdup_printf instead of sprintf.
	(#109889, Christian Marillat).

2003-06-24  Anders Carlsson  <andersca@codefactory.se>

	* help-converters/man/gnome-man2html.c: Use glib versions of
	string functions. (Fixes #81355, Morten Welinder.)

	* schemas/Makefile.am:
	Honor for --disable-schemas-install (#106119, Julio Merino.)

2003-06-24  Anders Carlsson  <andersca@codefactory.se>

	* schemas/desktop_gnome_interface.schemas.in:
	* schemas/desktop_gnome_peripherals_keyboard.schemas.in:
	Put literal values inside quotes. (#100278, Christian Rose)

2003-06-23  Anders Carlsson  <andersca@codefactory.se>

	* libgnome/.cvsignore:
	* libgnome/Makefile.am:
	* libgnome/gnome-open.c: (main):
	Add gnome-open.

Tue Jun 10 12:51:27 2003  Jonathan Blandford  <jrb@redhat.com>

	* schemas/desktop_gnome_accessibility_startup.schemas.in: Patch
	from Bill Haneman <bill.haneman@sun.com> to add at_start support.

2003-06-10  Jody Goldberg <jody@gnome.org>

	* schemas/desktop_gnome_url_handlers.schemas.in : we still need
	  ghelp, info, and man to keep the help system working.

2003-05-26  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnome/gnome-program.c: Merge fix for
	bug #113660.

2003-05-16  Telsa Gwynne <hobbit@aloss.ukuu.org.uk>

	* configure.in: Added cy to ALL_LINGUAS

2003-05-12  Hidetoshi Tajima <hidetoshi.tajima@sun.com>

	* libgnome/gnome-init.c (libgnome_module_info_get):
	call bindtextdomain and bind_textdomain_codeset() earlier
	than the current, fixing bug #99224.

2003-05-09  SamÅel JÅn Gunnarsson  <sammi@techattack.nu>

	* configure.in: Added "is" into ALL_LINGUAS

Thu May  8 18:31:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

	* help-converters/info/main.c (file_exists): make it compile on
	C89 compilers.

2003-05-08  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* configure.in: call AC_LIBTOOL_WIN32_DLL which is necessary for
	building shared library on win32 platform.

	* libgnome/Makefile.am (libgnome_2_la_LDFLAGS): add -no-undefined
	which is necessary for building shared library on some platforms
	(e.g. Win32, BeOS).

	* libgnome/libgnome-2.0.pc.in (Libs): add -lpopt.

	* help-converters/gnome-vfs-module/Makefile.am:
	(module_flags): add -module and -no-undefined.
	(libvfs_help_la_LIBADD): add $(top_builddir)/libgnome/libgnome-2.la.

	* help-converters/gnome-vfs-module/help-methods.conf.in: remove "lib"
	prefix and ".so" suffix from module names. Because these are added
	automatically by g_module_build_path(), and they breaks on Cygwin.
	Cygwin uses "cyg" and ".dll" respectively.

	* monikers/GNOME_Moniker_std.server.in.in: remove ".so" from module
	name.

	* monikers/Makefile.am (libmoniker_extra_2_la_LDFLAGS): add
	-no-undefined.

2003-05-05  Christian Rose  <menthos@menthos.com>

	* configure.in: Added sr and sr@Latn to ALL_LINGUAS.

2003-05-04  Taneem Ahmed  <taneem@eyetap.org>

	* configure.in: Added "bn" in ALL_LINGUAS

2003-05-01  Kjartan Maraas  <set EMAIL_ADDRESS environment variable>

	* libgnome/gnome-i18n.c: (unalias_lang): Locate locale.alias
	in LIBGNOME_DATADIR also. Patch from Julio Merino
	<jmmv@hispabsd.org>. Fixes bug #106180.

2003-05-01  Kjartan Maraas  <kmaraas@gnome.org>

	* schemas/desktop_gnome_interface.schemas.in: Fix typo.
	Fixes bug #104422.

2003-05-01  Kjartan Maraas  <kmaraas@gnome.org>

	* Same as below: Fix crashes when feeding dirs to the
	help converters. Merged from branch.
	* help-converters/man/Makefile.am:
	* help-converters/man/gnome-man2html.c: (output_meta_element),
	(scan_request): Fix for bug #79071. Localised man pages work.

2003-05-01  Kjartan Maraas  <kmaraas@gnome.org>

	* help-converters/man/gnome-man2html.c: (main): Fix for
	bug #73597. Patch from Roderich Schupp.
	* libgnome/gnome-config.c: (check_path): Use NULL in g_string_new()
	* libgnome/gnome-exec.c: (gnome_execute_shell_fds): Fix a typo in
	a comment.

2003-04-25  Alexander Larsson  <alexl@redhat.com>

        Patch by Frank Worsley <fworsley@shaw.ca>

	* libgnome/gnome-url.c: (gnome_url_show_with_env):
	now just calls gnome_vfs_show_url and wrap error codes in GErrors

	* libgnome/gnome-url.h:
	updated for new functions

	* schemas/desktop_gnome_url_handlers.schemas.in:
	cleaned up the url handler schemas. removed unneeded schemas and moved
	others into gnome-vfs

2003-04-14 Paul Duffy <dubhthach@frink.nuigalway.ie>

        * configure.in: Added ga (irish) to ALL_LINGUAS

2003-04-12  Arvind Samptur <arvind.samptur@wipro.com>
	* libgnome/gnome-exec.c: (gnome_execute_async_with_env_fds):
	waitpid() could fail due to a interrupted system call, loop till you
	succeed. #110100

	Reviewed by: Mark McLoughlin <mark@skynet.ie>

2003-04-11  Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

	*  libgnome/gnome-url.c (gnome_url_show_with_env):
	Make sure url substitution takes place for customized web
	browser command. Fixes bug#108909.

	Reviewed by: Mark McLoughlin <mark@skynet.ie>

2003-03-27  Anders Carlsson  <andersca@gnu.org>

	* configure.in: Releae 2.3.0

2003-03-26  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "yi" to ALL_LINGUAS.

2003-03-21  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "ml" in ALL_LINGUAS

2003-03-16  Andras Timar  <timar@gnome.hu>

	* help-converters/docbook/gnome-customization/l10n.xml:
        Added Hungarian translation.

2003-02-13  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Require intltool version that supports
	merging translations of .schemas files
	* doc/reference/Makefile.am: Removed extra '\'
	* libgnome/gnome-help.c (gnome_help_display_desktop_with_env):
	Plug a leak.

2003-02-11  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* help-converters/gnome-vfs-module/Makefile.am:
	Fix tinderbox bustage introduced by my previous commit.

2003-02-10  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* help-converters/gnome-vfs-module/Makefile.am:
	* help-converters/gnome-vfs-module/help-methods.conf:
	* help-converters/gnome-vfs-module/help-methods.conf.in:
	be sure to generate help-methods.conf based on libexecdir value
	(bug #91169)

2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>

	* po/id.po: Added Indonesian translation
	* configure.in: Added "id" to ALL_LINGUAS

Thu Jan 30 22:28:43 2003  Jonathan Blandford  <jrb@redhat.com>

	* schemas/desktop_gnome_interface.schemas.in: change default GTK+ theme.

2003-01-23  Alexander Larsson  <alexl@redhat.com>

	* libgnome/Makefile.am (libgnome_2_la_LDFLAGS):
	Correct version number error.

	* configure.in:
	Add EXTRAVERSION and set to .1
	Add missing translations to ALL_LINGUAS.

2003-01-22  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "mn" to ALL_LINGUAS.
2003-12-14 19:48:04 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
danw
2fa6129ceb add -module to libvfs-help's ldflags so it gets built correctly on darwin 2003-09-25 02:56:01 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
cb53c6fbb6 Update to 2.2.3:
Library:
* Check that user shells exist and are executable in gnome-util.c
  Fixes bug #91925. (Giovanni Pardini)
* Use glib versions of string functions in help converters.
  Fixes bug #81355. (Morten Welinder)
* Fix leak in score handling. Fixes bug #116794 (Kjartan)
* Fix reading of free'd memory in poptContext handling in
  gnome-program. (Jeff)
* Fix reading free'd memory in gnome-program (Jeff Steadfast)

Translations:
* Arafat Mendini (ar), Jordi Mallach (ca), Dafydd Harries (cy)
2003-07-11 10:28:27 +00:00
jmmv
059d477499 Update to 2.2.1:
Library:
        * Init gettext earlier to catch some bugs (Hidetoshi Tajima)
          Bug #99224
        * Fix search path for locale.alias. (Julio Merino) Bug #106180.
        * Fix url substitution with custom web browser command
          (Pasupathi Duraisamy) Bug #108909
        * Plug a leak in the help routines. (Kjartan)

Help converters:
        * Fix manual pages that have non-numeric filetypes such as
          open.3pm. Patch from Roderich Schupp. Bug #101440.
        * Fix crashes when feeding directories to the help converters.
          Patch from John Fleck. Bug #104056.
        * Generate help-methods.conf based on libexecdir value.
          Patch from Frédéric Crozat. Bug #91169.

Build:
        * Honor --disable-schemas-install. (Julio Merino)
        * Require newer intltool (Kjartan)

Translations:
        az (Metin Amiroff), be (Dmitry Mastrukov), bn (Taneem Ahmed),
        cs (Miloslav Trmac), de (Christian Neumair), el (Kostas
	Papadimas),
        es (Carlos Perello Martin), id (Mohammad DAMT), ja (Takeshi
	AIHANA),
        ml (Guntupalli Karunkar), mn (Badral Saulig), ms (Hasbullah Bin
	Pit),
        ko (Changwoo Ryu), nl (Vincent Van Adrighem), no (Kjartan
	Maraas),
        pl (Zbigniew Chyla), pt (Duarte Loreto), ru (Dmitry Mastrukov)
2003-05-25 07:58:05 +00:00
jmmv
06e819b5ea Behave properly if ${PKG_SYSCONFDIR.gnome-vfs2} is set. 2003-05-05 13:50:56 +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
jmmv
3a84fed861 GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.

Okay'ed by wiz.
2003-02-18 20:52:05 +00:00
jmmv
018c4dc122 Fix search path for the locale.alias file.
No PKGREVISION bump as it has been bumped few hours ago.
2003-02-15 17:01:43 +00:00
jmmv
36db79780c Handle trailing slashes when calling mkdir(2) in a better way.
I hope this solves some obscure problems introduced by the old patches.
2003-02-15 13:30:49 +00:00
jmmv
4748cd102f Updated to 2.2.0.1. Changes since 2.0.6 include:
* libgnome/Makefile.am (libgnome_2_la_LDFLAGS): Correct version number error.
* configure.in: Add EXTRAVERSION and set to .1.  Add missing translations to
  ALL_LINGUAS.
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: Fix libtool versioning. Up number to 2.2.0
* schemas/desktop_gnome_peripherals_mouse.schemas.in: add
  /desktop/gnome/peripherals/mouse/cursor_theme and
  /desktop/gnome/peripherals/mouse/cursor_size
* monikers/bonobo-config-bag.c (bonobo_config_bag_new): Fix comment.
* schemas/Makefile.am (schema_in_files)
  schemas/desktop_gnome_thumbnailers.schemas.in: Add schemas for thumbnailers.
* schemas/desktop_gnome_accessibility_keyboard.schemas.in : set defaults to 0
  to fix #96483
* help-converters/info/main.c output title, fixing bug #83905

Changes in the package:
- Honor PKG_SYSCONFDIR.
- Use GConf2's schemas.mk file to register schemas.
- Depend on docbook, so the installed customization layer works.
2003-02-14 20:11:49 +00:00
jmmv
5f5fc3e535 Do not try to remove lib/bonobo/{monikers,servers} (removed by
bonobo-activation).
2003-01-05 10:39:10 +00:00
jmmv
176df99515 Updated libgnome to 2.0.6. Changes since 2.0.4:
- Added el, be, cs and am translations.
- Make gnome_program_module_register do what it's supposed to do.
2003-01-03 23:26:21 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26: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
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
jlam
e576968c0f Don't symlink certain classes of files that aren't needed by buildlink2:
*.pc and binaries.  Both these things are simply found by packages in their
true installed locations.
2002-09-22 09:52:33 +00:00
rh
da326925b6 Initial import of libgnome-2.0.4, the non-graphical core of GNOME2.
Provided by Julio Merino <jmmv@hispabsd.org>.  This closes PR pkg/18190.
2002-09-11 23:31:16 +00:00