Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#2403 closed defect (fixed)

pavuk Portfile fixes to get rid of debug information and to add threading

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

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

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 (3)

comment:1 Changed 19 years ago by toby@…

Resolution: fixed
Status: newclosed

committed

comment:2 Changed 19 years ago by snu@…

op_sys: All

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

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