The NetBSD Project

CVS log for pkgsrc/devel/libglade2/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / libglade2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.54
Fri Sep 21 12:58:56 2007 UTC (17 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cube-native-xorg-base, cube-native-xorg, HEAD
FILE REMOVED
Changes since revision 1.53: +1 -1 lines
Rename libglade2 to libglade to match the upstream name.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Aug 9 19:13:29 2007 UTC (17 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3 lines
-take maintainership
-update to 2.6.2
 change: Fix building with gtk+ 2.11, to ease future updates

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Jul 6 18:33:10 2007 UTC (17 years, 10 months ago) by drochner
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -3 lines
update to 2.6.1
changes:
-Added glade_xml_construct_from_buffer() for language bindings

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Dec 20 07:37:02 2006 UTC (18 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Remove @dirrm lib/libglade -- that directory is not created by
this package. Bump PKGREVISION.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Nov 14 14:29:10 2006 UTC (18 years, 6 months ago) by joerg
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +5 -4 lines
DESTDIR support. Use OWN_DIRS as it is most likely a missing dependency
when file are still in the glade library directory, so complains at
deinstall time are ok. Bump revision for the latter. Discussed with jmmv
before EuroBSDCon.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Oct 4 21:35:59 2006 UTC (18 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Aug 10 14:11:04 2006 UTC (18 years, 9 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
install gtk-doc documentation in the gtk-doc standard path so that it
is found by the new "devhelp" documentation browser, bump PKGREVISION,
in response to PR pkg/34159 by "khorben@syn.localhost"

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Aug 3 17:35:34 2006 UTC (18 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -4 lines
update to 2.6.0
changes:
- Compiler warning fixes
- Fixes for ASCII characters in entries

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:46:11 2006 UTC (19 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Apr 13 18:23:31 2006 UTC (19 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -4 lines
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete.  Replace with
USE_TOOLS+=msgfmt.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Apr 6 06:21:51 2006 UTC (19 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -4 lines
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).

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Mar 21 06:00:44 2006 UTC (19 years, 1 month ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:08:45 2006 UTC (19 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Jan 24 07:32:03 2006 UTC (19 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Aug 10 20:56:15 2005 UTC (19 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3 lines
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.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jul 21 16:29:48 2005 UTC (19 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jun 6 18:37:22 2005 UTC (19 years, 11 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
There is no need to set PYTHON to false in the configure environment, since
we already skip the checks from within patch-aa.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jun 1 18:02:44 2005 UTC (19 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -2 lines
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.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun May 22 20:07:52 2005 UTC (19 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
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

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:26 2005 UTC (20 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Mar 22 18:23:13 2005 UTC (20 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Fix typo in gtk2 dependency (found by xtraeme@).

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Mar 22 15:57:32 2005 UTC (20 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +8 -4 lines
Update to 2.5.1:

libglade-2.5.1: 11-February-2005
        - Fix toolbar breakage from the 2.4.1/2.5.0 releases.
        - Fix handling of GtkFileChooserDialog internal children.

libglade-2.5.0: 29-November-2004
	- Add support for GtkFileChooserButton, GtkIconView,
	  GtkAboutDialog and GtkMenuToolButton.
	- Register GtkFileChooserDialog correctly.
	- Fix a number of bugs in the libglade-convert utility.
	- Fix some memory leaks in the XML parsing code.
	- Handle tooltips on GtkToolItems properly, and get rid of uses of
	  the old toolbar API.
	- Fix some bugs in setting up ATK relations.
	- Various other bug fixes (see ChangeLog).

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Feb 26 17:23:12 2005 UTC (20 years, 2 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -3 lines
Update to 2.4.2:

- Fix toolbar breakage from the 2.4.1 release.
- Fix handling of GtkFileChooserDialog internal children.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jan 25 22:42:49 2005 UTC (20 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Drop python dependency.  Python is supposed to be used by the libglade-convert
script, but as the package is currently missing another dependency, it's not
being installed.

Therefore, and as we haven't noticed any other package requiring this utility,
simply drop it completely.  (If it's needed some day, we can simply create a
package to install it, but depending on python here is not good.)

Bump PKGREVISION to 1.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Dec 28 21:41:45 2004 UTC (20 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
Update to 2.4.1:
- Register GtkFileChooserDialog correctly.
- Fix a number of bugs in the libglade-convert utility.
- Fix some memory leaks in the XML parsing code.
- Handle tooltips on GtkToolItems properly, and get rid of uses of
  the old toolbar API.
- Fix some bugs in setting up ATK relations.
- Various other bug fixes (see ChangeLog).

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Dec 24 08:04:26 2004 UTC (20 years, 4 months ago) by reed
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Bump PKGREVISION and also bump the BUILDLINK_RECOMMENDED.libglade2
to latest, because it was never bumped before when one of its
NEEDED shared libraries was upgraded.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:29 2004 UTC (20 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
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.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Sep 2 12:14:29 2004 UTC (20 years, 8 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Update to 2.4.0: the code has been marked as stable and some cleanups have
been done.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Apr 17 10:39:23 2004 UTC (21 years, 1 month ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -1 lines
Require glib2 >= 2.4.0nb2 to get the dlopen(NULL, 0) workaround, because
this functionality is used by this library.  Bump PKGREVISION to 1.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Apr 1 18:16:46 2004 UTC (21 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -5 lines
Update to 2.3.6:

libglade-2.3.6: 10-March-2004
- Implement support GtkComboBoxEntry, GtkToolItem, GtkToolButton,
  GtkToggleToolButton, GtkRadioToolButton & GtkSeparatorToolItem (Damon
  Chaplin)
- Fix automake warning (Steve Chaplin)
- Add libglade version number to the docs (Matthias Clasen)
- Fix usage of C++ keyword as an argument name (Bas Driessen)
- Allow additional signal parameter for glademm (Christof Petig)
- Support tooltips in toolbars (Michael Voigt)

libglade-2.3.2: 15-January-2004
- Support disambiguating msgids by prefixing them with a context
  string. (Christian Stimming, Matthias Clasen)

libglade-2.3.1:  14-November-2003
- Register GtkColorButton, GtkComboBox, GtkFileChooser and
  GtkFontButton types (Jonathan Blandford)
- Implemement support for GtkExpander (Mark McLoughlin)
- Fix memory leak and incorrect colour map usage (Morten Welinder)
- Win32 build support (Tor Lillqvist, Masahiro Sakai)
- Build fixes (James Henstridge, Michael Meeks)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Feb 14 17:21:38 2004 UTC (21 years, 3 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
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.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Feb 12 15:17:49 2004 UTC (21 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
This needs pkgconfig.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 11 01:23:36 2004 UTC (21 years, 3 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
bl3ify

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 23 17:18:31 2004 UTC (21 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Bump PKGREVISION due to xmlcatmgr update to 2.0beta1

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jan 3 18:49:38 2004 UTC (21 years, 4 months ago) by reed
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Dec 13 00:45:22 2003 UTC (21 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Bump PKGREVISION for atk library major bump.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Dec 4 19:48:24 2003 UTC (21 years, 5 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Sep 23 12:18:57 2003 UTC (21 years, 7 months ago) by recht
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2 lines
Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Aug 10 03:15:29 2003 UTC (21 years, 9 months ago) by grant
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
s/gui/GUI/

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:31:28 2003 UTC (21 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jul 13 13:51:18 2003 UTC (21 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
PKGREVISION bump for libiconv update.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 2 11:54:35 2003 UTC (22 years ago) by wiz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jan 29 20:28:31 2003 UTC (22 years, 3 months ago) by jmmv
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -6 lines
Use the XML_ENTRIES variable provided by textproc/xmlcatmgr/catalogs.mk
to register the provided DTD.  Bump PKGREVISION.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jan 12 19:48:34 2003 UTC (22 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Install under LOCALBASE.  All GNOME2 stuff is installed in this location,
and this one can't be an exception.  Bump PKGREVISION to 6.
This fixes problems shown in last Hubert's bulk build.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 11 21:12:02 2003 UTC (22 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Tell xmlcatmgr which catalog to modify. Bump PKGREVISION to 5, because of
latest changes in the xmlcatmgr package.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jan 10 19:36:02 2003 UTC (22 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -2 lines
Use xmlcatmgr to manage the share/xml/catalog file, so it can be shared
across multiple packages (really, the package did not register itself in
the catalog before this change). Bump PKGREVISION to 4.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jan 5 12:17:43 2003 UTC (22 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -1 lines
Install empty directory lib/libglade/2.0, used by packages depending on
libglade2 to install modules inside it.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 5 11:54:44 2003 UTC (22 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -3 lines
Bump PKGREVISION to 3; changes:
- Fix PKGNAME to use variable modifiers.
- Depend on python, which is required to create a script.
- Disable gtk-doc detection (not required).
- Install documentation in share/doc/html, instead of share/gtk-doc/html.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 3 15:26:56 2003 UTC (22 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Dec 24 06:09:56 2002 UTC (22 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
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.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 19 10:54:50 2002 UTC (22 years, 7 months ago) by rh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Sep 10 16:06:39 2002 UTC (22 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 7 03:24:12 2002 UTC (22 years, 8 months ago) by rh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -7 lines
Update libglade2 to 2.0.1.  Provided in PR pkg/18188 by Julio Merino
<jmmv@hispabsd.org>.

Changes are:
        - fix up search path for libglade modules.
        - various memory leak fixes (Kristian Rietveld).
	- now uses buildlink2

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Jul 12 17:33:14 2002 UTC (22 years, 10 months ago) by wiz
Branches: TNF
CVS tags: pkgviews-base, pkgviews, pkgsrc-base, netbsd-1-6-RELEASE-base, netbsd-1-6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of libglade2, supplied by Julio Merino in pkg/17462.

  Libglade is a library that performs a similar job to the C source
output routines in the GLADE user interface builder.   Whereas GLADE's
output routines create C code that can then be compiled, libglade builds
the interface from an XML file (GLADE's save format) at runtime.  This
way you can change the look of a program without needing to recompile.

  Currently it supports all the widgets in current releases, together
with support for keyboard accelerators and automatic signal
connection.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 12 17:33:14 2002 UTC (22 years, 10 months ago) by wiz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>