Upgrade to version 1.5.1.

This commit is contained in:
Mike Heffner 2001-10-02 21:51:48 +00:00
parent 0623a06e86
commit 46d0899d52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48360
7 changed files with 3 additions and 116 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= xfmail
PORTVERSION= 1.5.0
PORTVERSION= 1.5.1
CATEGORIES= mail
MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/%SUBDIR%/ \
ftp://cupido.geophys.nat.tu-bs.de/pub/xfmail/release/%SUBDIR%/ \

View File

@ -1 +1 @@
MD5 (xfmail-1.5.0.tar.bz2) = 37bb5492c8b65a21922074d4e29ab027
MD5 (xfmail-1.5.1.tar.bz2) = 7487f80da9a5ee7a6ee2f035c3fbaf58

View File

@ -1,41 +0,0 @@
--- configure.in.orig Sun Jun 3 17:07:35 2001
+++ configure.in Sun Jun 24 22:59:18 2001
@@ -10,7 +10,6 @@
dnl Checks for programs.
AC_SUBST(CC)
-AC_SUBST_FILE(debug_frag)
AC_PROG_CC
AC_PROG_CXX
AC_PROG_RANLIB
@@ -19,9 +18,6 @@
AM_PROG_LIBTOOL
-ALL_LINGUAS=""
-AM_GNU_GETTEXT
-
dnl Set which project we are building
AC_DEFINE(XFMAIL)
AM_CONDITIONAL(BUILD_ARCHIMEDES, test "xfmail" = "archimedes")
@@ -227,6 +223,9 @@
dnl Get/Set Compile Info
INFO()
+CFLAGS="$CFLAGS -I/usr/local/include"
+CXXFLAGS="$CXXFLAGS -I/usr/local/include"
+
AC_OUTPUT(Makefile
src/include/version.h
src/Makefile
@@ -236,10 +235,8 @@
src/editor/Makefile
src/ui/Makefile
src/regex/Makefile
-intl/Makefile
data/Makefile
man/Makefile
-po/Makefile
contrib/Makefile
contrib/misc/build.sh
contrib/misc/Rules2Procmail.pl

View File

@ -1,8 +0,0 @@
--- Makefile.am.orig Sat Jun 2 22:11:34 2001
+++ Makefile.am Sun Jun 24 22:59:18 2001
@@ -1,4 +1,4 @@
-SUBDIRS = src intl data man po
+SUBDIRS = src data man
DIST_SUBDIRS = $(SUBDIRS) contrib

View File

@ -1,53 +0,0 @@
--- src/editor/Makefile.am.orig Tue Feb 6 16:31:19 2001
+++ src/editor/Makefile.am Sun Jun 24 22:59:18 2001
@@ -9,12 +9,14 @@
INCLUDES = -I$(top_srcdir)/src/mail
CFLAGS = \
+ @CFLAGS@ \
@DMALLOC_CFLAGS@ \
@DEBUG_CFLAGS@ \
@GLIB_CFLAGS@
CXXFLAGS = \
+ @CXXFLAGS@ \
@DMALLOC_CFLAGS@ \
@DEBUG_CFLAGS@ \
@GLIB_CFLAGS@
--- src/mail/Makefile.am.orig Sat Mar 31 01:52:33 2001
+++ src/mail/Makefile.am Sun Jun 24 22:59:18 2001
@@ -42,6 +42,7 @@
util.cpp
CFLAGS = \
+ @CFLAGS@ \
@REGEX_CFLAGS@ \
@FACES_CFLAGS@ \
@GLIB_CFLAGS@ \
@@ -50,6 +51,7 @@
@DEBUG_CFLAGS@
CXXFLAGS = \
+ @CXXFLAGS@ \
@REGEX_CFLAGS@ \
@FACES_CFLAGS@ \
@GLIB_CFLAGS@ \
--- src/ui/Makefile.am.orig Sun Mar 25 19:35:02 2001
+++ src/ui/Makefile.am Sun Jun 24 22:59:18 2001
@@ -48,6 +48,7 @@
CFLAGS = \
+ @CFLAGS@ \
@REGEX_CFLAGS@ \
@FACES_CFLAGS@ \
@SOUND_CFLAGS@ \
@@ -57,6 +58,7 @@
CXXFLAGS = \
+ @CXXFLAGS@ \
@REGEX_CFLAGS@ \
@FACES_CFLAGS@ \
@SOUND_CFLAGS@ \

View File

@ -1,11 +0,0 @@
--- macros/debug.m4.orig Thu Feb 22 17:34:16 2001
+++ macros/debug.m4 Sun Jun 24 22:59:18 2001
@@ -15,7 +15,7 @@
,
AC_MSG_RESULT(no)
dnl Kovi, don't hate me... :)
- DEBUG_CFLAGS="-O3 -fomit-frame-pointer -pipe -ffast-math"
+ DEBUG_CFLAGS=""
)
AC_SUBST(DEBUG_CFLAGS)
])

View File

@ -9,7 +9,7 @@ XF-Mail has very friendly user interface and it's extremely easy in
use. It implements most of the mail functionality in one program and
it does not require any additional tools.
WWW: http://xfmail.slappy.org/
WWW: http://www.xfmail.org
- Mike
mikeh@FreeBSD.org