[MacPorts] #2403: pavuk Portfile fixes to get rid of debug information and to add threading

MacPorts noreply at macports.org
Thu Mar 24 05:44:43 PDT 2016


#2403: pavuk Portfile fixes to get rid of debug information and to add threading
------------------------+--------------------------------
  Reporter:  dhaines@…  |      Owner:  macports-tickets@…
      Type:  defect     |     Status:  closed
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  1.0
Resolution:  fixed      |   Keywords:
      Port:  pavuk      |
------------------------+--------------------------------
Changes (by ryandesign@…):

 * port:   => pavuk


Old 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

New 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
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2403#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list