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/x11/xcb-util/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xcb-util/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.8.2.1 diff -u -p -r1.3 -r1.8.2.1 --- pkgsrc/x11/xcb-util/Makefile 2009/05/29 09:28:17 1.3 +++ pkgsrc/x11/xcb-util/Makefile 2012/10/03 12:10:07 1.8.2.1 @@ -1,30 +1,26 @@ -# $NetBSD: Makefile,v 1.3 2009/05/29 09:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.8.2.1 2012/10/03 12:10:07 spz Exp $ # -DISTNAME= xcb-util-0.3.5 +DISTNAME= xcb-util-0.3.9 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= bjs@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xcb.freedesktop.org/ COMMENT= XCB Utilities PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config gmake +USE_TOOLS+= pkg-config gmake gm4 USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE+= atom/xcb-atom.pc.in -PKGCONFIG_OVERRIDE+= aux/xcb-aux.pc.in -PKGCONFIG_OVERRIDE+= event/xcb-event.pc.in -PKGCONFIG_OVERRIDE+= icccm/xcb-icccm.pc.in -PKGCONFIG_OVERRIDE+= image/xcb-image.pc.in -PKGCONFIG_OVERRIDE+= keysyms/xcb-keysyms.pc.in -PKGCONFIG_OVERRIDE+= property/xcb-property.pc.in -PKGCONFIG_OVERRIDE+= renderutil/xcb-renderutil.pc.in -PKGCONFIG_OVERRIDE+= reply/xcb-reply.pc.in +PKGCONFIG_OVERRIDE+= xcb-util.pc.in +PKGCONFIG_OVERRIDE+= xcb-atom.pc.in +PKGCONFIG_OVERRIDE+= xcb-event.pc.in +PKGCONFIG_OVERRIDE+= xcb-aux.pc.in .include "../../devel/gperf/buildlink3.mk" .include "../../x11/libxcb/buildlink3.mk"