Hi!

The build process hanged up on make patch stage, due to misplaced sasl fix.

---8<---
root@pandora-d kdelibs3# make patch
===>  Patching for kdelibs-nocups-3.5.10_11
===>  Applying FreeBSD patches for kdelibs-nocups-3.5.10_11
File to patch:
---8<---

The right place are kdebase3/files, see the attached patch. NOT YET
BUILD tested, only make patch tested. When it's compiled, then I send
a confirmation mail.

Have a nice day!
diff --git a/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc b/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc
deleted file mode 100644
index 59e00fb..0000000
--- a/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc
+++ /dev/null
@@ -1,12 +0,0 @@
-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>
- }
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to