diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2001-07-03 01:20:09 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-07-03 01:20:09 +0000 |
commit | b72c39c55987d12de2fe4500eddd9bef703aebc1 (patch) | |
tree | 7ea9b7fd5f035911effeb7a65e8d2f8d3d20b809 /mail/xfmail/files | |
parent | o New port of a Window Maker dockapp that displays game scores from (diff) |
Upgrade Xfmail to version 1.5.0. Also, take over maintainership as the
original maintainer has not responded to emails and this port is very old.
PR: ports/28397
Reviewed by: Duncan Barclay <dmlb@dmlb.org> (original patches)
Patches fixed by: dwcjr
Diffstat (limited to '')
-rw-r--r-- | mail/xfmail/files/patch-aa | 41 | ||||
-rw-r--r-- | mail/xfmail/files/patch-ab | 18 | ||||
-rw-r--r-- | mail/xfmail/files/patch-ac | 8 | ||||
-rw-r--r-- | mail/xfmail/files/patch-ad | 53 | ||||
-rw-r--r-- | mail/xfmail/files/patch-ae | 11 |
5 files changed, 131 insertions, 0 deletions
diff --git a/mail/xfmail/files/patch-aa b/mail/xfmail/files/patch-aa new file mode 100644 index 000000000000..9265921efd56 --- /dev/null +++ b/mail/xfmail/files/patch-aa @@ -0,0 +1,41 @@ +--- 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 diff --git a/mail/xfmail/files/patch-ab b/mail/xfmail/files/patch-ab new file mode 100644 index 000000000000..9c6039557c50 --- /dev/null +++ b/mail/xfmail/files/patch-ab @@ -0,0 +1,18 @@ +--- autogen.sh.orig Mon Feb 5 17:40:21 2001 ++++ autogen.sh Mon Jun 25 01:02:54 2001 +@@ -42,15 +42,4 @@ + automake --gnu --add-missing + cd "$THEDIR" + +-if test -z "$*"; then +- echo "I am going to run ./configure with no arguments - if you wish " +- echo "to pass any to it, please specify them on the $0 command line." +-fi +- +-$srcdir/configure "$@" + cd $srcdir/src/ui && ./help_gen +- +-echo +-echo "Now type 'make' to compile xfmail." +-echo "If you have problems, please see the directory docs/" +-echo "for possible resolutions." diff --git a/mail/xfmail/files/patch-ac b/mail/xfmail/files/patch-ac new file mode 100644 index 000000000000..125f032f50e5 --- /dev/null +++ b/mail/xfmail/files/patch-ac @@ -0,0 +1,8 @@ +--- 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 + diff --git a/mail/xfmail/files/patch-ad b/mail/xfmail/files/patch-ad new file mode 100644 index 000000000000..9eae2dcd731f --- /dev/null +++ b/mail/xfmail/files/patch-ad @@ -0,0 +1,53 @@ +--- 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@ \ diff --git a/mail/xfmail/files/patch-ae b/mail/xfmail/files/patch-ae new file mode 100644 index 000000000000..c65c0ebc98c9 --- /dev/null +++ b/mail/xfmail/files/patch-ae @@ -0,0 +1,11 @@ +--- 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) + ]) |