aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/emotion/files
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-03-11 16:51:14 +0800
committerstas <stas@FreeBSD.org>2007-03-11 16:51:14 +0800
commita2724272755bd3d479b57d4112c7d6ce2f21807e (patch)
tree2cc1da2fbddb7a27923bab24c8be5051f1063291 /multimedia/emotion/files
parent3bfd3a9293fced94b9f8604b6ac6352531f57eec (diff)
downloadfreebsd-ports-graphics-a2724272755bd3d479b57d4112c7d6ce2f21807e.tar.gz
freebsd-ports-graphics-a2724272755bd3d479b57d4112c7d6ce2f21807e.tar.zst
freebsd-ports-graphics-a2724272755bd3d479b57d4112c7d6ce2f21807e.zip
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2]
Diffstat (limited to 'multimedia/emotion/files')
-rw-r--r--multimedia/emotion/files/patch-configure30
1 files changed, 0 insertions, 30 deletions
diff --git a/multimedia/emotion/files/patch-configure b/multimedia/emotion/files/patch-configure
deleted file mode 100644
index ce8584392d2..00000000000
--- a/multimedia/emotion/files/patch-configure
+++ /dev/null
@@ -1,30 +0,0 @@
---- configure.orig Wed Sep 27 19:06:08 2006
-+++ configure Wed Sep 27 19:08:36 2006
-@@ -22241,27 +22241,6 @@
- _ACEOF
-
-
--function vser
--{
-- v=$1
-- VSTART=`echo $v | awk -F_ '{printf("%s", $1);}'`
-- V1=`echo $VSTART | awk -F\. '{printf("%s", $1);}'`
-- V2=`echo $VSTART | awk -F\. '{printf("%s", $2);}'`
-- V3=`echo $VSTART | awk -F\. '{printf("%s", $3);}'`
-- V4="0"
-- VEND=`echo $v | awk -F_ '{printf("%s", $2);}'`
-- if test -n "$VEND"; then
-- V4=`echo $VEND | sed s/pre//`
-- fi
-- V3=$(( $V3 * 100 ));
-- V2=$(( $V2 * 10000 ));
-- V1=$(( $V1 * 1000000 ));
-- V=$(( $V4 + $V3 + $V2 + $V1 ));
-- echo $V
--}
--
--
--
- # Check whether --with-eet-prefix was given.
- if test "${with_eet_prefix+set}" = set; then
- withval=$with_eet_prefix; eet_config_prefix="$withval"