[MacPorts] #3554: UPDATE: gnome-games

MacPorts noreply at macports.org
Thu Mar 24 08:05:22 PDT 2016


#3554: UPDATE: gnome-games
--------------------------+---------------------------------
  Reporter:  benwill@…    |      Owner:  gnome-darwinports@…
      Type:  defect       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  1.0
Resolution:  fixed        |   Keywords:
      Port:  gnome-games  |
--------------------------+---------------------------------
Changes (by ryandesign@…):

 * port:   => gnome-games


Old description:

> Some dependencies (librsvg, gob2) were missing in the Portfile. Patch
> follows:
>
> -------------------------------------
>
> --- Portfile.orig       2005-06-15 15:47:30.000000000 -0700
> +++ Portfile    2005-06-15 15:45:31.000000000 -0700
> @@ -14,7 +14,10 @@
>  master_sites    gnome:sources/gnome-games/2.10/
>  checksums      md5 c3a1a8fd025a0174efa70d4e480114cf
>  patchfiles     patch_games-network.c
> -depends_lib     lib:gnome-session:gnome-session lib:libguile:guile
> +depends_lib     lib:gnome-session:gnome-session \
> +               lib:libguile:guile \
> +               lib:librsvg:librsvg \
> +               bin:gob2:gob2
>  use_bzip2      yes
>  configure.args  --mandir=${prefix}/share/man
>  configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \

New description:

 Some dependencies (librsvg, gob2) were missing in the Portfile. Patch
 follows:

 {{{
 --- Portfile.orig       2005-06-15 15:47:30.000000000 -0700
 +++ Portfile    2005-06-15 15:45:31.000000000 -0700
 @@ -14,7 +14,10 @@
  master_sites    gnome:sources/gnome-games/2.10/
  checksums      md5 c3a1a8fd025a0174efa70d4e480114cf
  patchfiles     patch_games-network.c
 -depends_lib     lib:gnome-session:gnome-session lib:libguile:guile
 +depends_lib     lib:gnome-session:gnome-session \
 +               lib:libguile:guile \
 +               lib:librsvg:librsvg \
 +               bin:gob2:gob2
  use_bzip2      yes
  configure.args  --mandir=${prefix}/share/man
  configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
 }}}

--

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


More information about the macports-tickets mailing list