? mail/thunderbird
? net/axel
? net/gift
? net/gift-fasttrack
? net/gift-gnutella
? net/gift-openft
? www/firefox
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/glib2/Portfile,v
retrieving revision 1.31
diff -a -u -u -r1.31 Portfile
|
|
|
1 | | # $Id: Portfile,v 1.31 2005/01/02 06:03:10 mij Exp $ |
| 1 | # $Id: Portfile,v 1.30 2004/10/25 20:17:03 toby Exp $ |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name glib2 |
5 | | version 2.6.0 |
| 5 | version 2.6.1 |
| 6 | revision 1 |
6 | 7 | categories devel |
7 | 8 | maintainers mij@opendarwin.org |
8 | 9 | description Library with data structure functions and other constructs |
… |
… |
|
16 | 17 | master_sites gnome:sources/glib/2.6 |
17 | 18 | |
18 | 19 | distname glib-${portversion} |
19 | | checksums md5 649b89c8bfd152feea6db6f68b7cd54e |
| 20 | checksums md5 b7a07863d66f328bafadfe7747b85274 |
20 | 21 | |
21 | 22 | use_bzip2 yes |
22 | 23 | |
… |
… |
|
33 | 34 | |
34 | 35 | variant puredarwin { depends_run bin:perl:perl5.8 } |
35 | 36 | |
| 37 | post-patch { reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c |
| 38 | reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c |
| 39 | } |
| 40 | |
36 | 41 | post-destroot { |
37 | | system "ln -fs libglib-2.0.0.600.0.dylib \ |
| 42 | system "ln -fs libglib-2.0.0.400.7.dylib \ |
38 | 43 | ${destroot}${prefix}/lib/libglib.2.dylib" |
39 | | system "ln -fs libgmodule-2.0.0.600.0.dylib \ |
| 44 | system "ln -fs libgmodule-2.0.0.400.7.dylib \ |
40 | 45 | ${destroot}${prefix}/lib/libgmodule.2.dylib" |
41 | | system "ln -fs libgobject-2.0.0.600.0.dylib \ |
| 46 | system "ln -fs libgobject-2.0.0.400.7.dylib \ |
42 | 47 | ${destroot}${prefix}/lib/libgobject.2.dylib" |
43 | | system "ln -fs libgthread-2.0.0.600.0.dylib \ |
| 48 | system "ln -fs libgthread-2.0.0.400.7.dylib \ |
44 | 49 | ${destroot}${prefix}/lib/libgthread.2.dylib" |
45 | 50 | file delete ${destroot}${prefix}/lib/charset.alias |
46 | 51 | } |
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/gnome/control-center/Portfile,v
retrieving revision 1.9
diff -a -u -u -r1.9 Portfile
|
|
|
1 | 1 | # $Id: Portfile,v 1.9 2004/09/19 18:38:45 olegb Exp $ |
2 | 2 | PortSystem 1.0 |
3 | 3 | name control-center |
4 | | version 2.8.0 |
| 4 | version 2.8.1 |
5 | 5 | description Control center for GNOME 2.0 project. |
6 | 6 | long_description ${description} |
7 | 7 | maintainers gnome-darwinports@opendarwin.org |
… |
… |
|
9 | 9 | platforms darwin |
10 | 10 | homepage http://www.gnome.org/ |
11 | 11 | master_sites gnome:sources/control-center/2.8/ |
12 | | checksums md5 300fb361af4645dd9b0154ecd18b2256 |
| 12 | checksums md5 7bd9c12b9abb05b6fcf7b4906b6918ea |
13 | 13 | depends_lib lib:nautilus:nautilus |
14 | 14 | use_bzip2 yes |
15 | 15 | configure.args --mandir=${prefix}/share/man |
16 | 16 | configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ |
17 | 17 | CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" |
| 18 | |
| 19 | post-patch { |
| 20 | reinplace \ |
| 21 | "s|g_strdup (\"/usr|g_strdup (\"${prefix}/share:/usr|g" \ |
| 22 | ${worksrcpath}/capplets/background/gnome-wp-xml.c |
| 23 | reinplace \ |
| 24 | "s|/usr/share|${prefix}/share|g" \ |
| 25 | ${worksrcpath}/capplets/common/gnome-theme-info.c \ |
| 26 | ${worksrcpath}/libwindow-settings/metacity-window-manager.c |
| 27 | |
| 28 | } |
| 29 | |
18 | 30 | post-install { |
19 | 31 | system " \ |
20 | 32 | export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`&&\ |
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/gnome/gnome-desktop/Portfile,v
retrieving revision 1.14
diff -a -u -u -r1.14 Portfile
|
|
|
1 | 1 | # $Id: Portfile,v 1.14 2005/01/09 08:08:13 jkh Exp $ |
2 | 2 | PortSystem 1.0 |
3 | 3 | name gnome-desktop |
4 | | version 2.8.0 |
| 4 | version 2.8.1 |
5 | 5 | description Additional UI API for GNOME 2 |
6 | 6 | long_description This is a collection of APIs not included in \ |
7 | 7 | libgnomeui as they have not undergone sufficient \ |
… |
… |
|
11 | 11 | platforms darwin |
12 | 12 | homepage http://www.gnome.org/ |
13 | 13 | master_sites gnome:sources/gnome-desktop/2.8/ |
14 | | checksums md5 303b5a7db31e72fb74fcc9b6dcd860dc |
| 14 | checksums md5 47f9b9508c4a0349d66fa1138b521794 |
15 | 15 | patchfiles patch_gnome-desktop-item.c |
16 | 16 | depends_lib lib:gnome-themes:gnome-themes lib:libiconv.2:libiconv |
17 | 17 | depends_build bin:scrollkeeper-extract:scrollkeeper |
18 | 18 | use_bzip2 yes |
19 | | configure.args --mandir=${prefix}/share/man |
| 19 | configure.args --mandir=${prefix}/share/man \ |
| 20 | --with-gnome-distributor=DarwinPorts \ |
| 21 | --with-kde-datadir=${prefix}/share |
20 | 22 | configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ |
21 | 23 | CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" |
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/gnome/gnome-vfs/Portfile,v
retrieving revision 1.21
diff -a -u -u -r1.21 Portfile
|
|
|
2 | 2 | PortSystem 1.0 |
3 | 3 | name gnome-vfs |
4 | 4 | version 2.8.2 |
| 5 | revision 1 |
5 | 6 | description This is the GNOME Virtual File System. |
6 | 7 | long_description This is the GNOME Virtual File System. \ |
7 | 8 | GNOME VFS is currently used as one of the \ |
… |
… |
|
16 | 17 | patchfiles patch_gnome-vfs-cdrom.c patch_gnome-vfs-utils.c \ |
17 | 18 | patch_file-metod.c patch_bzip2-method.c patch_pty-open.c |
18 | 19 | use_bzip2 yes |
19 | | configure.args --mandir=${prefix}/share/man --enable-ipv6 |
| 20 | configure.args --mandir=${prefix}/share/man --enable-ipv6 --disable-static |
20 | 21 | configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" |
| 22 | |
| 23 | post-patch { |
| 24 | reinplace \ |
| 25 | "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" \ |
| 26 | ${worksrcpath}/libgnomevfs/xdgmime.c \ |
| 27 | ${worksrcpath}/libgnomevfs/gnome-vfs-mime-info.c \ |
| 28 | ${worksrcpath}/libgnomevfs/eggdirfuncs.c |
| 29 | } |
21 | 30 | |
22 | 31 | platform darwin 7 { |
23 | 32 | configure.env-append LDFLAGS="-lresolv" |
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/x11/gtk2/Portfile,v
retrieving revision 1.29
diff -a -u -u -r1.29 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name gtk2 |
5 | | version 2.6.0 |
6 | | revision 2 |
| 5 | version 2.6.1 |
| 6 | revision 0 |
7 | 7 | categories x11 |
8 | 8 | maintainers mij@opendarwin.org |
9 | 9 | description Gimp ToolKit version 2 |
… |
… |
|
17 | 17 | master_sites gnome:sources/gtk+/2.6 |
18 | 18 | |
19 | 19 | distname gtk+-${portversion} |
20 | | checksums md5 ca717c728264fa0b3302ca00da2bcfe4 |
| 20 | checksums md5 146ed9d12c9506fcf8745ddb2c22530a |
21 | 21 | |
22 | 22 | use_bzip2 yes |
23 | 23 | |
… |
… |
|
34 | 34 | |
35 | 35 | build.args CFLAGS+="-I${x11prefix}/include" |
36 | 36 | |
37 | | post-configure { reinplace "s|__PREFIX__|${prefix}|g" ${filespath}/gdk-pixbuf.loaders } |
| 37 | post-patch { reinplace "s|xdg_data_dirs = \"/usr|xdg_data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/gtk/xdgmime/xdgmime.c |
| 38 | reinplace "s|g_strdup (\"/usr|g_strdup (\"${prefix}|g" ${worksrcpath}/gtk/gtkicontheme.c } |
38 | 39 | |
39 | 40 | platform darwin 6 { patchfiles-append patch-gtk-xdgmime-xdgmimemagic.c } |
40 | 41 | |
41 | 42 | post-destroot { system "ln -fs libgtk-x11-2.0.0.600.0.dylib ${destroot}${prefix}/lib/libgtk.2.dylib" |
42 | 43 | system "ln -fs libgdk-x11-2.0.0.600.0.dylib ${destroot}${prefix}/lib/libgdk.2.dylib" |
43 | 44 | system "install -d -m 755 ${destroot}${prefix}/etc/gtk-2.0" |
44 | | system "cp ${filespath}/gdk-pixbuf.loaders ${destroot}${prefix}/etc/gtk-2.0/gdk-pixbuf.loaders" |
| 45 | file copy ${filespath}/gdk-pixbuf.loaders ${destroot}${prefix}/etc/gtk-2.0/gdk-pixbuf.loaders |
| 46 | reinplace "s|__PREFIX__|${prefix}|g" ${destroot}${prefix}/etc/gtk-2.0/gdk-pixbuf.loaders |
45 | 47 | system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib ${destroot}${prefix}/bin/gtk-query-immodules-2.0 > ${destroot}${prefix}/etc/gtk-2.0/gtk.immodules" } |