pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/fltk13



Module Name:    pkgsrc
Committed By:   thor
Date:           Wed May 26 13:03:40 UTC 2021

Modified Files:
        pkgsrc/x11/fltk13: Makefile

Log Message:
x11/fltk13: remove superfluous libxcb and libXcursor dependencies

This reverts the recent changes again. I did not see that libXcursor
has been added in the meantime by someone else.

I also verfied that libxcb ends up in the work/.buildink as indirect dependency.

So both added entries in Makefile are gone again.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/fltk13/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/fltk13/Makefile
diff -u pkgsrc/x11/fltk13/Makefile:1.38 pkgsrc/x11/fltk13/Makefile:1.39
--- pkgsrc/x11/fltk13/Makefile:1.38     Sun May 23 20:58:20 2021
+++ pkgsrc/x11/fltk13/Makefile  Wed May 26 13:03:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2021/05/23 20:58:20 thor Exp $
+# $NetBSD: Makefile,v 1.39 2021/05/26 13:03:40 thor Exp $
 
 DISTNAME=      fltk-1.3.6-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -68,8 +68,6 @@ CONFIGURE_ARGS+=      --disable-localjpeg --d
 .  include "../../x11/libXext/buildlink3.mk"
 .  include "../../x11/libXft/buildlink3.mk"
 .  include "../../x11/libXinerama/buildlink3.mk"
-.  include "../../x11/libxcb/buildlink3.mk"
-.  include "../../x11/libXcursor/buildlink3.mk"
 BUILDLINK_DEPMETHOD.libXt?=    build
 .  include "../../x11/libXt/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index