summaryrefslogtreecommitdiff
path: root/graphics/electriceyes
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-01 09:29:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-01 09:29:31 +0000
commitde5f17688c28fdeaaf2cbad694981da41c307d1a (patch)
treeb5795f9904579c0bdc8731594473aeadc4c032b5 /graphics/electriceyes
parentRevert to old style of libtool. (diff)
Upgrade to 0.3.5.
Notes
Notes: svn path=/head/; revision=15754
Diffstat (limited to 'graphics/electriceyes')
-rw-r--r--graphics/electriceyes/Makefile11
-rw-r--r--graphics/electriceyes/distinfo2
-rw-r--r--graphics/electriceyes/files/patch-aa41
-rw-r--r--graphics/electriceyes/files/patch-ab4
-rw-r--r--graphics/electriceyes/pkg-plist1
5 files changed, 31 insertions, 28 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile
index 679a6e571844..2c4bd8afb73c 100644
--- a/graphics/electriceyes/Makefile
+++ b/graphics/electriceyes/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: electriceyes
-# Version required: 0.3
+# Version required: 0.3.5
# Date created: 21 August 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.4 1998/11/15 14:04:04 jseger Exp $
+# $Id: Makefile,v 1.5 1998/11/18 12:09:03 asami Exp $
#
-DISTNAME= ee-0.3
-PKGNAME= electriceyes-0.3
+DISTNAME= ee-0.3.5
+PKGNAME= electriceyes-0.3.5
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
@@ -23,7 +23,8 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${LOCALBASE}/include" \
- GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
+ GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
+ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:
diff --git a/graphics/electriceyes/distinfo b/graphics/electriceyes/distinfo
index abd573fc327e..4d712274fb5b 100644
--- a/graphics/electriceyes/distinfo
+++ b/graphics/electriceyes/distinfo
@@ -1 +1 @@
-MD5 (ee-0.3.tar.gz) = 94b3cfc04813a86aacf3d262c93569fe
+MD5 (ee-0.3.5.tar.gz) = f0b02ca0c391c1078780565c28e4db27
diff --git a/graphics/electriceyes/files/patch-aa b/graphics/electriceyes/files/patch-aa
index 505bcfc837a0..f3c41727872b 100644
--- a/graphics/electriceyes/files/patch-aa
+++ b/graphics/electriceyes/files/patch-aa
@@ -1,20 +1,21 @@
---- configure.orig Sun Sep 27 02:07:45 1998
-+++ configure Sun Sep 27 02:08:39 1998
-@@ -873,12 +873,12 @@
- fi
-
-
-- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
--echo "configure:878: checking for gnomeConf.sh file in $gnome_prefix" >&5
-- if test -f $gnome_prefix/gnomeConf.sh; then
-+ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6
-+echo "configure:878: checking for gnomeConf.sh file in $prefix/share/gnome" >&5
-+ if test -f $prefix/share/gnome/gnomeConf.sh; then
- echo "$ac_t""found" 1>&6
-- echo "loading gnome configuration from $gnome_prefix/gnomeConf.sh"
-- . $gnome_prefix/gnomeConf.sh
-+ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh"
-+ . $prefix/share/gnome/gnomeConf.sh
-
- else
- echo "$ac_t""not found" 1>&6
+--- configure.orig Fri Jan 1 14:56:12 1999
++++ configure Fri Jan 1 14:57:09 1999
+@@ -1076,13 +1076,13 @@
+ fi
+
+ if test "$no_gnome_config" = "yes"; then
+- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
+-echo "configure:1081: checking for gnomeConf.sh file in $gnome_prefix" >&5
+- if test -f $gnome_prefix/gnomeConf.sh; then
++ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6
++echo "configure:1081: checking for gnomeConf.sh file in $prefix/share/gnome" >&5
++ if test -f $prefix/share/gnome/gnomeConf.sh; then
+ echo "$ac_t""found" 1>&6
+ echo "loading gnome configuration from" \
+- "$gnome_prefix/gnomeConf.sh"
+- . $gnome_prefix/gnomeConf.sh
++ "$prefix/share/gnome/gnomeConf.sh"
++ . $prefix/share/gnome/gnomeConf.sh
+
+ else
+ echo "$ac_t""not found" 1>&6
diff --git a/graphics/electriceyes/files/patch-ab b/graphics/electriceyes/files/patch-ab
index f9b9389b1a07..d286d040af0a 100644
--- a/graphics/electriceyes/files/patch-ab
+++ b/graphics/electriceyes/files/patch-ab
@@ -1,5 +1,5 @@
---- ee.desktop.orig Tue Sep 1 12:06:06 1998
-+++ ee.desktop Tue Sep 1 12:06:51 1998
+--- ee.desktop.orig Tue Dec 15 00:36:56 1998
++++ ee.desktop Fri Jan 1 14:56:15 1999
@@ -11,7 +11,7 @@
Comment[de]=Bildbetrachter
Comment[no]=Program for bildeframvisning
diff --git a/graphics/electriceyes/pkg-plist b/graphics/electriceyes/pkg-plist
index 9c285a28e0ca..22aabe60f9f1 100644
--- a/graphics/electriceyes/pkg-plist
+++ b/graphics/electriceyes/pkg-plist
@@ -8,6 +8,7 @@ share/locale/fi/LC_MESSAGES/ee.mo
share/locale/fr/LC_MESSAGES/ee.mo
share/locale/ga/LC_MESSAGES/ee.mo
share/locale/it/LC_MESSAGES/ee.mo
+share/locale/ja/LC_MESSAGES/ee.mo
share/locale/ko/LC_MESSAGES/ee.mo
share/locale/no/LC_MESSAGES/ee.mo
share/locale/pt/LC_MESSAGES/ee.mo