summaryrefslogtreecommitdiff
path: root/mail/balsa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 17:45:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 17:45:47 +0000
commit3685d4b9a9d1bea8b1fc33374376000f762d5dc2 (patch)
tree812a2ff79bc2ec17b71f452e25509977f348ff81 /mail/balsa
parentUpdate to version 1.1. (diff)
Update to version 0.4.9.5.
PR: 14905 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=23356
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile17
-rw-r--r--mail/balsa/distinfo2
-rw-r--r--mail/balsa/files/patch-ab51
3 files changed, 9 insertions, 61 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index b8287b63ae39..0e60593a273e 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -1,19 +1,18 @@
# New ports collection makefile for: balsa
-# Version required: 0.4.9
+# Version required: 0.4.9.5
# Date created: 02 December 1998
# Whom: Glenn Johnson <gljohns@bellsouth.net>
#
# $FreeBSD$
#
-DISTNAME= balsa-0.4.9
+DISTNAME= balsa-0.4.9.5
CATEGORIES= mail gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/balsa
+MASTER_SITES= ftp://ftp.balsa.net/pub/balsa/
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
+#RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomegore
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
PropList.2:${PORTSDIR}/devel/libPropList
@@ -22,16 +21,16 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure libmutt/configure
+CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
+ GTK_CONFIG='${GTK_CONFIG}' \
+ LIBS='-L${LOCALBASE}/lib'
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${PREFIX}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
MAN1= balsa.1
post-install:
- ${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo
index 7bd7c0e40932..6807ffbb0e88 100644
--- a/mail/balsa/distinfo
+++ b/mail/balsa/distinfo
@@ -1 +1 @@
-MD5 (balsa-0.4.9.tar.gz) = 08d8dd036bca0cc0156e7d299f873d5f
+MD5 (balsa-0.4.9.5.tar.gz) = b723043e86768d9c09af6fc76a9a63c2
diff --git a/mail/balsa/files/patch-ab b/mail/balsa/files/patch-ab
deleted file mode 100644
index fc09237d541d..000000000000
--- a/mail/balsa/files/patch-ab
+++ /dev/null
@@ -1,51 +0,0 @@
---- configure.orig Tue Jan 19 02:21:11 1999
-+++ configure Sat May 22 21:52:27 1999
-@@ -2168,7 +2168,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- PTHREAD_LIB="-lc_r"
-+ PTHREAD_LIB=""
- else
- echo "$ac_t""no" 1>&6
- fi
-@@ -3884,7 +3884,7 @@
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- CATOBJEXT=.mo
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- fi
- rm -f conftest*
- INSTOBJEXT=.mo
-@@ -4272,15 +4272,15 @@
- fi
-
-
-- USE_INCLUDED_LIBINTL=yes
-+# USE_INCLUDED_LIBINTL=yes
- CATOBJEXT=.gmo
- INSTOBJEXT=.mo
- DATADIRNAME=share
-- INTLDEPS='$(top_builddir)/intl/libintl.a'
-+ INTLDEPS='-lintl'
- INTLLIBS=$INTLDEPS
- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-- nls_cv_header_intl=intl/libintl.h
-- nls_cv_header_libgt=intl/libgettext.h
-+# nls_cv_header_intl=intl/libintl.h
-+# nls_cv_header_libgt=intl/libgettext.h
- fi
-
- if test "$XGETTEXT" != ":"; then
-@@ -5168,10 +5168,6 @@
- *) # Relative path.
- ac_sub_cache_file="$ac_dots$cache_file" ;;
- esac
-- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
- # The eval makes quoting arguments work.