Path to this page:
./
devel/glib2,
Some useful routines for C programming (glib2)
Branch: pkgsrc-2012Q1,
Version: 2.30.3nb1,
Package name: glib2-2.30.3nb1,
Maintainer: pkgsrc-usersGLib is the low-level core library that forms the basis for projects
such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality as
an event loop, threads, dynamic loading, and an object system.
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2011/02/20 17:40:54 jmmv Exp $
#
# Forcibly remove any auto-generated caches. The cache-regeneration tools
# should be doing this automatically when there are no more files in the
# directories they scan, but they don't. And, anyway, we need to do this
# if we want in-place updates of glib2 to work correctly.
#
GIO_MODULES_DIR="@GIO_MODULES_DIR@"
GLIB_SCHEMAS_DIR="@GLIB_SCHEMAS_DIR@"
case ${STAGE} in
DEINSTALL)
${RM} -f "${GIO_MODULES_DIR}/giomodule.cache"
${RM} -f "${GLIB_SCHEMAS_DIR}/gschemas.compiled"
;;
esac
Required to run:[
lang/perl5] [
devel/libffi] [
devel/pcre]
Required to build:[
archivers/xz] [
devel/libtool-base] [
devel/pkg-config] [
devel/gmake]
Master sites: (Expand)
SHA1: ec97dd659862dca05d18093a6ea6c309dcff0cdd
RMD160: 0887b08e2fff75c325ed1fb1123baaf42dc9779b
Filesize: 5510.203 KB
Version history: (Expand)
- (2012-04-10) Package added to pkgsrc.se, version glib2-2.30.3nb1 (created)
CVS history: (Expand)
2012-04-15 15:06:03 by Matthias Scheler | Files touched by this commit (4) |
Log message:
Pullup ticket #3733 - requested by bsiegert
devel/glib2: portability fix
Revisions pulled up:
- devel/glib2/distinfo 1.167
- devel/glib2/patches/patch-ap 1.3
- devel/glib2/patches/patch-aq 1.3
- devel/glib2/patches/patch-glib_goption.c 1.1
---
Module Name: pkgsrc
Committed By: bsiegert
Date: Tue Apr 10 19:48:17 UTC 2012
Modified Files:
pkgsrc/devel/glib2: distinfo
pkgsrc/devel/glib2/patches: patch-ap patch-aq
Added Files:
pkgsrc/devel/glib2/patches: patch-glib_goption.c
Log message:
Add some patches for MirBSD support. More to come, but these are at least
sufficient to make glib2 build successfully.
|