[35681] trunk/dports/devel/glib2
ryandesign at macports.org
ryandesign at macports.org
Wed Apr 2 04:26:30 PDT 2008
Revision: 35681
http://trac.macosforge.org/projects/macports/changeset/35681
Author: ryandesign at macports.org
Date: 2008-04-02 04:26:27 -0700 (Wed, 02 Apr 2008)
Log Message:
-----------
glib2, glib2-devel: whitespace changes only (tabs to spaces)
Modified Paths:
--------------
trunk/dports/devel/glib2/Portfile
trunk/dports/devel/glib2-devel/Portfile
Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile 2008-04-02 10:23:13 UTC (rev 35680)
+++ trunk/dports/devel/glib2/Portfile 2008-04-02 11:26:27 UTC (rev 35681)
@@ -1,91 +1,91 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name glib2
-set my_name glib
-version 2.16.1
-set branch [join [lrange [split ${version} .] 0 1] .]
-categories devel
-maintainers ryandesign
-homepage http://www.gtk.org/
-platforms darwin
-distname ${my_name}-${version}
-use_bzip2 yes
+name glib2
+set my_name glib
+version 2.16.1
+set branch [join [lrange [split ${version} .] 0 1] .]
+categories devel
+maintainers ryandesign
+homepage http://www.gtk.org/
+platforms darwin
+distname ${my_name}-${version}
+use_bzip2 yes
description \
- Library with data structure functions and other constructs
+ Library with data structure functions and other constructs
long_description \
- Glib is a library which includes support routines for \
- C, such as lists, trees, hashes, memory allocation, and \
- many other things.
+ Glib is a library which includes support routines for \
+ C, such as lists, trees, hashes, memory allocation, and \
+ many other things.
master_sites \
- ftp://ftp.gtk.org/pub/${my_name}/${branch}/ \
- gnome:sources/${my_name}/${branch}/
+ ftp://ftp.gtk.org/pub/${my_name}/${branch}/ \
+ gnome:sources/${my_name}/${branch}/
checksums \
- md5 9852daf0605f827bfd7199ffe4f5b22d \
- sha1 7362b2bea011851f7770b4224a0cda801425693b \
- rmd160 9d0acd894cdef0f8b0c720ecf20bfa238169c195
+ md5 9852daf0605f827bfd7199ffe4f5b22d \
+ sha1 7362b2bea011851f7770b4224a0cda801425693b \
+ rmd160 9d0acd894cdef0f8b0c720ecf20bfa238169c195
patchfiles \
- patch-glib-2.0.pc.in.diff \
- patch-gutils.c.diff \
- patch-gi18n.h.diff
+ patch-glib-2.0.pc.in.diff \
+ patch-gutils.c.diff \
+ patch-gi18n.h.diff
depends_build \
- port:pkgconfig
+ port:pkgconfig
depends_lib \
- port:gettext \
- port:libiconv
+ port:gettext \
+ port:libiconv
configure.ldflags-append \
- -bind_at_load
+ -bind_at_load
configure.cflags-append \
- -funroll-loops \
- -fstrict-aliasing
+ -funroll-loops \
+ -fstrict-aliasing
configure.args \
- --enable-static \
- --mandir=${prefix}/share/man
+ --enable-static \
+ --mandir=${prefix}/share/man
platform puredarwin {
- depends_run bin:perl:perl5.8
+ depends_run bin:perl:perl5.8
}
post-patch {
- reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
- reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
+ reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
+ reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
}
platform powerpc {
- if {[variant_isset universal]} {
- post-configure {
- reinplace {s|^#define G_ATOMIC_POWERPC 1$|#undef G_ATOMIC_POWERPC|} ${worksrcpath}/config.h
- }
- }
+ if {[variant_isset universal]} {
+ post-configure {
+ reinplace {s|^#define G_ATOMIC_POWERPC 1$|#undef G_ATOMIC_POWERPC|} ${worksrcpath}/config.h
+ }
+ }
}
post-destroot {
- file delete ${destroot}${prefix}/lib/charset.alias
+ file delete ${destroot}${prefix}/lib/charset.alias
}
platform darwin 6 {
- depends_lib-append lib:libdl:dlcompat
- post-configure {
- reinplace "s|#define HAVE_WCHAR_T 1|#undef HAVE_WCHAR_T|" \
- ${worksrcpath}/config.h
- }
+ depends_lib-append lib:libdl:dlcompat
+ post-configure {
+ reinplace "s|#define HAVE_WCHAR_T 1|#undef HAVE_WCHAR_T|" \
+ ${worksrcpath}/config.h
+ }
}
platform darwin 9 {
- patchfiles-append patch-glib_gutils.h.diff
+ patchfiles-append patch-glib_gutils.h.diff
}
-livecheck.check regex
-livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
-livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar
+livecheck.check regex
+livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
+livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar
Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile 2008-04-02 10:23:13 UTC (rev 35680)
+++ trunk/dports/devel/glib2-devel/Portfile 2008-04-02 11:26:27 UTC (rev 35681)
@@ -1,91 +1,91 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name glib2-devel
-set my_name glib
-version 2.15.6
-set branch [join [lrange [split ${version} .] 0 1] .]
-categories devel
-maintainers ryandesign
-homepage http://www.gtk.org/
-platforms darwin
-distname ${my_name}-${version}
-use_bzip2 yes
+name glib2-devel
+set my_name glib
+version 2.15.6
+set branch [join [lrange [split ${version} .] 0 1] .]
+categories devel
+maintainers ryandesign
+homepage http://www.gtk.org/
+platforms darwin
+distname ${my_name}-${version}
+use_bzip2 yes
description \
- Library with data structure functions and other constructs
+ Library with data structure functions and other constructs
long_description \
- Glib is a library which includes support routines for \
- C, such as lists, trees, hashes, memory allocation, and \
- many other things.
+ Glib is a library which includes support routines for \
+ C, such as lists, trees, hashes, memory allocation, and \
+ many other things.
master_sites \
- ftp://ftp.gtk.org/pub/${my_name}/${branch}/ \
- gnome:sources/${my_name}/${branch}/
+ ftp://ftp.gtk.org/pub/${my_name}/${branch}/ \
+ gnome:sources/${my_name}/${branch}/
checksums \
- md5 62b1a3c1fa52b8d91b4535e4a4ab3057 \
- sha1 e03ba2c83ebab0c6c225a8cf3edb0278b325d346 \
- rmd160 b29e9a367d75383258a6977810e19d0f0836c882
+ md5 62b1a3c1fa52b8d91b4535e4a4ab3057 \
+ sha1 e03ba2c83ebab0c6c225a8cf3edb0278b325d346 \
+ rmd160 b29e9a367d75383258a6977810e19d0f0836c882
patchfiles \
- patch-glib-2.0.pc.in.diff \
- patch-gutils.c.diff \
- patch-gi18n.h.diff
+ patch-glib-2.0.pc.in.diff \
+ patch-gutils.c.diff \
+ patch-gi18n.h.diff
depends_build \
- port:pkgconfig
+ port:pkgconfig
depends_lib \
- port:gettext \
- port:libiconv
+ port:gettext \
+ port:libiconv
configure.ldflags-append \
- -bind_at_load
+ -bind_at_load
configure.cflags-append \
- -funroll-loops \
- -fstrict-aliasing
+ -funroll-loops \
+ -fstrict-aliasing
configure.args \
- --enable-static \
- --mandir=${prefix}/share/man
+ --enable-static \
+ --mandir=${prefix}/share/man
platform puredarwin {
- depends_run bin:perl:perl5.8
+ depends_run bin:perl:perl5.8
}
post-patch {
- reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
- reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
+ reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
+ reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
}
platform powerpc {
- if {[variant_isset universal]} {
- post-configure {
- reinplace {s|^#define G_ATOMIC_POWERPC 1$|#undef G_ATOMIC_POWERPC|} ${worksrcpath}/config.h
- }
- }
+ if {[variant_isset universal]} {
+ post-configure {
+ reinplace {s|^#define G_ATOMIC_POWERPC 1$|#undef G_ATOMIC_POWERPC|} ${worksrcpath}/config.h
+ }
+ }
}
post-destroot {
- file delete ${destroot}${prefix}/lib/charset.alias
+ file delete ${destroot}${prefix}/lib/charset.alias
}
platform darwin 6 {
- depends_lib-append lib:libdl:dlcompat
- post-configure {
- reinplace "s|#define HAVE_WCHAR_T 1|#undef HAVE_WCHAR_T|" \
- ${worksrcpath}/config.h
- }
+ depends_lib-append lib:libdl:dlcompat
+ post-configure {
+ reinplace "s|#define HAVE_WCHAR_T 1|#undef HAVE_WCHAR_T|" \
+ ${worksrcpath}/config.h
+ }
}
platform darwin 9 {
- patchfiles-append patch-glib_gutils.h.diff
+ patchfiles-append patch-glib_gutils.h.diff
}
-livecheck.check regex
-livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
-livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar
+livecheck.check regex
+livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
+livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080402/23b40770/attachment.html
More information about the macports-changes
mailing list