pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xcb-util



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Dec 21 10:11:25 UTC 2021

Modified Files:
        pkgsrc/x11/xcb-util: Makefile

Log Message:
xcb-util: Remove avoid-duplicate. This is causing problems during upload
because the builtin mechanism isn't working for whatever reason.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xcb-util/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xcb-util/Makefile
diff -u pkgsrc/x11/xcb-util/Makefile:1.14 pkgsrc/x11/xcb-util/Makefile:1.15
--- pkgsrc/x11/xcb-util/Makefile:1.14   Fri Dec  3 12:36:32 2021
+++ pkgsrc/x11/xcb-util/Makefile        Tue Dec 21 10:11:25 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/12/03 12:36:32 nia Exp $
+# $NetBSD: Makefile,v 1.15 2021/12/21 10:11:25 nia Exp $
 
 DISTNAME=      xcb-util-0.4.0
 CATEGORIES=    x11
@@ -19,7 +19,5 @@ PKGCONFIG_OVERRIDE+=  xcb-event.pc.in
 PKGCONFIG_OVERRIDE+=   xcb-aux.pc.in
 
 .include "../../devel/gperf/buildlink3.mk"
-X11_BUILTIN_NAME=      xcb-util
-.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../x11/libxcb/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index