aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-09-13 04:59:36 +0000
committerCy Schubert <cy@FreeBSD.org>2006-09-13 04:59:36 +0000
commitbd4ae06e4acc8803a159e0b6e89b6e4dc241ebdd (patch)
tree54f6b38f62f86762085768eccf340f5c94f02be2 /x11-wm
parente23bc71a87b30dba5e78de334e051c5f2f647d0c (diff)
downloadports-bd4ae06e4acc8803a159e0b6e89b6e4dc241ebdd.tar.gz
ports-bd4ae06e4acc8803a159e0b6e89b6e4dc241ebdd.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm2-devel/Makefile2
-rw-r--r--x11-wm/fvwm2-devel/distinfo6
-rw-r--r--x11-wm/fvwm2-devel/files/patch-configure32
3 files changed, 20 insertions, 20 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile
index 25d9592a7d4f..62b4a45fa3bf 100644
--- a/x11-wm/fvwm2-devel/Makefile
+++ b/x11-wm/fvwm2-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fvwm
-PORTVERSION= 2.5.16
+PORTVERSION= 2.5.18
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
http://www.fvwm.org/generated/icon_download/
diff --git a/x11-wm/fvwm2-devel/distinfo b/x11-wm/fvwm2-devel/distinfo
index 9f9c81994828..0c8f0ba1093b 100644
--- a/x11-wm/fvwm2-devel/distinfo
+++ b/x11-wm/fvwm2-devel/distinfo
@@ -1,6 +1,6 @@
-MD5 (fvwm-2.5.16.tar.bz2) = 78eb609bd913868f659034173292b9bd
-SHA256 (fvwm-2.5.16.tar.bz2) = 9fb3f38dfd329b3de1cab0b4e500edd7a2d2fbe11357ef0ca11e052e4ee406d9
-SIZE (fvwm-2.5.16.tar.bz2) = 2018815
+MD5 (fvwm-2.5.18.tar.bz2) = d90612ab2bd3a86b2bd23325aa87d3d4
+SHA256 (fvwm-2.5.18.tar.bz2) = 8489b32ad488d91898d9be0ff4ec4697590feee66f10de88301511efc617e9c5
+SIZE (fvwm-2.5.18.tar.bz2) = 2034340
MD5 (fvwm_icons.tgz) = de6c2822f1f6d43a0e1daddd0c7a8665
SHA256 (fvwm_icons.tgz) = 728eb0c837c58439b86a33e8dd4b3edb385372bc83972a2568e6f9d7ef3442a1
SIZE (fvwm_icons.tgz) = 363406
diff --git a/x11-wm/fvwm2-devel/files/patch-configure b/x11-wm/fvwm2-devel/files/patch-configure
index d100b5dcc82d..cddc84ccc576 100644
--- a/x11-wm/fvwm2-devel/files/patch-configure
+++ b/x11-wm/fvwm2-devel/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Fri Oct 21 16:40:26 2005
-+++ configure Fri Oct 21 16:49:31 2005
-@@ -8640,17 +8640,17 @@
+--- configure.orig Wed Jul 19 13:34:04 2006
++++ configure Wed Jul 19 17:38:40 2006
+@@ -9814,17 +9814,17 @@
if test x$fc_config_exec_prefix != x ; then
fc_config_args="$fc_config_args --exec-prefix=$fc_config_exec_prefix"
if test x${FC_CONFIG+set} != xset ; then
@@ -22,7 +22,7 @@
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_FC_CONFIG+set}" = set; then
-@@ -8714,13 +8714,13 @@
+@@ -9888,13 +9888,13 @@
no_fc=yes
fi
else
@@ -31,17 +31,17 @@
- fc_config_major_version=`$FC_CONFIG $fc_config_args --version | \
+ FC_CFLAGS=`$FC_CONFIG fontconfig $fc_config_args --cflags`
+ FC_LIBS=`$FC_CONFIG fontconfig $fc_config_args --libs`
-+ fc_config_major_version=`$FC_CONFIG fontconfig $fc_config_args --modversion | \
- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
++ fc_config_major_version=`$FC_CONFIG fontconfig $fc_config_args --modversion |
+ sed 's/^[^0-9.]*\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*$/\1/'`
- fc_config_minor_version=`$FC_CONFIG $fc_config_args --version | \
-+ fc_config_minor_version=`$FC_CONFIG fontconfig $fc_config_args --modversion | \
- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
++ fc_config_minor_version=`$FC_CONFIG fontconfig $fc_config_args --modversion |
+ sed 's/^[^0-9.]*\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*$/\2/'`
- fc_config_micro_version=`$FC_CONFIG $fc_config_args --version | \
-+ fc_config_micro_version=`$FC_CONFIG fontconfig $fc_config_args --modversion | \
- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
++ fc_config_micro_version=`$FC_CONFIG fontconfig $fc_config_args --modversion |
+ sed 's/^[^0-9.]*\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*$/\3/'`
fc_min_major_version=`echo $min_fc_version | \
- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
-@@ -9781,7 +9781,7 @@
+ sed 's/^[^0-9.]*\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*$/\1/'`
+@@ -10962,7 +10962,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -50,7 +50,7 @@
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -10104,7 +10104,7 @@
+@@ -11288,7 +11288,7 @@
#define HAVE_PNG 1
_ACEOF
@@ -59,7 +59,7 @@
problem_png=""
else
with_png=no
-@@ -13074,150 +13074,6 @@
+@@ -14349,150 +14349,6 @@
found_gettext=yes
@@ -210,7 +210,7 @@
-@@ -13857,7 +13713,7 @@
+@@ -15132,7 +14988,7 @@
fi
if test "$no_dgettext" != "yes"; then
@@ -219,7 +219,7 @@
LIBS="$LIBS $intl_LIBS $iconv_LIBS"
echo "$as_me:$LINENO: checking if a simple gettext program link" >&5
echo $ECHO_N "checking if a simple gettext program link... $ECHO_C" >&6
-@@ -13935,10 +13791,8 @@
+@@ -15210,10 +15066,8 @@
else
with_gettext="no"
problem_gettext=": Failed to detected GNU gettext"