diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-03-19 00:53:56 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-03-19 00:53:56 +0000 |
commit | ab252d262b55c92dfaac0188573b8ce3e1041016 (patch) | |
tree | 417c0b4c25ac7acf269b37a254c588f6fdcce8a3 /www/bluefish | |
parent | ed96f675f6237d0c1e5833f08538c03471943fdb (diff) | |
download | ports-ab252d262b55c92dfaac0188573b8ce3e1041016.tar.gz ports-ab252d262b55c92dfaac0188573b8ce3e1041016.zip |
Notes
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 4 | ||||
-rw-r--r-- | www/bluefish/distinfo | 2 | ||||
-rw-r--r-- | www/bluefish/files/patch-aa | 18 |
3 files changed, 12 insertions, 12 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 0a8c186bfce4..7b7419e24f0a 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bluefish -# Version required: 0.3.5 +# Version required: 0.3.6 # Date created: 25 July 1999 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bluefish-0.3.5 +DISTNAME= bluefish-0.3.6 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 d880c5204a88..b96d5b8e0189 100644 --- a/www/bluefish/distinfo +++ b/www/bluefish/distinfo @@ -1 +1 @@ -MD5 (bluefish-0.3.5.tar.gz) = e586d749a9fd7c0ab9c293fb338175f2 +MD5 (bluefish-0.3.6.tar.gz) = 1dfd21dd74a7f3e98d720ffb657f745d diff --git a/www/bluefish/files/patch-aa b/www/bluefish/files/patch-aa index 82dd1393e338..faf86ff8c22b 100644 --- a/www/bluefish/files/patch-aa +++ b/www/bluefish/files/patch-aa @@ -1,17 +1,17 @@ ---- configure.orig Fri Jan 14 18:21:58 2000 -+++ configure Fri Jan 14 18:22:59 2000 -@@ -944,8 +944,8 @@ +--- configure.orig Wed Mar 15 22:51:32 2000 ++++ configure Wed Mar 15 22:53:38 2000 +@@ -946,8 +946,8 @@ x_includes="/usr/include" fi -LIBS="$LIBS `gtk-config --libs`" --CFLAGS="$CFLAGS `gtk-config --cflags` -Wall" +-CFLAGS="$CFLAGS `gtk-config --cflags`" +LIBS="$LIBS `${GTK_CONFIG} --libs`" -+CFLAGS="$CFLAGS `${GTK_CONFIG} --cflags` -Wall" ++CFLAGS="$CFLAGS `${GTK_CONFIG} --cflags`" # Check whether --with-gtk-prefix or --without-gtk-prefix was given. if test "${with_gtk_prefix+set}" = set; then -@@ -975,18 +975,18 @@ +@@ -977,18 +977,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 @@ -32,9 +32,9 @@ + # 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:992: checking for $ac_word" >&5 + echo "configure:994: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then -@@ -1122,10 +1122,10 @@ +@@ -1124,10 +1124,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 # : -@@ -1154,7 +1154,7 @@ +@@ -1156,7 +1156,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" |