summaryrefslogtreecommitdiff
path: root/www/bluefish
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-11-29 21:03:33 +0000
committerJim Mock <jim@FreeBSD.org>1999-11-29 21:03:33 +0000
commit52ca14675ffb0fb114e602e47f4885bcf3f56ca0 (patch)
treee335ba05fffb1b9bdf915fdd1af4a04370265189 /www/bluefish
parentUpdate to version 0.7.20.1. (diff)
Update to version 0.3.4.
Submitted by: Clive Lin <clive@CirX.ORG>
Notes
Notes: svn path=/head/; revision=23505
Diffstat (limited to 'www/bluefish')
-rw-r--r--www/bluefish/Makefile4
-rw-r--r--www/bluefish/distinfo2
-rw-r--r--www/bluefish/files/patch-aa32
3 files changed, 19 insertions, 19 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index d391e24d3fd6..8b196bd6b4a4 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: bluefish
-# Version required: 0.3.2
+# Version required: 0.3.4
# Date created: 25 July 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= bluefish-0.3.2
+DISTNAME= bluefish-0.3.4
CATEGORIES= www editors
MASTER_SITES= http://bluefish.linuxbox.com/download/ \
http://student.wau.nl/~olivier/bluefish/download/ \
diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo
index 83bbfe20f554..94c26228e004 100644
--- a/www/bluefish/distinfo
+++ b/www/bluefish/distinfo
@@ -1 +1 @@
-MD5 (bluefish-0.3.2.tar.gz) = 4debcd19a28b715056384af44cba9c5a
+MD5 (bluefish-0.3.4.tar.gz) = 2b712ab8313b482b55a2ae0173bbee68
diff --git a/www/bluefish/files/patch-aa b/www/bluefish/files/patch-aa
index 589e94389f33..283fb38240c6 100644
--- a/www/bluefish/files/patch-aa
+++ b/www/bluefish/files/patch-aa
@@ -1,17 +1,17 @@
---- configure.orig Tue Jul 6 16:57:38 1999
-+++ configure Sun Jul 25 09:46:50 1999
-@@ -841,8 +841,8 @@
+--- configure.orig Sat Nov 27 22:05:06 1999
++++ configure Sat Nov 27 22:07:13 1999
+@@ -906,8 +906,8 @@
x_includes="/usr/include"
fi
-
--LIBS=`gtk-config --libs`
--CFLAGS=`gtk-config --cflags`
-+LIBS=`${GTK_CONFIG} --libs`
-+CFLAGS=`${GTK_CONFIG} --cflags`
-
+
+-LIBS="$LIBS `gtk-config --libs`"
+-CFLAGS="$CFLAGS `gtk-config --cflags` -Wall"
++LIBS="$LIBS `${GTK_CONFIG} --libs`"
++CFLAGS="$CFLAGS `${GTK_CONFIG} --cflags` -Wall"
+
# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
if test "${with_gtk_prefix+set}" = set; then
-@@ -872,18 +872,18 @@
+@@ -937,18 +937,18 @@
if test x$gtk_config_exec_prefix != x ; then
gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
if test x${GTK_CONFIG+set} != xset ; then
@@ -26,15 +26,15 @@
+ GTK_CONFIG=$gtk_config_prefix/bin/${GTK_CONFIG}
fi
fi
-
+
- # Extract the first word of "gtk-config", so it can be a program name with args.
-set dummy gtk-config; ac_word=$2
+ # Extract the first word of "${GTK_CONFIG}", so it can be a program name with args.
+set dummy ${GTK_CONFIG}; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
- echo "configure:889: checking for $ac_word" >&5
+ echo "configure:954: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
-@@ -1019,10 +1019,10 @@
+@@ -1084,10 +1084,10 @@
else
echo "$ac_t""no" 1>&6
# if test "$GTK_CONFIG" = "no" ; then
@@ -47,7 +47,7 @@
# else
# if test -f conf.gtktest ; then
# :
-@@ -1051,7 +1051,7 @@
+@@ -1116,7 +1116,7 @@
# [ echo "*** The test program failed to compile or link. See the file config.log for the"
# echo "*** exact error that occured. This usually means GTK was incorrectly installed"
# echo "*** or that you have moved GTK since it was installed. In the latter case, you"
@@ -56,9 +56,9 @@
# CFLAGS="$ac_save_CFLAGS"
# LIBS="$ac_save_LIBS"
# fi
-@@ -1070,7 +1070,7 @@
+@@ -1135,7 +1135,7 @@
fi
-
+
echo -n "checking where to put bluefish library files... "
-install_location=/usr/local/lib/bluefish
+install_location=/usr/X11R6/lib/bluefish