Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.158 retrieving revision 1.165 diff -u -p -r1.158 -r1.165 --- pkgsrc/devel/glib2/Makefile 2009/04/28 19:41:11 1.158 +++ pkgsrc/devel/glib2/Makefile 2009/08/29 15:20:20 1.165 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.158 2009/04/28 19:41:11 zafer Exp $ +# $NetBSD: Makefile,v 1.165 2009/08/29 15:20:20 wiz Exp $ # When updating glib2, please apply patch-ak to configure.in # Then run a matching version of autoconf to regen patch-aa. -DISTNAME= glib-2.20.1 +DISTNAME= glib-2.20.5 PKGNAME= ${DISTNAME:S/glib/glib2/} CATEGORIES= devel MASTER_SITES= ftp://ftp.gtk.org/pub/glib/2.20/ \ @@ -12,6 +12,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://developer.gnome.org/doc/API/2.0/glib/glib.html COMMENT= Some useful routines for C programming (glib2) +LICENSE= gnu-lgpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -73,20 +74,14 @@ SUBST_MESSAGE.thr= Fixing libgthread. CONFIGURE_ENV+= gt_cv_c_wchar_t=no .endif -# Workaround for Bug#562310 -.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS" +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. TOOLS_NOOP+= gtkdoc-rebase -.endif .if ${OPSYS} == "HPUX" CONFIGURE_ENV+= ac_cv_func_mmap_fixed_mapped=yes .endif -# Handle directories shared with devel/glib. -PRINT_PLIST_AWK+= /^@dirrm include\/glib$$/ \ - { print "@unexec $${RMDIR} %D/" $$2 \ - " 2>/dev/null || $${TRUE}"; next; } - PLIST_VARS+= fam .if ${OPSYS} != "HPUX" && ${OPSYS} != "OSF1"