Opened 20 years ago

Last modified 8 years ago

#2403 closed defect

pavuk Portfile fixes to get rid of debug information and to add threading — at Initial Version

Reported by: dhaines@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: pavuk

Description

This diff to the pavuk port adds options enabling multithreading and disabling debug information (really, who wants it unless they're debugging?)

Index: Portfile =============================================================== ==== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/pavuk/Portfile,v retrieving revision 1.1 diff -u -r1.1 Portfile --- Portfile 11 Feb 2004 02:41:42 -0000 1.1 +++ Portfile 18 Nov 2004 18:35:44 -0000 @@ -17,7 +17,8 @@

checksums md5 d0f7b77bd11322add1f7d52d62afbf78 patchfiles patch-Makefile.in configure.args --mandir=${prefix}/share/man \

  • --disable-gtk --disable-gnome

+ --disable-gtk --disable-gnome \ + --disable-debug --enable-threads

post-destroot {

file delete -force ${destroot}${prefix}/share/icons

Change History (0)

Note: See TracTickets for help on using tickets.