Commit graph

68 commits

Author SHA1 Message Date
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
87abcff522 Use the XML_ENTRIES variable provided by textproc/xmlcatmgr/catalogs.mk
to register the provided DTD.  Bump PKGREVISION.
2003-01-29 20:28:31 +00:00
jmmv
cc2c03c6c9 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.
2003-01-12 19:48:34 +00:00
jmmv
67a21559ad Oops, the new -c argument was added in the wrong place, fix it. 2003-01-11 21:14:43 +00:00
jmmv
3796179ed2 Tell xmlcatmgr which catalog to modify. Bump PKGREVISION to 5, because of
latest changes in the xmlcatmgr package.
2003-01-11 21:12:02 +00:00
jmmv
1e816f3ace 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.
2003-01-10 19:36:02 +00:00
jmmv
cfe074ac8e Install empty directory lib/libglade/2.0, used by packages depending on
libglade2 to install modules inside it.
2003-01-05 12:17:43 +00:00
jmmv
bcce045cf9 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.
2003-01-05 11:54:44 +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
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +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
011e4075f8 Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard names
for the extra CPPFLAGS and LDFLAGS needed by packages that include these
buildlink2.mk files.
2002-09-23 02:28:36 +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
wiz
80ee491886 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.
2002-09-10 16:06:32 +00:00
wiz
4561d27c4e Unused. 2002-09-10 12:57:17 +00:00
rh
8402b03e3e 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
2002-09-07 03:24:12 +00:00
wiz
51b099c2b9 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.
2002-07-12 17:33:14 +00:00