pkgsrc-Bugs archive

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

Re: pkg/43521: x11/gtkmm fails to build on Linux



> The following reply was made to PR pkg/43521; it has been noted by GNATS.

> From: Tobias Nygren <tnn%NetBSD.org@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc: 
> Subject: Re: pkg/43521: x11/gtkmm fails to build on Linux
> Date: Sun, 27 Jun 2010 13:22:42 +0200

>  Probably the same problem as pkg/42258 for glibmm.

Yes. With the following patch it is compiled both under
Linux and NetBSD. Thanks!

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/gtkmm/Makefile,v
retrieving revision 1.69
diff -u -r1.69 Makefile
--- Makefile    13 Jun 2010 22:45:39 -0000      1.69
+++ Makefile    27 Jun 2010 16:01:49 -0000
@@ -18,6 +18,8 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-examples
 
+EXTRACT_USING=         bsdtar
+
 PKGCONFIG_OVERRIDE=    atk/atkmm-1.6.pc.in
 PKGCONFIG_OVERRIDE+=   gdk/gdkmm-2.4.pc.in
 PKGCONFIG_OVERRIDE+=   gtk/gtkmm-2.4.pc.in
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/x11/gtkmm/PLIST,v
retrieving revision 1.36
diff -u -r1.36 PLIST
--- PLIST       2 Jun 2010 16:45:41 -0000       1.36
+++ PLIST       27 Jun 2010 16:01:49 -0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2010/06/02 16:45:41 adam Exp $
+@comment $NetBSD$
 include/atkmm-1.6/atkmm.h
 include/atkmm-1.6/atkmm/action.h
 include/atkmm-1.6/atkmm/component.h
@@ -608,6 +608,9 @@
 share/doc/gtkmm-2.4/reference/html/classGdk_1_1Window-members.html
 share/doc/gtkmm-2.4/reference/html/classGdk_1_1Window.html
 share/doc/gtkmm-2.4/reference/html/classGdk_1_1Window__coll__graph.png
+share/doc/gtkmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01Gtk_1_1RecentInfo_01_4_01_4-members.html
+share/doc/gtkmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01Gtk_1_1RecentInfo_01_4_01_4.html
+share/doc/gtkmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01Gtk_1_1RecentInfo_01_4_01_4__coll__graph.png
 share/doc/gtkmm-2.4/reference/html/classGtk_1_1AboutDialog-members.html
 share/doc/gtkmm-2.4/reference/html/classGtk_1_1AboutDialog.html
 share/doc/gtkmm-2.4/reference/html/classGtk_1_1AboutDialog__coll__graph.png
@@ -752,7 +755,9 @@
 share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDownItem-members.html
 share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDownItem.html
 
share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDownItem__coll__graph.png
+share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList-members.html
 
share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList.html
+share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList__coll__graph.png
 share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDown__coll__graph.png
 share/doc/gtkmm-2.4/reference/html/classGtk_1_1Combo__coll__graph.png
 share/doc/gtkmm-2.4/reference/html/classGtk_1_1Container-members.html

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index