tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
enbale GraphicsContext support in wxGTK28
Hello,
I'm working on packaging an application (opencpn) which requires a wxGTK
compiled with GraphicsContext support. So I propose to enable it in
x11/wxGTK28. AFAIK it shouldn't cause problems (linux distributions seems
to have it enabled by default). The attached patch does this, and bump
PKGREVISION for wxGTK28 and wxGTK28-contrib.
Packages dependant on them shouldn't need a PKGREVISION bump because the
ABI should be backward-compatible (kicad is still working fine for me,
with the new wxGTK28 package).
Any objection ?
I'm waiting on this to commit opencpn.
--
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
NetBSD: 26 ans d'experience feront toujours la difference
--
Index: wxGTK28/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/wxGTK28/Makefile,v
retrieving revision 1.38
diff -u -p -u -r1.38 Makefile
--- wxGTK28/Makefile 5 May 2014 00:48:33 -0000 1.38
+++ wxGTK28/Makefile 23 May 2014 17:08:50 -0000
@@ -4,7 +4,7 @@
.include "../../x11/wxGTK28/Makefile.common"
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK28/}
-PKGREVISION= 5
+PKGREVISION= 6
COMMENT= GTK-based implementation of the wxWidgets GUI library
BUILD_TARGET= all
Index: wxGTK28/Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/x11/wxGTK28/Makefile.common,v
retrieving revision 1.15
diff -u -p -u -r1.15 Makefile.common
--- wxGTK28/Makefile.common 15 Jun 2013 02:30:57 -0000 1.15
+++ wxGTK28/Makefile.common 23 May 2014 17:08:50 -0000
@@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --with-expat=sys
CONFIGURE_ARGS+= --with-zlib=sys
CONFIGURE_ARGS+= --with-regex=builtin
CONFIGURE_ARGS+= --enable-mediactrl
+CONFIGURE_ARGS+= --enable-graphics_ctx
DOCDIR= ${PREFIX}/share/doc/wxGTK
PKGLOCALEDIR= share
Index: wxGTK28-contrib/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/wxGTK28-contrib/Makefile,v
retrieving revision 1.30
diff -u -p -u -r1.30 Makefile
--- wxGTK28-contrib/Makefile 5 May 2014 00:48:33 -0000 1.30
+++ wxGTK28-contrib/Makefile 23 May 2014 17:08:50 -0000
@@ -3,7 +3,7 @@
.include "../../x11/wxGTK28/Makefile.common"
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK28-contrib/}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= Contrib libraries for wxWidgets GTK
USE_TOOLS+= gmake
Home |
Main Index |
Thread Index |
Old Index