new port submission, x11-toolkits/p5-Gtk2-GladeXML
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->feedback Hi Paul, Build failed, could you please take a look? http://i386.miwibox.org/index.php?action=describe_port&id=1617 http://amd64.miwibox.org/index.php?action=describe_port&id=1537 - Martin
--On Wednesday, August 13, 2008 07:22:58 +0000 miwi@FreeBSD.org wrote: > Synopsis: new port submission, x11-toolkits/p5-Gtk2-GladeXML > > State-Changed-From-To: open->feedback > State-Changed-By: miwi > State-Changed-When: Wed Aug 13 07:22:18 UTC 2008 > State-Changed-Why: > Hi Paul, > > Build failed, could you please take a look? > > http://i386.miwibox.org/index.php?action=describe_port&id=1617 > http://amd64.miwibox.org/index.php?action=describe_port&id=1537 > > - Martin > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=125886 This patch should fix the problem. --- Makefile.orig 2008-08-13 10:26:41.000000000 -0500 +++ Makefile 2008-08-13 10:29:42.000000000 -0500 @@ -15,6 +15,7 @@ COMMENT= Creates users interfaces directly from Glade XML files BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ + p5-ExtUtils-Depends>=0.3:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/
--On August 15, 2008 10:16:23 PM +0200 Martin Wilke <miwi@FreeBSD.org> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wed, Aug 13, 2008 at 10:36:07AM -0500, Paul Schmehl wrote: >> --On Wednesday, August 13, 2008 07:22:58 +0000 miwi@FreeBSD.org wrote: >> >> > Synopsis: new port submission, x11-toolkits/p5-Gtk2-GladeXML >> > >> > State-Changed-From-To: open->feedback >> > State-Changed-By: miwi >> > State-Changed-When: Wed Aug 13 07:22:18 UTC 2008 >> > State-Changed-Why: >> > Hi Paul, >> > >> > Build failed, could you please take a look? >> > >> > http://i386.miwibox.org/index.php?action=describe_port&id=1617 >> > http://amd64.miwibox.org/index.php?action=describe_port&id=1537 >> > >> > - Martin >> > >> > >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=125886 >> >> This patch should fix the problem. >> >> --- Makefile.orig 2008-08-13 10:26:41.000000000 -0500 >> +++ Makefile 2008-08-13 10:29:42.000000000 -0500 >> @@ -15,6 +15,7 @@ >> COMMENT= Creates users interfaces directly from Glade XML files >> >> BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ >> + >> p5-ExtUtils-Depends>=0.3:${PORTSDIR}/devel/p5-ExtUtils-Depends \ >> p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 >> RUN_DEPENDS:= ${BUILD_DEPENDS} >> > > Still broken > http://i386.miwibox.org//errors/6.3-FreeBSD/p5-Gtk2-GladeXML-1.006.log > Sheesh. Replace that patch with this one: --- Makefile.orig 2008-08-13 10:26:41.000000000 -0500 +++ Makefile 2008-08-15 23:34:45.000000000 -0500 @@ -15,6 +15,8 @@ COMMENT= Creates users interfaces directly from Glade XML files BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \ + p5-ExtUtils-Depends>=0.3:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=1.1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/
State Changed From-To: feedback->closed New port added, with minor changes. Thanks!
miwi 2008-08-19 23:01:46 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/p5-Gtk2-GladeXML Makefile distinfo pkg-descr pkg-plist Log: Gtk2-GladeXML allows Perl programmers to use libglade, a C library that generates GUIs directly from the XML output of the Glade UI designer. WWW: http://search.cpan.org/dist/Gtk2-GladeXML/ PR: ports/125886 Submitted by: Paul Schmehl <pauls at utdallas.edu> Revision Changes Path 1.482 +1 -0 ports/x11-toolkits/Makefile 1.1 +30 -0 ports/x11-toolkits/p5-Gtk2-GladeXML/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/p5-Gtk2-GladeXML/distinfo (new) 1.1 +5 -0 ports/x11-toolkits/p5-Gtk2-GladeXML/pkg-descr (new) 1.1 +12 -0 ports/x11-toolkits/p5-Gtk2-GladeXML/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"