Commit graph

29 commits

Author SHA1 Message Date
minskim
5f9eeeb153 Add build dependency on pkgconfig. 2004-04-11 14:01:55 +00:00
recht
e37f16148b update to 1.99.11
-----------------------
gal-1.99.11  2004-02-18
-----------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

#44222 - Task summary entry widget not i18ned (Suresh Chandrasekharan)
#46165 - Browsing the calendar causes crash and displays
         nothing (Chris Toshok)
#48815 - Customize fields sub-windows dont close on ESC (Charles Zhang)
#49912 - Contacts list crash issue (Leon Zhang)
#50065 - Chinese locales Input method hangs after a task entry
	 and new folder creation (Suresh Chandrasekharan)
#50258 - Shared object looks for wrong mo file (Suresh Chandrasekharan)
#51527 - Gal widgets produces backspace for Ctrl-space for
	 japanese input (Suresh Chandrasekharan)

Other bugs and changes:

- fix namespacing to build with GNOME 2.6 (Mike Kestner, Radek Doulik)
- remove hard coded disable deprecated flags (JP Rosevear)
- updated translations: ja (Takeshi AIHANA), fi (Ilkka Tuohela),
  cs (Miloslav Trmac), sv (Christian Rose), es (Francisco Javier F. Serrador),
  pt_BR (Gustavo Maciel Dias Vieira), nl (Vincent van Adrighem),
  no (Kjartan Maraas), pt (Duarte Loreto), sr (Danilo Segan),
  ca (Jordi Mallach), el (Nikos Charonitakis), sk (Stanislav Visnovsky)
2004-04-02 18:14:29 +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
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
jmmv
53aacf3789 unused 2004-02-20 17:50:36 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +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
0429a7dd4a bl3ify 2004-02-11 02:54:41 +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
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
recht
e5b7bfeafd update to 1.99.10
Lots of changes/fixes, please see NEWS for details.
Also update the descriptions since there is now Helix Code any more.
2003-12-06 17:50:02 +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
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +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
jmc
3d3fcc0715 Clean up configure patch to just relevant sections. Also redo patch-ac in
a correct way. Just declare a va_list in the function but don't init it
and pass it along to gnome_canvas_item_construct. It'll never get referenced
since the property name is NULL so it's safe.
2003-03-06 08:51:00 +00:00
jmc
529ba5c2a3 Oops, my mistake. the libgnome ref was not needed 2003-03-06 07:58:18 +00:00
jmc
9cb16fb693 Various patches to make this build
1. Needs libgnomeprint* (initially at 2.0). We've only ever used 2.2 and
looking through the ftp archive at gnome only shows a 2.1 and 2.2 release.
Building with 2.2 works fine so the API appears to work ok. Updated
configure to look for 2.2 instead of 2.0 via pkg-config

2. Needed to properly build a va_list via casting NULL for arches where
va_list isn't a simple type (ala void *) like it is on most x86 OS's.

3. Bumped PKGREVISION to note changes. Builds on x86 and macppc now via
tests.
2003-03-06 07:25:09 +00:00
jmmv
87966f8079 Remove gtk-doc dependancy from buildlink2.mk 2003-01-07 23:45: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
937b3bf13b USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 23:21:32 +00:00
rh
703f176d59 Initial import of gal2-0.0.7, the GNOME2 application layer library 2002-11-02 05:45:30 +00:00