svn commit: r308821 - in head/x11: kdebase3/files kdelibs3/files

Hajimu UMEMOTO ume at FreeBSD.org
Thu Dec 13 06:46:02 UTC 2012


Author: ume
Date: Thu Dec 13 06:46:02 2012
New Revision: 308821
URL: http://svnweb.freebsd.org/changeset/ports/308821

Log:
  The patch which was wrongly added by my previous commit
  is intended not for kdelib3 but for kdebase3.
  
  Spotted by:	Oliver Pinter <oliver.pntr__at__gmail.com>

Added:
  head/x11/kdebase3/files/patch-kioslave_smtp_smtp.cc
     - copied unchanged from r308820, head/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc
Deleted:
  head/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc

Copied: head/x11/kdebase3/files/patch-kioslave_smtp_smtp.cc (from r308820, head/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/kdebase3/files/patch-kioslave_smtp_smtp.cc	Thu Dec 13 06:46:02 2012	(r308821, copy of r308820, head/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc)
@@ -0,0 +1,12 @@
+Index: kioslave/smtp/smtp.cc
+diff -u kioslave/smtp/smtp.cc.orig kioslave/smtp/smtp.cc
+--- kioslave/smtp/smtp.cc.orig	2007-10-08 18:51:22.000000000 +0900
++++ kioslave/smtp/smtp.cc	2012-12-12 15:29:29.604353297 +0900
+@@ -31,6 +31,7 @@
+ #include <config.h>
+ 
+ #ifdef HAVE_LIBSASL2
++#include <sys/types.h>
+ extern "C" {
+ #include <sasl/sasl.h>
+ }


More information about the svn-ports-all mailing list