Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1301 closed update (fixed)

gtk-gnutella port out of date

Reported by: garry@… Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: gnutella

Description (last modified by ryandesign (Ryan Carsten Schmidt))

the current port of gtk-gnutella installs a beta version that screams to be updated. included inline is a diff for an updated portfile that i've used here to install a non-beta version (9.2). unfortunately the newest version, 9.3, uses a new configure script - e.g. --prefix=.. is replaced by -Dprefix=... and that change is beyond my portfile skills, at present anyway.

here is my diff:

Index: dports/net/gtk-gnutella/Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/gtk-gnutella/Portfile,v
retrieving revision 1.3
diff -r1.3 Portfile
5c5
< version               0.91.9.1
---
> version               0.92
21c21
< checksums     md5 3618e030a54aa7c5488de86aed345a65
---
> checksums     md5 c31e5386f30c777c8576e1fc87861672

Attachments (1)

Portfile (1.0 KB) - added by yves@… 20 years ago.
new portfile for gtkg

Download all attachments as: .zip

Change History (5)

comment:1 Changed 20 years ago by mww@…

have a look at the documentation:
http://darwinports.opendarwin.org/docs/ch04s08.html

configure.pre_args --prefix=${prefix}

is standard (if not used) - what you propably want would be adding

configure.pre_args -Dprefix=${prefix}

explicitely;

Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 20 years ago by tp62@…

Owner: changed from darwinports-bugs@… to mij@…

Assigned to maintainer.

Changed 20 years ago by yves@…

Attachment: Portfile added

new portfile for gtkg

comment:3 Changed 20 years ago by mij@…

Resolution: fixed
Status: newclosed

I just committed an update to this mostly based on Yves' patch. The main difference is that I've changed things to use GTK2 by default.

Thanks!

  • jim

comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: gnutella added
Type: defectupdate
Note: See TracTickets for help on using tickets.