From owner-svn-ports-head@FreeBSD.ORG Sat Nov 24 17:42:16 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0A25620; Sat, 24 Nov 2012 17:42:16 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B6FF18FC15; Sat, 24 Nov 2012 17:42:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAOHgGCk095627; Sat, 24 Nov 2012 17:42:16 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAOHgG9K095626; Sat, 24 Nov 2012 17:42:16 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211241742.qAOHgG9K095626@svn.freebsd.org> From: Pawel Pekala Date: Sat, 24 Nov 2012 17:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307718 - head/x11/kdelibs3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2012 17:42:16 -0000 Author: pawel Date: Sat Nov 24 17:42:16 2012 New Revision: 307718 URL: http://svnweb.freebsd.org/changeset/ports/307718 Log: Fix plist problems when building with clang PR: ports/173138 Submitted by: dim Feature safe: yes Added: head/x11/kdelibs3/files/patch-configure (contents, props changed) Added: head/x11/kdelibs3/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kdelibs3/files/patch-configure Sat Nov 24 17:42:16 2012 (r307718) @@ -0,0 +1,17 @@ +--- configure.orig 2008-08-20 18:06:05.000000000 +0200 ++++ configure 2012-10-26 21:15:38.000000000 +0200 +@@ -49046,11 +49046,11 @@ echo "${ECHO_T}no" >&6; } + + ac_ext=cpp + ac_cpp='$CXXCPP $CPPFLAGS' +-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ++ac_compile='$CXX -c $CXXFLAGS $USE_EXCEPTIONS $CPPFLAGS conftest.$ac_ext >&5' ++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $USE_EXCEPTIONS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' ++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $USE_EXCEPTIONS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' + + + kde_save_CXXFLAGS="$CXXFLAGS" \ No newline at end of file