mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Use USE_GNOMENG.
This commit is contained in:
parent
e96354b324
commit
0577d83321
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62923
13
x11-toolkits/py-gnome/files/patch-configure
Normal file
13
x11-toolkits/py-gnome/files/patch-configure
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Thu Jan 3 15:20:36 2002
|
||||
+++ configure Sun Jul 14 15:25:29 2002
|
||||
@@ -6322,6 +6322,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,28 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh 2001/08/27 09:51:26 1.1
|
||||
+++ ltmain.sh 2001/08/27 09:51:42
|
||||
@@ -2408,6 +2408,9 @@
|
||||
*-*-netbsd*)
|
||||
# Don't link with libc until the a.out ld.so is fixed.
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
+ # FreeBSD doesn't need this...
|
||||
+ ;;
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test "$build_libtool_need_lc" = "yes"; then
|
||||
@@ -4175,10 +4178,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
13
x11-toolkits/py-gnome/files/patch-pygtk::configure
Normal file
13
x11-toolkits/py-gnome/files/patch-pygtk::configure
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- pygtk/configure.orig Thu Jan 3 15:20:58 2002
|
||||
+++ pygtk/configure Sun Jul 14 15:24:57 2002
|
||||
@@ -6321,6 +6321,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -81,13 +81,13 @@ share/examples/py-gnome/stock_demo.py
|
||||
share/examples/py-gnome/ted_demo.py
|
||||
share/examples/py-gnome/uiinfo_demo.py
|
||||
share/examples/py-gnome/zterm.py
|
||||
share/gnome/pygtk/1.2/defs/applet.defs
|
||||
share/gnome/pygtk/1.2/defs/capplet.defs
|
||||
share/gnome/pygtk/1.2/defs/gnome-enums.defs
|
||||
share/gnome/pygtk/1.2/defs/gnome.defs
|
||||
share/gnome/pygtk/1.2/defs/gnomeui.defs
|
||||
share/gnome/pygtk/1.2/defs/gtkhtml.defs
|
||||
share/gnome/pygtk/1.2/defs/xmhtml.defs
|
||||
share/gnome/pygtk/1.2/defs/zvt.defs
|
||||
share/pygtk/1.2/defs/applet.defs
|
||||
share/pygtk/1.2/defs/capplet.defs
|
||||
share/pygtk/1.2/defs/gnome-enums.defs
|
||||
share/pygtk/1.2/defs/gnome.defs
|
||||
share/pygtk/1.2/defs/gnomeui.defs
|
||||
share/pygtk/1.2/defs/gtkhtml.defs
|
||||
share/pygtk/1.2/defs/xmhtml.defs
|
||||
share/pygtk/1.2/defs/zvt.defs
|
||||
@dirrm share/examples/py-gnome
|
||||
@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome
|
||||
|
13
x11-toolkits/py-gnome2/files/patch-configure
Normal file
13
x11-toolkits/py-gnome2/files/patch-configure
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Thu Jan 3 15:20:36 2002
|
||||
+++ configure Sun Jul 14 15:25:29 2002
|
||||
@@ -6322,6 +6322,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,28 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh 2001/08/27 09:51:26 1.1
|
||||
+++ ltmain.sh 2001/08/27 09:51:42
|
||||
@@ -2408,6 +2408,9 @@
|
||||
*-*-netbsd*)
|
||||
# Don't link with libc until the a.out ld.so is fixed.
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
+ # FreeBSD doesn't need this...
|
||||
+ ;;
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test "$build_libtool_need_lc" = "yes"; then
|
||||
@@ -4175,10 +4178,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
13
x11-toolkits/py-gnome2/files/patch-pygtk::configure
Normal file
13
x11-toolkits/py-gnome2/files/patch-pygtk::configure
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- pygtk/configure.orig Thu Jan 3 15:20:58 2002
|
||||
+++ pygtk/configure Sun Jul 14 15:24:57 2002
|
||||
@@ -6321,6 +6321,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -81,13 +81,13 @@ share/examples/py-gnome/stock_demo.py
|
||||
share/examples/py-gnome/ted_demo.py
|
||||
share/examples/py-gnome/uiinfo_demo.py
|
||||
share/examples/py-gnome/zterm.py
|
||||
share/gnome/pygtk/1.2/defs/applet.defs
|
||||
share/gnome/pygtk/1.2/defs/capplet.defs
|
||||
share/gnome/pygtk/1.2/defs/gnome-enums.defs
|
||||
share/gnome/pygtk/1.2/defs/gnome.defs
|
||||
share/gnome/pygtk/1.2/defs/gnomeui.defs
|
||||
share/gnome/pygtk/1.2/defs/gtkhtml.defs
|
||||
share/gnome/pygtk/1.2/defs/xmhtml.defs
|
||||
share/gnome/pygtk/1.2/defs/zvt.defs
|
||||
share/pygtk/1.2/defs/applet.defs
|
||||
share/pygtk/1.2/defs/capplet.defs
|
||||
share/pygtk/1.2/defs/gnome-enums.defs
|
||||
share/pygtk/1.2/defs/gnome.defs
|
||||
share/pygtk/1.2/defs/gnomeui.defs
|
||||
share/pygtk/1.2/defs/gtkhtml.defs
|
||||
share/pygtk/1.2/defs/xmhtml.defs
|
||||
share/pygtk/1.2/defs/zvt.defs
|
||||
@dirrm share/examples/py-gnome
|
||||
@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome
|
||||
|
Loading…
Reference in New Issue
Block a user