[101388] trunk/dports/mail/libvmime/files

ryandesign at macports.org ryandesign at macports.org
Wed Jan 9 16:01:06 PST 2013


Revision: 101388
          https://trac.macports.org/changeset/101388
Author:   ryandesign at macports.org
Date:     2013-01-09 16:01:06 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
libvmime: commit patchfiles forgotten in r101387

Revision Links:
--------------
    https://trac.macports.org/changeset/101387

Added Paths:
-----------
    trunk/dports/mail/libvmime/files/3878c6b691a66cdc96cb3ab72d534d84a212433f.diff
    trunk/dports/mail/libvmime/files/patch-automake-1.13.diff

Removed Paths:
-------------
    trunk/dports/mail/libvmime/files/patch-SConstruct.diff
    trunk/dports/mail/libvmime/files/patch-bootstrap.diff

Added: trunk/dports/mail/libvmime/files/3878c6b691a66cdc96cb3ab72d534d84a212433f.diff
===================================================================
--- trunk/dports/mail/libvmime/files/3878c6b691a66cdc96cb3ab72d534d84a212433f.diff	                        (rev 0)
+++ trunk/dports/mail/libvmime/files/3878c6b691a66cdc96cb3ab72d534d84a212433f.diff	2013-01-10 00:01:06 UTC (rev 101388)
@@ -0,0 +1,32 @@
+https://github.com/kisli/vmime/commit/3878c6b691a66cdc96cb3ab72d534d84a212433f
+--- vmime/address.hpp.orig
++++ vmime/address.hpp
+@@ -41,8 +41,6 @@
+ 
+ class address : public headerFieldValue
+ {
+-	friend class addressList;
+-
+ protected:
+ 
+ 	address();
+@@ -65,8 +63,6 @@ class address : public headerFieldValue
+ 
+ 	virtual ref <component> clone() const = 0;
+ 
+-protected:
+-
+ 	/** Parse an address from an input buffer.
+ 	  *
+ 	  * @param buffer input buffer
+--- vmime/base.hpp.orig
++++ vmime/base.hpp
+@@ -251,7 +251,7 @@
+ 	template <class X, class Y>
+ 	ref <X> dynamicCast(ref <Y> y)
+ 	{
+-		return y.dynamicCast <X>();
++		return y.template dynamicCast <X>();
+ 	}
+ 
+ 	/** Inherit from this class to indicate the subclass is not copyable,
\ No newline at end of file

Deleted: trunk/dports/mail/libvmime/files/patch-SConstruct.diff
===================================================================
--- trunk/dports/mail/libvmime/files/patch-SConstruct.diff	2013-01-09 23:57:43 UTC (rev 101387)
+++ trunk/dports/mail/libvmime/files/patch-SConstruct.diff	2013-01-10 00:01:06 UTC (rev 101388)
@@ -1,12 +0,0 @@
-http://sourceforge.net/tracker/?func=detail&aid=2805956&group_id=69724&atid=525568
---- SConstruct.orig	2008-10-19 14:27:32.000000000 +0200
-+++ SConstruct	2009-06-13 19:01:04.000000000 +0200
-@@ -1620,7 +1621,7 @@
- 
- if test "x$conf_tls" = "xyes"; then
- 	# -- GNU TLS Library (http://www.gnu.org/software/gnutls/)
--	AM_PATH_LIBGNUTLS(1.2.0, have_gnutls=yes, have_gnutls=no)
-+	PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0], have_gnutls=yes, have_gnutls=no)
- 
- 	if test "x$have_gnutls" = "xyes"; then
- 		AM_CONDITIONAL(VMIME_HAVE_TLS_SUPPORT, true)

Added: trunk/dports/mail/libvmime/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/mail/libvmime/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/mail/libvmime/files/patch-automake-1.13.diff	2013-01-10 00:01:06 UTC (rev 101388)
@@ -0,0 +1,11 @@
+--- SConstruct.orig	2010-05-20 04:33:00.000000000 -0500
++++ SConstruct	2013-01-09 17:27:57.000000000 -0600
+@@ -1287,7 +1287,7 @@
+ 
+ AM_INIT_AUTOMAKE(""" + packageGenericName + """, """ + packageVersion + """)
+ AC_CONFIG_SRCDIR([src/base.cpp])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ 
+ AM_MAINTAINER_MODE
+ 

Deleted: trunk/dports/mail/libvmime/files/patch-bootstrap.diff
===================================================================
--- trunk/dports/mail/libvmime/files/patch-bootstrap.diff	2013-01-09 23:57:43 UTC (rev 101387)
+++ trunk/dports/mail/libvmime/files/patch-bootstrap.diff	2013-01-10 00:01:06 UTC (rev 101388)
@@ -1,25 +0,0 @@
---- bootstrap	(revision 534)
-+++ bootstrap	(revision 535)
-@@ -13,6 +13,13 @@
- (mkdir autotools >& /dev/null)
- (cd autotools && rm -f config.guess config.sub missing mkinstalldirs compile ltmain.sh depcomp install-sh)
- 
-+# Check for "glibtoolize" instead of "libtoolize" on OSX
-+LIBTOOLIZE=libtoolize
-+if which glibtoolize > /dev/null 2>&1; then
-+	LIBTOOLIZE=glibtoolize
-+fi
-+
-+
- DIE=0
- 
- echo ""
-@@ -36,7 +43,7 @@
- fi
- 
- if test $DIE = 0 ; then
--	echo -n "* Running libtoolize... " ; (libtoolize --copy --force --automake >& bootstrap.tmpout) \
-+	echo -n "* Running libtoolize... " ; ($LIBTOOLIZE --copy --force --automake >& bootstrap.tmpout) \
- 		&& (echo "[OK]" ; cat bootstrap.tmpout ; rm -f bootstrap.tmpout) \
- 		|| (echo "[NO]" ; cat bootstrap.tmpout ; rm -f bootstrap.tmpout ; not_a_command >& /dev/null) || DIE=1
- fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130109/bbb7f210/attachment.html>


More information about the macports-changes mailing list