diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 12 | ||||
-rw-r--r-- | www/bluefish/distinfo | 2 | ||||
-rw-r--r-- | www/bluefish/files/patch-aa | 23 | ||||
-rw-r--r-- | www/bluefish/pkg-plist | 3 |
4 files changed, 18 insertions, 22 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 1f46ea05aa81..e2dac8149266 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bluefish -# Version required: 0.3.4 +# Version required: 0.3.5 # Date created: 25 July 1999 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bluefish-0.3.4 +DISTNAME= bluefish-0.3.5 CATEGORIES= www editors MASTER_SITES= http://bluefish.linuxbox.com/download/ \ http://student.wau.nl/~olivier/bluefish/download/ \ @@ -20,9 +20,11 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/bluefish diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo index 94c26228e004..d880c5204a88 100644 --- a/www/bluefish/distinfo +++ b/www/bluefish/distinfo @@ -1 +1 @@ -MD5 (bluefish-0.3.4.tar.gz) = 2b712ab8313b482b55a2ae0173bbee68 +MD5 (bluefish-0.3.5.tar.gz) = e586d749a9fd7c0ab9c293fb338175f2 diff --git a/www/bluefish/files/patch-aa b/www/bluefish/files/patch-aa index 283fb38240c6..82dd1393e338 100644 --- a/www/bluefish/files/patch-aa +++ b/www/bluefish/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Sat Nov 27 22:05:06 1999 -+++ configure Sat Nov 27 22:07:13 1999 -@@ -906,8 +906,8 @@ +--- configure.orig Fri Jan 14 18:21:58 2000 ++++ configure Fri Jan 14 18:22:59 2000 +@@ -944,8 +944,8 @@ x_includes="/usr/include" fi @@ -11,7 +11,7 @@ # Check whether --with-gtk-prefix or --without-gtk-prefix was given. if test "${with_gtk_prefix+set}" = set; then -@@ -937,18 +937,18 @@ +@@ -975,18 +975,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:954: checking for $ac_word" >&5 + echo "configure:992: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then -@@ -1084,10 +1084,10 @@ +@@ -1122,10 +1122,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 # : -@@ -1116,7 +1116,7 @@ +@@ -1154,7 +1154,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,12 +56,3 @@ # CFLAGS="$ac_save_CFLAGS" # LIBS="$ac_save_LIBS" # fi -@@ -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 - # Check whether --with-install-location or --without-install-location was given. - if test "${with_install_location+set}" = set; then - withval="$with_install_location" diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist index e227638cf35b..52af16f34403 100644 --- a/www/bluefish/pkg-plist +++ b/www/bluefish/pkg-plist @@ -3,5 +3,8 @@ lib/bluefish/php3_functions lib/bluefish/ssi_functions lib/bluefish/rxml_functions share/doc/bluefish/README +share/locale/de/LC_MESSAGES/bluefish.mo +share/locale/da/LC_MESSAGES/bluefish.mo +share/locale/fr/LC_MESSAGES/bluefish.mo @dirrm lib/bluefish @dirrm share/doc/bluefish |