Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
dependency bumps.
|
|
to register the provided DTD. Bump PKGREVISION.
|
|
and this one can't be an exception. Bump PKGREVISION to 6.
This fixes problems shown in last Hubert's bulk build.
|
|
|
|
latest changes in the xmlcatmgr package.
|
|
across multiple packages (really, the package did not register itself in
the catalog before this change). Bump PKGREVISION to 4.
|
|
libglade2 to install modules inside it.
|
|
- 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.
|
|
Approved by wiz.
|
|
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
|
|
|
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
|
|
for the extra CPPFLAGS and LDFLAGS needed by packages that include these
buildlink2.mk files.
|
|
*.pc and binaries. Both these things are simply found by packages in their
true installed locations.
|
|
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
|
|
|
|
<jmmv@hispabsd.org>.
Changes are:
- fix up search path for libglade modules.
- various memory leak fixes (Kristian Rietveld).
- now uses buildlink2
|
|
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.
|