FreeBSD Bugzilla – Attachment 17163 Details for
Bug 31249
New port: x11/enlightenment-conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 13.73 KB, created by
Jason Vervlied
on 2001-10-13 09:50:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Jason Vervlied
Created:
2001-10-13 09:50:01 UTC
Size:
13.73 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># /usr/ports/x11/enlightenment-conf ># /usr/ports/x11/enlightenment-conf/pkg-descr ># /usr/ports/x11/enlightenment-conf/pkg-comment ># /usr/ports/x11/enlightenment-conf/Makefile ># /usr/ports/x11/enlightenment-conf/distinfo ># /usr/ports/x11/enlightenment-conf/files ># /usr/ports/x11/enlightenment-conf/files/patch-configure ># /usr/ports/x11/enlightenment-conf/files/patch-aclocal.m4 ># /usr/ports/x11/enlightenment-conf/pkg-plist ># >echo c - /usr/ports/x11/enlightenment-conf >mkdir -p /usr/ports/x11/enlightenment-conf > /dev/null 2>&1 >echo x - /usr/ports/x11/enlightenment-conf/pkg-descr >sed 's/^X//' >/usr/ports/x11/enlightenment-conf/pkg-descr << 'END-of-/usr/ports/x11/enlightenment-conf/pkg-descr' >XThis port is a graphical configuration tool for enlightenment. >XIt allows for configuring key-bindings as well as all other >Xconfiguration options in one easy to use tool. >END-of-/usr/ports/x11/enlightenment-conf/pkg-descr >echo x - /usr/ports/x11/enlightenment-conf/pkg-comment >sed 's/^X//' >/usr/ports/x11/enlightenment-conf/pkg-comment << 'END-of-/usr/ports/x11/enlightenment-conf/pkg-comment' >XA graphical configuration tool for enlightenment >END-of-/usr/ports/x11/enlightenment-conf/pkg-comment >echo x - /usr/ports/x11/enlightenment-conf/Makefile >sed 's/^X//' >/usr/ports/x11/enlightenment-conf/Makefile << 'END-of-/usr/ports/x11/enlightenment-conf/Makefile' >X# New ports collection makefile for: enlightenment-conf >X# Date created: 10 October 2001 >X# Whom: Jason Vervlied <jason@squeak.net> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= enlightenment-conf >XPORTVERSION= 0.15 >XCATEGORIES= x11 >XMASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/enlightenment/tools/ >X >XMAINTAINER= jason@squeak.net >X >XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ >X gnome.5:${PORTSDIR}/x11/gnomelibs \ >X ORBit.2:${PORTSDIR}/devel/ORBit \ >X Imlib.5:${PORTSDIR}/graphics/imlib \ >X capplet.5:${PORTSDIR}/sysutils/gnomecontrolcenter >X >XGNU_CONFIGURE= yes >X >X.include <bsd.port.mk> >END-of-/usr/ports/x11/enlightenment-conf/Makefile >echo x - /usr/ports/x11/enlightenment-conf/distinfo >sed 's/^X//' >/usr/ports/x11/enlightenment-conf/distinfo << 'END-of-/usr/ports/x11/enlightenment-conf/distinfo' >XMD5 (enlightenment-conf-0.15.tar.gz) = ad87526c1e86088e5ba851c36eb70b13 >END-of-/usr/ports/x11/enlightenment-conf/distinfo >echo c - /usr/ports/x11/enlightenment-conf/files >mkdir -p /usr/ports/x11/enlightenment-conf/files > /dev/null 2>&1 >echo x - /usr/ports/x11/enlightenment-conf/files/patch-configure >sed 's/^X//' >/usr/ports/x11/enlightenment-conf/files/patch-configure << 'END-of-/usr/ports/x11/enlightenment-conf/files/patch-configure' >X--- configure.orig Wed Oct 10 01:43:01 2001 >X+++ configure Tue Oct 9 23:55:33 2001 >X@@ -3180,18 +3180,18 @@ >X if test x$gtk_config_exec_prefix != x ; then >X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" >X if test x${GTK_CONFIG+set} != xset ; then >X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config >X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config >X fi >X fi >X if test x$gtk_config_prefix != x ; then >X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" >X if test x${GTK_CONFIG+set} != xset ; then >X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config >X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config >X fi >X fi >X >X- # Extract the first word of "gtk-config", so it can be a program name with args. >X-set dummy gtk-config; ac_word=$2 >X+ # Extract the first word of "gtk12-config", so it can be a program name with args. >X+set dummy gtk12-config; ac_word=$2 >X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 >X echo "configure:3197: checking for $ac_word" >&5 >X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then >X@@ -3277,16 +3277,16 @@ >X (gtk_minor_version != $gtk_config_minor_version) || >X (gtk_micro_version != $gtk_config_micro_version)) >X { >X- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", >X+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", >X $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, >X gtk_major_version, gtk_minor_version, gtk_micro_version); >X- printf ("*** was found! If gtk-config was correct, then it is best\n"); >X+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); >X printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); >X printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); >X printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); >X printf("*** required on your system.\n"); >X- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); >X- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); >X+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); >X+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); >X printf("*** before re-running configure\n"); >X } >X #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) >X@@ -3317,10 +3317,10 @@ >X printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); >X printf("***\n"); >X printf("*** If you have already installed a sufficiently new version, this error\n"); >X- printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); >X+ printf("*** probably means that the wrong copy of the gtk12-config shell script is\n"); >X printf("*** being found. The easiest way to fix this is to remove the old version\n"); >X printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); >X- printf("*** correct copy of gtk-config. (In this case, you will have to\n"); >X+ printf("*** correct copy of gtk12-config. (In this case, you will have to\n"); >X printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); >X printf("*** so that the correct libraries are found at run-time))\n"); >X } >X@@ -3351,10 +3351,10 @@ >X else >X echo "$ac_t""no" 1>&6 >X if test "$GTK_CONFIG" = "no" ; then >X- echo "*** The gtk-config script installed by GTK could not be found" >X+ echo "*** The gtk12-config script installed by GTK could not be found" >X echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" >X echo "*** your path, or set the GTK_CONFIG environment variable to the" >X- echo "*** full path to gtk-config." >X+ echo "*** full path to gtk12-config." >X else >X if test -f conf.gtktest ; then >X : >X@@ -3396,7 +3396,7 @@ >X echo "*** The test program failed to compile or link. See the file config.log for the" >X echo "*** exact error that occured. This usually means GTK was incorrectly installed" >X echo "*** or that you have moved GTK since it was installed. In the latter case, you" >X- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" >X+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" >X fi >X rm -f conftest* >X CFLAGS="$ac_save_CFLAGS" >END-of-/usr/ports/x11/enlightenment-conf/files/patch-configure >echo x - /usr/ports/x11/enlightenment-conf/files/patch-aclocal.m4 >sed 's/^X//' >/usr/ports/x11/enlightenment-conf/files/patch-aclocal.m4 << 'END-of-/usr/ports/x11/enlightenment-conf/files/patch-aclocal.m4' >X--- aclocal.m4.orig Wed Oct 10 01:43:12 2001 >X+++ aclocal.m4 Tue Oct 9 23:55:40 2001 >X@@ -997,7 +997,7 @@ >X dnl >X AC_DEFUN([GNOME_X_CHECKS], >X [ >X- AM_PATH_GTK(1.1.12,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) >X+ AM_PATH_GTK(1.1.12,,AC_MSG_ERROR(GTK not installed, or gtk12-config not in path)) >X >X dnl Hope that GTK_CFLAGS have only -I and -D. Otherwise, we could >X dnl test -z "$x_includes" || CPPFLAGS="$CPPFLAGS -I$x_includes" >X@@ -1070,7 +1070,7 @@ >X dnl >X AC_DEFUN(AM_PATH_GTK, >X [dnl >X-dnl Get the cflags and libraries from the gtk-config script >X+dnl Get the cflags and libraries from the gtk12-config script >X dnl >X AC_ARG_WITH(gtk-prefix,[ --with-gtk-prefix=PFX Prefix where GTK is installed (optional)], >X gtk_config_prefix="$withval", gtk_config_prefix="") >X@@ -1091,17 +1091,17 @@ >X if test x$gtk_config_exec_prefix != x ; then >X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" >X if test x${GTK_CONFIG+set} != xset ; then >X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config >X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config >X fi >X fi >X if test x$gtk_config_prefix != x ; then >X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" >X if test x${GTK_CONFIG+set} != xset ; then >X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config >X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config >X fi >X fi >X >X- AC_PATH_PROG(GTK_CONFIG, gtk-config, no) >X+ AC_PATH_PROG(GTK_CONFIG, gtk12-config, no) >X min_gtk_version=ifelse([$1], ,0.99.7,$1) >X AC_MSG_CHECKING(for GTK - version >= $min_gtk_version) >X no_gtk="" >X@@ -1123,7 +1123,7 @@ >X LIBS="$GTK_LIBS $LIBS" >X dnl >X dnl Now check if the installed GTK is sufficiently new. (Also sanity >X-dnl checks the results of gtk-config to some extent >X+dnl checks the results of gtk12-config to some extent >X dnl >X rm -f conf.gtktest >X AC_TRY_RUN([ >X@@ -1150,16 +1150,16 @@ >X (gtk_minor_version != $gtk_config_minor_version) || >X (gtk_micro_version != $gtk_config_micro_version)) >X { >X- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", >X+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", >X $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, >X gtk_major_version, gtk_minor_version, gtk_micro_version); >X- printf ("*** was found! If gtk-config was correct, then it is best\n"); >X+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); >X printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); >X printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); >X printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); >X printf("*** required on your system.\n"); >X- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); >X- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); >X+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); >X+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); >X printf("*** before re-running configure\n"); >X } >X #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) >X@@ -1190,10 +1190,10 @@ >X printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); >X printf("***\n"); >X printf("*** If you have already installed a sufficiently new version, this error\n"); >X- printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); >X+ printf("*** probably means that the wrong copy of the gtk12-config shell script is\n"); >X printf("*** being found. The easiest way to fix this is to remove the old version\n"); >X printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); >X- printf("*** correct copy of gtk-config. (In this case, you will have to\n"); >X+ printf("*** correct copy of gtk12-config. (In this case, you will have to\n"); >X printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); >X printf("*** so that the correct libraries are found at run-time))\n"); >X } >X@@ -1211,10 +1211,10 @@ >X else >X AC_MSG_RESULT(no) >X if test "$GTK_CONFIG" = "no" ; then >X- echo "*** The gtk-config script installed by GTK could not be found" >X+ echo "*** The gtk12-config script installed by GTK could not be found" >X echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" >X echo "*** your path, or set the GTK_CONFIG environment variable to the" >X- echo "*** full path to gtk-config." >X+ echo "*** full path to gtk12-config." >X else >X if test -f conf.gtktest ; then >X : >X@@ -1243,7 +1243,7 @@ >X [ echo "*** The test program failed to compile or link. See the file config.log for the" >X echo "*** exact error that occured. This usually means GTK was incorrectly installed" >X echo "*** or that you have moved GTK since it was installed. In the latter case, you" >X- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" ]) >X+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" ]) >X CFLAGS="$ac_save_CFLAGS" >X LIBS="$ac_save_LIBS" >X fi >END-of-/usr/ports/x11/enlightenment-conf/files/patch-aclocal.m4 >echo x - /usr/ports/x11/enlightenment-conf/pkg-plist >sed 's/^X//' >/usr/ports/x11/enlightenment-conf/pkg-plist << 'END-of-/usr/ports/x11/enlightenment-conf/pkg-plist' >Xbin/e-conf >Xshare/control-center/Workspace/Enlightenment.desktop >END-of-/usr/ports/x11/enlightenment-conf/pkg-plist >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 31249
: 17163