1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to version 0.3.4.

Submitted by:	Clive Lin <clive@CirX.ORG>
This commit is contained in:
Jim Mock 1999-11-29 21:03:33 +00:00
parent 402894db5e
commit 52ca14675f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23505
3 changed files with 19 additions and 19 deletions

View File

@ -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/ \

View File

@ -1 +1 @@
MD5 (bluefish-0.3.2.tar.gz) = 4debcd19a28b715056384af44cba9c5a
MD5 (bluefish-0.3.4.tar.gz) = 2b712ab8313b482b55a2ae0173bbee68

View File

@ -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