Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 1999 17:21:42 +0800 (CST)
From:      clive@cirx.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11183: new port: x11/enlightenment-conf-0.15
Message-ID:  <199904170921.RAA35417@cartier.cirx.org>

next in thread | raw e-mail | index | archive | help

>Number:         11183
>Category:       ports
>Synopsis:       new port: x11/enlightenment-conf-0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 17 02:20:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Clive Lin
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	FreeBSD cartier.cirx.org 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Fri Apr 16 20:38:20 CST 1999     clive@cartier.cirx.org:/usr/src/sys/compile/CARTIER  i386

>Description:

	Enlightenment's configuration tool.

>How-To-Repeat:



>Fix:

# 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:
#
#	enlightenment-conf
#	enlightenment-conf/pkg
#	enlightenment-conf/pkg/COMMENT
#	enlightenment-conf/pkg/DESCR
#	enlightenment-conf/pkg/PLIST
#	enlightenment-conf/patches
#	enlightenment-conf/patches/patch-aa
#	enlightenment-conf/files
#	enlightenment-conf/files/md5
#	enlightenment-conf/Makefile
#
echo c - enlightenment-conf
mkdir -p enlightenment-conf > /dev/null 2>&1
echo c - enlightenment-conf/pkg
mkdir -p enlightenment-conf/pkg > /dev/null 2>&1
echo x - enlightenment-conf/pkg/COMMENT
sed 's/^X//' >enlightenment-conf/pkg/COMMENT << 'END-of-enlightenment-conf/pkg/COMMENT'
Xenlightenment's configuration tool.
END-of-enlightenment-conf/pkg/COMMENT
echo x - enlightenment-conf/pkg/DESCR
sed 's/^X//' >enlightenment-conf/pkg/DESCR << 'END-of-enlightenment-conf/pkg/DESCR'
XIt's enlightenment's configuration tool. You cant miss it!
X
Xhttp://www.enlightenment.org/
END-of-enlightenment-conf/pkg/DESCR
echo x - enlightenment-conf/pkg/PLIST
sed 's/^X//' >enlightenment-conf/pkg/PLIST << 'END-of-enlightenment-conf/pkg/PLIST'
Xbin/e-conf
Xinclude/libintl.h
Xlib/libintl.a
Xlib/locale/cs/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/da/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/de/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/es/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/fi/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/fr/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/ga/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/hu/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/it/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/ja/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/ko/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/no/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/pl/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/pt/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/ru/LC_MESSAGES/enlightenment-conf.mo
Xlib/locale/sv/LC_MESSAGES/enlightenment-conf.mo
Xshare/control-center/Workspace/Enlightenment.desktop
X@dirrm share/control-center/Workspace
X@dirrm share/control-center
END-of-enlightenment-conf/pkg/PLIST
echo c - enlightenment-conf/patches
mkdir -p enlightenment-conf/patches > /dev/null 2>&1
echo x - enlightenment-conf/patches/patch-aa
sed 's/^X//' >enlightenment-conf/patches/patch-aa << 'END-of-enlightenment-conf/patches/patch-aa'
X--- configure.orig	Fri Apr 16 20:09:19 1999
X+++ configure	Fri Apr 16 20:09:29 1999
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-enlightenment-conf/patches/patch-aa
echo c - enlightenment-conf/files
mkdir -p enlightenment-conf/files > /dev/null 2>&1
echo x - enlightenment-conf/files/md5
sed 's/^X//' >enlightenment-conf/files/md5 << 'END-of-enlightenment-conf/files/md5'
XMD5 (enlightenment-conf-0.15.tar.gz) = ad87526c1e86088e5ba851c36eb70b13
END-of-enlightenment-conf/files/md5
echo x - enlightenment-conf/Makefile
sed 's/^X//' >enlightenment-conf/Makefile << 'END-of-enlightenment-conf/Makefile'
X# New ports collection makefile for:	enlightenment-conf
X# Version required:		0.15
X# Date created:			Sat 17 Apr 1999
X# Whom:				Clive Lin <clive@CirX.ORG>
X#
X# $Id$
X#
X
XDISTNAME=	enlightenment-conf-0.15
XCATEGORIES=	x11 gnome
XMASTER_SITES=	${MASTER_SITE_GNOME}
XMASTER_SITE_SUBDIR=	enlightenment
X
XMAINTAINER=	vanilla@FreeBSD.ORG
X
XLIB_DEPENDS=	esd.1:${PORTSDIR}/audio/esound \
X		jpeg.9:${PORTSDIR}/graphics/jpeg \
X		png.3:${PORTSDIR}/graphics/png \
X		gif.3:${PORTSDIR}/graphics/giflib \
X		gnomeui.1:${PORTSDIR}/x11/gnomelibs \
X		gdk_imlib.3:${PORTSDIR}/graphics/imlib \
X		gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
X		gmodule12.1:${PORTSDIR}/devel/glib12 \
X		audiofile.0:${PORTSDIR}/audio/libaudiofile \
X		capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter \
X		ORBit.1:${PORTSDIR}/devel/ORBit
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LIBS=-L${LOCALBASE}/lib
X
X.include <bsd.port.mk>
END-of-enlightenment-conf/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904170921.RAA35417>