public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
Fix #15309
Finish what should have been done in r36812


git-svn-id: http://svn.macports.org/repository/macports/trunk@36834 
d073be05-634f-4543-b044-5fe20cf6d1d6
Randall H. Wood (author)
Fri May 16 02:38:31 -0700 2008
commit  34d6694058aaefcd92022c709bc23abb46a84023
tree    59d69812f997329e5c43e83af0214bbac7ea684f
parent  c505c8060895b5ecaf3ca71da2c743cb29f958ac
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,47 +1 @@
0
-# $Id$
0
-
0
-PortSystem 1.0
0
-
0
-name glade
0
-version 2.12.2
0
-description Glade is a free user interface builder for GTK+ and GNOME.
0
-long_description Glade is a free user interface builder for GTK+ \
0
- and GNOME. It is released under the GNU General \
0
- Public License (GPL).
0
-maintainers nomaintainer
0
-categories gnome devel
0
-platforms darwin
0
-homepage http://glade.gnome.org/
0
-master_sites gnome:sources/glade/2.12/
0
-use_bzip2 yes
0
-checksums sha1 a43d89b147296244ba4b2efc67e8772d5155afff
0
-
0
-depends_lib \
0
- bin:automake-1.7:automake bin:autoconf:autoconf \
0
- lib:libiconv.2:libiconv lib:libgail-gnome:libgail-gnome \
0
- lib:libXft.2.1.2:Xft2 port:freetype lib:libaudiofile:audiofile \
0
- lib:libesd:esound port:fontconfig port:gnome-keyring lib:libpng:libpng \
0
- lib:libatk-1.0:atk bin:gconftool-2:gconf lib:libgettextlib:gettext \
0
- lib:libglib-2.0:glib2 lib:libgnomevfs-2:gnome-vfs lib:libgtk-x11-2.0:gtk2 \
0
- lib:libgnomecanvas-2:libgnomecanvas lib:libart_lgpl_2:libart_lgpl \
0
- lib:libbonobo-2:libbonobo lib:libbonoboui-2:libbonoboui \
0
- lib:libgnome-2:libgnome lib:libgnomeui-2:libgnomeui \
0
- bin:orbit-idl-2:orbit2 port:libxml2 bin:perl:perl5.8 port:tiff \
0
- lib:libpangoft2-1.0:pango bin:pkg-config:pkgconfig port:rarian \
0
- port:xrender port:zlib
0
-
0
-configure.cppflags-append "-L${prefix}/lib"
0
-
0
-configure.args --disable-gnome-db
0
-
0
-post-activate {
0
- ui_msg "--------------------------------------------------------------------------"
0
- ui_msg "Remember to set ACLOCAL_FLAGS=\"-I ${prefix}/share/glade-2\""
0
- ui_msg "--------------------------------------------------------------------------"
0
-}
0
-
0
-variant gnomedb description {Enable GNOME DB support} {
0
- configure.args-delete --disable-gnome-db
0
- depends_lib-append lib:libgnomedb:libgnomedb
0
-}
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,15 +1 @@
0
-# $Id$
0
-
0
-PortSystem 1.0
0
-name glademm
0
-version 2.6.0
0
-categories gnome
0
-maintainers toralf@procaptura.com
0
-description C++ wrapper for glade2.
0
-long_description $description
0
-homepage http://home.wtal.de/petig/Gtk/
0
-master_sites http://home.wtal.de/petig/Gtk/
0
-patchfiles glademm-2.6.0-getopt.patch
0
-checksums md5 e88be4e895ff3b99d8ae39e799b714a2
0
-depends_lib lib:libgtkmm-2:gtkmm lib:libgnomemm-2:libgnomemm
...
1
2
3
4
5
6
7
8
9
10
11
...
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,12 +1 @@
0
---- ./src/getopt.h.getopt 2005-06-22 08:41:31.000000000 +0200
0
-+++ ./src/getopt.h 2005-06-22 08:42:09.000000000 +0200
0
-@@ -106,8 +106,6 @@
0
- differences in the consts, in stdlib.h. To avoid compilation
0
- errors, only prototype getopt for the GNU C library. */
0
- extern int getopt (int argc, char *const *argv, const char *shortopts);
0
--#else /* not __GNU_LIBRARY__ */
0
--extern int getopt ();
0
- #endif /* __GNU_LIBRARY__ */
0
- extern int getopt_long (int argc, char *const *argv, const char *shortopts,
0
- const struct option *longopts, int *longind);
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,47 +1 @@
0
-# $Id$
0
-
0
-PortSystem 1.0
0
-
0
-name glade
0
-version 2.12.2
0
-description Glade is a free user interface builder for GTK+ and GNOME.
0
-long_description Glade is a free user interface builder for GTK+ \
0
- and GNOME. It is released under the GNU General \
0
- Public License (GPL).
0
-maintainers nomaintainer
0
-categories gnome devel
0
-platforms darwin
0
-homepage http://glade.gnome.org/
0
-master_sites gnome:sources/glade/2.12/
0
-use_bzip2 yes
0
-checksums sha1 a43d89b147296244ba4b2efc67e8772d5155afff
0
-
0
-depends_lib \
0
- bin:automake-1.7:automake bin:autoconf:autoconf \
0
- lib:libiconv.2:libiconv lib:libgail-gnome:libgail-gnome \
0
- lib:libXft.2.1.2:Xft2 port:freetype lib:libaudiofile:audiofile \
0
- lib:libesd:esound port:fontconfig port:gnome-keyring lib:libpng:libpng \
0
- lib:libatk-1.0:atk bin:gconftool-2:gconf lib:libgettextlib:gettext \
0
- lib:libglib-2.0:glib2 lib:libgnomevfs-2:gnome-vfs lib:libgtk-x11-2.0:gtk2 \
0
- lib:libgnomecanvas-2:libgnomecanvas lib:libart_lgpl_2:libart_lgpl \
0
- lib:libbonobo-2:libbonobo lib:libbonoboui-2:libbonoboui \
0
- lib:libgnome-2:libgnome lib:libgnomeui-2:libgnomeui \
0
- bin:orbit-idl-2:orbit2 port:libxml2 bin:perl:perl5.8 port:tiff \
0
- lib:libpangoft2-1.0:pango bin:pkg-config:pkgconfig port:rarian \
0
- port:xrender port:zlib
0
-
0
-configure.cppflags-append "-L${prefix}/lib"
0
-
0
-configure.args --disable-gnome-db
0
-
0
-post-activate {
0
- ui_msg "--------------------------------------------------------------------------"
0
- ui_msg "Remember to set ACLOCAL_FLAGS=\"-I ${prefix}/share/glade-2\""
0
- ui_msg "--------------------------------------------------------------------------"
0
-}
0
-
0
-variant gnomedb description {Enable GNOME DB support} {
0
- configure.args-delete --disable-gnome-db
0
- depends_lib-append lib:libgnomedb:libgnomedb
0
-}
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,15 +1 @@
0
-# $Id$
0
-
0
-PortSystem 1.0
0
-name glademm
0
-version 2.6.0
0
-categories gnome
0
-maintainers toralf@procaptura.com
0
-description C++ wrapper for glade2.
0
-long_description $description
0
-homepage http://home.wtal.de/petig/Gtk/
0
-master_sites http://home.wtal.de/petig/Gtk/
0
-patchfiles glademm-2.6.0-getopt.patch
0
-checksums md5 e88be4e895ff3b99d8ae39e799b714a2
0
-depends_lib lib:libgtkmm-2:gtkmm lib:libgnomemm-2:libgnomemm
...
1
2
3
4
5
6
7
8
9
10
11
...
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,12 +1 @@
0
---- ./src/getopt.h.getopt 2005-06-22 08:41:31.000000000 +0200
0
-+++ ./src/getopt.h 2005-06-22 08:42:09.000000000 +0200
0
-@@ -106,8 +106,6 @@
0
- differences in the consts, in stdlib.h. To avoid compilation
0
- errors, only prototype getopt for the GNU C library. */
0
- extern int getopt (int argc, char *const *argv, const char *shortopts);
0
--#else /* not __GNU_LIBRARY__ */
0
--extern int getopt ();
0
- #endif /* __GNU_LIBRARY__ */
0
- extern int getopt_long (int argc, char *const *argv, const char *shortopts,
0
- const struct option *longopts, int *longind);

Comments

    No one has commented yet.