Ticket #16907: Portfile.diff
File Portfile.diff, 1.7 KB (added by markdigital69@…, 16 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name gnome-control-center 7 version 2.2 2.17 version 2.24.0 8 8 description Control center for GNOME 2.0 project. 9 9 long_description ${description} 10 10 maintainers nomaintainer … … 13 13 homepage http://www.gnome.org/ 14 14 15 15 master_sites gnome:sources/${name}/[join [lrange [split ${version} .] 0 1] .]/ 16 checksums md5 170815bcf2627bf64436283f86c751aa\17 sha1 d62a7cc6ce09e15e0040747a1c6eb9287d323562\18 rmd160 c51bf51f26594021b98bc5e82db97fac7d9a7bd816 checksums md5 6a4f4037a386bb8988e88033d8251488 \ 17 sha1 62ceb102c144850c47a0cf46d9e7f7f37218eaa9 \ 18 rmd160 fd13b7b0bdf0345a08be71b1b1601dd70e844ff2 19 19 20 20 depends_lib \ 21 21 port:iso-codes \ … … 42 42 --disable-scrollkeeper \ 43 43 --disable-update-mimedb \ 44 44 --disable-update-desktopdb \ 45 --disable-schemas-install 45 --disable-schemas-install \ 46 --without-libcanberra 46 47 47 48 post-patch { 48 reinplace "s|/usr/share|${prefix}/share|g" \49 ${worksrcpath}/capplets/common/gnome-theme-info.c \50 ${worksrcpath}/libwindow-settings/metacity-window-manager.c49 # reinplace "s|/usr/share|${prefix}/share|g" \ 50 # ${worksrcpath}/capplets/common/gnome-theme-info.c \ 51 # ${worksrcpath}/libwindow-settings/metacity-window-manager.c 51 52 } 52 53 53 54 post-destroot { … … 81 82 } 82 83 83 84 platform darwin 9 { 84 pre-configure {85 reinplace "s| -export-symbols-regex.*||g" \86 ${worksrcpath}/vfs-methods/fontilus/Makefile.in \87 ${worksrcpath}/vfs-methods/themus/Makefile.in88 }85 # pre-configure { 86 # reinplace "s| -export-symbols-regex.*||g" \ 87 # ${worksrcpath}/vfs-methods/fontilus/Makefile.in \ 88 # ${worksrcpath}/vfs-methods/themus/Makefile.in 89 # } 89 90 }