Bug 125886 - new port submission, x11-toolkits/p5-Gtk2-GladeXML
Summary: new port submission, x11-toolkits/p5-Gtk2-GladeXML
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 22:10 UTC by pauls
Modified: 2008-08-20 00:10 UTC (History)
0 users

See Also:


Attachments
GladeXML (2.97 KB, text/plain)
2008-07-22 22:10 UTC, pauls
no flags Details
file.dat (3.74 KB, application/pkcs7-signature)
2008-08-16 05:40 UTC, pauls
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pauls 2008-07-22 22:10:00 UTC
	new port submission, x11-toolkits/p5-Gtk2-GladeXML
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-07-23 14:26:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-08-13 08:22:18 UTC
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
Comment 3 pauls 2008-08-13 16:36:07 UTC
--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/
Comment 4 pauls 2008-08-16 05:40:06 UTC
--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/
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2008-08-20 00:01:35 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-08-20 00:01:56 UTC
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"